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
/
LoopSimplify.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Fix PR1752 and LoopSimplify/2007-10-28-InvokeCrash.ll: terminators
Chris Lattner
2007-10-29
1
-4
/
+6
*
Move Split<...>() into DomTreeBase. This should make the #include's of Domin...
Owen Anderson
2007-10-18
1
-1
/
+0
*
Fixed linker errors (unresolved externals: split<>(...)) when compiling with ...
Hartmut Kaiser
2007-10-17
1
-0
/
+1
*
Use SmallVector instead of std::vector.
Devang Patel
2007-08-21
1
-1
/
+1
*
remove some dead lines
Chris Lattner
2007-08-06
1
-2
/
+0
*
Verify loop info.
Devang Patel
2007-07-19
1
-0
/
+10
*
Fix reference to iterator invalidated by an erase operation. Uncovered
David Greene
2007-06-29
1
-3
/
+4
*
Move code to update dominator information after basic block is split
Devang Patel
2007-06-21
1
-189
/
+20
*
Add and use DominatorTreeBase::findNearestCommonDominator().
Devang Patel
2007-06-11
1
-1
/
+1
*
Simplify.
Devang Patel
2007-06-11
1
-4
/
+2
*
simplify
Devang Patel
2007-06-11
1
-4
/
+3
*
Simplify. Dominator Tree is required so always available.
Devang Patel
2007-06-11
1
-31
/
+26
*
Update LoopSimplify to require and preserve DominatorTree only.
Devang Patel
2007-06-08
1
-32
/
+26
*
s/DominatorTree::createNewNode/DominatorTree::addNewBlock/g
Devang Patel
2007-06-04
1
-2
/
+1
*
s/llvm::DominatorTreeBase::DomTreeNode/llvm::DomTreeNode/g
Devang Patel
2007-06-04
1
-3
/
+3
*
s/DominatorTreeBase::Node/DominatorTreeBase:DomTreeNode/g
Devang Patel
2007-06-03
1
-3
/
+3
*
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
*
Avoid recursion.
Devang Patel
2007-04-20
1
-6
/
+13
*
Remove ImmediateDominator analysis. The same information can be obtained fro...
Owen Anderson
2007-04-15
1
-26
/
+0
*
Re-constify things that don't break the build. Last patch in this
Owen Anderson
2007-04-09
1
-2
/
+4
*
Unconst-ify stuff that broke the build.
Owen Anderson
2007-04-09
1
-1
/
+1
*
Const-ify some parameters, and some cosmetic cleanups. No functionality
Owen Anderson
2007-04-09
1
-3
/
+4
*
Tabs -> Spaces
Owen Anderson
2007-04-09
1
-36
/
+36
*
Improve some _slow_ behavior introduced in my patches the last few days.
Owen Anderson
2007-04-09
1
-42
/
+42
*
Cleanup some from my DomSet-removal changes. Add a new
Owen Anderson
2007-04-09
1
-4
/
+4
*
Remove DominatorSet usage from LoopSimplify. Patch from Owen Anderson.
Nick Lewycky
2007-04-08
1
-89
/
+54
*
Add DomSet back, and revert the changes to LoopSimplify. Apparently the
Owen Anderson
2007-04-07
1
-48
/
+85
*
Completely purge DomSet from LoopSimplify. This is part of the
Owen Anderson
2007-04-07
1
-82
/
+46
*
Expunge a bunch of uses of DomSet from LoopSimplify. Many more remain.
Owen Anderson
2007-04-07
1
-3
/
+2
*
LoopSimplify::FindPHIToPartitionLoops()
Devang Patel
2007-03-20
1
-4
/
+6
*
switch more statistics over to STATISTIC, eliminating static ctors. Also,
Chris Lattner
2006-12-19
1
-5
/
+4
*
Detemplatize the Statistic class. The only type it is instantiated with
Chris Lattner
2006-12-06
1
-2
/
+2
*
For PR786:
Reid Spencer
2006-11-02
1
-1
/
+0
*
Be far more careful when splitting a loop header, either to form a preheader
Chris Lattner
2006-09-23
1
-1
/
+50
*
Teach UpdateDomInfoForRevectoredPreds to handle revectored preds that are not
Chris Lattner
2006-09-23
1
-91
/
+49
*
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
*
Don't attempt to split subloops out of a loop with a huge number of backedges.
Chris Lattner
2006-08-12
1
-8
/
+19
*
Reimplement the loopsimplify code which deletes edges from unreachable
Chris Lattner
2006-08-12
1
-29
/
+53
*
Use hidden visibility to make symbols in an anonymous namespace get
Chris Lattner
2006-06-28
1
-1
/
+2
*
Canonicalize inner loops before outer loops. Inner loop canonicalization
Chris Lattner
2006-02-14
1
-4
/
+5
*
When splitting exit edges to canonicalize loops, make sure to put the new
Chris Lattner
2006-02-14
1
-18
/
+20
*
Revert my last patch. It too breaks stuff
Chris Lattner
2006-02-12
1
-12
/
+6
*
Fix for my previously reverted patch
Chris Lattner
2006-02-11
1
-6
/
+12
*
revert my previous change, it exposed other problems.
Chris Lattner
2006-02-11
1
-1
/
+1
[next]