aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/MachineMemOperand.h
AgeCommit message (Expand)Author
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