Age | Commit message (Expand) | Author |
---|---|---|
2010-02-15 | Add non-temporal flags to MachineMemOperand. | David Greene |
2009-11-05 | Make a few more LLVM headers parsable as standalone headers. | Douglas Gregor |
2009-09-25 | Move MachineMemOperand::getAlignment out of line, to avoid needing | Dan Gohman |
2009-09-25 | Improve MachineMemOperand handling. | Dan Gohman |
2009-09-23 | Give MachineMemOperand an operator<<, factoring out code from | Dan Gohman |
2009-09-21 | Change MachineMemOperand's alignment value to be the alignment of | Dan Gohman |
2009-09-14 | Update a comment to match the source. PseudoSourceValues are now | Dan Gohman |
2008-08-20 | Change the FoldingSetNodeID usage for objects which carry | Dan Gohman |
2008-07-22 | Correct the name of MachineMemOperand's include guard. | Dan Gohman |
2008-07-07 | Move MachineMemOperand's constructor out of line, to avoid a | Dan Gohman |
2008-07-07 | Shrink MachineMemOperand by storing the alignment in log form | Dan Gohman |
2008-04-07 | Rename MemOperand to MachineMemOperand. This was suggested by | Dan Gohman |