LLVM backend for 6502
Go to file
2007-01-04 17:55:11 +00:00
autoconf Fix a configure warning noticed by Duncan Sands. 2007-01-03 20:59:52 +00:00
docs Document this tool as experimental and list its deficiencies. 2007-01-04 17:55:11 +00:00
examples
include/llvm remove the 'protected' workaround now that we don't care about gcc 2.95 anymore. 2007-01-04 17:50:42 +00:00
lib Expand SELECT (f32/f64) and FCOPYSIGN (f32/f64). 2007-01-04 14:01:38 +00:00
projects
runtime
test remove xfailed test that depends on obsolete argument to lli 2007-01-04 17:47:42 +00:00
tools Regenerate. 2007-01-03 23:45:42 +00:00
utils
win32
Xcode
.cvsignore
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Remove the find_rule label from the output of flex. This will break any 2007-01-03 19:56:14 +00:00
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.