projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Correct word hyphenations
[oota-llvm.git]
/
include
/
llvm
/
Analysis
/
PostDominators.h
2013-11-26
Diego Novillo
Add PostDominatorTree::getDescendants.
blob
|
commitdiff
|
raw
2013-06-09
Benjamin Kramer
Add a const version of findNearestCommonDominator to...
blob
|
commitdiff
|
raw
|
diff to current
2013-01-10
Jakub Staszak
Fix include guards so they exactly match file names.
blob
|
commitdiff
|
raw
|
diff to current
2011-04-05
Chris Lattner
remove postdom frontiers, because it is dead. Forward...
blob
|
commitdiff
|
raw
|
diff to current
2011-01-02
Chris Lattner
split dom frontier handling stuff out to its own Domina...
blob
|
commitdiff
|
raw
|
diff to current
2010-10-19
Owen Anderson
Get rid of static constructors for pass registration...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-06
Owen Anderson
Reapply r110396, with fixes to appease the Linux buildb...
blob
|
commitdiff
|
raw
|
diff to current
2010-08-06
Owen Anderson
Revert r110396 to fix buildbots.
blob
|
commitdiff
|
raw
|
diff to current
2010-08-05
Owen Anderson
Don't use PassInfo* as a type identifier for passes...
blob
|
commitdiff
|
raw
|
diff to current
2010-03-07
Tobias Grosser
Add findNearestCommonDominator() for PostDominators.
blob
|
commitdiff
|
raw
|
diff to current
2010-01-11
Tobias Grosser
Remove trailing white spaces in post dominators header...
blob
|
commitdiff
|
raw
|
diff to current
2010-01-11
Tobias Grosser
Add getNode() to post dominators.
blob
|
commitdiff
|
raw
|
diff to current
2009-11-30
Tobias Grosser
Small PostDominatorTree improvements
blob
|
commitdiff
|
raw
|
diff to current
2009-10-18
Chris Lattner
add nodes_begin/end/iterator for dominfo, patch by...
blob
|
commitdiff
|
raw
|
diff to current
2009-09-27
Dan Gohman
Add dominates and releaseMemory member functions to...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-23
Chris Lattner
Change Pass::print to take a raw ostream instead of...
blob
|
commitdiff
|
raw
|
diff to current
2009-08-23
Chris Lattner
eliminate the std::ostream form of WriteAsOperand and...
blob
|
commitdiff
|
raw
|
diff to current
2008-09-04
Dan Gohman
Tidy up several unbeseeming casts from pointer to intptr_t.
blob
|
commitdiff
|
raw
|
diff to current
2008-05-29
Owen Anderson
Force postdom to be linked into opt and bugpoint, even...
blob
|
commitdiff
|
raw
|
diff to current
2008-05-06
Dan Gohman
Remove uses of llvm/System/IncludeFile.h that are no...
blob
|
commitdiff
|
raw
|
diff to current
2008-05-03
Torok Edwin
Implement destructor for PostDominatorTree to eliminate...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-19
Devang Patel
PassInfo keep tracks whether a pass is an analysis...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-19
Devang Patel
Do not use virtual function to identify an analysis...
blob
|
commitdiff
|
raw
|
diff to current
2008-03-18
Devang Patel
Identify Analysis pass.
blob
|
commitdiff
|
raw
|
diff to current
2008-02-27
Dan Gohman
Add -analyze support to postdomtree.
blob
|
commitdiff
|
raw
|
diff to current
2007-12-29
Chris Lattner
Don't attribute in file headers anymore. See llvmdev...
blob
|
commitdiff
|
raw
|
diff to current
2007-10-23
Owen Anderson
Make DomTreeBase not a FunctionPass.
blob
|
commitdiff
|
raw
|
diff to current
2007-10-23
Owen Anderson
Make DomTree and PostDomTree thin wrappers around DomTr...
blob
|
commitdiff
|
raw
|
diff to current
2007-10-16
Owen Anderson
Template DominatorTreeBase by node type. This is the...
blob
|
commitdiff
|
raw
|
diff to current
2007-10-03
Owen Anderson
Completely merge the implementation details of DomTree...
blob
|
commitdiff
|
raw
|
diff to current
2007-10-03
Owen Anderson
Factor some code from the DomTree and PostDomTree calcu...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-28
Owen Anderson
Have PostDomTree use the newly templated DFSPass.
blob
|
commitdiff
|
raw
|
diff to current
2007-09-24
Owen Anderson
Merge significant portions of the DomTree and PostDomTr...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-23
Owen Anderson
Factor the calculation details for PostDomTree out...
blob
|
commitdiff
|
raw
|
diff to current
2007-09-23
Owen Anderson
Factor the dominator tree calculation details out into...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-05
Chris Lattner
Switch the internal "Info" map from an std::map to...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-04
Chris Lattner
switch the DomTreeNodes and IDoms maps in idom/postidom...
blob
|
commitdiff
|
raw
|
diff to current
2007-06-12
Devang Patel
Break DominatorTree from ETNode.
blob
|
commitdiff
|
raw
|
diff to current
2007-06-04
Devang Patel
s/llvm::DominatorTreeBase::DomTreeNode/llvm::DomTreeNode/g
blob
|
commitdiff
|
raw
|
diff to current
2007-06-03
Devang Patel
s/DominatorTreeBase::Node/DominatorTreeBase:DomTreeNode/g
blob
|
commitdiff
|
raw
|
diff to current
2007-05-06
Nick Lewycky
Fix typo in comment.
blob
|
commitdiff
|
raw
|
diff to current
2007-05-03
Devang Patel
Drop 'const'
blob
|
commitdiff
|
raw
|
diff to current
2007-05-02
Devang Patel
Use 'static const char' instead of 'static const int'.
blob
|
commitdiff
|
raw
|
diff to current
2007-05-01
Devang Patel
Do not use typeinfo to identify pass in pass manager.
blob
|
commitdiff
|
raw
|
diff to current
2007-04-15
Owen Anderson
Tabs -> Spaces
blob
|
commitdiff
|
raw
|
diff to current
2007-04-15
Owen Anderson
Remove ImmediateDominator analysis. The same informati...
blob
|
commitdiff
|
raw
|
diff to current
2007-04-07
Owen Anderson
Completely purge DomSet. This is the (hopefully) final...
blob
|
commitdiff
|
raw
|
diff to current
2006-06-07
Reid Spencer
For PR780:
blob
|
commitdiff
|
raw
|
diff to current
2006-06-01
Reid Spencer
Change from using a stub function to a stub variable...
blob
|
commitdiff
|
raw
|
diff to current
2006-03-20
Nate Begeman
Move some common data structures between dom and pdom...
blob
|
commitdiff
|
raw
|
diff to current
2006-03-11
Nate Begeman
Fix PR681 by using the standard Lengauer and Tarjan...
blob
|
commitdiff
|
raw
|
diff to current
2006-01-08
Chris Lattner
Initial implementation of the ET-Forest data structure...
blob
|
commitdiff
|
raw
|
diff to current
2005-04-21
Misha Brukman
Remove trailing whitespace
blob
|
commitdiff
|
raw
|
diff to current
2004-02-29
Misha Brukman
Doxygenify comments.
blob
|
commitdiff
|
raw
|
diff to current
2003-12-07
Chris Lattner
Move this method out of the generic dominators calculat...
blob
|
commitdiff
|
raw
|
diff to current
2003-11-11
Brian Gaeke
Put all LLVM code into the llvm namespace, as per bug...
blob
|
commitdiff
|
raw
|
diff to current
2003-10-20
John Criswell
Added LLVM copyright header (for lack of a better term).
blob
|
commitdiff
|
raw
|
diff to current
2003-09-30
Chris Lattner
Standardize header file comments
blob
|
commitdiff
|
raw
|
diff to current
2003-09-15
Chris Lattner
Do not segfault when the post-dominator tree is empty...
blob
|
commitdiff
|
raw
|
diff to current
2003-09-10
Chris Lattner
Rework dominator and post dominator information so...
blob
|
commitdiff
|
raw
|
diff to current
2002-08-21
Chris Lattner
- Split Dominators.h into Dominators.h & PostDominators.h
blob
|
commitdiff
|
raw
|
diff to current