LLVM backend for 6502
Go to file
Venkatraman Govindaraju 21886a495a [Sparc] Rearrange integer registers' allocation order so that register allocator will use I and G registers before using L and O registers.
Also, enable registers %g2-%g4 to be used in application and %g5 in 64 bit mode.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182219 91177308-0d34-0410-b5e6-96231b3b80d8
2013-05-19 20:07:20 +00:00
autoconf
bindings
cmake
docs docs/Passes: fix some typos 2013-05-18 18:01:44 +00:00
examples
include Add basic support for ELF32-ppc relocations to llvm-dwarfdump. 2013-05-18 16:00:35 +00:00
lib [Sparc] Rearrange integer registers' allocation order so that register allocator will use I and G registers before using L and O registers. 2013-05-19 20:07:20 +00:00
projects
runtime
test [Sparc] Rearrange integer registers' allocation order so that register allocator will use I and G registers before using L and O registers. 2013-05-19 20:07:20 +00:00
tools Print uint64_t -debug text correctly on 32-bit hosts 2013-05-19 09:55:06 +00:00
unittests AArch64: enable MCJIT unittests 2013-05-19 19:44:56 +00:00
utils
.arcconfig
.gitignore
CMakeLists.txt AArch64: enable MCJIT unittests 2013-05-19 19:44:56 +00:00
CODE_OWNERS.TXT
configure
CREDITS.TXT
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.