LLVM backend for 6502
Go to file
Chris Lattner 3e2b94a171 another note
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25883 91177308-0d34-0410-b5e6-96231b3b80d8
2006-02-01 21:44:48 +00:00
autoconf
docs Remove FAKE_SOURCES 2006-01-27 22:06:01 +00:00
examples
include/llvm Beef up the interface to inline asm constraint parsing, making it more 2006-02-01 01:27:37 +00:00
lib another note 2006-02-01 21:44:48 +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 Update for including additional function tests. 2006-01-23 08:15:53 +00:00
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.