Move TargetData to DataLayout.
[oota-llvm.git] / lib / Transforms / Utils / AddrModeMatcher.cpp
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-09-27 Sylvestre LedruRevert 'Fix a typo 'iff' => 'if''. iff is an abreviatio...
2012-09-27 Sylvestre LedruFix a typo 'iff' => 'if'
2012-09-12 Manman RenRelease build: guard dump functions with
2012-09-06 Manman RenRelease build: guard dump functions with "ifndef NDEBUG"
2011-12-05 Benjamin KramerAdd a little heuristic to Value::isUsedInBasicBlock...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
2010-12-23 Jeffrey YasskinChange all self assignments X=X to (void)X, so that...
2010-10-29 John ThompsonInline asm multiple alternative constraints development...
2010-09-13 John ThompsonAdded skeleton for inline asm multiple alternative...
2010-06-30 Gabor Greifuse getArgOperand instead of getOperand
2010-06-28 Gabor Greifuse CallInst::ArgOffset
2010-06-25 Dale JohannesenThe hasMemory argument is irrelevant to how the argument
2010-06-25 Gabor Greifuse ArgOperand API (some hunks I could split)
2010-04-16 Eric ChristopherRevert 101465, it broke internal OpenGL testing.
2010-04-16 Gabor Greifreapply r101434
2010-04-16 Gabor Greifback out r101423 and r101397, they break llvm-gcc self...
2010-04-15 Gabor Greifreapply r101364, which has been backed out in r101368
2010-04-15 Gabor Greifback out r101364, as it trips the linux nightlybot...
2010-04-15 Gabor Greifrotate CallInst operands, i.e. move callee to the back
2010-04-09 Gabor Greifperformance: cache result of looking up user
2010-03-24 Gabor Greifcache result of UI.getOperandNo() instead of calling...
2010-02-16 Duncan SandsThere are two ways of checking for a given type, for...
2010-01-05 David GreeneChange errs() to dbgs().
2009-08-23 Chris LattnerChange Pass::print to take a raw ostream instead of...
2009-08-12 Dan GohmanRemove a bunch more now-unnecessary Context arguments.
2009-07-25 Dan GohmanConvert a few more uses of llvm/Support/Streams.h to...
2009-07-22 Owen AndersonGet rid of the Pass+Context magic.
2009-07-11 Chris Lattnersilence a vc++ warning.
2009-07-10 Owen AndersonPush LLVMContext through the PatternMatch API.
2009-05-19 Dan GohmanTeach SCEVExpander to expand arithmetic involving point...
2009-05-09 Duncan SandsRename PaddedSize to AllocSize, in the hope that this
2009-02-27 Nick LewyckyFix compiler warning about uninitialized variables...
2009-02-20 Evan ChengFactor address mode matcher out of codegen prepare...