LLVM backend for 6502
Go to file
2009-09-03 04:44:53 +00:00
autoconf
bindings
cmake
docs Fix the syntax of add/sub/mul nsw/nuw and sdiv exact. 2009-09-02 17:31:42 +00:00
examples
include Set the 'cached digest' flag after computing the digest for an 2009-09-03 04:21:34 +00:00
lib implement lowering support for constant pool index operands, this gets a bunch more 2009-09-03 04:44:53 +00:00
projects
runtime
test update test for alignment value in hex 2009-09-03 04:03:44 +00:00
tools Unbreak my CMake build. Say you'll link again. 2009-09-02 22:45:31 +00:00
unittests Now Bitcode reader bug is fixed. Reapply 80839. 2009-09-03 01:39:20 +00:00
utils
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile Improve support for cross-hosted builds of LLVM. 2009-09-02 23:52:23 +00:00
Makefile.common
Makefile.config.in Improve support for cross-hosted builds of LLVM. 2009-09-02 23:52:23 +00:00
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.