LLVM backend for 6502
Go to file
2012-09-16 03:00:03 +00:00
autoconf
bindings
cmake CMake toolchain file for Android NDK. 2012-09-11 11:54:27 +00:00
docs Patch by Sean Silva! 2012-09-13 23:51:08 +00:00
examples
include Tidy up formatting of some elses on a separate line from preceding bracing. No functional change. 2012-09-16 03:00:03 +00:00
lib Add alternative coalescing algorithm under a flag. 2012-09-16 02:15:36 +00:00
projects
runtime
test X86: Emitting x87 fsin/fcos for sinf/cosf is not safe without unsafe fp math. 2012-09-15 12:44:27 +00:00
tools Fix includes of llvm files that used angle brackets. 2012-09-15 18:45:38 +00:00
unittests Fix includes of llvm files that used angle brackets. 2012-09-15 18:45:38 +00:00
utils Fix Doxygen issues: wrap code examples in \code and use \p to refer to 2012-09-15 20:22:05 +00:00
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
configure
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.