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
/
IndVarSimplify.cpp
Age
Commit message (
Expand
)
Author
2007-09-10
Require SCEV before LCSSA.
Devang Patel
2007-09-04
Update GEP constructors to use an iterator interface to fix
David Greene
2007-08-21
Use SmallVector instead of std::vector.
Devang Patel
2007-06-27
Fix a bug.
Zhou Sheng
2007-06-19
Rename ScalarEvolution::deleteInstructionFromRecords to
Dan Gohman
2007-06-15
Use SCEVConstant::get instead of SCEVUnknown::get to create an
Dan Gohman
2007-06-15
Add a SCEV class and supporting code for sign-extend expressions.
Dan Gohman
2007-06-06
Inform ScalarEvolutions that we're deleting Values.
Nick Lewycky
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-03-07
Now IndVarSimplify is a LoopPass.
Devang Patel
2007-03-04
make better use of LCSSA information in RewriteLoopExitValues. Before, we
Chris Lattner
2007-03-04
Implement PR1179/PR1232 and test/Transforms/IndVarsSimplify/loop_evaluate_[23...
Chris Lattner
2007-03-03
Make RewriteLoopExitValues far less nested by using continue in the loop
Chris Lattner
2007-03-02
Prefer non-virtual calls to ConstantInt::isZero over virtual calls to
Reid Spencer
2007-02-11
Simplify code by using value::takename
Chris Lattner
2007-02-05
Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes in
Reid Spencer
2007-01-31
remove temporary vectors.
Chris Lattner
2007-01-31
eliminate temporary vectors
Chris Lattner
2007-01-15
rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.
Chris Lattner
2007-01-15
Eliminate calls to isInteger, generalizing code and tightening checks as needed.
Chris Lattner
2007-01-12
simplify some code
Chris Lattner
2007-01-12
For PR1064:
Reid Spencer
2007-01-08
Comparison of primitive type sizes should now be done in bits, not bytes.
Reid Spencer
2007-01-07
add -debug output for -indvars.
Chris Lattner
2006-12-31
For PR950:
Reid Spencer
2006-12-23
For PR950:
Reid Spencer
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-27
For PR950:
Reid Spencer
2006-09-21
Fix Transforms/IndVarsSimplify/2006-09-20-LFTR-Crash.ll
Chris Lattner
2006-08-27
eliminate RegisterOpt. It does the same thing as RegisterPass.
Chris Lattner
2006-08-25
Add an assertion to check that we're really preserving LCSSA.
Owen Anderson
2006-08-25
Reapply the indvars patch, since nothing blew up last night.
Owen Anderson
2006-08-25
Revert my previous patch. Since there are some major changes that went in to...
Owen Anderson
2006-08-25
Specify that indvars actually preserve LCSSA. This has been done for a whil...
Owen Anderson
2006-08-18
Fix a grammaro in a comment.
Reid Spencer
2006-07-14
Hopefully the final attempt at making IndVars preserve LCSSA.
Owen Anderson
2006-07-13
Revert this patch temporarily until PR831 is fixed.
Chris Lattner
2006-07-12
IndVars now (correctly) preserves LCSSA form.
Owen Anderson
2006-07-11
Revert my indvars changes because they were breaking things. Unfortunately this
Owen Anderson
2006-06-27
De-pessimize the handling of LCSSA Phi nodes in IndVarSimplify. Hopefully this
Owen Anderson
2006-06-17
Fix IndVarsSimplify/2006-06-16-Indvar-LCSSA-Crash.ll, a case where a
Chris Lattner
2005-11-18
Fix a crash building 176.gcc due to my recent patch, which only fixed
Chris Lattner
2005-11-17
This was checking the wrong GEP expression. Fixing this fixes a gccas crash
Chris Lattner
2005-08-10
Allow indvar simplify to canonicalize ANY affine IV, not just affine IVs with
Chris Lattner
2005-07-30
Break SCEVExpander out of IndVarSimplify into its own .h/.cpp file so that
Nate Begeman
2005-06-15
Fix PR582. The rewriter can move casts around, which invalidated the
Chris Lattner
[next]