LLVM backend for 6502
Go to file
2005-12-18 23:36:45 +00:00
autoconf
docs rename options 2005-12-16 05:19:35 +00:00
examples
include/llvm Add an accessor 2005-12-18 21:00:53 +00:00
lib The sun assembler only supports .xword in V9 mode. 2005-12-18 23:36:45 +00:00
projects
runtime
test A truly trivial testcase to ensure sparcv8 doesn't get completely broken 2005-12-16 06:24:55 +00:00
tools rename option for consistency with -mcpu -mattr etc 2005-12-16 05:19:55 +00:00
utils Handle basic block nodes 2005-12-18 21:05:44 +00:00
win32 Turn on string pooling for smaller binaries. 2005-12-17 00:14:47 +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.