LLVM backend for 6502
Go to file
2008-06-01 21:03:52 +00:00
autoconf
bindings
docs Add a standard for control-flow unreachable assertions in functions that return 2008-05-31 23:54:55 +00:00
examples
include add a predicate. 2008-06-01 18:09:04 +00:00
lib Remember to update the reverse non-local cache when cleaning up dirty entries. This fixes PR2397. 2008-06-01 21:03:52 +00:00
projects
runtime
test When simplifying a call to a bitcast function, tighten up 2008-06-01 07:38:42 +00:00
tools Make all help strings start in upper case. 2008-05-30 21:14:10 +00:00
utils Initialize members properly during construction 2008-06-01 16:22:49 +00:00
website
win32
Xcode
build-for-llvm-top.sh
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Revert 51775. 2008-05-30 22:47:19 +00:00
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.