Age | Commit message (Expand) | Author |
2010-03-10 | Add a DominatorTree argument to isLCSSA so that it doesn't have to | Dan Gohman |
2009-11-09 | Fix a comment in a typo that Duncan noticed. | Dan Gohman |
2009-11-09 | Generalize LCSSA to handle loops with exits with predecessors outside | Dan Gohman |
2009-11-05 | Delete an unused member variable. | Dan Gohman |
2009-10-11 | rewrite LCSSA to use SSAUpdate, to only return true if it modifies | Chris Lattner |
2009-10-11 | clean up and simplify some code. Don't use setvector when things will be | Chris Lattner |
2009-10-10 | random tidying | Chris Lattner |
2009-09-28 | Remove a redundant #ifndef and add an assertion string. | Dan Gohman |
2009-09-08 | Re-apply r80926, with fixes: keep the domtree informed of new blocks | Dan Gohman |
2009-09-06 | Revert r80926. It causes loop unswitch assertion and slow down some JIT tests... | Evan Cheng |
2009-09-03 | Add a verifyAnalysis to LoopInfo, LoopSimplify, and LCSSA form that verify | Dan Gohman |
2009-07-30 | Move more code back to 2.5 APIs. | Owen Anderson |
2009-07-22 | Get rid of the Pass+Context magic. | Owen Anderson |
2009-07-05 | More LLVMContext-ification. | Owen Anderson |
2009-06-26 | Fix LCSSA to avoid emitting a PHI node for the unwind destination of | Dan Gohman |
2009-04-22 | Real fix for PR3549, by using caching for predecessor counts in addition to t... | Owen Anderson |
2009-04-22 | Use PredIteratorCache in LCSSA, which gives a 37% overall speedup on the test... | Owen Anderson |
2009-01-23 | Simplify the logic of getting hold of a PHI predecessor block. | Gabor Greif |
2008-10-22 | Change create*Pass factory functions to return Pass* instead of | Daniel Dunbar |
2008-09-04 | Tidy up several unbeseeming casts from pointer to intptr_t. | Dan Gohman |
2008-07-23 | Enable first-class aggregates support. | Dan Gohman |
2008-06-03 | Fix whitespace in whitespace-significant pseudocode in a comment. | Dan Gohman |
2008-05-30 | Since LCSSA switched over to DenseMap, we have to be more careful to avoid it... | Owen Anderson |
2008-05-26 | Use a DenseMap instead of an std::map, speeding up the testcase in PR2368 by ... | Owen Anderson |
2008-05-23 | Tidy up BasicBlock::getFirstNonPHI, and change a bunch of places to | Dan Gohman |
2008-05-15 | Fix a bunch of 80col violations that arose from the Create API change. Tweak ... | Gabor Greif |
2008-05-13 | Change class' public PassInfo variables to by initialized with the | Dan Gohman |
2008-05-13 | Clean up the use of static and anonymous namespaces. This turned up | Dan Gohman |
2008-05-03 | Handle multiple return values. | Devang Patel |
2008-04-06 | API changes for class Use size reduction, wave 1. | Gabor Greif |
2008-02-20 | Fix newly-introduced 4.3 warnings | Anton Korobeynikov |
2007-12-29 | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner |
2007-08-21 | Use SmallVector instead of std::vector. | Devang Patel |
2007-08-17 | When one branch of condition is eliminated then head of the other | Devang Patel |
2007-07-30 | LCSSA preserves dom info. | Devang Patel |
2007-07-19 | Now this temp. fix is not required. | Devang Patel |
2007-07-16 | Return Undef if the block has no dominator. This was required to allow | Reid Spencer |
2007-07-13 | Make LCSSA a loop pass. | Devang Patel |
2007-06-07 | Maintain ETNode as part of DomTreeNode. | Devang Patel |
2007-06-04 | s/llvm::DominatorTreeBase::DomTreeNode/llvm::DomTreeNode/g | Devang Patel |
2007-06-03 | s/DominatorTreeBase::Node/DominatorTreeBase:DomTreeNode/g | Devang Patel |
2007-05-11 | Fix typos. | Dan Gohman |
2007-05-06 | Fix typo in comment. | Nick Lewycky |
2007-05-03 | Drop 'const' | Devang Patel |
2007-05-02 | Use 'static const char' instead of 'static const int'. | Devang Patel |
2007-05-01 | Do not use typeinfo to identify pass in pass manager. | Devang Patel |
2007-04-18 | Revert Owen's last check-in. This is breaking Mac OS X / PPC llvm-gcc bootstrap. | Evan Cheng |
2007-04-18 | Use ETForest instead of DominatorTree. | Owen Anderson |
2007-04-14 | avoid copying sets and vectors around. | Chris Lattner |
2007-02-05 | Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in | Reid Spencer |