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
/
VMCore
/
Dominators.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
It is not possible to determine dominance between two PHI nodes
Devang Patel
2007-03-28
1
-0
/
+5
*
Use SmallPtrSet.
Devang Patel
2007-03-27
1
-1
/
+2
*
Spell check.
Devang Patel
2007-03-27
1
-1
/
+1
*
It is not possible to determie dominance between two PHI nodes
Devang Patel
2007-03-26
1
-0
/
+6
*
Use std::vector<DFCalculateWorkObject> instead of
Devang Patel
2007-03-26
1
-7
/
+4
*
DominanceFrontier::calculate().
Devang Patel
2007-03-20
1
-23
/
+78
*
LoopSimplify::FindPHIToPartitionLoops()
Devang Patel
2007-03-20
1
-0
/
+19
*
Removed iostream #includes. Replaced std::cerr with DOUT.
Bill Wendling
2006-11-17
1
-1
/
+0
*
remove extra white spaces.
Devang Patel
2006-09-22
1
-1
/
+1
*
Use iterative algorith to assign DFS number. This reduces
Devang Patel
2006-09-22
1
-0
/
+47
*
Undo previous check-in.
Devang Patel
2006-09-14
1
-33
/
+0
*
Avoid recursion in assignDFSNumber(). Move def from ET-Forest.h
Devang Patel
2006-09-14
1
-0
/
+33
*
Eliminate RegisterAnalysis. RegisterPass now does all that is necessary.
Chris Lattner
2006-08-27
1
-5
/
+5
*
Add dominates/properlyDominates queries to IDom.
Chris Lattner
2006-08-01
1
-0
/
+11
*
For PR780:
Reid Spencer
2006-06-07
1
-2
/
+2
*
Change from using a stub function to a stub variable for passing to the
Reid Spencer
2006-06-01
1
-1
/
+1
*
Fix an et-forest memory leak. Patch by Daniel Berlin.
Chris Lattner
2006-03-14
1
-0
/
+1
*
Change ET-Forest to automatically recalculate its DFSnum's if too many slow
Chris Lattner
2006-01-14
1
-5
/
+22
*
Bugfix for etforest updating. Contributed by Daniel Berlin.
Chris Lattner
2006-01-09
1
-1
/
+1
*
Initial implementation of the ET-Forest data structure for dominators and
Chris Lattner
2006-01-08
1
-0
/
+443
*
more HP-UX cleanliness
Duraid Madina
2005-12-26
1
-0
/
+1
*
This requires proper dominance
Chris Lattner
2005-11-18
1
-1
/
+1
*
Make dominates(A,B) work with post dominators. Patch contributed by
Chris Lattner
2005-04-25
1
-2
/
+7
*
Eliminate tabs and trailing spaces
Jeff Cohen
2005-04-23
1
-2
/
+2
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-19
/
+19
*
For PR387:\
Reid Spencer
2004-12-07
1
-4
/
+4
*
Make sure any client of Dominators.h links in Dominators.cpp
Chris Lattner
2004-10-14
1
-0
/
+2
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-2
/
+2
*
compute dominator tree children in a deterministic order that does not depend
Chris Lattner
2004-06-19
1
-11
/
+12
*
Print out immediate dominators in program order, not in random order based on...
Chris Lattner
2004-06-19
1
-7
/
+5
*
Add missing #include
Chris Lattner
2004-06-05
1
-0
/
+1
*
The recalclulate method was a nasty hack that was once used by the -cee pass,
Chris Lattner
2003-12-07
1
-16
/
+12
*
Completely rewrite domset, idom, and domtree implementation. Now it is based
Chris Lattner
2003-12-07
1
-159
/
+266
*
Finegrainify namespacification
Chris Lattner
2003-11-21
1
-4
/
+3
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+4
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
1
-0
/
+7
*
Rename Function::getEntryNode -> getEntryBlock
Chris Lattner
2003-09-20
1
-1
/
+1
*
Renamed DominatorTree::Node::getNode() -> getBlock()
Chris Lattner
2003-09-11
1
-4
/
+4
*
Rework dominator interfaces to handle changes in the post-dominance
Chris Lattner
2003-09-10
1
-28
/
+47
*
Do not even attempt to compute dominator information for unreachable blocks
Chris Lattner
2003-08-18
1
-26
/
+8
*
Spell `necessary' correctly.
Misha Brukman
2003-08-18
1
-1
/
+1
*
Remove using declarations and extraneous #includes
Chris Lattner
2003-05-22
1
-3
/
+3
*
Fix bug: Dominators/2003-05-12-UnreachableCode.ll
Chris Lattner
2003-05-12
1
-9
/
+18
*
Expose new "recalculate" method from dominatorset
Chris Lattner
2002-10-08
1
-4
/
+8
*
Fix a nasty problem with dominance calculation for unreachable blocks.
Chris Lattner
2002-10-04
1
-5
/
+20
*
Improve printing of dominator sets
Chris Lattner
2002-09-29
1
-3
/
+5
*
- Add methods to ImmediateDominators & DominatorTree to allow updates
Chris Lattner
2002-09-26
1
-0
/
+17
*
Fix bug: test/Regression/Assembler/2002-08-22-DominanceProblem.ll
Chris Lattner
2002-08-22
1
-13
/
+23
*
- Do not expose ::ID from any of the analyses anymore.
Chris Lattner
2002-08-21
1
-4
/
+0
*
Implement dominator checking in the verifier, so that we check that all
Chris Lattner
2002-08-02
1
-1
/
+1
[next]