LLVM backend for 6502
Go to file
2005-12-17 01:24:02 +00:00
autoconf
docs rename options 2005-12-16 05:19:35 +00:00
examples
include/llvm Fix VC++ level 4 warnings. Because a base class has declared these private, VC++ complains it cannot automatically generate this methods. 2005-12-17 00:19:22 +00:00
lib Added support for cmp, test, and conditional move instructions. 2005-12-17 01:24:02 +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 Support for read / write from explicit registers with FlagVT type. 2005-12-17 01:19:28 +00:00
win32 Turn on string pooling for smaller binaries. 2005-12-17 00:14:47 +00:00
Xcode
.cvsignore
configure
CREDITS.TXT add Evan and Jim. Please edit your entries as desired. 2005-11-29 00:57:06 +00:00
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.