LLVM backend for 6502
Go to file
2012-11-21 05:36:24 +00:00
autoconf
bindings [python] fix get_library() 2012-11-20 22:27:55 +00:00
cmake
docs Some sphinx-ing and consistency fixes 2012-11-20 19:37:58 +00:00
examples
include removes a few "const" qualifiers 2012-11-20 22:28:04 +00:00
lib Mark ISD::FMA as Legal instead of custom for x86 with FMA3/FMA4. Needed so that llvm.muladd can be converted to ISD::FMA for fp_contract. 2012-11-21 05:36:24 +00:00
projects
runtime
test Add a tests for the new -no-show-raw-insn option of llvm-objdump. 2012-11-20 23:44:22 +00:00
tools Add the -no-show-raw-insn option to llvm-objdump, thus making it a bit more 2012-11-20 22:57:02 +00:00
unittests
utils Make the AttrListPtr object a part of the LLVMContext. 2012-11-20 05:09:20 +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.