1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-24 05:23:45 +02:00
llvm-mirror/lib/Transforms/InstCombine
2016-11-13 07:26:19 +00:00
..
CMakeLists.txt
InstCombineAddSub.cpp [InstCombine] use m_APInt to allow sub with constant folds for splat vectors 2016-10-14 16:31:54 +00:00
InstCombineAndOrXor.cpp [InstCombine] add helper function for folding {and,or,xor} (cast X), C ; NFCI 2016-09-12 00:16:23 +00:00
InstCombineCalls.cpp [InstCombine][AVX-512] Teach InstCombineCalls to handle the new unmasked AVX-512 variable shift intrinsics. 2016-11-13 07:26:19 +00:00
InstCombineCasts.cpp [InstCombine] clean up commonCastTransforms; NFC 2016-10-26 14:52:35 +00:00
InstCombineCompares.cpp [InstCombine] Fold nuw left-shifts in ugt/ule comparisons. 2016-11-01 19:19:29 +00:00
InstCombineInternal.h [InstCombine] handle simple vector integer constants in IsFreeToInvert 2016-10-27 17:30:50 +00:00
InstCombineLoadStoreAlloca.cpp Analysis: Move llvm::getConstantRangeFromMetadata to IR library. 2016-10-21 19:59:26 +00:00
InstCombineMulDivRem.cpp [InstCombine] Teach the udiv folding logic how to handle constant expressions. 2016-09-26 12:07:23 +00:00
InstCombinePHI.cpp Use the range variant of find/find_if instead of unpacking begin/end 2016-08-12 03:55:06 +00:00
InstCombineSelect.cpp [InstCombine] use dyn_cast rather isa+cast; NFC 2016-11-11 23:20:01 +00:00
InstCombineShifts.cpp [InstCombine] Folding of shifts by the sum of positive values 2016-11-01 15:40:30 +00:00
InstCombineSimplifyDemanded.cpp [InstCombine] Fixed bug introduced in r282237 2016-09-26 13:18:59 +00:00
InstCombineVectorOps.cpp [InstCombine] avoid infinite loop from shuffle-extract-insert sequence (PR30923) 2016-11-10 00:15:14 +00:00
InstructionCombining.cpp [InstCombine] fix formatting of FoldOpIntoSelect(); NFCI 2016-11-11 17:42:16 +00:00
LLVMBuild.txt