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-07-14 20:54:43 +00:00
..
CMakeLists.txt
InstCombineAddSub.cpp Apply clang-tidy's modernize-loop-convert to most of lib/Transforms. 2016-06-26 12:28:59 +00:00
InstCombineAndOrXor.cpp [InstCombine] extend vector select matching for non-splat constants 2016-07-13 18:07:02 +00:00
InstCombineCalls.cpp [InstCombine] Masked loads with undef masks can fold to normal loads 2016-07-14 06:58:42 +00:00
InstCombineCasts.cpp Revert "InstCombine rule to fold truncs whose value is available" 2016-07-08 22:15:08 +00:00
InstCombineCompares.cpp Avoid copies of std::strings and APInt/APFloats where we only read from it 2016-06-08 10:01:20 +00:00
InstCombineInternal.h Revert "[InstCombine] Avoid combining the bitcast of a var that is used as both address and result of load instructions" 2016-06-29 03:05:58 +00:00
InstCombineLoadStoreAlloca.cpp [InstCombine] Don't widen metadata on store-to-load forwarding 2016-06-16 02:33:42 +00:00
InstCombineMulDivRem.cpp [InstCombine] shrink type of sdiv if dividend is sexted and constant divisor is small enough (PR28153) 2016-06-27 22:27:11 +00:00
InstCombinePHI.cpp [InstCombine] Preserve fast math flags when combining PHIs 2016-04-22 11:21:36 +00:00
InstCombineSelect.cpp save type in local var; NFCI 2016-07-07 15:28:17 +00:00
InstCombineShifts.cpp add FIXME comment; NFC 2016-04-11 17:35:57 +00:00
InstCombineSimplifyDemanded.cpp don't repeat function names in comments; NFC 2016-07-14 20:54:43 +00:00
InstCombineVectorOps.cpp [InstCombine] scalarizePHI should not assume the code it sees has been CSE'd 2016-06-06 23:38:33 +00:00
InstructionCombining.cpp fix formatting, add TODO; NFC 2016-06-30 15:32:45 +00:00
LLVMBuild.txt