1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 04:32:44 +01:00
llvm-mirror/lib/Transforms/InstCombine
2011-02-15 09:23:02 +00:00
..
CMakeLists.txt
InstCombine.h refactor some code out into a helper method. 2011-02-13 07:43:07 +00:00
InstCombineAddSub.cpp When lowering an inbounds gep, the intermediate adds can have 2011-02-11 21:37:43 +00:00
InstCombineAndOrXor.cpp Fix 9216 - Endless loop in InstCombine pass. 2011-02-15 07:13:48 +00:00
InstCombineCalls.cpp
InstCombineCasts.cpp convert ConstantVector::get to use ArrayRef. 2011-02-15 00:14:00 +00:00
InstCombineCompares.cpp remove a now-unneccesary cast. 2011-02-13 18:30:09 +00:00
InstCombineLoadStoreAlloca.cpp Spelling fix: consequtive -> consecutive. 2011-02-15 09:23:02 +00:00
InstCombineMulDivRem.cpp Enhance a bunch of transformations in instcombine to start generating 2011-02-10 05:36:31 +00:00
InstCombinePHI.cpp
InstCombineSelect.cpp Fold select + select where both selects are on the same condition. 2011-01-28 03:28:10 +00:00
InstCombineShifts.cpp Enhance a bunch of transformations in instcombine to start generating 2011-02-10 05:36:31 +00:00
InstCombineSimplifyDemanded.cpp teach SimplifyDemandedBits that exact shifts demand the bits they 2011-02-10 05:09:34 +00:00
InstCombineVectorOps.cpp
InstCombineWorklist.h
InstructionCombining.cpp Do not forget DebugLoc! 2011-02-15 02:02:30 +00:00
Makefile