index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
VMCore
/
Dominators.cpp
Age
Commit message (
Expand
)
Author
2010-07-26
Fix (at least) quadratic worst-case complexity in DominanceFrontier::splitBlock:
Dan Gohman
2010-07-26
Avoid copying and recopying a std::set.
Dan Gohman
2010-07-26
Exit a search loop when the search goal is found.
Dan Gohman
2010-07-26
Fix formatting.
Dan Gohman
2010-07-21
Fix batch of converting RegisterPass<> to INTIALIZE_PASS().
Owen Anderson
2010-07-16
LoopSimplify does not update domfrontier correctly.
Tobias Grosser
2010-07-16
Add dump() to DominanceFrontier
Tobias Grosser
2010-04-15
Fix a bunch of namespace polution.
Dan Gohman
2010-04-09
Fix a typo and some indentation.
Dan Gohman
2009-12-19
Qualify a bunch of explicit template instantiations to satisfy clang++.
John McCall
2009-10-24
Make DominanceFrontierBase::print's output prettier.
Dan Gohman
2009-09-28
Remove temporary debugging hack.
Dan Gohman
2009-09-28
Move the dominator verification code out of special code embedded within
Dan Gohman
2009-09-21
Fix PR5023: The instruction form of DominatorTree::dominates did not
Chris Lattner
2009-09-21
move DominatorTree::dominates for instructions out of line,
Chris Lattner
2009-08-23
Change Pass::print to take a raw ostream instead of std::ostream,
Chris Lattner
2009-08-23
eliminate the std::ostream form of WriteAsOperand and update clients.
Chris Lattner
2009-08-15
switch DominanceFrontier::splitBlock to use a smallvector for
Chris Lattner
2009-05-21
Fix some incorrect logic in DominanceFrontier::splitBlock. Part of
Eli Friedman
2008-06-30
Move dominator info printer into tool/opt/GraphPrinters.cpp
Devang Patel
2008-06-27
Add dominator info printer pass.
Devang Patel
2008-05-13
Dominance Frontier is cfg only pass.
Devang Patel
2008-04-21
don't print dominators every time it is computed with -debug.
Chris Lattner
2008-04-16
Major repairs to the post-dominators implementation. Patch from Florian Bran...
Owen Anderson
2008-03-20
These passes preserve CFG.
Devang Patel
2008-03-20
Restore isCFGOnly property of various analysis passes.
Devang Patel
2008-03-19
PassInfo keep tracks whether a pass is an analysis pass or not.
Devang Patel
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-10-23
Make DomTree and PostDomTree thin wrappers around DomTreeBase, rather than in...
Owen Anderson
2007-10-17
Move splitBlock into DomTreeBase from DomTree.
Owen Anderson
2007-10-16
Template DominatorTreeBase by node type. This is the next major step towards
Owen Anderson
2007-10-08
Begin the process of allowing DomTree on MBB's. Step One: template DomTreeNo...
Owen Anderson
2007-10-05
Fix bug in updating dominance frontier after loop
Devang Patel
2007-10-03
Completely merge the implementation details of DomTree and PostDomTree.
Owen Anderson
2007-10-03
Factor some code from the DomTree and PostDomTree calculate methods up into
Owen Anderson
2007-09-27
Convert DFSPass into a templated friend function, in preparation for making i...
Owen Anderson
2007-09-23
Move DFSPass back down into DominatorTree. I need to figure out what the dif...
Owen Anderson
2007-09-23
Factor the dominator tree calculation details out into DominatorCalculation.h...
Owen Anderson
2007-08-14
Assert sooner. Fix wordings.
Devang Patel
2007-08-13
Add methods to erase basic block entry.
Devang Patel
2007-08-08
Speed up updateDFSNumbers with two observations:
Chris Lattner
2007-08-08
reimplement dfs number computation to be significantly faster. This speeds up
Chris Lattner
2007-08-06
1. Random tidiness cleanups
Chris Lattner
2007-08-05
Fix an iterator invalidation bug I induced.
Chris Lattner
2007-08-05
Switch some std::sets to SmallPtrSet. This speeds up
Chris Lattner
2007-08-05
Switch DomTreeNode::assignDFSNumber from using a std::set to using
Chris Lattner
2007-08-05
Switch the internal "Info" map from an std::map to a DenseMap. This
Chris Lattner
2007-08-04
switch the DomTreeNodes and IDoms maps in idom/postidom to a
Chris Lattner
2007-08-02
Update dominator info for the middle blocks created while spliting
Devang Patel
2007-08-01
Undo previous check-in.
Devang Patel
[next]