llvm-6502/lib/Transforms/InstCombine
2010-01-19 18:16:19 +00:00
..
CMakeLists.txt
InstCombine.h
InstCombineAddSub.cpp
InstCombineAndOrXor.cpp optimize ~(~X >>s Y) --> (X >>s Y), patch by Edmund Grimley 2010-01-19 18:16:19 +00:00
InstCombineCalls.cpp
InstCombineCasts.cpp my instcombine transformations to make extension elimination more 2010-01-18 22:19:16 +00:00
InstCombineCompares.cpp
InstCombineLoadStoreAlloca.cpp Fix comment. 2010-01-19 01:20:15 +00:00
InstCombineMulDivRem.cpp
InstCombinePHI.cpp
InstCombineSelect.cpp
InstCombineShifts.cpp my instcombine transformations to make extension elimination more 2010-01-18 22:19:16 +00:00
InstCombineSimplifyDemanded.cpp
InstCombineVectorOps.cpp
InstCombineWorklist.h
InstructionCombining.cpp
Makefile