LLVM backend for 6502
Go to file
2010-05-26 04:46:50 +00:00
autoconf
bindings
cmake
docs expand on the llvm ir bitcode dox. Patch by Peter Housel! 2010-05-21 22:20:54 +00:00
examples
include Temporarily revert r104655 as it's breaking the bots. 2010-05-26 01:59:55 +00:00
lib Coding style change (Adding 1 missing space.) 2010-05-26 04:46:50 +00:00
projects
runtime
test First cut at supporting .debug_loc section. 2010-05-25 23:40:22 +00:00
tools Apply timeouts and memory limits in more places. In particular, when 2010-05-24 07:49:55 +00:00
unittests
utils Revert "Replace the SubRegSet tablegen class with a less error-prone mechanism." 2010-05-26 01:21:14 +00:00
website
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
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.

If you're writing a package for LLVM, see docs/Packaging.html for our
suggestions.