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
/
lib
/
Analysis
/
PostDominators.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add newline at end of file.
Owen Anderson
2008-05-29
1
-1
/
+1
*
Force postdom to be linked into opt and bugpoint, even though it is no longer...
Owen Anderson
2008-05-29
1
-0
/
+8
*
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.
Edwin Török
2008-05-03
1
-0
/
+5
*
Major repairs to the post-dominators implementation. Patch from Florian Bran...
Owen Anderson
2008-04-16
1
-0
/
+4
*
These passes preserve CFG.
Devang Patel
2008-03-20
1
-2
/
+2
*
Restore isCFGOnly property of various analysis passes.
Devang Patel
2008-03-20
1
-2
/
+2
*
PassInfo keep tracks whether a pass is an analysis pass or not.
Devang Patel
2008-03-19
1
-2
/
+2
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Make DomTree and PostDomTree thin wrappers around DomTreeBase, rather than in...
Owen Anderson
2007-10-23
1
-19
/
+1
*
Template DominatorTreeBase by node type. This is the next major step towards
Owen Anderson
2007-10-16
1
-1
/
+1
*
Completely merge the implementation details of DomTree and PostDomTree.
Owen Anderson
2007-10-03
1
-2
/
+2
*
Factor some code from the DomTree and PostDomTree calculate methods up into
Owen Anderson
2007-10-03
1
-0
/
+23
*
Have PostDomTree use the newly templated DFSPass.
Owen Anderson
2007-09-28
1
-45
/
+0
*
Factor the calculation details for PostDomTree out of PostDominators.cpp and
Owen Anderson
2007-09-23
1
-142
/
+1
*
reimplement dfs number computation to be significantly faster. This speeds up
Chris Lattner
2007-08-08
1
-9
/
+3
*
Fix an iterator invalidation bug I induced.
Chris Lattner
2007-08-05
1
-2
/
+1
*
Switch some std::sets to SmallPtrSet. This speeds up
Chris Lattner
2007-08-05
1
-3
/
+3
*
Switch the internal "Info" map from an std::map to a DenseMap. This
Chris Lattner
2007-08-05
1
-15
/
+12
*
switch the DomTreeNodes and IDoms maps in idom/postidom to a
Chris Lattner
2007-08-04
1
-4
/
+9
*
Unreachable block is not a root node in post dominator tree.
Devang Patel
2007-07-24
1
-2
/
+6
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+262