LLVM backend for 6502
Go to file
2012-04-09 05:59:53 +00:00
autoconf Fix a problem in the target detection for Debian GNU/HURD 2012-04-05 19:34:15 +00:00
bindings
cmake
docs Formatting changes. Don't put spaces in front of some code, which only makes it look 'off'. 2012-04-08 11:52:52 +00:00
examples
include Add a hook to turn on the internalize pass through the LTO interface. 2012-04-09 05:26:48 +00:00
lib Remove unnecessary 'else' on an 'if' that always returns 2012-04-09 05:59:53 +00:00
projects Fix a problem in the target detection for Debian GNU/HURD 2012-04-05 19:34:15 +00:00
runtime
test Cleanup and relax a restriction on the matching of global offsets into 2012-04-09 02:13:06 +00:00
tools Add a hook to turn on the internalize pass through the LTO interface. 2012-04-09 05:26:48 +00:00
unittests
utils Do not include multiple -arch options in CPPFLAGS. 2012-04-05 00:35:55 +00:00
.gitignore
CMakeLists.txt
configure Fix a problem in the target detection for Debian GNU/HURD 2012-04-05 19:34:15 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
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.

If you're writing a package for LLVM, see docs/Packaging.html for our
suggestions.