LLVM backend for 6502
Go to file
Reid Spencer 84472d6e3c Adjust to Compressor interface change
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18249 91177308-0d34-0410-b5e6-96231b3b80d8
2004-11-25 19:38:05 +00:00
autoconf Gack. Actually use the correct variable name in setting the JIT support. 2004-11-25 07:28:19 +00:00
docs Add some instructions about ranlib'ing the CFE runtime libraries so that 2004-11-25 17:13:17 +00:00
examples
include/llvm Restrict the interface to not allow algorithm selection 2004-11-25 19:37:42 +00:00
lib Adjust to Compressor interface change 2004-11-25 19:38:05 +00:00
projects
runtime
test New testcase for PR451 2004-11-25 06:25:13 +00:00
tools Correct the configuration variable used to find the bin directory. 2004-11-25 09:36:28 +00:00
utils Make sure the timing output is also sent to the log file for dejagnu, not 2004-11-23 16:23:50 +00:00
win32
.cvsignore
configure Gack. Actually use the correct variable name in setting the JIT support. 2004-11-25 07:28:19 +00:00
CREDITS.TXT
LICENSE.TXT
llvm.spec
llvm.spec.in
Makefile Add a convenience target to build all three modes: Debug, Release, Profile 2004-11-25 09:08:54 +00:00
Makefile.common
Makefile.config.in
Makefile.rules Allow configuration files to be themselves configured and found in the 2004-11-23 05:59:53 +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.