LLVM backend for 6502
Go to file
2007-01-17 03:49:21 +00:00
autoconf For PR1074: 2007-01-17 02:14:46 +00:00
docs
examples
include The TargetObjInfo object goes here. 2007-01-17 03:48:29 +00:00
lib Use the methods in the TargetObjInfo object instead of internal methods. 2007-01-17 03:49:21 +00:00
projects For PR1074: 2007-01-17 02:18:44 +00:00
runtime
test Test cases for PR1117. 2007-01-17 02:45:19 +00:00
tools
utils Fix this tool for use on Darwin which requires the file to come after the 2007-01-17 03:38:22 +00:00
win32
Xcode
.cvsignore
configure For PR1074: 2007-01-17 02:14:46 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
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.