LLVM backend for 6502
Go to file
2011-01-26 13:28:14 +00:00
autoconf
bindings
cmake Handles libffi on the CMake build. 2011-01-21 15:42:54 +00:00
docs Handles libffi on the CMake build. 2011-01-21 15:42:54 +00:00
examples
include Separate out the constant bonus from the size reduction metrics. Rework 2011-01-26 02:58:39 +00:00
lib fix the encoding and add testcases for ARM nop, yield, wfe and wfi instructions 2011-01-26 13:28:14 +00:00
projects
runtime
test fix the encoding and add testcases for ARM nop, yield, wfe and wfi instructions 2011-01-26 13:28:14 +00:00
tools Add support for the --noexecstack option. 2011-01-23 17:55:27 +00:00
unittests Clang was not parsing target triples involving EABI and was generating wrong IR (wrong PCS) and passing the wrong information down llc via the target-triple printed in IR. I've fixed this by adding the parsing of EABI into LLVM's Triple class and using it to choose the correct PCS in Clang's Tools. A Clang patch is on its way to use this infrastructure. 2011-01-21 18:25:47 +00:00
utils TableGen: PointerLikeRegClass can be accepted to operand. 2011-01-26 02:03:48 +00:00
website
.gitignore
build-for-llvm-top.sh
CMakeLists.txt Handles libffi on the CMake build. 2011-01-21 15:42:54 +00:00
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.

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