Old fork of llvm-mirror, used on older RPCS3 builds
Go to file
2009-10-01 20:31:14 +00:00
autoconf
bindings
cmake Teach CMake to look for bidirectional_iterator, iterator, forward_iterator, uint64_t, and u_int64_t, from Yonggang Luo 2009-10-01 17:25:36 +00:00
docs
examples
include Don't use identifiers that start with an underscore followed 2009-10-01 17:39:52 +00:00
lib Add support to extract lexical scope information from DebugLoc attached with an machine instruction. 2009-10-01 20:31:14 +00:00
projects
runtime
test remove the GVNPRE pass. It has been subsumed by the GVN pass. 2009-10-01 02:18:36 +00:00
tools
unittests
utils Add instruction flags: hasExtraSrcRegAllocReq and hasExtraDefRegAllocReq. When 2009-10-01 08:21:18 +00:00
website
win32
Xcode
build-for-llvm-top.sh
CMakeLists.txt
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
Makefile
Makefile.common
Makefile.config.in
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.