LLVM backend for 6502
Go to file
Chad Rosier 7a43e30a9b Tweak prose.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@160478 91177308-0d34-0410-b5e6-96231b3b80d8
2012-07-19 00:11:45 +00:00
autoconf Revert "Build script changes for R600/SI Codegen v6" 2012-07-16 18:19:46 +00:00
bindings
cmake
docs Apparently it's possible to do an 'invoke asm'. 2012-07-17 23:51:33 +00:00
examples
include Remove tabs. 2012-07-19 00:01:33 +00:00
lib Remove tabs. 2012-07-19 00:11:40 +00:00
projects Revert "Build script changes for R600/SI Codegen v6" 2012-07-16 18:19:46 +00:00
runtime
test X86: remove redundant cmp against zero. 2012-07-18 21:40:01 +00:00
tools Tweak prose. 2012-07-19 00:11:45 +00:00
unittests teach ConstantRange that zero times X is always zero 2012-07-16 20:47:16 +00:00
utils Move around some enum elements so that lastMRM corrects gets assigned 56, which 2012-07-18 23:04:22 +00:00
.gitignore
CMakeLists.txt Revert "Build script changes for R600/SI Codegen v6" 2012-07-16 18:19:46 +00:00
configure Revert "Build script changes for R600/SI Codegen v6" 2012-07-16 18:19:46 +00:00
CREDITS.TXT Alphabetize. 2012-06-19 23:47:58 +00:00
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 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.