llvm-6502/lib/Transforms/InstCombine
2011-09-15 01:14:29 +00:00
..
CMakeLists.txt
InstCombine.h Split the init.trampoline intrinsic, which currently combines GCC's 2011-09-06 13:37:06 +00:00
InstCombineAddSub.cpp
InstCombineAndOrXor.cpp
InstCombineCalls.cpp Split the init.trampoline intrinsic, which currently combines GCC's 2011-09-06 13:37:06 +00:00
InstCombineCasts.cpp Fixes following the CR by Chris and Duncan: 2011-08-29 19:58:36 +00:00
InstCombineCompares.cpp
InstCombineLoadStoreAlloca.cpp Use the getFirstInsertionPt() method instead of getFirstNonPHI + an 'isa<>' 2011-08-16 20:45:24 +00:00
InstCombineMulDivRem.cpp
InstCombinePHI.cpp Update instcombine for atomic load/store. 2011-08-15 22:09:40 +00:00
InstCombineSelect.cpp
InstCombineShifts.cpp Make sure to correctly clear the exact/nuw/nsw flags off of shifts when they are combined together. <rdar://problem/9859829> 2011-07-29 00:18:19 +00:00
InstCombineSimplifyDemanded.cpp Make demanded-elt simplification for shufflevector slightly stronger. Spotted by inspection. 2011-09-15 01:14:29 +00:00
InstCombineVectorOps.cpp
InstCombineWorklist.h
InstructionCombining.cpp Use Duncan's patch to delete the instructions in reverse order (minus the landingpad and terminator). 2011-09-04 09:43:36 +00:00
Makefile