summaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/AddrModeMatcher.cpp
Commit message (Expand)AuthorAge
* Sink the AddressingModeMatcher helper class into an anonymous namespaceChandler Carruth2013-01-05
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...Sylvestre Ledru2012-09-27
* Fix a typo 'iff' => 'if'Sylvestre Ledru2012-09-27
* Release build: guard dump functions withManman Ren2012-09-12
* Release build: guard dump functions with "ifndef NDEBUG"Manman Ren2012-09-06
* Add a little heuristic to Value::isUsedInBasicBlock to speed it up for small ...Benjamin Kramer2011-12-05
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* Change all self assignments X=X to (void)X, so that we can turn on aJeffrey Yasskin2010-12-23
* Inline asm multiple alternative constraints development phase 2 - improved ba...John Thompson2010-10-29
* Added skeleton for inline asm multiple alternative constraint support.John Thompson2010-09-13
* use getArgOperand instead of getOperandGabor Greif2010-06-30
* use CallInst::ArgOffsetGabor Greif2010-06-28
* The hasMemory argument is irrelevant to how the argumentDale Johannesen2010-06-25
* use ArgOperand API (some hunks I could split)Gabor Greif2010-06-25
* Revert 101465, it broke internal OpenGL testing.Eric Christopher2010-04-16
* reapply r101434Gabor Greif2010-04-16
* back out r101423 and r101397, they break llvm-gcc self-host on darwin10Gabor Greif2010-04-16
* reapply r101364, which has been backed out in r101368Gabor Greif2010-04-15
* back out r101364, as it trips the linux nightlybot on some clang C++ testsGabor Greif2010-04-15
* rotate CallInst operands, i.e. move callee to the backGabor Greif2010-04-15
* performance: cache result of looking up userGabor Greif2010-04-09
* cache result of UI.getOperandNo() instead of calling it twice, it is cheaper ...Gabor Greif2010-03-24
* There are two ways of checking for a given type, for example isa<PointerType>(T)Duncan Sands2010-02-16
* Change errs() to dbgs().David Greene2010-01-05
* Change Pass::print to take a raw ostream instead of std::ostream,Chris Lattner2009-08-23
* Remove a bunch more now-unnecessary Context arguments.Dan Gohman2009-08-12
* Convert a few more uses of llvm/Support/Streams.h to raw_ostream.Dan Gohman2009-07-25
* Get rid of the Pass+Context magic.Owen Anderson2009-07-22
* silence a vc++ warning.Chris Lattner2009-07-11
* Push LLVMContext through the PatternMatch API.Owen Anderson2009-07-10
* Teach SCEVExpander to expand arithmetic involving pointers into GEPDan Gohman2009-05-19
* Rename PaddedSize to AllocSize, in the hope that thisDuncan Sands2009-05-09
* Fix compiler warning about uninitialized variables. No functional change.Nick Lewycky2009-02-27
* Factor address mode matcher out of codegen prepare to make it available to ot...Evan Cheng2009-02-20