1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 12:33:33 +02:00
llvm-mirror/lib
Jacques Pienaar 0caec29fcd [lanai] Exit early in Mem Alu combiner if sentinel reach.
LanaiMemAluCombiner could try to query the debug value of a list sentinel. Add check to exit early instead.

llvm-svn: 279497
2016-08-23 01:04:41 +00:00
..
Analysis [InstSimplify] add helper function for SimplifyICmpInst(); NFCI 2016-08-22 23:12:02 +00:00
AsmParser [LLVM] Fix some Clang-tidy modernize-use-using and Include What You Use warnings 2016-08-18 17:56:27 +00:00
Bitcode Constify some path in the bitcode writer (NFC) 2016-08-19 06:06:18 +00:00
CodeGen Fix crash from assert in r279466. 2016-08-22 22:27:05 +00:00
DebugInfo [LLVM] Fix some Clang-tidy modernize-use-using and Include What You Use warnings 2016-08-18 17:56:27 +00:00
ExecutionEngine [RuntimeDyld] Revert r279182 and 279201 -- they broke some ARM bots. 2016-08-19 17:06:39 +00:00
Fuzzer [libFuzzer] fix the non-debug build warnings 2016-08-19 20:57:09 +00:00
IR Add comments and an assert to follow-up on r279113. NFC. 2016-08-22 20:18:28 +00:00
IRReader
LibDriver Object: Replace NewArchiveIterator with a simpler NewArchiveMember class. NFCI. 2016-06-29 22:27:42 +00:00
LineEditor
Linker Linker: Avoid some ridiculous indentation by using a temporary. NFC 2016-08-15 22:41:42 +00:00
LTO [LTO] Constify the Module Hook function (NFC) 2016-08-22 16:17:40 +00:00
MC ADT: Remove ilist_*sentinel_traits, NFC 2016-08-22 20:51:00 +00:00
Object Reformat. 2016-08-22 00:58:47 +00:00
ObjectYAML [macho2yaml] Don't write empty linkedit data 2016-08-17 21:46:04 +00:00
Option Replace "fallthrough" comments with LLVM_FALLTHROUGH 2016-08-17 05:10:15 +00:00
Passes [PM] Re-instate r279227 and r279228 with a fix to the way the templating 2016-08-19 18:36:06 +00:00
ProfileData Use range algorithms instead of unpacking begin/end 2016-08-11 21:15:00 +00:00
Support ADT: Remove ilist_*sentinel_traits, NFC 2016-08-22 20:51:00 +00:00
TableGen Replace a few more "fall through" comments with LLVM_FALLTHROUGH 2016-08-17 20:30:52 +00:00
Target [lanai] Exit early in Mem Alu combiner if sentinel reach. 2016-08-23 01:04:41 +00:00
Transforms [MemorySSA] Remove unused field. NFC. 2016-08-22 23:40:01 +00:00
CMakeLists.txt
LLVMBuild.txt