LLVM backend for 6502
Go to file
2009-04-25 22:08:52 +00:00
autoconf Support --with-llvmgccdir and friends in llvmc, take 2. 2009-04-21 19:46:10 +00:00
bindings
cmake
docs aDd support for building a subset of the llvm tools, patch by Jeffrey Yasskin! 2009-04-25 22:08:52 +00:00
examples
include Use intptr_t. 2009-04-25 21:06:53 +00:00
lib testcase and asmparser fix for PR4066 2009-04-25 21:26:00 +00:00
projects
runtime
test testcase and asmparser fix for PR4066 2009-04-25 21:26:00 +00:00
tools aDd support for building a subset of the llvm tools, patch by Jeffrey Yasskin! 2009-04-25 22:08:52 +00:00
unittests Fix PR4040: APInt's string constructor is too strict 2009-04-25 18:34:04 +00:00
utils Fix multiclass inheritance to limit value resolution to new defs added 2009-04-24 16:55:41 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure Support --with-llvmgccdir and friends in llvmc, take 2. 2009-04-21 19:46:10 +00:00
CREDITS.TXT Test commit access to LLVM with some minor narcissism. 2009-04-03 21:41:52 +00:00
LICENSE.TXT Another great year for LLVM! 2009-02-26 15:17:13 +00:00
llvm.spec.in
Makefile Use a bigger hammer to coerce subversion into english. 2009-04-24 17:00:03 +00:00
Makefile.common
Makefile.config.in Add a --enable-profiling option to configure to build Debug+Profile and 2009-04-17 14:49:22 +00:00
Makefile.rules Support --with-llvmgccdir and friends in llvmc, take 2. 2009-04-21 19:46:10 +00:00
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.