LLVM backend for 6502
Go to file
2012-02-04 01:30:01 +00:00
autoconf Replace the old --with-cxx-* configure options with a single --with-gcc-toolchain 2012-02-03 00:59:30 +00:00
bindings
cmake
docs
examples Update to the new EH system...remove OLD EH code. 2012-02-04 00:29:12 +00:00
include Update llvm debug version to support new structure and tag for Objective-C property's debug info. 2012-02-04 01:30:01 +00:00
lib Update llvm debug version to support new structure and tag for Objective-C property's debug info. 2012-02-04 01:30:01 +00:00
projects Replace the old --with-cxx-* configure options with a single --with-gcc-toolchain 2012-02-03 00:59:30 +00:00
runtime
test [fast-isel] HandlePHINodesInSuccessorBlocks() can promite i8 and i16 types too. 2012-02-04 00:39:19 +00:00
tools Allow command-line overrides of the target triple with the Mach-O 2012-02-03 06:35:22 +00:00
unittests
utils Increment DFAStateEntryTable index for sentinel entry. 2012-02-03 21:08:25 +00:00
.gitignore
CMakeLists.txt
configure Replace the old --with-cxx-* configure options with a single --with-gcc-toolchain 2012-02-03 00:59:30 +00:00
CREDITS.TXT
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.