aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Scalar/IndVarSimplify.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement a todo, rewriting all possible scev expressions inside of theChris Lattner2004-04-211-8/+18
* Implement a fixme. The helps loops that have induction variables of differentChris Lattner2004-04-211-17/+20
* Change the ExitBlocks list from being explicitly contained in the LoopChris Lattner2004-04-181-4/+8
* If the loop executes a constant number of times, try a bit harder to replaceChris Lattner2004-04-171-2/+5
* Even if there are not any induction variables in the loop, if we can computeChris Lattner2004-04-171-1/+11
* Fix some of the strange CBE-only failures that happened last night.Chris Lattner2004-04-161-0/+1
* Fix a bug in the previous checkin: if the exit block is not the same asChris Lattner2004-04-151-7/+23
* Change the canonical induction variable that we insert.Chris Lattner2004-04-151-10/+17
* Rewrite the indvars pass to use the ScalarEvolution analysis.Chris Lattner2004-04-021-298/+346
* Improve encapsulation in the Loop and LoopInfo classes by eliminating theChris Lattner2004-01-081-4/+4
* More minor non-functional changes. This now computes the exit condition, thoughChris Lattner2003-12-231-15/+52
* Don't mind me, I'm just refactoring away. This patch makes room for LFTR, butChris Lattner2003-12-221-90/+130
* Implement IndVarsSimplify/pointer-indvars.ll, transforming pointerChris Lattner2003-12-221-9/+19
* Fix PR194Chris Lattner2003-12-221-56/+85
* Reverted back to previous revision - this was previously mergedJohn Criswell2003-12-181-8/+15
* Merged in RELEASE_11.John Criswell2003-12-181-15/+8
* Fix for PR185 & IndVarsSimplify/2003-12-15-Crash.llxChris Lattner2003-12-151-0/+9
* Fix bug: IndVarsSimplify/2003-12-10-RemoveInstrCrash.llxChris Lattner2003-12-101-0/+5
* Finegrainify namespacificationChris Lattner2003-12-101-8/+27
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Rename loop preheaders pass to loop simplifyChris Lattner2003-10-121-1/+1
* Fix spelling.Misha Brukman2003-10-101-1/+1
* Fix bug: IndVarsSimplify/2003-09-23-NotAtTop.llChris Lattner2003-09-231-2/+8
* Make sure to cannonicalize loops before running indvar simplifyChris Lattner2003-09-121-0/+1
* Spelling fixes. I think that "cannonical" is ok, but "canonical" appears toChris Lattner2003-09-101-21/+21
* Fix up file headerChris Lattner2003-09-101-2/+4
* DEBUG got moved to Support/Debug.hChris Lattner2003-08-011-1/+2
* Remove unnecesary &*'sChris Lattner2003-04-231-1/+1
* - Rename AnalysisUsage::preservesAll to getPreservesAll & preservesCFG toChris Lattner2002-10-211-1/+1
* Updates to work with recent Statistic's changes:Chris Lattner2002-10-011-3/+3