index
:
external_llvm
replicant-6.0
external/llvm
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Utils
/
BreakCriticalEdges.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename getAnalysisToUpdate to getAnalysisIfAvailable.
Duncan Sands
2009-01-28
1
-3
/
+3
*
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-09-04
1
-1
/
+1
*
LoopIndexSplit can sometimes result in cases where a block in its own domfron...
Owen Anderson
2008-06-03
1
-3
/
+6
*
Change class' public PassInfo variables to by initialized with the
Dan Gohman
2008-05-13
1
-1
/
+1
*
Clean up the use of static and anonymous namespaces. This turned up
Dan Gohman
2008-05-13
1
-4
/
+4
*
fit in 80 cols
Chris Lattner
2008-04-21
1
-6
/
+6
*
Remove unused variable
Scott Michel
2008-04-17
1
-1
/
+0
*
Workaround for PR2207, in which pred_iterator assert gets triggered due to a
Scott Michel
2008-04-16
1
-2
/
+9
*
API changes for class Use size reduction, wave 1.
Gabor Greif
2008-04-06
1
-3
/
+3
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
Make LoopInfoBase more generic, in preparation for having MachineLoopInfo. T...
Owen Anderson
2007-11-27
1
-4
/
+4
*
If NewBB dominates DestBB then DestBB is not part of NewBB's dominance frontier.
Devang Patel
2007-08-13
1
-1
/
+5
*
Do not preserve ETForest.
Devang Patel
2007-06-08
1
-26
/
+5
*
Maintain ETNode as part of DomTreeNode.
Devang Patel
2007-06-07
1
-1
/
+1
*
s/DominatorTree::createNewNode/DominatorTree::addNewBlock/g
Devang Patel
2007-06-04
1
-1
/
+1
*
s/llvm::DominatorTreeBase::DomTreeNode/llvm::DomTreeNode/g
Devang Patel
2007-06-04
1
-4
/
+4
*
s/DominatorTreeBase::Node/DominatorTreeBase:DomTreeNode/g
Devang Patel
2007-06-03
1
-4
/
+4
*
Fix typo in comment.
Nick Lewycky
2007-05-06
1
-1
/
+1
*
Drop 'const'
Devang Patel
2007-05-03
1
-2
/
+2
*
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-02
1
-2
/
+2
*
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-05-01
1
-0
/
+4
*
remove use of BasicBlock::getNext
Chris Lattner
2007-04-17
1
-1
/
+2
*
Remove ImmediateDominator analysis. The same information can be obtained fro...
Owen Anderson
2007-04-15
1
-24
/
+0
*
BreakCriticalEdges does still preserve DominatorTree.
Owen Anderson
2007-04-07
1
-0
/
+1
*
Expunge DomSet from BreakCriticalEdges. This is part of the continuing
Owen Anderson
2007-04-07
1
-52
/
+18
*
Fix Analysis/Dominators/2006-10-02-BreakCritEdges.ll
Chris Lattner
2007-01-15
1
-1
/
+2
*
Fix PR1110 and Analysis/Dominators/2007-01-14-BreakCritEdges.ll by being
Chris Lattner
2007-01-14
1
-35
/
+40
*
switch more statistics over to STATISTIC, eliminating static ctors. Also,
Chris Lattner
2006-12-19
1
-2
/
+3
*
Detemplatize the Statistic class. The only type it is instantiated with
Chris Lattner
2006-12-06
1
-1
/
+1
*
add option to isCriticalEdge
Chris Lattner
2006-10-28
1
-3
/
+12
*
Expose a smarter way to break critical edges.
Chris Lattner
2006-10-28
1
-5
/
+24
*
This case isn't implemented yet. It seems unlikely to be needed, but if it
Chris Lattner
2006-10-04
1
-4
/
+2
*
Fix PR932 and Analysis/Dominators/2006-10-02-BreakCritEdges.ll:
Chris Lattner
2006-10-03
1
-15
/
+112
*
eliminate RegisterOpt. It does the same thing as RegisterPass.
Chris Lattner
2006-08-27
1
-1
/
+1
*
s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|
Chris Lattner
2006-08-27
1
-1
/
+1
*
Use hidden visibility to make symbols in an anonymous namespace get
Chris Lattner
2006-06-28
1
-1
/
+2
*
Preserve and update ETForest. Patch by Daniel Berlin
Chris Lattner
2006-01-11
1
-0
/
+5
*
Teach SplitCriticalEdge to update LoopInfo if it is alive. This fixes
Chris Lattner
2005-08-13
1
-0
/
+31
*
Change break critical edges to not remove, then insert, PHI node entries.
Chris Lattner
2005-08-12
1
-2
/
+2
*
Remove trailing whitespace
Misha Brukman
2005-04-21
1
-6
/
+6
*
Fix the missing symbols problem Bill was hitting. Patch contributed by
Chris Lattner
2005-03-17
1
-0
/
+1
*
Convert code to compile with vc7.1.
Reid Spencer
2004-09-15
1
-2
/
+2
*
Changes For Bug 352
Reid Spencer
2004-09-01
1
-1
/
+1
*
Expose this as a functionpass
Chris Lattner
2004-07-31
1
-1
/
+3
*
Fix #includes of i*.h => Instructions.h as per PR403.
Misha Brukman
2004-07-29
1
-1
/
+0
*
Fix #includes of i*.h => Instructions.h as per PR403.
Misha Brukman
2004-07-29
1
-1
/
+1
*
Fix bug: test/Regression/Transforms/LowerInvoke/2004-02-29-PHICrash.llx
Chris Lattner
2004-02-29
1
-2
/
+5
*
Finegrainify namespacification
Chris Lattner
2004-01-09
1
-8
/
+5
*
Minor cleanups and simplifications
Chris Lattner
2003-11-21
1
-1
/
+1
*
Start using the nicer terminator auto-insertion API
Chris Lattner
2003-11-20
1
-2
/
+1
[next]