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