llvm-6502/lib/Transforms/InstCombine
2010-07-12 13:34:22 +00:00
..
CMakeLists.txt
InstCombine.h use ArgOperand API, also tighten the type of visitFree to make this work out smoothly 2010-06-24 12:21:15 +00:00
InstCombineAddSub.cpp
InstCombineAndOrXor.cpp Move optimization to avoid redundant matching. 2010-07-12 13:34:22 +00:00
InstCombineCalls.cpp use getArgOperand (corrected by CallInst::ArgOffset) instead of getOperand 2010-06-30 12:38:26 +00:00
InstCombineCasts.cpp
InstCombineCompares.cpp Convert some tab stops into spaces. 2010-07-12 08:16:59 +00:00
InstCombineLoadStoreAlloca.cpp do not repeatedly dereference use_iterator 2010-07-09 12:23:50 +00:00
InstCombineMulDivRem.cpp
InstCombinePHI.cpp
InstCombineSelect.cpp Teach instcombine to transform 2010-07-08 11:39:10 +00:00
InstCombineShifts.cpp
InstCombineSimplifyDemanded.cpp use ArgOperand API 2010-06-28 16:45:00 +00:00
InstCombineVectorOps.cpp
InstCombineWorklist.h
InstructionCombining.cpp cache result of operator* 2010-07-09 15:01:36 +00:00
Makefile