llvm-6502/lib/Transforms/InstCombine
2011-06-23 20:40:23 +00:00
..
CMakeLists.txt
InstCombine.h
InstCombineAddSub.cpp
InstCombineAndOrXor.cpp
InstCombineCalls.cpp Revamp the "ConstantStruct::get" methods. Previously, these were scattered 2011-06-20 04:01:31 +00:00
InstCombineCasts.cpp Revert r133285. Causing odd failures on Dragonegg. 2011-06-17 22:08:25 +00:00
InstCombineCompares.cpp InstCombine: Fold A-b == C --> b == A-C if A and C are constants. 2011-06-13 15:24:24 +00:00
InstCombineLoadStoreAlloca.cpp
InstCombineMulDivRem.cpp
InstCombinePHI.cpp
InstCombineSelect.cpp PR10180: Fix a instcombine crash with FP vectors. 2011-06-23 20:40:23 +00:00
InstCombineShifts.cpp
InstCombineSimplifyDemanded.cpp
InstCombineVectorOps.cpp
InstCombineWorklist.h
InstructionCombining.cpp
Makefile