aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/PseudoSourceValue.cpp
AgeCommit message (Expand)Author
2008-08-27Remove the std::ostream form of PseudoSourceValue's print,Dan Gohman
2008-08-24simplify PseudoSourceValue printing a bit. Unnest all of PseudoSourceValue.c...Chris Lattner
2008-08-24Print PseudoSourceValue.Evan Cheng
2008-07-25Enable rematerialization of constants using AliasAnalysis::pointsToConstantMe...Dan Gohman
2008-07-14Fix edito in the PseudoSourceValue name list.Dan Gohman
2008-07-11Include a frame index in the "fixed stack" pseudo source valueDan Gohman
2008-03-25A quick nm audit turned up several fixed tables and objects that wereDan Gohman
2008-02-11From Chris' review: fix 80 column violationsDan Gohman
2008-02-07Follow Chris' suggestion; change the PseudoSourceValue accessorsDan Gohman
2008-02-06Re-apply the memory operand changes, with a fix for the staticDan Gohman
2008-01-31Revert 46556 and 46585. Dan please fix the PseudoSourceValue problem and re-c...Evan Cheng
2008-01-30Add a new PseudoSourceValue class, which will be used to help trackDan Gohman