LLVM backend for 6502
Go to file
2009-11-03 05:50:57 +00:00
autoconf
bindings
cmake CMake: Report an error if there is an unknown .cpp file in a source 2009-11-02 19:11:03 +00:00
docs Add missing end-tag. 2009-11-02 00:25:26 +00:00
examples Remove FreeInst. 2009-10-26 23:43:48 +00:00
include turn IPSCCP back on now that the iterator invalidation bug is fixed. 2009-11-03 03:42:51 +00:00
lib Add QPR_8 as a superreg class of SPR_8 and DPR_8. 2009-11-03 05:50:57 +00:00
projects
runtime
test Declare sin & cos as readonly so they match the code in SelectionDAGBuild 2009-11-03 02:19:31 +00:00
tools Line this up as well. 2009-11-01 22:08:51 +00:00
unittests Fix the ModuleDeletion test on PPC and ARM. 2009-10-28 00:28:31 +00:00
utils Support updating 'llvm_add_target' lists as well. 2009-11-03 04:06:58 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt CMake: install .def files from source `include/llvm' directory. 2009-10-30 11:42:08 +00:00
configure
CREDITS.TXT Add myself to the blame list. 2009-08-20 15:20:15 +00:00
LICENSE.TXT
llvm.spec.in
Makefile When cross-building, the CFLAGS and CXXFLAGS are for the target, and don't 2009-10-30 19:53:38 +00:00
Makefile.common
Makefile.config.in
Makefile.rules Build in ARM mode explicitly when on ARM Darwin 2009-10-30 21:33:05 +00:00
ModuleInfo.txt Patch to build llvm with srcdir != objdir from 2009-01-23 08:42:38 +00:00
README.txt First test commit 2009-10-05 22:29:11 +00:00

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.