Reformat.
[oota-llvm.git] / include / llvm / CodeGen / MachineMemOperand.h
2015-03-10 Chad Rosier[BranchFolding] Remove MMOs during tail merge to preser...
2014-07-24 Hal FinkelAA metadata refactoring (introduce AAMDNodes)
2014-04-15 Nick LewyckyBreak PseudoSourceValue out of the Value hierarchy...
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2013-12-14 Matt ArsenaultPrint the address space of a MachineMemOperand
2013-04-27 Andrew TrickAdd target flags to MachineMemOperands.
2013-04-27 Andrew Trickwhitespace
2012-08-29 Jakob Stoklund OlesenAdd MachineMemOperand::isUnordered().
2012-03-31 Rafael EspindolaTeach CodeGen's version of computeMaskedBits to underst...
2011-11-14 Benjamin KramerMake headers standalone.
2011-11-08 Pete CooperAdded invariant field to the DAG.getLoad method and...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-10-20 Dan GohmanMake CodeGen TBAA-aware.
2010-09-21 Chris Lattnerconvert a couple more places to use the new getStore()
2010-09-21 Chris Lattneradd some accessors
2010-09-21 Chris Lattnerit's more elegant to put the "getConstantPool" and
2010-09-21 Chris Lattnerugh, missed a file.
2010-09-21 Chris Lattneradd some helpful accessors.
2010-09-21 Chris Lattnerforce clients of MachineFunction::getMachineMemOperand...
2010-09-21 Chris Lattnerstart pushing MachinePointerInfo out through the Machin...
2010-09-21 Chris Lattnerrefactor the Value*/offset pair from MachineMemOperand...
2010-02-15 David GreeneAdd non-temporal flags to MachineMemOperand.
2009-11-05 Douglas GregorMake a few more LLVM headers parsable as standalone...
2009-09-25 Dan GohmanMove MachineMemOperand::getAlignment out of line, to...
2009-09-25 Dan GohmanImprove MachineMemOperand handling.
2009-09-23 Dan GohmanGive MachineMemOperand an operator<<, factoring out...
2009-09-21 Dan GohmanChange MachineMemOperand's alignment value to be the...
2009-09-14 Dan GohmanUpdate a comment to match the source. PseudoSourceValue...
2008-08-20 Dan GohmanChange the FoldingSetNodeID usage for objects which...
2008-07-22 Dan GohmanCorrect the name of MachineMemOperand's include guard.
2008-07-07 Dan GohmanMove MachineMemOperand's constructor out of line, to...
2008-07-07 Dan GohmanShrink MachineMemOperand by storing the alignment in...
2008-04-07 Dan GohmanRename MemOperand to MachineMemOperand. This was sugges...