LLVM backend for 6502
Go to file
2004-12-03 17:19:10 +00:00
autoconf
docs Fixed typo. 2004-12-03 15:59:26 +00:00
examples
include/llvm Move the strip pass from Scalar to IPO lib 2004-12-02 21:24:19 +00:00
lib Fix test/Regression/CodeGen/CBackend/2004-12-03-ExternStatics.ll and 2004-12-03 17:19:10 +00:00
projects
runtime Standardize the makefiles with space around = to match the rest of LLVM. 2004-12-02 09:58:09 +00:00
test new testcase for PR472 2004-12-03 17:18:42 +00:00
tools Add -strip-debug option 2004-12-03 05:45:58 +00:00
utils
win32
.cvsignore
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Pass -strip-debug to gccas when bytecode libraries are being built. 2004-12-03 06:04:35 +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.