LLVM backend for 6502
Go to file
Ahmed Bougacha 23ed37a6b7 Make SubRegIndex size mandatory, following r183020.
This also makes TableGen able to compute sizes/offsets of synthesized
indices representing tuples.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@183061 91177308-0d34-0410-b5e6-96231b3b80d8
2013-05-31 23:45:26 +00:00
autoconf
bindings
cmake
docs
examples ExceptionDemo: Corresponding to r181820, SectionMemoryManager should belong to RTDyldMemoryManager. 2013-05-14 23:05:00 +00:00
include Make SubRegIndex size mandatory, following r183020. 2013-05-31 23:45:26 +00:00
lib Make SubRegIndex size mandatory, following r183020. 2013-05-31 23:45:26 +00:00
projects
runtime
test Prevent loop-unroll from making assumptions about undefined behavior. 2013-05-31 23:34:46 +00:00
tools Rename COFFYaml.h to COFFYAML.h for consistency. 2013-05-31 20:38:27 +00:00
unittests Add support for adding the contents of a StringRef to the MD5 hash. 2013-05-31 22:34:56 +00:00
utils Make SubRegIndex size mandatory, following r183020. 2013-05-31 23:45:26 +00:00
.arcconfig
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt LLVMBuild: Introduce a common section which currently has a list of the 2011-12-12 22:45:54 +00:00
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.