LLVM backend for 6502
Go to file
Reid Spencer fe8f4fff15 Cleanup the constants section.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17398 91177308-0d34-0410-b5e6-96231b3b80d8
2004-11-01 09:02:53 +00:00
autoconf
docs Cleanup the constants section. 2004-11-01 09:02:53 +00:00
examples
include/llvm * Do not refer to ActualCallees in CBU, when we can do it locally. 2004-10-31 23:41:26 +00:00
lib Speed up the tail duplication pass on the testcase below from 68.2s to 1.23s: 2004-11-01 07:05:07 +00:00
projects Change macro names per naming standard in Makefile.rules. 2004-10-30 09:26:22 +00:00
runtime
test
tools No, really, the library name is `LLVMexecve' 2004-10-31 17:30:52 +00:00
utils Fix patterns to match only one-char words. 2004-10-30 23:11:26 +00:00
.cvsignore
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Eliminate redundant variable definition. Rename Configuration -> BuildMode 2004-11-01 07:50:27 +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.