LLVM backend for 6502
Go to file
2009-06-16 06:40:59 +00:00
autoconf
bindings
cmake CMake: New variable LLVM_LIBDIR_SUFFIX. 2009-06-12 02:49:53 +00:00
docs Add initial stab at documenting the use of LLVM with threaded clients. 2009-06-16 01:17:16 +00:00
examples
include Add comments to ConstantInt::get and ConstantFP::get to more fully 2009-06-16 01:02:32 +00:00
lib Misc accumulated tweaks to legalization logic for various targets. 2009-06-16 06:40:59 +00:00
projects
runtime
test Use MainCU if it is available. 2009-06-16 02:09:30 +00:00
tools Documentation update. 2009-06-16 00:13:52 +00:00
unittests
utils Add output of the SFINAE bit for Clang's diagnostics 2009-06-14 07:24:49 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt CMake: New variable LLVM_LIBDIR_SUFFIX. 2009-06-12 02:49:53 +00:00
configure
CREDITS.TXT Add myself, test commit 2009-06-14 02:03:17 +00:00
LICENSE.TXT
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

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.