LLVM backend for 6502
Go to file
2006-04-20 21:15:41 +00:00
autoconf
docs Remove more references to Burg. 2006-04-20 18:46:45 +00:00
examples
include/llvm Remove a bunch of dead stuff, shrinkifying TargetInstrDescriptor significantly. 2006-04-20 18:32:02 +00:00
lib Fix Transforms/ScalarRepl/2006-04-20-PromoteCrash.ll 2006-04-20 20:48:50 +00:00
projects
runtime
test new testcase 2006-04-20 20:48:32 +00:00
tools Okay, llvm-config is good to go now. 2006-04-20 21:14:39 +00:00
utils llvm-config doesn't live here anymore ==> tools 2006-04-20 21:15:41 +00:00
win32 Keep Visual Studio happy. 2006-04-11 02:01:22 +00:00
Xcode
.cvsignore
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Remove traces of Burg utility now that its gone and not needed. 2006-04-20 18:42:24 +00:00
README.txt Make the text of this file a little more useful. 2004-09-02 22:49:27 +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.