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
/
PostDominators.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a const version of findNearestCommonDominator to PostDom for convenience.
Benjamin Kramer
2013-06-09
1
-0
/
+5
*
Fix include guards so they exactly match file names.
Jakub Staszak
2013-01-10
1
-2
/
+2
*
remove postdom frontiers, because it is dead. Forward dom frontiers are
Chris Lattner
2011-04-05
1
-32
/
+1
*
split dom frontier handling stuff out to its own DominanceFrontier header,
Chris Lattner
2011-01-02
1
-1
/
+1
*
Get rid of static constructors for pass registration. Instead, every pass ex...
Owen Anderson
2010-10-19
1
-1
/
+4
*
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
1
-2
/
+2
*
Revert r110396 to fix buildbots.
Owen Anderson
2010-08-06
1
-2
/
+2
*
Don't use PassInfo* as a type identifier for passes. Instead, use the addres...
Owen Anderson
2010-08-05
1
-2
/
+2
*
Add findNearestCommonDominator() for PostDominators.
Tobias Grosser
2010-03-07
1
-0
/
+4
*
Remove trailing white spaces in post dominators header file
Tobias Grosser
2010-01-11
1
-6
/
+6
*
Add getNode() to post dominators.
Tobias Grosser
2010-01-11
1
-0
/
+4
*
Small PostDominatorTree improvements
Tobias Grosser
2009-11-30
1
-1
/
+4
*
add nodes_begin/end/iterator for dominfo, patch by Tobias Grosser!
Chris Lattner
2009-10-18
1
-0
/
+15
*
Add dominates and releaseMemory member functions to PostDominatorTree.
Dan Gohman
2009-09-27
1
-0
/
+12
*
Change Pass::print to take a raw ostream instead of std::ostream,
Chris Lattner
2009-08-23
1
-1
/
+1
*
eliminate the std::ostream form of WriteAsOperand and update clients.
Chris Lattner
2009-08-23
1
-3
/
+1
*
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-09-04
1
-2
/
+2
*
Force postdom to be linked into opt and bugpoint, even though it is no longer...
Owen Anderson
2008-05-29
1
-0
/
+3
*
Remove uses of llvm/System/IncludeFile.h that are no longer needed.
Dan Gohman
2008-05-06
1
-3
/
+0
*
Implement destructor for PostDominatorTree to eliminate a memory leak.
Torok Edwin
2008-05-03
1
-0
/
+2
*
PassInfo keep tracks whether a pass is an analysis pass or not.
Devang Patel
2008-03-19
1
-1
/
+1
*
Do not use virtual function to identify an analysis pass.
Devang Patel
2008-03-19
1
-7
/
+1
*
Identify Analysis pass.
Devang Patel
2008-03-18
1
-0
/
+6
*
Add -analyze support to postdomtree.
Dan Gohman
2008-02-27
1
-0
/
+4
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
Make DomTreeBase not a FunctionPass.
Owen Anderson
2007-10-23
1
-1
/
+1
*
Make DomTree and PostDomTree thin wrappers around DomTreeBase, rather than in...
Owen Anderson
2007-10-23
1
-3
/
+25
*
Template DominatorTreeBase by node type. This is the next major step towards
Owen Anderson
2007-10-16
1
-2
/
+2
*
Completely merge the implementation details of DomTree and PostDomTree.
Owen Anderson
2007-10-03
1
-2
/
+0
*
Factor some code from the DomTree and PostDomTree calculate methods up into
Owen Anderson
2007-10-03
1
-5
/
+1
*
Have PostDomTree use the newly templated DFSPass.
Owen Anderson
2007-09-28
1
-3
/
+0
*
Merge significant portions of the DomTree and PostDomTree implementations.
Owen Anderson
2007-09-24
1
-3
/
+0
*
Factor the calculation details for PostDomTree out of PostDominators.cpp and
Owen Anderson
2007-09-23
1
-5
/
+7
*
Factor the dominator tree calculation details out into DominatorCalculation.h...
Owen Anderson
2007-09-23
1
-6
/
+0
*
Switch the internal "Info" map from an std::map to a DenseMap. This
Chris Lattner
2007-08-05
1
-1
/
+1
*
switch the DomTreeNodes and IDoms maps in idom/postidom to a
Chris Lattner
2007-08-04
1
-1
/
+1
*
Break DominatorTree from ETNode.
Devang Patel
2007-06-12
1
-24
/
+0
*
s/llvm::DominatorTreeBase::DomTreeNode/llvm::DomTreeNode/g
Devang Patel
2007-06-04
1
-2
/
+2
*
s/DominatorTreeBase::Node/DominatorTreeBase:DomTreeNode/g
Devang Patel
2007-06-03
1
-3
/
+3
*
Fix typo in comment.
Nick Lewycky
2007-05-06
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
-3
/
+9
*
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
-30
/
+16
*
Completely purge DomSet. This is the (hopefully) final patch for PR1171.
Owen Anderson
2007-04-07
1
-23
/
+0
*
For PR780:
Reid Spencer
2006-06-07
1
-7
/
+3
*
Change from using a stub function to a stub variable for passing to the
Reid Spencer
2006-06-01
1
-2
/
+2
*
Move some common data structures between dom and pdom into the base class
Nate Begeman
2006-03-20
1
-16
/
+0
*
Fix PR681 by using the standard Lengauer and Tarjan algorithm for dominator
Nate Begeman
2006-03-11
1
-32
/
+49
[next]