LLVM backend for 6502
Go to file
2008-07-25 15:25:32 +00:00
autoconf
bindings
docs Use — because. 2008-07-22 06:46:17 +00:00
examples
include Add a #include <cassert>, since this file use assert. 2008-07-25 00:44:19 +00:00
lib Disable the new aggressive remat logic introduced in 54000; it causes some 2008-07-25 15:08:37 +00:00
projects
runtime
test This test needs -aggressive-remat enabled. 2008-07-25 15:25:32 +00:00
tools Identify llvm bit-code file that is causing linking failure in LTO mode. 2008-07-24 00:34:11 +00:00
utils 'Previously, the emacs tablegen mode would highlight constants even if 2008-07-23 04:49:20 +00:00
website
win32 Updated VC++ projects 2008-07-20 12:04:49 +00:00
Xcode
build-for-llvm-top.sh
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
ModuleInfo.txt
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.