Fork of llvm with experimental commits and workarounds for RPCS3
Go to file
2012-05-23 23:45:10 +00:00
autoconf
bindings
cmake Fix how CMake appends -m32 to linker command-lines 2012-05-23 18:42:02 +00:00
docs revert my previous patches that introduced an additional parameter to the objectsize intrinsic. 2012-05-22 15:25:31 +00:00
examples
include revert r156383: removal of TYPE_CODE_FUNCTION_OLD 2012-05-23 15:19:39 +00:00
lib Tidy up naming for consistency and other cleanup. No functional change intended. 2012-05-23 23:45:10 +00:00
projects
runtime
test Add a test case for global live range splitting. 2012-05-23 23:42:23 +00:00
tools Plug a leak when using MCJIT. 2012-05-20 17:24:08 +00:00
unittests fix the quotient returned by sdivrem() for the case when LHS is negative and RHS is positive 2012-05-22 01:09:48 +00:00
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 test commit 2012-05-21 13:18:06 +00:00

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.