LLVM backend for 6502
Go to file
2012-07-18 22:41:03 +00:00
autoconf Revert "Build script changes for R600/SI Codegen v6" 2012-07-16 18:19:46 +00:00
bindings
cmake detabify 2012-07-12 13:18:13 +00:00
docs Apparently it's possible to do an 'invoke asm'. 2012-07-17 23:51:33 +00:00
examples Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h 2012-06-29 12:38:19 +00:00
include Allow PointerIntPairs to be created from const void *. 2012-07-18 21:58:49 +00:00
lib X86: remove redundant cmp against zero. 2012-07-18 21:40:01 +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 Target option DisableJumpTables is a gross hack. Move it to TargetLowering instead. 2012-07-02 22:39:56 +00:00
unittests teach ConstantRange that zero times X is always zero 2012-07-16 20:47:16 +00:00
utils TblGen: Tweak to pretty-print DAGISel.inc a bit better. 2012-07-18 22:41:03 +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
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Remove 'check-dg', a wrapper around 'check-local-dg' which was just 2012-06-28 00:03:13 +00:00
README.txt test commit 2012-07-11 17:34:12 +00:00

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.