LLVM backend for 6502
Go to file
2014-01-30 00:42:30 +00:00
autoconf
bindings
cmake Remove -arm-enable-ehabi from Android build rules. It's enabled by default. 2014-01-29 12:36:18 +00:00
docs Document EHABI enabled by default 2014-01-29 12:04:13 +00:00
examples
include Fix TLS handling in ELF's getAddress and llvm-nm to print 'D' for it. 2014-01-30 00:42:30 +00:00
lib PGO branch weight: update edge weights in SelectionDAGBuilder. 2014-01-30 00:24:37 +00:00
projects
test Fix TLS handling in ELF's getAddress and llvm-nm to print 'D' for it. 2014-01-30 00:42:30 +00:00
tools Fix TLS handling in ELF's getAddress and llvm-nm to print 'D' for it. 2014-01-30 00:42:30 +00:00
unittests Remove C++11ism from r200407. 2014-01-29 19:14:23 +00:00
utils Delete the Matchers stored in the SmallVectors in SwitchOpcodeMatcher/SwitchTypeMatcher. 2014-01-29 07:06:07 +00:00
.arcconfig
.clang-format Add a clang-format file so that the tool can automatically detect the 2013-09-02 07:19:04 +00:00
.gitignore Added .DS_Store entry in .gitignore for ignoring .DS_Store files in the source 2014-01-25 15:15:16 +00:00
CMakeLists.txt
CODE_OWNERS.TXT
configure
CREDITS.TXT Fix documentation typos 2013-12-20 00:33:39 +00:00
LICENSE.TXT Update the copyright credits -- Happy new year 2014! 2014-01-01 08:27:31 +00:00
llvm.spec.in
LLVMBuild.txt
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
README.txt Revert "Test commit to check e-mail address. Please discard this." 2013-10-04 10:59:13 +00:00

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 documentation provided in docs/ for further
assistance with LLVM, and in particular docs/GettingStarted.rst for getting
started with LLVM and docs/README.txt for an overview of LLVM's
documentation setup.

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