aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/PseudoSourceValue.cpp
Commit message (Expand)AuthorAgeFilesLines
* Now that errs() is properly non-buffered, there's no need toDan Gohman2009-03-231-1/+1
* Have PseudoSourceValue override Value::dump, so that it worksDan Gohman2008-12-031-0/+4
* Remove the std::ostream form of PseudoSourceValue's print,Dan Gohman2008-08-271-3/+0
* simplify PseudoSourceValue printing a bit. Unnest all of PseudoSourceValue.c...Chris Lattner2008-08-241-44/+41
* Print PseudoSourceValue.Evan Cheng2008-08-241-0/+7
* Enable rematerialization of constants using AliasAnalysis::pointsToConstantMe...Dan Gohman2008-07-251-0/+20
* Fix edito in the PseudoSourceValue name list.Dan Gohman2008-07-141-1/+1
* Include a frame index in the "fixed stack" pseudo source valueDan Gohman2008-07-111-8/+29
* A quick nm audit turned up several fixed tables and objects that wereDan Gohman2008-03-251-1/+1
* From Chris' review: fix 80 column violationsDan Gohman2008-02-111-5/+10
* Follow Chris' suggestion; change the PseudoSourceValue accessorsDan Gohman2008-02-071-5/+5
* Re-apply the memory operand changes, with a fix for the staticDan Gohman2008-02-061-0/+41
* Revert 46556 and 46585. Dan please fix the PseudoSourceValue problem and re-c...Evan Cheng2008-01-311-33/+0
* Add a new PseudoSourceValue class, which will be used to help trackDan Gohman2008-01-301-0/+33