Fork of llvm with experimental commits and workarounds for RPCS3
Go to file
Sanjoy Das cb770fbcb6 [OperandBundles] Have PruneEH work correct with operand bundles.
For an invoke with operand bundles, the [op_begin(), op_end()-3] range
can contain things other than invoke arguments.  This change teaches
PruneEH to use arg_begin() and arg_end() explicitly.

llvm-svn: 255073
2015-12-08 23:16:52 +00:00
autoconf
bindings
cmake [CMake] Ignore externalizing debuginfo for unit tests 2015-12-08 21:51:48 +00:00
docs Update doc for C++ TLS calling convention. 2015-12-07 21:40:09 +00:00
examples
include Remove caching in FunctionImport: a Module can't be reused after being linked from 2015-12-08 22:39:40 +00:00
lib [OperandBundles] Have PruneEH work correct with operand bundles. 2015-12-08 23:16:52 +00:00
projects
resources
test [OperandBundles] Have PruneEH work correct with operand bundles. 2015-12-08 23:16:52 +00:00
tools [llvm-objdump/MachO] Don't cut'n'paste the same code over and over. 2015-12-08 02:45:59 +00:00
unittests IR: Allow vectors of halfs to be ConstantDataVectors 2015-12-08 03:01:16 +00:00
utils Use make_range to reduce mentions of iterator type. NFC 2015-12-06 05:08:07 +00:00
.arcconfig
.clang-format
.clang-tidy adding readability-identifier-naming to llvm clang-tidy configuration. 2015-12-08 17:44:51 +00:00
.gitignore
CMakeLists.txt
CODE_OWNERS.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 LLVM,
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 are writing a package for LLVM, see docs/Packaging.rst for our
suggestions.