LLVM backend for 6502
Go to file
2005-10-16 20:02:19 +00:00
autoconf
docs Add a bunch of info about the isel autogenerator. Review appreciated! 2005-10-16 20:02:19 +00:00
examples
include/llvm Fix errors when compiling with -pedantic 2005-10-14 00:33:05 +00:00
lib More PPC32 -> PPC changes, as well as merging some classes that were 2005-10-16 05:39:50 +00:00
projects
runtime
test Nate implemented this :) 2005-10-13 06:04:34 +00:00
tools
utils Make the generated code significantly more memory efficient, by using 2005-10-16 01:41:58 +00:00
win32
Xcode
.cvsignore
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Make sure targets depend on TargetSelectionDAG.td 2005-10-14 06:31:58 +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.