LLVM backend for 6502
Go to file
2010-01-18 20:36:54 +00:00
autoconf
bindings
cmake
docs
examples
include - Add a comment to the callback indicating that it's *extremely* not a good 2010-01-18 19:36:27 +00:00
lib Simplify MDNode::getFunction() and assertLocalFunction() by avoiding extra Function* variable and smallptrset since function-local metadata cannot be cyclic 2010-01-18 20:36:54 +00:00
projects Don't try to build compiler-rt if it happens to be checked out into projects/ 2010-01-18 17:52:28 +00:00
runtime
test While mapping llvm.dbg.declare intrinsic manually map its operand, if possible, 2010-01-18 19:52:14 +00:00
tools now that mangler is in libtarget, it can use MCAsmInfo instead of clients 2010-01-17 18:22:35 +00:00
unittests
utils
website
Xcode
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.