aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Analysis/PHITransAddr.cpp
Commit message (Expand)AuthorAgeFilesLines
* Strip trailing whitespace.Dan Gohman2010-11-181-48/+48
* Use llvm_unreachable for "impossible" situations.Dan Gohman2010-11-181-3/+6
* Add support for PHI-translating sext, zext, and trunc instructions,Dan Gohman2010-11-181-18/+26
* In which I discover the existence of loops. Threading an operationDuncan Sands2010-11-161-2/+2
* Reapply r97010, the speculative revert failed.Daniel Dunbar2010-02-241-32/+28
* Speculatively revert r97010, "Add an argument to PHITranslateValue to specifyDaniel Dunbar2010-02-241-28/+32
* Add an argument to PHITranslateValue to specify the DominatorTree. If thisBob Wilson2010-02-241-32/+28
* Change dbgs() back to errs() as Chris requested.David Greene2009-12-231-4/+4
* Convert debug messages to use dbgs(). Generally this meansDavid Greene2009-12-231-7/+8
* Add a minor optimization: if we haven't changed the operands of anChris Lattner2009-12-091-0/+4
* fix PR5733, a case where we'd replace an add with a lexically identical Chris Lattner2009-12-091-1/+2
* fix a nasty variable that was shadowing the real CurBB but with the wrong value.Chris Lattner2009-12-091-1/+0
* fix many input tracking bugs.Chris Lattner2009-12-091-33/+30
* fix PHI translation to take the PHI out of the instinputs set and addChris Lattner2009-12-091-9/+7
* instructions defined in CurBB may be intermediate nodes of the computation.Chris Lattner2009-12-091-14/+14
* add dumping and sanity checking support.Chris Lattner2009-12-091-0/+69
* make sure that PHITransAddr keeps its 'InstInputs' list up toChris Lattner2009-12-081-3/+42
* fix a typo (and -> add) and fix GetAvailablePHITranslatedSubExpr to not Chris Lattner2009-12-081-3/+6
* fix typoChris Lattner2009-12-071-1/+1
* add accessor, improve comment.Chris Lattner2009-12-071-1/+1
* add support for phi translation and incorpation of new expression.Chris Lattner2009-12-071-121/+144
* checkpoint of the new PHITransAddr code, still not done and not used byChris Lattner2009-12-071-29/+257
* add the start of a class used to handle phi translation in memdep andChris Lattner2009-12-041-0/+71