LLVM backend for 6502
Go to file
2009-11-17 00:43:13 +00:00
autoconf Add configure options for specifying where to look for libstdc++. 2009-11-16 19:46:55 +00:00
bindings
cmake
docs
examples
include In GlobalVariable::setInitializer, assert that the initializer has the 2009-11-17 00:43:13 +00:00
lib In GlobalVariable::setInitializer, assert that the initializer has the 2009-11-17 00:43:13 +00:00
projects
runtime
test Convert to FileCheck 2009-11-17 00:20:26 +00:00
tools
unittests Revert the test from r88984. It relies on being able to mmap 16GB of 2009-11-16 23:32:30 +00:00
utils Make X86-64 in the Large model always emit 64-bit calls. 2009-11-16 22:41:33 +00:00
website
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure Add configure options for specifying where to look for libstdc++. 2009-11-16 19:46:55 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile Don't build examples by default, use BUILD_EXAMPLES=1 to build them. The only utility of this is testing that we keep the examples up to date, I will just make the buildbots run with this flag. 2009-11-16 22:38:00 +00:00
Makefile.common
Makefile.config.in Add configure options for specifying where to look for libstdc++. 2009-11-16 19:46:55 +00:00
Makefile.rules Add "Unoptimized" build (NO_DEBUG_SYMBOLS=1 ENABLE_OPTIMIZED=1), for reducing 2009-11-16 22:37:52 +00:00
ModuleInfo.txt
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.