LLVM backend for 6502
Go to file
Chris Lattner efdb3bc8d0 improve documentation on build configurations, patch by
Josef Eisl!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@70087 91177308-0d34-0410-b5e6-96231b3b80d8
2009-04-25 22:24:49 +00:00
autoconf
bindings
cmake
docs improve documentation on build configurations, patch by 2009-04-25 22:24:49 +00:00
examples
include Add a new TypeBuilder helper class, which eases making LLVM IR types. 2009-04-25 22:14:04 +00:00
lib testcase and asmparser fix for PR4066 2009-04-25 21:26:00 +00:00
projects
runtime
test add testcase for strange types of gep indices 2009-04-25 22:20:49 +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 Add a new TypeBuilder helper class, which eases making LLVM IR types. 2009-04-25 22:14: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
CREDITS.TXT
LICENSE.TXT
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
Makefile.rules
ModuleInfo.txt
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.