Replace DebugLocTuple with DILocation.
[oota-llvm.git] / include / llvm / CodeGen / MachineMemOperand.h
2009-11-05 Douglas GregorMake a few more LLVM headers parsable as standalone...
2009-09-25 Dan GohmanMove MachineMemOperand::getAlignment out of line, to...
2009-09-25 Dan GohmanImprove MachineMemOperand handling.
2009-09-23 Dan GohmanGive MachineMemOperand an operator<<, factoring out...
2009-09-21 Dan GohmanChange MachineMemOperand's alignment value to be the...
2009-09-14 Dan GohmanUpdate a comment to match the source. PseudoSourceValue...
2008-08-20 Dan GohmanChange the FoldingSetNodeID usage for objects which...
2008-07-22 Dan GohmanCorrect the name of MachineMemOperand's include guard.
2008-07-07 Dan GohmanMove MachineMemOperand's constructor out of line, to...
2008-07-07 Dan GohmanShrink MachineMemOperand by storing the alignment in...
2008-04-07 Dan GohmanRename MemOperand to MachineMemOperand. This was sugges...