LLVM backend for 6502
Go to file
2006-01-13 02:42:53 +00:00
autoconf
docs Add llvm.stacksave and llvm.stackrestore. 2006-01-13 02:03:13 +00:00
examples
include/llvm add stacksave/stackrestore nodes 2006-01-13 02:39:42 +00:00
lib expand unsupported stacksave/stackrestore nodes 2006-01-13 02:42:53 +00:00
projects
runtime
test testcase for the llvm.stacksave/llvm.stackrestore intrinsics. 2006-01-13 02:25:08 +00:00
tools
utils Allow transformation from GlobalAddress to TargetGlobalAddress and 2006-01-12 19:35:54 +00:00
win32 Visual Studio is feeling left out again. 2006-01-11 16:21:53 +00:00
Xcode
.cvsignore
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec
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.