aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/MachineMemOperand.h
Commit message (Expand)AuthorAgeFilesLines
* Add target flags to MachineMemOperands.Andrew Trick2013-04-271-1/+7
* whitespaceAndrew Trick2013-04-271-11/+11
* Add MachineMemOperand::isUnordered().Jakob Stoklund Olesen2012-08-291-0/+9
* Teach CodeGen's version of computeMaskedBits to understand the range metadata.Rafael Espindola2012-03-311-1/+6
* Make headers standalone.Benjamin Kramer2011-11-141-0/+1
* Added invariant field to the DAG.getLoad method and changed all calls.Pete Cooper2011-11-081-1/+4
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* Make CodeGen TBAA-aware.Dan Gohman2010-10-201-1/+5
* convert a couple more places to use the new getStore()Chris Lattner2010-09-211-0/+3
* add some accessorsChris Lattner2010-09-211-0/+8
* it's more elegant to put the "getConstantPool" andChris Lattner2010-09-211-0/+8
* ugh, missed a file.Chris Lattner2010-09-211-1/+1
* add some helpful accessors.Chris Lattner2010-09-211-0/+9
* force clients of MachineFunction::getMachineMemOperand to provide aChris Lattner2010-09-211-1/+4
* start pushing MachinePointerInfo out through the MachineMemOperand interfaceChris Lattner2010-09-211-3/+9
* refactor the Value*/offset pair from MachineMemOperand out to a newChris Lattner2010-09-211-6/+17
* 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