LLVM backend for 6502
Go to file
2009-11-01 23:50:04 +00:00
autoconf
bindings
cmake Teach cmake that mk[sd]temp is defined in stdlib.h on some systems. 2009-10-28 18:37:31 +00:00
docs Revert 85678/85680. The decision is to stay with the current form of 2009-11-01 01:27:45 +00:00
examples Remove FreeInst. 2009-10-26 23:43:48 +00:00
include Add PseudoSourceValue::mayAlias. It returns true if the object can ever alias any LLVM IR value. 2009-11-01 23:50:04 +00:00
lib Add PseudoSourceValue::mayAlias. It returns true if the object can ever alias any LLVM IR value. 2009-11-01 23:50:04 +00:00
projects
runtime
test Make use of imm12 version of Thumb2 ldr / str instructions more aggressively. 2009-11-01 21:12:51 +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 The universal SDKROOT should only be assigned when hosted. Otherwise the 2009-10-31 18:00:10 +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.