LLVM backend for 6502
Go to file
2006-12-21 07:49:49 +00:00
autoconf
docs fix a typo 2006-12-20 04:23:36 +00:00
examples
include/llvm Enable old pass manager. New pass manager causes CBE failures in llvm-test. 2006-12-20 19:57:07 +00:00
lib Remove isSigned calls via foreknowledge of main's argument types. 2006-12-21 07:49:49 +00:00
projects switch statistic over, remove misspelt comment. 2006-12-19 23:03:41 +00:00
runtime
test These tests all rely on using register mnemonics and thus must behave in the 2006-12-21 00:01:42 +00:00
tools Remove a call to Type::isSigned(). 2006-12-18 07:58:01 +00:00
utils
win32
Xcode
.cvsignore
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
README.txt Make the text of this file a little more useful. 2004-09-02 22:49:27 +00:00

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.