LLVM backend for 6502
Go to file
2006-09-04 04:47:49 +00:00
autoconf For PR738: 2006-08-24 22:41:20 +00:00
docs
examples
include/llvm
lib
projects
runtime
test
tools Switch to using llvm-config to select components to link in. 2006-09-04 04:47:49 +00:00
utils
win32
Xcode
.cvsignore
configure
CREDITS.TXT The list is sorted by name. 2006-08-29 01:42:47 +00:00
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Add a new make option (LINK_COMPONENTS) which tools can use to specify what 2006-09-04 04:47:21 +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.