index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Transforms
/
Utils
/
LoopSimplify.cpp
Age
Commit message (
Expand
)
Author
2008-03-09
Update the block cloner which fixes bugpoint on code using unwind_to (phew!)
Nick Lewycky
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-11-27
Make LoopInfoBase more generic, in preparation for having MachineLoopInfo. T...
Owen Anderson
2007-10-29
Fix PR1752 and LoopSimplify/2007-10-28-InvokeCrash.ll: terminators
Chris Lattner
2007-10-18
Move Split<...>() into DomTreeBase. This should make the #include's of Domin...
Owen Anderson
2007-10-17
Fixed linker errors (unresolved externals: split<>(...)) when compiling with ...
Hartmut Kaiser
2007-08-21
Use SmallVector instead of std::vector.
Devang Patel
2007-08-06
remove some dead lines
Chris Lattner
2007-07-19
Verify loop info.
Devang Patel
2007-06-29
Fix reference to iterator invalidated by an erase operation. Uncovered
David Greene
2007-06-21
Move code to update dominator information after basic block is split
Devang Patel
2007-06-11
Add and use DominatorTreeBase::findNearestCommonDominator().
Devang Patel
2007-06-11
Simplify.
Devang Patel
2007-06-11
simplify
Devang Patel
2007-06-11
Simplify. Dominator Tree is required so always available.
Devang Patel
2007-06-08
Update LoopSimplify to require and preserve DominatorTree only.
Devang Patel
2007-06-04
s/DominatorTree::createNewNode/DominatorTree::addNewBlock/g
Devang Patel
2007-06-04
s/llvm::DominatorTreeBase::DomTreeNode/llvm::DomTreeNode/g
Devang Patel
2007-06-03
s/DominatorTreeBase::Node/DominatorTreeBase:DomTreeNode/g
Devang Patel
2007-05-06
Fix typo in comment.
Nick Lewycky
2007-05-03
Drop 'const'
Devang Patel
2007-05-02
Use 'static const char' instead of 'static const int'.
Devang Patel
2007-05-01
Do not use typeinfo to identify pass in pass manager.
Devang Patel
2007-04-20
Avoid recursion.
Devang Patel
2007-04-15
Remove ImmediateDominator analysis. The same information can be obtained fro...
Owen Anderson
2007-04-09
Re-constify things that don't break the build. Last patch in this
Owen Anderson
2007-04-09
Unconst-ify stuff that broke the build.
Owen Anderson
2007-04-09
Const-ify some parameters, and some cosmetic cleanups. No functionality
Owen Anderson
2007-04-09
Tabs -> Spaces
Owen Anderson
2007-04-09
Improve some _slow_ behavior introduced in my patches the last few days.
Owen Anderson
2007-04-09
Cleanup some from my DomSet-removal changes. Add a new
Owen Anderson
2007-04-08
Remove DominatorSet usage from LoopSimplify. Patch from Owen Anderson.
Nick Lewycky
2007-04-07
Add DomSet back, and revert the changes to LoopSimplify. Apparently the
Owen Anderson
2007-04-07
Completely purge DomSet from LoopSimplify. This is part of the
Owen Anderson
2007-04-07
Expunge a bunch of uses of DomSet from LoopSimplify. Many more remain.
Owen Anderson
2007-03-20
LoopSimplify::FindPHIToPartitionLoops()
Devang Patel
2006-12-19
switch more statistics over to STATISTIC, eliminating static ctors. Also,
Chris Lattner
2006-12-06
Detemplatize the Statistic class. The only type it is instantiated with
Chris Lattner
2006-11-02
For PR786:
Reid Spencer
2006-09-23
Be far more careful when splitting a loop header, either to form a preheader
Chris Lattner
2006-09-23
Teach UpdateDomInfoForRevectoredPreds to handle revectored preds that are not
Chris Lattner
2006-08-27
eliminate RegisterOpt. It does the same thing as RegisterPass.
Chris Lattner
2006-08-27
s|llvm/Support/Visibility.h|llvm/Support/Compiler.h|
Chris Lattner
2006-08-12
Don't attempt to split subloops out of a loop with a huge number of backedges.
Chris Lattner
2006-08-12
Reimplement the loopsimplify code which deletes edges from unreachable
Chris Lattner
2006-06-28
Use hidden visibility to make symbols in an anonymous namespace get
Chris Lattner
2006-02-14
Canonicalize inner loops before outer loops. Inner loop canonicalization
Chris Lattner
2006-02-14
When splitting exit edges to canonicalize loops, make sure to put the new
Chris Lattner
2006-02-12
Revert my last patch. It too breaks stuff
Chris Lattner
2006-02-11
Fix for my previously reverted patch
Chris Lattner
[next]