aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/PseudoSourceValue.h
Commit message (Expand)AuthorAgeFilesLines
* Have PseudoSourceValue override Value::dump, so that it worksDan Gohman2008-12-031-0/+6
* Unbreak PseudoSourceValue::print. This fixes -print-machine-instrsDan Gohman2008-08-271-1/+1
* simplify PseudoSourceValue printing a bit. Unnest all of PseudoSourceValue.c...Chris Lattner2008-08-241-12/+1
* Print PseudoSourceValue.Evan Cheng2008-08-241-0/+12
* Enable rematerialization of constants using AliasAnalysis::pointsToConstantMe...Dan Gohman2008-07-251-0/+6
* Include a frame index in the "fixed stack" pseudo source valueDan Gohman2008-07-111-2/+2
* 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/+58
* Revert 46556 and 46585. Dan please fix the PseudoSourceValue problem and re-c...Evan Cheng2008-01-311-62/+0
* Add a new PseudoSourceValue class, which will be used to help trackDan Gohman2008-01-301-0/+62