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
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
2006-11-26
Removed #include <iostream> and replaced with llvm_* streams.
Bill Wendling
2006-11-02
For PR786:
Reid Spencer
2006-10-20
For PR950:
Reid Spencer
2006-08-29
Clean up a bit.
Owen Anderson
2006-08-28
Make LoopUnroll fold excessive BasicBlocks. This results in a significant sp...
Owen Anderson
2006-08-27
eliminate RegisterOpt. It does the same thing as RegisterPass.
Chris Lattner
2006-08-25
Fix a crash related to updating Phi nodes in the original header block. This...
Owen Anderson
2006-08-24
Implement unrolling of multiblock loops. This significantly improves the
Owen Anderson
2006-07-20
Minor comment tweaks
Chris Lattner
2006-07-19
Add an assertion.
Owen Anderson
2006-07-19
Make LoopUnroll not die on LCSSA Phis. This makes lencod work again.
Owen Anderson
2006-06-07
Fix a spello in a comment.
Reid Spencer
2006-01-22
Make iostream #inclusion explicit
Chris Lattner
2005-04-23
Eliminate tabs and trailing spaces
Jeff Cohen
2005-04-21
Remove trailing whitespace
Misha Brukman
2005-03-06
Fix a bug where we could corrupt a parent loop's header info if we unrolled
Chris Lattner
2005-01-08
Silence VS warnings.
Chris Lattner
2004-11-22
Do not consider debug intrinsics in the size computations for loop unrolling.
Chris Lattner
2004-10-18
Correction to allow compilation with Visual C++.
Reid Spencer
2004-09-15
Convert code to compile with vc7.1.
Reid Spencer
2004-09-01
Changes For Bug 352
Reid Spencer
2004-05-13
Fix a nasty bug that caused us to unroll EXTREMELY large loops due to overflow
Chris Lattner
2004-04-20
Fix PR325
Chris Lattner
[next]