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
...
*
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
*
Completely merge the implementation details of DomTree and PostDomTree.
Owen Anderson
2007-10-03
1
-3
/
+3
*
Template-ize more of the DomTree internal implementation details. Only the c...
Owen Anderson
2007-09-30
1
-4
/
+9
*
Have PostDomTree use the newly templated DFSPass.
Owen Anderson
2007-09-28
1
-3
/
+4
*
Convert DFSPass into a templated friend function, in preparation for making i...
Owen Anderson
2007-09-27
1
-1
/
+2
*
Merge significant portions of the DomTree and PostDomTree implementations.
Owen Anderson
2007-09-24
1
-4
/
+5
*
Move DFSPass back down into DominatorTree. I need to figure out what the dif...
Owen Anderson
2007-09-23
1
-1
/
+2
*
Factor the dominator tree calculation details out into DominatorCalculation.h...
Owen Anderson
2007-09-23
1
-10
/
+14
*
Simplify.
Nick Lewycky
2007-08-18
1
-2
/
+1
*
When one branch of condition is eliminated then head of the other
Devang Patel
2007-08-17
1
-0
/
+20
*
No need to use iterator to erase basic block.
Devang Patel
2007-08-14
1
-3
/
+5
*
Add methods to erase basic block entry.
Devang Patel
2007-08-13
1
-0
/
+12
*
Change casts from old style to new style. This helps document the details
Reid Spencer
2007-08-12
1
-2
/
+2
*
reimplement dfs number computation to be significantly faster. This speeds up
Chris Lattner
2007-08-08
1
-8
/
+6
*
Various random cleanups, add two accessors to DomTreeNode: getDFSNumIn/getDFS...
Chris Lattner
2007-08-06
1
-10
/
+15
*
Switch the internal "Info" map from an std::map to a DenseMap. This
Chris Lattner
2007-08-05
1
-2
/
+2
*
switch the DomTreeNodes and IDoms maps in idom/postidom to a
Chris Lattner
2007-08-04
1
-7
/
+8
*
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
[prev]
[next]