LLVM backend for 6502
Go to file
2009-11-11 18:11:07 +00:00
autoconf
bindings
cmake CMake: Add Darwin-specific linker flags for building loadable modules 2009-11-10 15:30:33 +00:00
docs lit: Start documentation testing architecture. 2009-11-10 02:41:27 +00:00
examples
include Don't trivially delete unused calls to llvm.invariant.start. This allows 2009-11-11 15:34:13 +00:00
lib Set isBarrier = 1 on return instructions, as they are control barriers. 2009-11-11 18:11:07 +00:00
projects
runtime
test Don't trivially delete unused calls to llvm.invariant.start. This allows 2009-11-11 15:34:13 +00:00
tools
unittests Fix JITTest.ModuleDeletion in -Asserts mode (which turns off JITEmitDebugInfo 2009-11-11 05:30:02 +00:00
utils Show command-line args and features passed into backend in debug output. Approved by Evan Cheng. 2009-11-11 03:23:46 +00:00
website
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
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.