LLVM backend for 6502
Go to file
Jim Grosbach 7e2c04fd05 Refactor uses of getRegisterNumbering() to not need the isSPVFP argument. Check
if the register is a member of the SPR register class directly instead.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114012 91177308-0d34-0410-b5e6-96231b3b80d8
2010-09-15 19:44:57 +00:00
autoconf
bindings Remove the Ada bindings which are unmaintained and unused. The project which 2010-09-15 08:17:10 +00:00
cmake
docs
examples Removed TracingBrainF from examples Makefile. 2010-09-15 14:55:32 +00:00
include Add support for floating point immediates to MC instruction printing. ARM 2010-09-15 18:47:08 +00:00
lib Refactor uses of getRegisterNumbering() to not need the isSPVFP argument. Check 2010-09-15 19:44:57 +00:00
projects
runtime
test Reapply Gabor's 113839, 113840, and 113876 with a fix for a problem 2010-09-15 17:12:08 +00:00
tools
unittests Attempt to unbreak the FreeBSD buildbot by XFAILing a unit test that seems to be 2010-09-14 00:51:58 +00:00
utils Release-Asserts no longer exists. 2010-09-15 12:30:35 +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.