aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/AddrModeMatcher.cpp
AgeCommit message (Expand)Author
2013-01-05Sink the AddressingModeMatcher helper class into an anonymous namespaceChandler Carruth
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-09-27Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru
2012-09-27Fix a typo 'iff' => 'if'Sylvestre Ledru
2012-09-12Release build: guard dump functions withManman Ren
2012-09-06Release build: guard dump functions with "ifndef NDEBUG"Manman Ren
2011-12-05Add a little heuristic to Value::isUsedInBasicBlock to speed it up for small ...Benjamin Kramer
2011-07-18land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner
2010-12-23Change all self assignments X=X to (void)X, so that we can turn on aJeffrey Yasskin
2010-10-29Inline asm multiple alternative constraints development phase 2 - improved ba...John Thompson
2010-09-13Added skeleton for inline asm multiple alternative constraint support.John Thompson
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