index
:
external_llvm
replicant-6.0
external/llvm
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
*
Add assert to check dominance dfs numbers.
Tobias Grosser
2010-01-07
1
-0
/
+7
*
Remove workaround in PostDominators
Tobias Grosser
2010-01-07
1
-10
/
+4
*
Fix DFS number calculation for postdominators
Tobias Grosser
2010-01-07
1
-23
/
+29
*
Remove dead variable found by clang++.
Benjamin Kramer
2009-11-14
1
-1
/
+0
*
Make DominanceFrontier::addBasicBlock return the iterator for the newly
Dan Gohman
2009-10-24
1
-2
/
+2
*
add nodes_begin/end/iterator for dominfo, patch by Tobias Grosser!
Chris Lattner
2009-10-18
1
-4
/
+23
*
Move the dominator verification code out of special code embedded within
Dan Gohman
2009-09-28
1
-0
/
+4
*
move DominatorTree::dominates for instructions out of line,
Chris Lattner
2009-09-21
1
-24
/
+3
*
fix PR4915, a crash in -debug mode.
Chris Lattner
2009-09-08
1
-1
/
+3
*
Add const qualifiers to dominates' arguments.
Dan Gohman
2009-09-02
1
-7
/
+11
*
Be somewhat more consistent about const qualifiers.
Dan Gohman
2009-08-27
1
-3
/
+4
*
Strip trailing whitespace from blank lines.
Dan Gohman
2009-08-27
1
-56
/
+56
*
Change Pass::print to take a raw ostream instead of std::ostream,
Chris Lattner
2009-08-23
1
-3
/
+2
*
eliminate the std::ostream form of WriteAsOperand and update clients.
Chris Lattner
2009-08-23
1
-20
/
+7
*
Fix a bunch of other places that used operator[] to test whether
Dan Gohman
2009-07-02
1
-2
/
+3
*
PR4317: Handle splits where the new block is unreachable correctly in
Eli Friedman
2009-06-03
1
-2
/
+7
*
Fix broken logic in DominatorTreeBase::Split. Part of PR4238.
Eli Friedman
2009-05-21
1
-40
/
+7
*
Fix indentation.
Eli Friedman
2009-05-21
1
-20
/
+20
*
When comparing DominanceFrontier's, advance iterators
Duncan Sands
2009-05-20
1
-3
/
+4
*
Tidy up #includes, deleting a bunch of unnecessary #includes.
Dan Gohman
2009-01-05
1
-1
/
+0
*
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-09-04
1
-3
/
+3
*
Fix dom tree compare. Don't forget to compare children!
Devang Patel
2008-07-01
1
-24
/
+36
*
Fix typos in comments.
Devang Patel
2008-07-01
1
-3
/
+3
*
Add dom info verifier.
Devang Patel
2008-07-01
1
-5
/
+108
*
Add an isReachableFromEntry method.
Owen Anderson
2008-06-30
1
-0
/
+4
*
Check empty dominance frontier.
Devang Patel
2008-06-18
1
-0
/
+3
*
Fix more -Wshorten-64-to-32 warnings.
Evan Cheng
2008-05-05
1
-2
/
+2
*
Fix PR1098 by correcting the postdominators analysis.
Owen Anderson
2008-05-04
1
-9
/
+1
*
Major repairs to the post-dominators implementation. Patch from Florian Bran...
Owen Anderson
2008-04-16
1
-7
/
+17
*
Make GVN more memory efficient, particularly on code that contains a large nu...
Owen Anderson
2008-04-07
1
-0
/
+4
*
Add explicit keywords.
Dan Gohman
2008-03-25
1
-2
/
+2
*
Don't include <map> in Pass.h, which doesn't need it. This requires
Dan Gohman
2008-03-21
1
-0
/
+1
*
PassInfo keep tracks whether a pass is an analysis pass or not.
Devang Patel
2008-03-19
1
-2
/
+2
*
Do not use virtual function to identify an analysis pass.
Devang Patel
2008-03-19
1
-11
/
+2
*
Identify Analysis pass.
Devang Patel
2008-03-18
1
-0
/
+9
*
Add -analyze support to postdomtree.
Dan Gohman
2008-02-27
1
-1
/
+4
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
Add accessor for getting the underlying templated type. This is necessary fo...
Owen Anderson
2007-11-27
1
-0
/
+2
*
Remove meaningless qualifiers from return types, avoiding compiler warnings.
Dan Gohman
2007-11-19
1
-1
/
+1
*
Some fixes to get MachineDomTree working better.
Owen Anderson
2007-10-31
1
-11
/
+14
*
Add a first attempt at dominator information for MBB's. Use with caution: th...
Owen Anderson
2007-10-29
1
-7
/
+7
*
Make it possible for DomTreeBase to be constructed from MachineFunction's as ...
Owen Anderson
2007-10-25
1
-9
/
+10
*
Make DomTreeBase not a FunctionPass.
Owen Anderson
2007-10-23
1
-9
/
+22
*
Unbreak the build. Forgot to commit this file.
Owen Anderson
2007-10-23
1
-39
/
+176
*
Move Split<...>() into DomTreeBase. This should make the #include's of Domin...
Owen Anderson
2007-10-18
1
-15
/
+96
*
Updated VC++ build system.
Hartmut Kaiser
2007-10-17
1
-2
/
+2
*
Move splitBlock into DomTreeBase from DomTree.
Owen Anderson
2007-10-17
1
-5
/
+19
*
Fix some formatting.
Owen Anderson
2007-10-16
1
-15
/
+21
*
Template DominatorTreeBase by node type. This is the next major step towards
Owen Anderson
2007-10-16
1
-58
/
+245
*
Begin the process of allowing DomTree on MBB's. Step One: template DomTreeNo...
Owen Anderson
2007-10-08
1
-19
/
+50
[next]