LLVM backend for 6502
Go to file
2005-03-17 19:00:40 +00:00
autoconf
docs
examples
include/llvm dainty 2005-03-17 18:23:22 +00:00
lib clean up warnings when building in release mode 2005-03-17 19:00:40 +00:00
projects
runtime
test
tools statically link ia64 into llc 2005-03-17 18:39:06 +00:00
utils spiff up the nightly tester output one more notch 2005-03-17 16:07:45 +00:00
win32 Do #include HashExtras.h with VC++ 2005-03-16 05:49:58 +00:00
.cvsignore
configure
CREDITS.TXT now the angry bug reports have somewhere to go! 2005-03-17 18:57:02 +00:00
LICENSE.TXT
llvm.spec
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
README.txt

Low Level Virtual Machine (LLVM)
================================

This directory and its subdirectories contain source code for the Low Level 
Virtual Machine, a toolkit for the construction of highly optimized compilers,
optimizers, and runtime environments. 

LLVM is open source software. You may freely distribute it under the terms of
the license agreement found in LICENSE.txt.

Please see the HTML documentation provided in docs/index.html for further
assistance with LLVM.