Fork of llvm with experimental commits and workarounds for RPCS3
Go to file
Sean Silva 60e882ca52 tblgen: Put new TableGenMain API in place.
In order to avoid rev-lock with Clang when moving to the new API, also
preserve the current API temporarily and insert a shim to implement the
new API in terms of the old.

llvm-svn: 165165
2012-10-03 21:29:18 +00:00
autoconf
bindings
cmake
docs
examples
include tblgen: Put new TableGenMain API in place. 2012-10-03 21:29:18 +00:00
lib tblgen: Put new TableGenMain API in place. 2012-10-03 21:29:18 +00:00
projects
runtime
test Fix a cycle in the DAG. In this code we replace multiple loads with a single load and 2012-10-03 19:30:31 +00:00
tools
unittests Use unsigned long long instead of uin64_t for OS where that matters. 2012-10-03 19:27:25 +00:00
utils
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
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.

If you're writing a package for LLVM, see docs/Packaging.html for our
suggestions.