aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Utils/LCSSA.cpp
Commit message (Expand)AuthorAgeFilesLines
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-051-2/+2
* Remove LCSSA's bogus dependence on LoopSimplify and LoopSimplify's bogusDan Gohman2010-07-261-7/+2
* Reorder the contents of various getAnalysisUsage functions, eliminatingDan Gohman2010-07-161-11/+7
* cache result of operator*Gabor Greif2010-07-091-3/+4
* Add a DominatorTree argument to isLCSSA so that it doesn't have toDan Gohman2010-03-101-2/+2
* Fix a comment in a typo that Duncan noticed.Dan Gohman2009-11-091-1/+1
* Generalize LCSSA to handle loops with exits with predecessors outsideDan Gohman2009-11-091-2/+14
* Delete an unused member variable.Dan Gohman2009-11-051-2/+0
* rewrite LCSSA to use SSAUpdate, to only return true if it modifiesChris Lattner2009-10-111-154/+130
* clean up and simplify some code. Don't use setvector when things will beChris Lattner2009-10-111-28/+23
* random tidyingChris Lattner2009-10-101-7/+5
* Remove a redundant #ifndef and add an assertion string.Dan Gohman2009-09-281-3/+1
* Re-apply r80926, with fixes: keep the domtree informed of new blocksDan Gohman2009-09-081-3/+14
* Revert r80926. It causes loop unswitch assertion and slow down some JIT tests...Evan Cheng2009-09-061-16/+3
* Add a verifyAnalysis to LoopInfo, LoopSimplify, and LCSSA form that verifyDan Gohman2009-09-031-3/+16
* Move more code back to 2.5 APIs.Owen Anderson2009-07-301-1/+1
* Get rid of the Pass+Context magic.Owen Anderson2009-07-221-1/+1
* More LLVMContext-ification.Owen Anderson2009-07-051-1/+2
* Fix LCSSA to avoid emitting a PHI node for the unwind destination ofDan Gohman2009-06-261-2/+11
* Real fix for PR3549, by using caching for predecessor counts in addition to t...Owen Anderson2009-04-221-11/+13
* Use PredIteratorCache in LCSSA, which gives a 37% overall speedup on the test...Owen Anderson2009-04-221-2/+5
* Simplify the logic of getting hold of a PHI predecessor block.Gabor Greif2009-01-231-4/+2
* Change create*Pass factory functions to return Pass* instead ofDaniel Dunbar2008-10-221-1/+1
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-041-1/+1
* Enable first-class aggregates support.Dan Gohman2008-07-231-21/+1
* Fix whitespace in whitespace-significant pseudocode in a comment.Dan Gohman2008-06-031-2/+2
* Since LCSSA switched over to DenseMap, we have to be more careful to avoid it...Owen Anderson2008-05-301-4/+5
* Use a DenseMap instead of an std::map, speeding up the testcase in PR2368 by ...Owen Anderson2008-05-261-3/+3
* Tidy up BasicBlock::getFirstNonPHI, and change a bunch of places toDan Gohman2008-05-231-3/+1
* Fix a bunch of 80col violations that arose from the Create API change. Tweak ...Gabor Greif2008-05-151-2/+2
* Change class' public PassInfo variables to by initialized with theDan Gohman2008-05-131-1/+1
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-131-3/+3
* Handle multiple return values.Devang Patel2008-05-031-1/+23
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-061-4/+4
* Fix newly-introduced 4.3 warningsAnton Korobeynikov2008-02-201-1/+1
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Use SmallVector instead of std::vector.Devang Patel2007-08-211-7/+5
* When one branch of condition is eliminated then head of the otherDevang Patel2007-08-171-1/+2
* LCSSA preserves dom info.Devang Patel2007-07-301-0/+8
* Now this temp. fix is not required.Devang Patel2007-07-191-4/+0
* Return Undef if the block has no dominator. This was required to allowReid Spencer2007-07-161-0/+4
* Make LCSSA a loop pass.Devang Patel2007-07-131-21/+11
* Maintain ETNode as part of DomTreeNode.Devang Patel2007-06-071-1/+1
* s/llvm::DominatorTreeBase::DomTreeNode/llvm::DomTreeNode/gDevang Patel2007-06-041-8/+8
* s/DominatorTreeBase::Node/DominatorTreeBase:DomTreeNode/gDevang Patel2007-06-031-8/+8
* Fix typos.Dan Gohman2007-05-111-1/+1
* Fix typo in comment.Nick Lewycky2007-05-061-1/+1
* Drop 'const'Devang Patel2007-05-031-2/+2
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-021-2/+2
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-011-0/+4