Fork of llvm with experimental commits and workarounds for RPCS3
Go to file
2012-05-24 05:55:47 +00:00
autoconf
bindings
cmake Fix how CMake appends -m32 to linker command-lines 2012-05-23 18:42:02 +00:00
docs Reflect that tblgen is now llvm-tblgen 2012-05-24 04:38:50 +00:00
examples
include revert r156383: removal of TYPE_CODE_FUNCTION_OLD 2012-05-23 15:19:39 +00:00
lib Use uint16_t to store register number in static tables to match other tables. 2012-05-24 05:55:47 +00:00
projects
runtime
test Add a test case for global live range splitting. 2012-05-23 23:42:23 +00:00
tools
unittests
utils Fixed typo in r156905. 2012-05-23 12:34:56 +00:00
.gitignore
CMakeLists.txt
configure
CREDITS.TXT
LICENSE.TXT
llvm.spec.in
LLVMBuild.txt
Makefile
Makefile.common
Makefile.config.in
Makefile.rules llvm-ld does not exist anymore, use llvm-link instead. 2012-05-23 20:34:19 +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.

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