aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/MachineMemOperand.h
Commit message (Expand)AuthorAgeFilesLines
* Add non-temporal flags to MachineMemOperand.David Greene2010-02-151-3/+8
* Make a few more LLVM headers parsable as standalone headers.Douglas Gregor2009-11-051-0/+2
* Move MachineMemOperand::getAlignment out of line, to avoid needingDan Gohman2009-09-251-5/+1
* Improve MachineMemOperand handling.Dan Gohman2009-09-251-0/+10
* Give MachineMemOperand an operator<<, factoring out code fromDan Gohman2009-09-231-0/+3
* Change MachineMemOperand's alignment value to be the alignment ofDan Gohman2009-09-211-4/+12
* Update a comment to match the source. PseudoSourceValues are nowDan Gohman2009-09-141-4/+7
* Change the FoldingSetNodeID usage for objects which carryDan Gohman2008-08-201-0/+5
* Correct the name of MachineMemOperand's include guard.Dan Gohman2008-07-221-2/+2
* Move MachineMemOperand's constructor out of line, to avoid aDan Gohman2008-07-071-4/+1
* Shrink MachineMemOperand by storing the alignment in log formDan Gohman2008-07-071-6/+7
* Rename MemOperand to MachineMemOperand. This was suggested byDan Gohman2008-04-071-0/+83