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