LLVM backend for 6502
Go to file
2004-12-04 00:33:34 +00:00
autoconf Search for tclsh last so we don't find the FreeBSD warning script. 2004-12-02 07:29:17 +00:00
docs Remove more smileys. I kept the one in WritingAnLLVMPass because it is actually 2004-12-04 00:33:34 +00:00
examples Use LLVMLIBS=JIT to get JIT libraries 2004-11-29 07:17:18 +00:00
include/llvm Move the strip pass from Scalar to IPO lib 2004-12-02 21:24:19 +00:00
lib Remove darwin specific majik 2004-12-03 23:02:55 +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 Do not multiply define symbol 2004-12-03 19:48:10 +00:00
tools Add -strip-debug option 2004-12-03 05:45:58 +00:00
utils Removed QMTests as I will be zapping them soon. 2004-12-03 21:56:30 +00:00
win32
.cvsignore
configure Search for tclsh last so we don't find the FreeBSD warning script too early 2004-12-02 07:31:22 +00:00
CREDITS.TXT
LICENSE.TXT Add bzip2 2004-11-27 19:20:23 +00:00
llvm.spec
llvm.spec.in
Makefile check is now a single colon rule. Also make it default to running dejagnu instead of qmtest 2004-12-03 23:57:00 +00:00
Makefile.common
Makefile.config.in Add a check for the tclsh program needed by dejagnu. This can have weird 2004-11-30 08:11:54 +00:00
Makefile.rules Remove all recursive check support from Makefile.rules 2004-12-03 23:56:41 +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.