LLVM backend for 6502
Go to file
2005-05-16 19:33:21 +00:00
autoconf detect HP-UX when configuring 2005-05-16 05:39:00 +00:00
docs Adjust the dependencies and generate the output to docs/userloc.html so 2005-05-16 18:29:13 +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
runtime Remove trailing whitespace 2005-04-21 23:48:37 +00:00
test
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
LICENSE.TXT
llvm.spec
llvm.spec.in
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.