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
/
include
/
llvm
/
Analysis
/
Dominators.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge significant portions of the DomTree and PostDomTree implementations.
Owen Anderson
2007-09-24
1
-4
/
+5
*
Move DFSPass back down into DominatorTree. I need to figure out what the dif...
Owen Anderson
2007-09-23
1
-1
/
+2
*
Factor the dominator tree calculation details out into DominatorCalculation.h...
Owen Anderson
2007-09-23
1
-10
/
+14
*
Simplify.
Nick Lewycky
2007-08-18
1
-2
/
+1
*
When one branch of condition is eliminated then head of the other
Devang Patel
2007-08-17
1
-0
/
+20
*
No need to use iterator to erase basic block.
Devang Patel
2007-08-14
1
-3
/
+5
*
Add methods to erase basic block entry.
Devang Patel
2007-08-13
1
-0
/
+12
*
Change casts from old style to new style. This helps document the details
Reid Spencer
2007-08-12
1
-2
/
+2
*
reimplement dfs number computation to be significantly faster. This speeds up
Chris Lattner
2007-08-08
1
-8
/
+6
*
Various random cleanups, add two accessors to DomTreeNode: getDFSNumIn/getDFS...
Chris Lattner
2007-08-06
1
-10
/
+15
*
Switch the internal "Info" map from an std::map to a DenseMap. This
Chris Lattner
2007-08-05
1
-2
/
+2
*
switch the DomTreeNodes and IDoms maps in idom/postidom to a
Chris Lattner
2007-08-04
1
-7
/
+8
*
Remove unused method - getIDomBlock().
Devang Patel
2007-07-04
1
-10
/
+0
*
Fix typo in assertion check.
Devang Patel
2007-07-04
1
-1
/
+1
*
Remove unnecessary comments.
Devang Patel
2007-06-28
1
-3
/
+0
*
Handle the case when block dominates itself.
Devang Patel
2007-06-28
1
-1
/
+4
*
Remove ETForest.
Devang Patel
2007-06-27
1
-168
/
+1
*
Move code to update dominator information after basic block is split
Devang Patel
2007-06-21
1
-0
/
+10
*
Protect updateDFSNumbers()
Devang Patel
2007-06-12
1
-2
/
+3
*
Make DFS number manipulation methods private.
Devang Patel
2007-06-12
1
-1
/
+5
*
Break DominatorTree from ETNode.
Devang Patel
2007-06-12
1
-30
/
+4
*
Maintain DFS number in DomTreeNode itself.
Devang Patel
2007-06-12
1
-3
/
+17
*
Add and use DominatorTreeBase::findNearestCommonDominator().
Devang Patel
2007-06-11
1
-0
/
+4
*
Fix spelling.
Devang Patel
2007-06-08
1
-1
/
+1
*
Update LoopSimplify to require and preserve DominatorTree only.
Devang Patel
2007-06-08
1
-0
/
+4
*
Add new method - nearestCommonDominator().
Devang Patel
2007-06-08
1
-0
/
+11
*
Add instruction level dominates(A,B) interface.
Devang Patel
2007-06-07
1
-0
/
+4
*
Do not use ETForest as well as DomiantorTree. DominatorTree is sufficient.
Devang Patel
2007-06-07
1
-0
/
+10
*
Add basic block level properlyDominates(A,B) interface.
Devang Patel
2007-06-07
1
-0
/
+4
*
Add BasicBlock level dominates(A,B) interface.
Devang Patel
2007-06-07
1
-2
/
+14
*
Maintain ETNode as part of DomTreeNode.
Devang Patel
2007-06-07
1
-24
/
+60
*
Break friendship.
Devang Patel
2007-06-06
1
-3
/
+0
*
Simplify class hierarchy.
Devang Patel
2007-06-06
1
-3
/
+1
*
s/ETNode::getChildren/ETNode::getETNodeChildren/g
Devang Patel
2007-06-04
1
-1
/
+1
*
Add FIXMEs.
Devang Patel
2007-06-04
1
-0
/
+4
*
Remove unused method.
Devang Patel
2007-06-04
1
-5
/
+2
*
s/DominatorTree::createNewNode/DominatorTree::addNewBlock/g
Devang Patel
2007-06-04
1
-7
/
+6
*
Add basic block level interface to change immediate dominator
Devang Patel
2007-06-04
1
-3
/
+12
*
s/llvm::DominatorTreeBase::DomTreeNode/llvm::DomTreeNode/g
Devang Patel
2007-06-04
1
-51
/
+55
*
s/DominatorTreeBase::Node/DominatorTreeBase:DomTreeNode/g
Devang Patel
2007-06-03
1
-32
/
+32
*
Add dump() routines for debugging assistance.
Devang Patel
2007-05-23
1
-0
/
+3
*
update comments
Chris Lattner
2007-05-14
1
-3
/
+2
*
Fix typo in comment.
Nick Lewycky
2007-05-06
1
-1
/
+1
*
Use iterative while loop instead of recursive function call.
Devang Patel
2007-05-03
1
-1
/
+1
*
Drop 'const'
Devang Patel
2007-05-03
1
-3
/
+3
*
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-02
1
-3
/
+3
*
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-05-01
1
-9
/
+18
*
Fix some null checks to actually test the part that needs checking.
Owen Anderson
2007-04-21
1
-3
/
+2
*
Add null checks and const-ify these accessors.
Owen Anderson
2007-04-20
1
-2
/
+5
*
Add accessor to get the blocks immediately dominated by a given block to ETFo...
Owen Anderson
2007-04-18
1
-0
/
+14
[next]