LLVM backend for 6502
Go to file
Evan Cheng f5fa52ed06 - Add MCRegisterInfo registration machinery. Also added x86 registration routines.
- Rename TargetRegisterDesc to MCRegisterDesc.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@133820 91177308-0d34-0410-b5e6-96231b3b80d8
2011-06-24 20:42:09 +00:00
autoconf
bindings
cmake remove CMake mode_t define 2011-06-23 12:21:33 +00:00
docs
examples
include - Add MCRegisterInfo registration machinery. Also added x86 registration routines. 2011-06-24 20:42:09 +00:00
lib - Add MCRegisterInfo registration machinery. Also added x86 registration routines. 2011-06-24 20:42:09 +00:00
projects
runtime Fix build for (some versions of?) MinGW. Patch by Ruben Van Boxem. 2011-06-23 18:24:27 +00:00
test PTX: Add support for i8 type and introduce associated .b8 registers 2011-06-24 19:27:10 +00:00
tools Remove some unnecessary uses of c_str(). 2011-06-21 15:36:24 +00:00
unittests Fix the implementation of ConstantRange::sub(ConstantRange). Patch by Xi Wang! 2011-06-22 21:13:46 +00:00
utils - Add MCRegisterInfo registration machinery. Also added x86 registration routines. 2011-06-24 20:42:09 +00:00
website
.gitignore
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Starting to refactor Target to separate out code that's needed to fully describe 2011-06-24 01:44:41 +00:00
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.