summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/IndVarSimplify.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* De-pessimize the handling of LCSSA Phi nodes in IndVarSimplify. Hopefully thisOwen Anderson2006-06-271-15/+29
* Fix IndVarsSimplify/2006-06-16-Indvar-LCSSA-Crash.ll, a case where aChris Lattner2006-06-171-4/+19
* Fix a crash building 176.gcc due to my recent patch, which only fixedChris Lattner2005-11-181-1/+1
* This was checking the wrong GEP expression. Fixing this fixes a gccas crashChris Lattner2005-11-171-1/+1
* Allow indvar simplify to canonicalize ANY affine IV, not just affine IVs withChris Lattner2005-08-101-8/+8
* Break SCEVExpander out of IndVarSimplify into its own .h/.cpp file so thatNate Begeman2005-07-301-238/+1
* Fix PR582. The rewriter can move casts around, which invalidated theChris Lattner2005-06-151-1/+11
* Remove trailing whitespaceMisha Brukman2005-04-211-13/+13
* Fix the second bug attached to PR504.Chris Lattner2005-02-141-1/+1
* Fix for testcase Transforms/IndVarsSimplify/2005-02-11-InvokeCrash.llChris Lattner2005-02-121-0/+2
* Convert 'struct' to 'class' in various places to adhere to the coding standardsChris Lattner2004-10-271-1/+1
* Fix a REALLY obscure bug in my previous checkin, which was splicing the ENDChris Lattner2004-10-121-1/+1
* Handle a common case more carefully. In particular, instead of transformingChris Lattner2004-10-111-4/+33
* Prototype these functions more accuratelyChris Lattner2004-09-201-1/+1
* Convert code to compile with vc7.1.Reid Spencer2004-09-151-4/+6
* Changes For Bug 352Reid Spencer2004-09-011-2/+2
* Throttle back indvar substitution from creating multiplies in loops. This is...Chris Lattner2004-07-261-3/+3
* Two fixes. First, stop using the ugly shouldSubstituteIndVar method.Chris Lattner2004-06-241-1/+7
* Make use of BinaryOperator::create* methods to shrinkify code.Chris Lattner2004-06-201-21/+14
* Fix a nasty bug, noticed by ReidChris Lattner2004-06-191-1/+1
* Move the scev expansion code into this pass, where it belongs. There isChris Lattner2004-04-231-12/+252
* Disable a previous patch that was causing indvars to loop infinitely :(Chris Lattner2004-04-221-0/+2
* Fix an extremely serious thinko I made in revision 1.60 of this file.Chris Lattner2004-04-221-16/+25
OpenPOWER on IntegriCloud