summaryrefslogtreecommitdiff
path: root/lib/Transforms/Utils/SSAUpdater.cpp
Commit message (Expand)AuthorAge
* Reapply commit 112699, speculatively reverted by echristo, sinceDuncan Sands2010-09-02
* Speculatively revert 112699 and 112702, they seem to be causingEric Christopher2010-09-01
* If PrototypeValue is erased in the middle of using the SSAUpdatorDuncan Sands2010-09-01
* implement SSAUpdater::RewriteUseAfterInsertions, a helpful form of RewriteUse.Chris Lattner2010-08-29
* Combine the implementations of the core part of the SSAUpdater andBob Wilson2010-05-04
* Fix a performance problem with the new SSAUpdater. This showed up in theBob Wilson2010-04-21
* Re-commit my previous SSAUpdater changes. The previous version naively triedBob Wilson2010-04-17
* Revert all my SSAUpdater patches. The PHI placement algorithm is not correctBob Wilson2010-04-03
* Add a DEBUG_TYPE for the SSAUpdater.Bob Wilson2010-04-03
* Recommit 100158 now that the buildbots are happy again.Bob Wilson2010-04-02
* Revert 100158 in case it is causing some of the buildbot problems.Bob Wilson2010-04-02
* Check for terminating conditions before adding PHIs to the worklists.Bob Wilson2010-04-02
* Remove trailing whitespace.Bob Wilson2010-04-01
* Rewrite another SSAUpdater function to avoid recursion.Bob Wilson2010-04-01
* Change another SSAUpdater function to avoid recursion.Bob Wilson2010-04-01
* Simplify the code to check for existing PHIs, now that it is only used inBob Wilson2010-04-01
* The SSAUpdater should avoid recursive traversals of the CFG, since that mayBob Wilson2010-04-01
* Rewrite part of the SSAUpdater to be more careful about inserting redundantBob Wilson2010-03-31
* Avoid creating redundant PHIs in SSAUpdater::GetValueInMiddleOfBlock.Bob Wilson2010-01-27
* Change errs() to dbgs().David Greene2010-01-05
* improve indentation avoid a pointless conversion from weakvh to trackingvh,Chris Lattner2009-12-21
* fix PR5837 by having SSAUpdate reuse phi nodes for theChris Lattner2009-12-21
* add an assert to make it really clear what this is doing. Return singularval asChris Lattner2009-12-04
* alternate fix for PR5258 which avoids worklist problems, with reduced testcase.Chris Lattner2009-10-20
* Fix PR5258, jump-threading creating invalid PHIs.Torok Edwin2009-10-20
* Strip trailing white space.Duncan Sands2009-10-16
* add a simple helper method.Chris Lattner2009-10-10
* add ability for clients of SSAUpdater to find out about theChris Lattner2009-10-10
* add the ability to get a rewritten value from the middle of a block,Chris Lattner2009-10-10
* rename GetValueInBlock -> GetValueAtEndOfBlock to better reflect Chris Lattner2009-10-10
* use a typedef instead of spelling out an insane type. Yay for auto someday.Chris Lattner2009-10-10
* Implement an efficient and fully general SSA update mechanism that Chris Lattner2009-10-10