LLVM backend for 6502
Go to file
2009-07-26 03:06:11 +00:00
autoconf
bindings
cmake
docs Add TargetRegistry::lookupTarget. 2009-07-26 02:12:58 +00:00
examples
include put normal data into .data instead of .data.rel on elf systems. 2009-07-26 03:06:11 +00:00
lib put normal data into .data instead of .data.rel on elf systems. 2009-07-26 03:06:11 +00:00
projects
runtime
test put normal data into .data instead of .data.rel on elf systems. 2009-07-26 03:06:11 +00:00
tools Add TargetRegistry::lookupTarget. 2009-07-26 02:12:58 +00:00
unittests Added a test and fixed a bug in BumpPtrAllocator relating to large alignment 2009-07-25 21:26:02 +00:00
utils
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt Remove the IA-64 backend. 2009-07-24 00:30:09 +00:00
configure
CREDITS.TXT Added myself to the blame list. 2009-07-15 13:01:49 +00:00
LICENSE.TXT Now that we have atomics support properly detected by configure, 2009-05-19 00:08:29 +00:00
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
ModuleInfo.txt Patch to build llvm with srcdir != objdir from 2009-01-23 08:42:38 +00:00
README.txt README.txt: test commit w/blank line appended 2009-03-23 21:00:45 +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.