LLVM backend for 6502
Go to file
Alkis Evlogimenos 8b42b43dc2 Make error msg reflect what exactly went wrong.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18478 91177308-0d34-0410-b5e6-96231b3b80d8
2004-12-04 01:25:06 +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 Use the standard PR### notation for referencing bugs in bugzilla 2004-12-04 00:45:09 +00:00
examples
include/llvm Move the strip pass from Scalar to IPO lib 2004-12-02 21:24:19 +00:00
lib Make error msg reflect what exactly went wrong. 2004-12-04 01:25:06 +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
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
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.