LLVM backend for 6502
Go to file
2013-04-14 05:15:53 +00:00
autoconf
bindings
cmake Don't explicitly provide -pie in MSan bootstrap of LLVM, as it's now implied by the driver 2013-04-12 07:18:55 +00:00
docs Teach llvm-readobj to print ELF program headers 2013-04-12 04:07:39 +00:00
examples
include MI-Sched: schedule physreg copies. 2013-04-13 06:07:40 +00:00
lib SLPVectorizer: Add support for trees that don't start at binary operators, and add the cost of extracting values from the roots of the tree. 2013-04-14 05:15:53 +00:00
projects
runtime
test SLPVectorizer: Add support for trees that don't start at binary operators, and add the cost of extracting values from the roots of the tree. 2013-04-14 05:15:53 +00:00
tools Finish templating MachObjectFile over endianness. 2013-04-13 01:45:40 +00:00
unittests Fix a disconcerting bug in Value::isUsedInBasicBlock, which gave wrong answers for blocks larger than 3 instrs. 2013-04-12 08:33:11 +00:00
utils lit: Fix infinite recursion when an out-of-tree test root is located inside the source test root. 2013-04-12 19:09:09 +00:00
.arcconfig
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT Move info to CREDITS.TXT file. 2013-04-10 21:56:52 +00:00
configure
CREDITS.TXT Add myself in the CREDITS.TXT 2013-04-11 13:15:39 +00:00
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 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.