-Revert parts of 84326 and 84411. Distinquishing between fixed and non-fixed
[oota-llvm.git] / include / llvm / CodeGen / PseudoSourceValue.h
2009-10-18 Evan Cheng-Revert parts of 84326 and 84411. Distinquishing betwee...
2009-10-17 Evan ChengRevert 84315 for now. Re-thinking the patch.
2009-10-17 Evan ChengRename getFixedStack to getStackObject. The stack objec...
2009-09-27 Dan GohmanClarify a comment.
2009-09-23 Dan GohmanSpruce up some comments.
2009-09-23 Dan GohmanGive MachineMemOperand an operator<<, factoring out...
2008-12-03 Dan GohmanHave PseudoSourceValue override Value::dump, so that...
2008-08-27 Dan GohmanUnbreak PseudoSourceValue::print. This fixes -print...
2008-08-24 Chris Lattnersimplify PseudoSourceValue printing a bit. Unnest...
2008-08-24 Evan ChengPrint PseudoSourceValue.
2008-07-25 Dan GohmanEnable rematerialization of constants using AliasAnalys...
2008-07-11 Dan GohmanInclude a frame index in the "fixed stack" pseudo sourc...
2008-02-07 Dan GohmanFollow Chris' suggestion; change the PseudoSourceValue...
2008-02-06 Dan GohmanRe-apply the memory operand changes, with a fix for...
2008-01-31 Evan ChengRevert 46556 and 46585. Dan please fix the PseudoSource...
2008-01-30 Dan GohmanAdd a new PseudoSourceValue class, which will be used...