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
/
LoopUnroll.cpp
Age
Commit message (
Expand
)
Author
2009-10-31
Rename UnrollLoop.cpp to LoopUnroll.cpp, and LoopUnroll.cpp to
Dan Gohman
2009-09-02
eliminate VISIBILITY_HIDDEN from Transforms/Scalar. PR4861
Chris Lattner
2009-08-13
Simplify conditional.
Andreas Bolka
2009-08-13
Simplify and reduce indentation using early exits.
Andreas Bolka
2009-08-13
DEBUGify some DOUTs.
Andreas Bolka
2009-08-13
Prune trailing whitespace.
Andreas Bolka
2009-07-27
Avoid build warnings.
Mike Stump
2009-07-25
More migration to raw_ostream, the water has dried up around the iostream hole.
Daniel Dunbar
2009-04-20
Adjust loop size estimate for full unrolling;
Dale Johannesen
2009-01-28
Rename getAnalysisToUpdate to getAnalysisIfAvailable.
Duncan Sands
2008-10-22
Change create*Pass factory functions to return Pass* instead of
Daniel Dunbar
2008-09-04
Tidy up several unbeseeming casts from pointer to intptr_t.
Dan Gohman
2008-07-29
Add -unroll-allow-partial command line option that enabled the loop unroller to
Matthijs Kooijman
2008-07-03
Preserve dom info.
Devang Patel
2008-06-22
Use Loop::block_iterator.
Dan Gohman
2008-05-16
Bill pointed out that system headers should be
Duncan Sands
2008-05-15
Use of UINT_MAX requires climits, at least when
Duncan Sands
2008-05-14
Split the loop unroll mechanism logic out into a utility function.
Dan Gohman
2008-05-13
Clean up the use of static and anonymous namespaces. This turned up
Dan Gohman
2008-05-06
Make several variable declarations static.
Dan Gohman
2008-04-25
Remove 'unwinds to' support from mainline. This patch undoes r47802 r47989
Nick Lewycky
2008-04-14
Revert r49614. As Dan pointed out, some of these aren't correct.
Owen Anderson
2008-04-13
Replace calls of the form V1->setName(V2->getName()) with V1->takeName(V2),
Owen Anderson
2008-03-19
Add comment.
Devang Patel
2008-03-17
Update heuritics that estimates cost of call instructions.
Devang Patel
2008-03-09
Update the block cloner which fixes bugpoint on code using unwind_to (phew!)
Nick Lewycky
2008-02-20
Unbreak build with gcc 4.3: provide missed includes and silence most annoying...
Anton Korobeynikov
2008-01-27
Be more careful modifying the use_list while also iterating through it.
Nick Lewycky
2008-01-04
fix typo
Wojciech Matyjewicz
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-11-05
If a value is incoming from outside the loop then the value does not need rem...
Devang Patel
2007-08-02
wrap some long lines. Major offenders that are left include
Chris Lattner
2007-05-14
Correct a few comments.
Dan Gohman
2007-05-11
This patch extends the LoopUnroll pass to be able to unroll loops
Dan Gohman
2007-05-08
Fix various whitespace inconsistencies.
Dan Gohman
2007-05-08
Correct the comment for ApproximateLoopSize to reflect what it actually does.
Dan Gohman
2007-05-05
Fix Transforms/LoopUnroll/2007-05-05-UnrollMiscomp.ll and PR1385.
Chris Lattner
2007-05-05
make a temporary for *SI, no functionality change.
Chris Lattner
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-16
Fix
Devang Patel
2007-03-07
Now LoopUnroll is a LoopPass.
Devang Patel
2007-03-02
Guard against huge loop trip counts in an APInt safe way.
Reid Spencer
2007-02-05
Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in
Reid Spencer
2007-02-03
Switch inliner over to use DenseMap instead of std::map for ValueMap. This
Chris Lattner
2007-01-30
Adjust #includes to match movement of constant folding code from transformuti...
Chris Lattner
2006-12-19
Switch over Transforms/Scalar to use the STATISTIC macro. For each statistic
Chris Lattner
2006-12-06
Detemplatize the Statistic class. The only type it is instantiated with
Chris Lattner
[next]