Fork of llvm with experimental commits and workarounds for RPCS3
Go to file
Dan Gohman f9fb5b3951 Generalize isSafeToSpeculativelyExecute to work on arbitrary
Values, rather than just Instructions, since it's interesting
for ConstantExprs too.

llvm-svn: 147560
2012-01-04 23:01:09 +00:00
autoconf use getHostTriple instead of getDefaultTargetTriple in getClosestTargetForJIT 2012-01-04 19:47:22 +00:00
bindings
cmake use getHostTriple instead of getDefaultTargetTriple in getClosestTargetForJIT 2012-01-04 19:47:22 +00:00
docs Fix typo. 2012-01-03 18:38:37 +00:00
examples
include Generalize isSafeToSpeculativelyExecute to work on arbitrary 2012-01-04 23:01:09 +00:00
lib Generalize isSafeToSpeculativelyExecute to work on arbitrary 2012-01-04 23:01:09 +00:00
projects use getHostTriple instead of getDefaultTargetTriple in getClosestTargetForJIT 2012-01-04 19:47:22 +00:00
runtime
test Teach instcombine all sorts of great stuff about shifts that have exact, nuw or 2012-01-04 09:28:29 +00:00
tools
unittests
utils Don't use enums larger than 1 << 31 for target features. 2012-01-03 23:04:28 +00:00
.gitignore
CMakeLists.txt
configure use getHostTriple instead of getDefaultTargetTriple in getClosestTargetForJIT 2012-01-04 19:47:22 +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 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.