aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/AddrModeMatcher.cpp
AgeCommit message (Expand)Author
2010-06-30use getArgOperand instead of getOperandGabor Greif
2010-06-28use CallInst::ArgOffsetGabor Greif
2010-06-25The hasMemory argument is irrelevant to how the argumentDale Johannesen
2010-06-25use ArgOperand API (some hunks I could split)Gabor Greif
2010-04-16Revert 101465, it broke internal OpenGL testing.Eric Christopher
2010-04-16reapply r101434Gabor Greif
2010-04-16back out r101423 and r101397, they break llvm-gcc self-host on darwin10Gabor Greif
2010-04-15reapply r101364, which has been backed out in r101368Gabor Greif
2010-04-15back out r101364, as it trips the linux nightlybot on some clang C++ testsGabor Greif
2010-04-15rotate CallInst operands, i.e. move callee to the backGabor Greif
2010-04-09performance: cache result of looking up userGabor Greif
2010-03-24cache result of UI.getOperandNo() instead of calling it twice, it is cheaper ...Gabor Greif
2010-02-16There are two ways of checking for a given type, for example isa<PointerType>(T)Duncan Sands
2010-01-05Change errs() to dbgs().David Greene
2009-08-23Change Pass::print to take a raw ostream instead of std::ostream,Chris Lattner
2009-08-12Remove a bunch more now-unnecessary Context arguments.Dan Gohman
2009-07-25Convert a few more uses of llvm/Support/Streams.h to raw_ostream.Dan Gohman
2009-07-22Get rid of the Pass+Context magic.Owen Anderson
2009-07-11silence a vc++ warning.Chris Lattner
2009-07-10Push LLVMContext through the PatternMatch API.Owen Anderson
2009-05-19Teach SCEVExpander to expand arithmetic involving pointers into GEPDan Gohman
2009-05-09Rename PaddedSize to AllocSize, in the hope that thisDuncan Sands
2009-02-27Fix compiler warning about uninitialized variables. No functional change.Nick Lewycky
2009-02-20Factor address mode matcher out of codegen prepare to make it available to ot...Evan Cheng