Fork of llvm with experimental commits and workarounds for RPCS3
Go to file
Reid Kleckner 3bf655a0d0 Revert "revert r179735, it has no testcases, and doesn't really make sense."
This un-reverts r179735 and reverts commit r180574.

This fixes assertion failures for me locally and should fix the failures
on Windows reported widely on llvm-dev.  We should check if the bots
caught this and if so why not.

llvm-svn: 180722
2013-04-29 18:23:53 +00:00
autoconf Only use cxxabi.h's demangler, if it is actually available. 2013-04-27 22:12:32 +00:00
bindings Exposing MCJIT through C API 2013-04-29 17:49:40 +00:00
cmake Only use cxxabi.h's demangler, if it is actually available. 2013-04-27 22:12:32 +00:00
docs
examples
include Revert "revert r179735, it has no testcases, and doesn't really make sense." 2013-04-29 18:23:53 +00:00
lib Revert "revert r179735, it has no testcases, and doesn't really make sense." 2013-04-29 18:23:53 +00:00
projects
runtime
test Propagate relocation info to resolveRelocation. 2013-04-29 17:24:34 +00:00
tools
unittests Exposing MCJIT through C API 2013-04-29 17:49:40 +00:00
utils Handle tied sub-operands in AsmMatcherEmitter 2013-04-27 18:48:23 +00:00
.arcconfig
.gitignore
CMakeLists.txt
CODE_OWNERS.TXT
configure Regen. 2013-04-27 22:23:16 +00:00
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 documentation provided in docs/ for further
assistance with LLVM, and in particular docs/GettingStarted.rst for getting
started with LLVM and docs/README.txt for an overview of LLVM's
documentation setup.

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