LLVM backend for 6502
Go to file
2009-09-11 19:49:06 +00:00
autoconf
bindings Fix pr4820: Don't run llvm-config during "make clean" since it may have 2009-09-11 18:42:18 +00:00
cmake
docs
examples
include give densemap iterators real iterator traits. 2009-09-11 18:15:46 +00:00
lib Update register class references to use the global constant ARM::*RegisterClass names. 2009-09-11 19:49:06 +00:00
projects
runtime
test Remove an unnecessary -f. 2009-09-11 18:41:06 +00:00
tools
unittests
utils
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt revert r78628 and r78803 as these are not needed any more 2009-08-25 23:02:21 +00:00
configure
CREDITS.TXT
LICENSE.TXT Add regular expression matching support, based on OpenBSD regexec()/regcomp() 2009-08-30 08:24:09 +00:00
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
ModuleInfo.txt Patch to build llvm with srcdir != objdir from 2009-01-23 08:42:38 +00:00
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.