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
/
Scalar
/
LoopUnrollPass.cpp
Age
Commit message (
Expand
)
Author
2010-08-29
now that loop passes don't use DomFrontier, there is no reason
Chris Lattner
2010-08-06
Reapply r110396, with fixes to appease the Linux buildbot gods.
Owen Anderson
2010-08-06
Revert r110396 to fix buildbots.
Owen Anderson
2010-08-05
Don't use PassInfo* as a type identifier for passes. Instead, use the addres...
Owen Anderson
2010-08-04
Experiments show that we can safely increase our unrolling threshold without ...
Owen Anderson
2010-07-26
Remove LCSSA's bogus dependence on LoopSimplify and LoopSimplify's bogus
Dan Gohman
2010-07-21
Fix batch of converting RegisterPass<> to INTIALIZE_PASS().
Owen Anderson
2010-03-10
Add a DominatorTree argument to isLCSSA so that it doesn't have to
Dan Gohman
2010-02-05
Don't unroll loops containing function calls.
Jakob Stoklund Olesen
2010-01-05
Change errs() to dbgs().
David Greene
2009-10-31
Replace LoopUnrollPass.cpp's custom code-size estimation code using
Dan Gohman
2009-10-31
Remove an unnecessary #include.
Dan Gohman
2009-10-31
Rename UnrollLoop.cpp to LoopUnroll.cpp, and LoopUnroll.cpp to
Dan Gohman