LLVM backend for 6502
Go to file
Andrew Trick a2a47d1c50 InitMCProcessor
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164066 91177308-0d34-0410-b5e6-96231b3b80d8
2012-09-17 22:19:12 +00:00
autoconf
bindings
cmake CMake toolchain file for Android NDK. 2012-09-11 11:54:27 +00:00
docs Patch by Sean Silva! 2012-09-13 23:51:08 +00:00
examples
include InitMCProcessor 2012-09-17 22:19:12 +00:00
lib InitMCProcessor 2012-09-17 22:19:12 +00:00
projects
runtime
test Add some cases to x86 OptimizeCompare to handle DEC and INC, too. 2012-09-17 22:04:23 +00:00
tools Fix includes of llvm files that used angle brackets. 2012-09-15 18:45:38 +00:00
unittests Fix includes of llvm files that used angle brackets. 2012-09-15 18:45:38 +00:00
utils InitMCProcessor 2012-09-17 22:19:12 +00:00
.gitignore
CMakeLists.txt enable cross compilation with cmake 2012-08-20 19:56:52 +00:00
CODE_OWNERS.TXT Add the list of code owners to the top level of the LLVM source tree to 2012-07-26 08:04:09 +00:00
configure
CREDITS.TXT
LICENSE.TXT Add YAML parser to Support. 2012-04-03 23:09:22 +00:00
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 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.