Fork of llvm with experimental commits and workarounds for RPCS3
Go to file
Chris Lattner 344ada1f5e TAI -> MAI
llvm-svn: 80899
2009-09-03 06:13:54 +00:00
autoconf
bindings
cmake
docs
examples
include improve comments. 2009-09-03 06:00:00 +00:00
lib fix MCSymbol printing to exactly match the normal mangler rules so 2009-09-03 05:57:47 +00:00
projects
runtime
test adjust expected lines. 2009-09-03 06:13:45 +00:00
tools TAI -> MAI 2009-09-03 06:13:54 +00:00
unittests Now Bitcode reader bug is fixed. Reapply 80839. 2009-09-03 01:39:20 +00:00
utils
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile Improve support for cross-hosted builds of LLVM. 2009-09-02 23:52:23 +00:00
Makefile.common
Makefile.config.in Improve support for cross-hosted builds of LLVM. 2009-09-02 23:52:23 +00:00
Makefile.rules
ModuleInfo.txt
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.