LLVM backend for 6502
Go to file
2010-05-01 00:12:33 +00:00
autoconf Default OPTIMIZE_OPTION to -O2 on FreeBSD, at the request of the Clang/FreeBSD 2010-04-30 17:12:23 +00:00
bindings
cmake
docs Fixed @ctor / @dtor the wrong way around in last commit. 2010-04-30 19:27:35 +00:00
examples Use provided llvm-defined variables instead of twisting user-controlled knobs. 2010-04-24 05:07:24 +00:00
include Get rid of the EdgeMapping map. Instead, just check for BasicBlock 2010-05-01 00:01:06 +00:00
lib Delete the EdgeMapping variable itself. 2010-05-01 00:02:20 +00:00
projects
runtime
test Test failing too much on too many platforms. 2010-05-01 00:12:33 +00:00
tools The llc -f flag was removed. 2010-04-29 23:37:44 +00:00
unittests Update BitVectorTest.cpp to stay in sync with SmallBitVectorTest.cpp, 2010-04-30 20:50:28 +00:00
utils Don't remove libLTO.dylib if it's not being installed in Developer/usr/lib; 2010-04-29 18:04:29 +00:00
website
build-for-llvm-top.sh
CMakeLists.txt
configure Regenerate. 2010-04-30 17:12:26 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile Update for CIndex rename. 2010-04-30 23:36:47 +00:00
Makefile.common
Makefile.config.in
Makefile.rules Don't use 'else ifdef', I guess this is a 3.81 feature? 2010-04-30 22:00:17 +00:00
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.