Fork of llvm with experimental commits and workarounds for RPCS3
Go to file
2012-05-17 04:00:03 +00:00
autoconf
bindings
cmake
docs Fixed grammar for the llvm.trap intrinsic description. 2012-05-16 00:26:51 +00:00
examples
include Grammar. 2012-05-16 22:08:58 +00:00
lib This patch adds the register class for MIPS16 as well as the ability for 2012-05-16 22:19:56 +00:00
projects
runtime
test Teach the 'opt' tool about '-Os' and '-Oz', corresponding to the Clang 2012-05-16 08:32:49 +00:00
tools Added LLIMCJITMemoryManager to the lli. This manager will be used for MCJIT instead of DefaultJIMMemoryManager. 2012-05-16 18:50:11 +00:00
unittests Disable JITTest.FunctionIsRecompiledAndRelinked and JITTest.NoStubs 2012-05-16 19:07:55 +00:00
utils I forgot the #ifdef _MSC_VER guard in my last commit. 2012-05-17 04:00:03 +00:00
.gitignore
CMakeLists.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.