Fork of llvm with experimental commits and workarounds for RPCS3
Go to file
2004-09-13 01:27:53 +00:00
autoconf Update to latest versions of config.guess and config.sub from 2004-09-10 19:20:06 +00:00
docs
examples Correct the file header to reflect the new "examples" home for the file. 2004-09-11 20:30:11 +00:00
include * Fix grammar 2004-09-12 22:40:40 +00:00
lib Fix filename: Printer.cpp has become X86AsmPrinter.cpp 2004-09-12 21:26:04 +00:00
projects Use llvm-link to link the .bc with testing.bc. This helps test the new 2004-09-11 04:15:09 +00:00
runtime
test
tools Initial implementation of llvm-ld: stolen from gccld. 2004-09-13 01:27:53 +00:00
utils
.cvsignore
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec
Makefile
Makefile.common
Makefile.config.in
Makefile.rules
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.