llvm-6502/lib/Transforms/InstCombine
2010-11-29 21:56:20 +00:00
..
CMakeLists.txt
InstCombine.h Rename SimplifyDistributed to the more meaningfull name SimplifyByFactorizing. 2010-11-23 20:42:39 +00:00
InstCombineAddSub.cpp Rename SimplifyDistributed to the more meaningfull name SimplifyByFactorizing. 2010-11-23 20:42:39 +00:00
InstCombineAndOrXor.cpp Rename SimplifyDistributed to the more meaningfull name SimplifyByFactorizing. 2010-11-23 20:42:39 +00:00
InstCombineCalls.cpp
InstCombineCasts.cpp
InstCombineCompares.cpp duncan's spider sense was right, I completely reversed the condition 2010-11-23 02:42:04 +00:00
InstCombineLoadStoreAlloca.cpp
InstCombineMulDivRem.cpp
InstCombinePHI.cpp
InstCombineSelect.cpp
InstCombineShifts.cpp The srem -> urem transform is not safe for any divisor that's not a power of two. 2010-11-23 20:33:57 +00:00
InstCombineSimplifyDemanded.cpp
InstCombineVectorOps.cpp
InstCombineWorklist.h
InstructionCombining.cpp Transform (extractvalue (load P), ...) to (load (gep P, 0, ...)) if the load has no other uses, shrinking the load. 2010-11-29 21:56:20 +00:00
Makefile