1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 12:43:36 +01:00
llvm-mirror/lib
Sanjoy Das d080ee893d Nonnull elements in OperandBundleCallSites are not all Instructions
`CloneAndPruneIntoFromInst` sometimes RAUW's dead instructions with
`undef` before erasing them (to avoid deleting instructions that still
have uses).  This changes the `WeakVH` in `OperandBundleCallSites` to
hold an `undef`, and we need to guard for this situation in eventuality
in `llvm::InlineFunction`.

llvm-svn: 256110
2015-12-19 22:40:28 +00:00
..
Analysis [DivergenceAnalysis] fix a bug in computing influence regions 2015-12-18 21:44:26 +00:00
AsmParser Add InaccessibleMemOnly and inaccessibleMemOrArgMemOnly attributes 2015-12-16 16:16:19 +00:00
Bitcode Assert that we have all use/users in the getters. 2015-12-19 20:03:23 +00:00
CodeGen Remove unnecessary casts. NFC. 2015-12-19 18:38:42 +00:00
DebugInfo [Symbolize] Improve the ownership of parsed objects. 2015-12-18 22:02:14 +00:00
ExecutionEngine Delete APIs that have been deprecated since 2010. 2015-12-19 21:42:07 +00:00
Fuzzer [libFuzzer] deprecate -save_minimized_corpus, -merge can be used instead 2015-12-19 03:42:16 +00:00
IR Assert that we have all use/users in the getters. 2015-12-19 20:03:23 +00:00
IRReader [ThinLTO] Metadata linking for imported functions 2015-12-17 17:14:09 +00:00
LibDriver
LineEditor
Linker Drop support for dematerializing. 2015-12-18 19:57:26 +00:00
LTO Rename variables to reflect linker split (NFC) 2015-12-18 19:28:59 +00:00
MC Recognize strings for Hexagon-specific variant kinds 2015-12-18 18:47:27 +00:00
Object Handle archives with paths in the names. 2015-12-18 16:07:17 +00:00
Option Convert Arg, ArgList, and Option to dump() to dbgs() rather than errs(). 2015-12-18 18:55:26 +00:00
Passes [PM] Port StripDeadPrototypes to the new pass manager 2015-10-30 23:28:12 +00:00
ProfileData [PGO] Cleanup: Move large member functions out of line (NFC) 2015-12-18 23:06:37 +00:00
Support Reorganize the C API headers to improve build times. 2015-12-18 01:46:52 +00:00
TableGen
Target AMDGPU/SI: Fix implemenation of isSourceOfDivergence() for graphics shaders 2015-12-19 02:54:15 +00:00
Transforms Nonnull elements in OperandBundleCallSites are not all Instructions 2015-12-19 22:40:28 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile