index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
VMCore
/
Dominators.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert 'Fix a typo 'iff' => 'if''. iff is an abreviation of if and only if. S...
Sylvestre Ledru
2012-09-27
1
-1
/
+1
*
Fix a typo 'iff' => 'if'
Sylvestre Ledru
2012-09-27
1
-1
/
+1
*
Assert that dominates is not given a multiple edge. Finding out if we have
Rafael Espindola
2012-08-17
1
-0
/
+10
*
Teach GVN to reason about edges dominating uses. This allows it to handle cases
Rafael Espindola
2012-08-16
1
-14
/
+11
*
Move BasicBlockEdge to the cpp file. No functionality change.
Rafael Espindola
2012-08-10
1
-0
/
+16
*
The dominance computation already has logic for computing if an edge dominates
Rafael Espindola
2012-08-07
1
-27
/
+40
*
Def here is an Instruction, so !isa<Instruction>(Def) is always false,
Dan Gohman
2012-04-13
1
-3
/
+2
*
Add forms of dominates and isReachableFromEntry that accept a Use
Dan Gohman
2012-04-12
1
-0
/
+81
*
Handle unreachable code in the dominates functions. This changes users when
Rafael Espindola
2012-03-30
1
-4
/
+14
*
Change the implementation of dominates(inst, inst) to one based on what the
Rafael Espindola
2012-02-26
1
-17
/
+87
*
White space fixes.
Rafael Espindola
2012-02-18
1
-7
/
+7
*
Spruce up the error output.
Bill Wendling
2011-03-29
1
-2
/
+1
*
Update a comment.
Cameron Zwarich
2011-01-20
1
-1
/
+1
*
Remove an unnecessary #include.
Cameron Zwarich
2011-01-18
1
-1
/
+0
*
Move DominanceFrontier from VMCore to Analysis.
Cameron Zwarich
2011-01-18
1
-129
/
+1
*
There is no point in verifying an analysis that is never updated.
Cameron Zwarich
2011-01-18
1
-11
/
+0
*
Remove some now-unused DominanceFrontier methods.
Cameron Zwarich
2011-01-18
1
-124
/
+0
*
make domtree verification print something useful on failure.
Chris Lattner
2011-01-08
1
-1
/
+8
*
split dom frontier handling stuff out to its own DominanceFrontier header,
Chris Lattner
2011-01-02
1
-1
/
+2
*
Begin adding static dependence information to passes, which will allow us to
Owen Anderson
2010-10-12
1
-1
/
+4
*
Now with fewer extraneous semicolons!
Owen Anderson
2010-10-07
1
-2
/
+2
*
Fix (at least) quadratic worst-case complexity in DominanceFrontier::splitBlock:
Dan Gohman
2010-07-26
1
-52
/
+64
*
Avoid copying and recopying a std::set.
Dan Gohman
2010-07-26
1
-6
/
+2
*
Exit a search loop when the search goal is found.
Dan Gohman
2010-07-26
1
-1
/
+3
*
Fix formatting.
Dan Gohman
2010-07-26
1
-2
/
+2
*
Fix batch of converting RegisterPass<> to INTIALIZE_PASS().
Owen Anderson
2010-07-21
1
-4
/
+4
*
LoopSimplify does not update domfrontier correctly.
Tobias Grosser
2010-07-16
1
-2
/
+2
*
Add dump() to DominanceFrontier
Tobias Grosser
2010-07-16
1
-0
/
+5
*
Fix a bunch of namespace polution.
Dan Gohman
2010-04-15
1
-2
/
+2
*
Fix a typo and some indentation.
Dan Gohman
2010-04-09
1
-2
/
+2
*
Qualify a bunch of explicit template instantiations to satisfy clang++.
John McCall
2009-12-19
1
-2
/
+2
*
Make DominanceFrontierBase::print's output prettier.
Dan Gohman
2009-10-24
1
-3
/
+5
*
Remove temporary debugging hack.
Dan Gohman
2009-09-28
1
-1
/
+1
*
Move the dominator verification code out of special code embedded within
Dan Gohman
2009-09-28
1
-0
/
+32
*
Fix PR5023: The instruction form of DominatorTree::dominates did not
Chris Lattner
2009-09-21
1
-1
/
+7
*
move DominatorTree::dominates for instructions out of line,
Chris Lattner
2009-09-21
1
-0
/
+19
*
Change Pass::print to take a raw ostream instead of std::ostream,
Chris Lattner
2009-08-23
1
-5
/
+3
*
eliminate the std::ostream form of WriteAsOperand and update clients.
Chris Lattner
2009-08-23
1
-23
/
+24
*
switch DominanceFrontier::splitBlock to use a smallvector for
Chris Lattner
2009-08-15
1
-2
/
+2
*
Fix some incorrect logic in DominanceFrontier::splitBlock. Part of
Eli Friedman
2009-05-21
1
-5
/
+3
*
Move dominator info printer into tool/opt/GraphPrinters.cpp
Devang Patel
2008-06-30
1
-30
/
+0
*
Add dominator info printer pass.
Devang Patel
2008-06-27
1
-0
/
+31
*
Dominance Frontier is cfg only pass.
Devang Patel
2008-05-13
1
-1
/
+1
*
don't print dominators every time it is computed with -debug.
Chris Lattner
2008-04-21
1
-4
/
+0
*
Major repairs to the post-dominators implementation. Patch from Florian Bran...
Owen Anderson
2008-04-16
1
-1
/
+4
*
These passes preserve CFG.
Devang Patel
2008-03-20
1
-1
/
+1
*
Restore isCFGOnly property of various analysis passes.
Devang Patel
2008-03-20
1
-2
/
+2
*
PassInfo keep tracks whether a pass is an analysis pass or not.
Devang Patel
2008-03-19
1
-2
/
+2
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Make DomTree and PostDomTree thin wrappers around DomTreeBase, rather than in...
Owen Anderson
2007-10-23
1
-11
/
+1
[next]