LLVM backend for 6502
Go to file
Chris Lattner 1e8791d790 make -debug output less newliney
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25895 91177308-0d34-0410-b5e6-96231b3b80d8
2006-02-02 00:38:08 +00:00
autoconf
docs Remove FAKE_SOURCES 2006-01-27 22:06:01 +00:00
examples
include/llvm add an instance var and argument. 2006-02-02 00:23:12 +00:00
lib make -debug output less newliney 2006-02-02 00:38:08 +00:00
projects
runtime fix make install/uninstall of libcrtend. 2006-01-30 02:03:56 +00:00
test test cmov immediate form 2006-02-01 19:36:52 +00:00
tools Pass plugins on to children when optimizing. 2006-01-26 18:37:21 +00:00
utils add a note, ya knoe 2006-02-01 19:12:23 +00:00
win32 Add _CRT_SECURE_NO_DEPRECATE preprocessor symbol to make VS2005 happy. 2006-01-30 04:07:08 +00:00
Xcode Catch up on some of the file addition/deletions. 2006-01-27 13:24:20 +00:00
.cvsignore
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules * Eliminate FAKE_SOURCES 2006-01-27 22:13:12 +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.