LLVM backend for 6502
Go to file
Misha Brukman d985a1ca69 * Add a link to the pattern-matching codegen docs
* Tersify wording


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22099 91177308-0d34-0410-b5e6-96231b3b80d8
2005-05-17 02:33:03 +00:00
autoconf detect HP-UX when configuring 2005-05-16 05:39:00 +00:00
docs * Add a link to the pattern-matching codegen docs 2005-05-17 02:33:03 +00:00
examples
include/llvm remove deprecated methods 2005-05-16 01:49:23 +00:00
lib comment the hpux bit 2005-05-16 06:59:53 +00:00
projects The previous hack didn't work because tools-only isn't defined and isn't 2005-05-13 17:42:54 +00:00
runtime
test Don't eliminate a test case, just the form of the test case, from the 2005-05-15 21:35:26 +00:00
tools
utils It would help if the headings were sorted properly. 2005-05-16 19:33:21 +00:00
win32
.cvsignore
configure pretty tiny change (looks like adding the HP-UX detection and line number 2005-05-16 16:33:34 +00:00
CREDITS.TXT Improve statement 2005-05-15 21:38:32 +00:00
LICENSE.TXT
llvm.spec Some minor adjustments for the 1.5 release. 2005-05-14 05:52:07 +00:00
llvm.spec.in Some minor adjustments for the 1.5 release. 2005-05-14 05:52:07 +00:00
Makefile
Makefile.common
Makefile.config.in
Makefile.rules hp-ux needs this to get through the System/Support libs 2005-05-16 06:38:09 +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.