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
*
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
*
Add an accessor to make ETForest more useful.
Owen Anderson
2007-04-18
1
-0
/
+7
*
Tabs -> Spaces
Owen Anderson
2007-04-15
1
-6
/
+6
*
Remove ImmediateDominator analysis. The same information can be obtained fro...
Owen Anderson
2007-04-15
1
-127
/
+28
*
Make ETForest depend on DomTree rather than IDom. This is the first step
Owen Anderson
2007-04-14
1
-5
/
+5
*
Move isReachableFromEntry out of line to avoid an unnecessary #include
Owen Anderson
2007-04-09
1
-4
/
+1
*
Cleanup some from my DomSet-removal changes. Add a new
Owen Anderson
2007-04-09
1
-1
/
+8
*
Remove DomSet completely. This concludes work on PR1171.
Owen Anderson
2007-04-08
1
-127
/
+3
*
Add DomSet back, and revert the changes to LoopSimplify. Apparently the
Owen Anderson
2007-04-07
1
-1
/
+126
*
Completely purge DomSet. This is the (hopefully) final patch for PR1171.
Owen Anderson
2007-04-07
1
-126
/
+1
*
LoopSimplify::FindPHIToPartitionLoops()
Devang Patel
2007-03-20
1
-0
/
+4
*
Added an automatic cast to "std::ostream*" etc. from OStream. We then can
Bill Wendling
2006-12-17
1
-0
/
+15
*
Unbreak VC++ build.
Jeff Cohen
2006-11-05
1
-2
/
+2
[next]