summaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Scalar/IndVarSimplify.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use recently added getTruncateOrZeroExtend method to make the code shorter.Wojciech Matyjewicz2008-06-131-5/+1
* Tidy up BasicBlock::getFirstNonPHI, and change a bunch of places toDan Gohman2008-05-231-4/+2
* API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legac...Gabor Greif2008-05-161-1/+1
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-131-3/+4
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-061-5/+5
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Move the SCEV object factors from being static members of the individualDan Gohman2007-10-221-3/+3
* Require SCEV before LCSSA.Devang Patel2007-09-101-1/+1
* Update GEP constructors to use an iterator interface to fixDavid Greene2007-09-041-1/+4
* Use SmallVector instead of std::vector.Devang Patel2007-08-211-2/+2
* Fix a bug.Zhou Sheng2007-06-271-1/+4
* Rename ScalarEvolution::deleteInstructionFromRecords toDan Gohman2007-06-191-3/+3
* Use SCEVConstant::get instead of SCEVUnknown::get to create anDan Gohman2007-06-151-2/+2
* Add a SCEV class and supporting code for sign-extend expressions.Dan Gohman2007-06-151-6/+7
* Inform ScalarEvolutions that we're deleting Values.Nick Lewycky2007-06-061-0/+2
* Fix typo in comment.Nick Lewycky2007-05-061-1/+1
* Drop 'const'Devang Patel2007-05-031-2/+2
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-021-2/+2
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-011-1/+6
* Now IndVarSimplify is a LoopPass.Devang Patel2007-03-071-27/+32
* make better use of LCSSA information in RewriteLoopExitValues. Before, weChris Lattner2007-03-041-67/+76
* Implement PR1179/PR1232 and test/Transforms/IndVarsSimplify/loop_evaluate_[23...Chris Lattner2007-03-041-46/+26
* Make RewriteLoopExitValues far less nested by using continue in the loopChris Lattner2007-03-031-91/+94
* Prefer non-virtual calls to ConstantInt::isZero over virtual calls toReid Spencer2007-03-021-3/+3
* Simplify code by using value::takenameChris Lattner2007-02-111-10/+5
* Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes inReid Spencer2007-02-051-1/+2
* remove temporary vectors.Chris Lattner2007-01-311-2/+1
* eliminate temporary vectorsChris Lattner2007-01-311-2/+3
* rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.Chris Lattner2007-01-151-3/+3
* Eliminate calls to isInteger, generalizing code and tightening checks as needed.Chris Lattner2007-01-151-3/+3
* simplify some codeChris Lattner2007-01-121-8/+2
* For PR1064:Reid Spencer2007-01-121-5/+15
* Comparison of primitive type sizes should now be done in bits, not bytes.Reid Spencer2007-01-081-2/+3
* add -debug output for -indvars.Chris Lattner2007-01-071-6/+19
* For PR950:Reid Spencer2006-12-311-3/+2
* For PR950:Reid Spencer2006-12-231-5/+5
* Switch over Transforms/Scalar to use the STATISTIC macro. For each statisticChris Lattner2006-12-191-6/+7
* Detemplatize the Statistic class. The only type it is instantiated withChris Lattner2006-12-061-5/+5
* For PR950:Reid Spencer2006-11-271-3/+2
* Fix Transforms/IndVarsSimplify/2006-09-20-LFTR-Crash.llChris Lattner2006-09-211-15/+22
* eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner2006-08-271-1/+1
* Add an assertion to check that we're really preserving LCSSA.Owen Anderson2006-08-251-0/+2
* Reapply the indvars patch, since nothing blew up last night.Owen Anderson2006-08-251-0/+1
* Revert my previous patch. Since there are some major changes that went in to...Owen Anderson2006-08-251-3/+0
* Specify that indvars actually preserve LCSSA. This has been done for a whil...Owen Anderson2006-08-251-0/+3
* Fix a grammaro in a comment.Reid Spencer2006-08-181-1/+1
* Hopefully the final attempt at making IndVars preserve LCSSA.Owen Anderson2006-07-141-2/+30
* Revert this patch temporarily until PR831 is fixed.Chris Lattner2006-07-131-31/+15
* IndVars now (correctly) preserves LCSSA form.Owen Anderson2006-07-121-15/+31
* Revert my indvars changes because they were breaking things. Unfortunately thisOwen Anderson2006-07-111-29/+15