Old fork of llvm-mirror, used on older RPCS3 builds
Go to file
2006-12-07 21:02:08 +00:00
autoconf Expose the sanity. 2006-12-04 20:28:07 +00:00
docs Removing even more <iostream> includes. 2006-12-07 20:04:42 +00:00
examples Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are 2006-12-07 01:30:32 +00:00
include/llvm Removed more <iostream> includes 2006-12-07 20:28:15 +00:00
lib While initializing AvailableAnalysis info, make ImmutablePasses available 2006-12-07 21:02:08 +00:00
projects Changed llvm_ostream et all to OStream. llvm_cerr, llvm_cout, llvm_null, are 2006-12-07 01:30:32 +00:00
runtime
test make sure that we don't use a common symbol if a section was specified 2006-12-07 18:33:58 +00:00
tools Regenerate. 2006-12-07 04:23:03 +00:00
utils Match TargetInstrInfo changes. 2006-12-01 22:57:41 +00:00
win32 Unbreak VC++ build. 2006-12-02 02:22:01 +00:00
Xcode
.cvsignore
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
Makefile.rules Remove line not meant to be committed. 2006-12-03 21:17:12 +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.