aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/MachineMemOperand.h
AgeCommit message (Expand)Author
2013-04-27Add target flags to MachineMemOperands.Andrew Trick
2013-04-27whitespaceAndrew Trick
2012-08-29Add MachineMemOperand::isUnordered().Jakob Stoklund Olesen
2012-03-31Teach CodeGen's version of computeMaskedBits to understand the range metadata.Rafael Espindola
2011-11-14Make headers standalone.Benjamin Kramer
2011-11-08Added invariant field to the DAG.getLoad method and changed all calls.Pete Cooper
2010-11-29Merge System into Support.Michael J. Spencer
2010-10-20Make CodeGen TBAA-aware.Dan Gohman
2010-09-21convert a couple more places to use the new getStore()Chris Lattner
2010-09-21add some accessorsChris Lattner
2010-09-21it's more elegant to put the "getConstantPool" andChris Lattner
2010-09-21ugh, missed a file.Chris Lattner
2010-09-21add some helpful accessors.Chris Lattner
2010-09-21force clients of MachineFunction::getMachineMemOperand to provide aChris Lattner
2010-09-21start pushing MachinePointerInfo out through the MachineMemOperand interfaceChris Lattner
2010-09-21refactor the Value*/offset pair from MachineMemOperand out to a newChris Lattner
2010-02-15Add non-temporal flags to MachineMemOperand.David Greene
2009-11-05Make a few more LLVM headers parsable as standalone headers.Douglas Gregor
2009-09-25Move MachineMemOperand::getAlignment out of line, to avoid needingDan Gohman
2009-09-25Improve MachineMemOperand handling.Dan Gohman
2009-09-23Give MachineMemOperand an operator<<, factoring out code fromDan Gohman
2009-09-21Change MachineMemOperand's alignment value to be the alignment ofDan Gohman
2009-09-14Update a comment to match the source. PseudoSourceValues are nowDan Gohman
2008-08-20Change the FoldingSetNodeID usage for objects which carryDan Gohman
2008-07-22Correct the name of MachineMemOperand's include guard.Dan Gohman
2008-07-07Move MachineMemOperand's constructor out of line, to avoid aDan Gohman
2008-07-07Shrink MachineMemOperand by storing the alignment in log formDan Gohman
2008-04-07Rename MemOperand to MachineMemOperand. This was suggested byDan Gohman