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
*
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
*
Move splitBlock into DomTreeBase from DomTree.
Owen Anderson
2007-10-17
1
-82
/
+0
*
Template DominatorTreeBase by node type. This is the next major step towards
Owen Anderson
2007-10-16
1
-199
/
+5
*
Begin the process of allowing DomTree on MBB's. Step One: template DomTreeNo...
Owen Anderson
2007-10-08
1
-16
/
+0
*
Fix bug in updating dominance frontier after loop
Devang Patel
2007-10-05
1
-2
/
+5
*
Completely merge the implementation details of DomTree and PostDomTree.
Owen Anderson
2007-10-03
1
-2
/
+5
*
Factor some code from the DomTree and PostDomTree calculate methods up into
Owen Anderson
2007-10-03
1
-0
/
+6
*
Convert DFSPass into a templated friend function, in preparation for making i...
Owen Anderson
2007-09-27
1
-62
/
+0
*
Move DFSPass back down into DominatorTree. I need to figure out what the dif...
Owen Anderson
2007-09-23
1
-1
/
+1
*
Factor the dominator tree calculation details out into DominatorCalculation.h...
Owen Anderson
2007-09-23
1
-267
/
+81
*
Assert sooner. Fix wordings.
Devang Patel
2007-08-14
1
-3
/
+2
*
Add methods to erase basic block entry.
Devang Patel
2007-08-13
1
-0
/
+24
*
Speed up updateDFSNumbers with two observations:
Chris Lattner
2007-08-08
1
-22
/
+17
*
reimplement dfs number computation to be significantly faster. This speeds up
Chris Lattner
2007-08-08
1
-40
/
+33
*
1. Random tidiness cleanups
Chris Lattner
2007-08-06
1
-47
/
+44
*
Fix an iterator invalidation bug I induced.
Chris Lattner
2007-08-05
1
-3
/
+3
*
Switch some std::sets to SmallPtrSet. This speeds up
Chris Lattner
2007-08-05
1
-3
/
+3
*
Switch DomTreeNode::assignDFSNumber from using a std::set to using
Chris Lattner
2007-08-05
1
-8
/
+8
*
Switch the internal "Info" map from an std::map to a DenseMap. This
Chris Lattner
2007-08-05
1
-7
/
+5
*
switch the DomTreeNodes and IDoms maps in idom/postidom to a
Chris Lattner
2007-08-04
1
-16
/
+13
*
Update dominator info for the middle blocks created while spliting
Devang Patel
2007-08-02
1
-1
/
+9
*
Undo previous check-in.
Devang Patel
2007-08-01
1
-9
/
+1
*
Update dominator info for the middle blocks created while spliting
Devang Patel
2007-08-01
1
-1
/
+9
*
Fix edge cases in handling basic block split.
Devang Patel
2007-07-27
1
-3
/
+12
*
Remove ETForest.
Devang Patel
2007-06-27
1
-551
/
+0
*
Move code to update dominator information after basic block is split
Devang Patel
2007-06-21
1
-0
/
+184
*
isReachableFromEntry() is not suitable for post dominator.
Devang Patel
2007-06-12
1
-0
/
+2
*
Remove redundant check.
Devang Patel
2007-06-12
1
-7
/
+3
*
Check A dominates B and vise versa first while searching for nearest
Devang Patel
2007-06-12
1
-8
/
+4
*
Break DominatorTree from ETNode.
Devang Patel
2007-06-12
1
-19
/
+3
*
Use SmallPtrSet instaed of std::set
Devang Patel
2007-06-12
1
-2
/
+1
[next]