LLVM backend for 6502
Go to file
Jakob Stoklund Olesen 6a45d681e5 Replace the SubRegSet tablegen class with a less error-prone mechanism.
A Register with subregisters must also provide SubRegIndices for adressing the
subregisters. TableGen automatically inherits indices for sub-subregisters to
minimize typing.

CompositeIndices may be specified for the weirder cases such as the XMM sub_sd
index that returns the same register, and ARM NEON Q registers where both D
subregs have ssub_0 and ssub_1 sub-subregs.

It is now required that all subregisters are named by an index, and a future
patch will also require inherited subregisters to be named. This is necessary to
allow composite subregister indices to be reduced to a single index.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104654 91177308-0d34-0410-b5e6-96231b3b80d8
2010-05-26 00:28:19 +00:00
autoconf
bindings
cmake
docs expand on the llvm ir bitcode dox. Patch by Peter Housel! 2010-05-21 22:20:54 +00:00
examples
include Replace the SubRegSet tablegen class with a less error-prone mechanism. 2010-05-26 00:28:19 +00:00
lib Replace the SubRegSet tablegen class with a less error-prone mechanism. 2010-05-26 00:28:19 +00:00
projects
runtime
test First cut at supporting .debug_loc section. 2010-05-25 23:40:22 +00:00
tools Apply timeouts and memory limits in more places. In particular, when 2010-05-24 07:49:55 +00:00
unittests
utils Replace the SubRegSet tablegen class with a less error-prone mechanism. 2010-05-26 00:28:19 +00:00
website
build-for-llvm-top.sh
CMakeLists.txt
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.