summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/PseudoSourceValue.h
Commit message (Expand)AuthorAge
* Fix broken build of llvm using clang.Nick Lewycky2014-04-15
* Break PseudoSourceValue out of the Value hierarchy. It is now the root of its...Nick Lewycky2014-04-15
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-07
* [typo] An LLVM.Daniel Dunbar2013-08-16
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Remove unnecessary classof()'sSean Silva2012-10-11
* Typos.Chad Rosier2011-06-01
* Make PseudoSourceValue's classof recognizeDan Gohman2009-11-16
* Do some cleanups suggested by Chris.David Greene2009-11-12
* Make FixedStackPseudoSourceValue a first-class PseudoSourceValue byDavid Greene2009-11-12
* Add PseudoSourceValue::mayAlias. It returns true if the object can ever alias...Evan Cheng2009-11-01
* Spill slots cannot alias.Evan Cheng2009-10-18
* -Revert parts of 84326 and 84411. Distinquishing between fixed and non-fixedEvan Cheng2009-10-18
* Revert 84315 for now. Re-thinking the patch.Evan Cheng2009-10-17
* Rename getFixedStack to getStackObject. The stack objects represented are notEvan Cheng2009-10-17
* Clarify a comment.Dan Gohman2009-09-27
* Spruce up some comments.Dan Gohman2009-09-23
* Give MachineMemOperand an operator<<, factoring out code fromDan Gohman2009-09-23
* Have PseudoSourceValue override Value::dump, so that it worksDan Gohman2008-12-03
* Unbreak PseudoSourceValue::print. This fixes -print-machine-instrsDan Gohman2008-08-27
* simplify PseudoSourceValue printing a bit. Unnest all of PseudoSourceValue.c...Chris Lattner2008-08-24
* Print PseudoSourceValue.Evan Cheng2008-08-24
* Enable rematerialization of constants using AliasAnalysis::pointsToConstantMe...Dan Gohman2008-07-25
* Include a frame index in the "fixed stack" pseudo source valueDan Gohman2008-07-11
* Follow Chris' suggestion; change the PseudoSourceValue accessorsDan Gohman2008-02-07
* Re-apply the memory operand changes, with a fix for the staticDan Gohman2008-02-06
* Revert 46556 and 46585. Dan please fix the PseudoSourceValue problem and re-c...Evan Cheng2008-01-31
* Add a new PseudoSourceValue class, which will be used to help trackDan Gohman2008-01-30