index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
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
2011-03-29
Spruce up the error output.
Bill Wendling
2011-01-20
Update a comment.
Cameron Zwarich
2011-01-18
Remove an unnecessary #include.
Cameron Zwarich
2011-01-18
Move DominanceFrontier from VMCore to Analysis.
Cameron Zwarich
2011-01-18
There is no point in verifying an analysis that is never updated.
Cameron Zwarich
2011-01-18
Remove some now-unused DominanceFrontier methods.
Cameron Zwarich
2011-01-08
make domtree verification print something useful on failure.
Chris Lattner
2011-01-02
split dom frontier handling stuff out to its own DominanceFrontier header,
Chris Lattner
2010-10-12
Begin adding static dependence information to passes, which will allow us to
Owen Anderson
2010-10-07
Now with fewer extraneous semicolons!
Owen Anderson
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
[next]