| Commit message (Expand) | Author | Age | Files | Lines | 
| *  | Throttle back indvar substitution from creating multiplies in loops.  This is... | Chris Lattner | 2004-07-26 | 1 | -3/+3 | 
| *  | Two fixes.  First, stop using the ugly shouldSubstituteIndVar method. | Chris Lattner | 2004-06-24 | 1 | -1/+7 | 
| *  | Make use of BinaryOperator::create* methods to shrinkify code. | Chris Lattner | 2004-06-20 | 1 | -21/+14 | 
| *  | Fix a nasty bug, noticed by Reid | Chris Lattner | 2004-06-19 | 1 | -1/+1 | 
| *  | Move the scev expansion code into this pass, where it belongs.  There is | Chris Lattner | 2004-04-23 | 1 | -12/+252 | 
| *  | Disable a previous patch that was causing indvars to loop infinitely :( | Chris Lattner | 2004-04-22 | 1 | -0/+2 | 
| *  | Fix an extremely serious thinko I made in revision 1.60 of this file. | Chris Lattner | 2004-04-22 | 1 | -16/+25 | 
| *  | Implement a todo, rewriting all possible scev expressions inside of the | Chris Lattner | 2004-04-21 | 1 | -8/+18 | 
| *  | Implement a fixme.  The helps loops that have induction variables of different | Chris Lattner | 2004-04-21 | 1 | -17/+20 | 
| *  | Change the ExitBlocks list from being explicitly contained in the Loop | Chris Lattner | 2004-04-18 | 1 | -4/+8 | 
| *  | If the loop executes a constant number of times, try a bit harder to replace | Chris Lattner | 2004-04-17 | 1 | -2/+5 | 
| *  | Even if there are not any induction variables in the loop, if we can compute | Chris Lattner | 2004-04-17 | 1 | -1/+11 | 
| *  | Fix some of the strange CBE-only failures that happened last night. | Chris Lattner | 2004-04-16 | 1 | -0/+1 | 
| *  | Fix a bug in the previous checkin: if the exit block is not the same as | Chris Lattner | 2004-04-15 | 1 | -7/+23 | 
| *  | Change the canonical induction variable that we insert. | Chris Lattner | 2004-04-15 | 1 | -10/+17 | 
| *  | Rewrite the indvars pass to use the ScalarEvolution analysis. | Chris Lattner | 2004-04-02 | 1 | -298/+346 | 
| *  | Improve encapsulation in the Loop and LoopInfo classes by eliminating the | Chris Lattner | 2004-01-08 | 1 | -4/+4 | 
| *  | More minor non-functional changes.  This now computes the exit condition, though | Chris Lattner | 2003-12-23 | 1 | -15/+52 | 
| *  | Don't mind me, I'm just refactoring away.  This patch makes room for LFTR, but | Chris Lattner | 2003-12-22 | 1 | -90/+130 | 
| *  | Implement IndVarsSimplify/pointer-indvars.ll, transforming pointer | Chris Lattner | 2003-12-22 | 1 | -9/+19 | 
| *  | Fix PR194 | Chris Lattner | 2003-12-22 | 1 | -56/+85 | 
| *  | Reverted back to previous revision - this was previously merged | John Criswell | 2003-12-18 | 1 | -8/+15 | 
| *  | Merged in RELEASE_11. | John Criswell | 2003-12-18 | 1 | -15/+8 | 
| *  | Fix for PR185 & IndVarsSimplify/2003-12-15-Crash.llx | Chris Lattner | 2003-12-15 | 1 | -0/+9 | 
| *  | Fix bug: IndVarsSimplify/2003-12-10-RemoveInstrCrash.llx | Chris Lattner | 2003-12-10 | 1 | -0/+5 | 
| *  | Finegrainify namespacification | Chris Lattner | 2003-12-10 | 1 | -8/+27 | 
| *  | Put all LLVM code into the llvm namespace, as per bug 109. | Brian Gaeke | 2003-11-11 | 1 | -0/+4 | 
| *  | Added LLVM project notice to the top of every C++ source file. | John Criswell | 2003-10-20 | 1 | -0/+7 | 
| *  | Rename loop preheaders pass to loop simplify | Chris Lattner | 2003-10-12 | 1 | -1/+1 | 
| *  | Fix spelling. | Misha Brukman | 2003-10-10 | 1 | -1/+1 | 
| *  | Fix bug: IndVarsSimplify/2003-09-23-NotAtTop.ll | Chris Lattner | 2003-09-23 | 1 | -2/+8 | 
| *  | Make sure to cannonicalize loops before running indvar simplify | Chris Lattner | 2003-09-12 | 1 | -0/+1 | 
| *  | Spelling fixes.  I think that "cannonical" is ok, but "canonical" appears to | Chris Lattner | 2003-09-10 | 1 | -21/+21 | 
| *  | Fix up file header | Chris Lattner | 2003-09-10 | 1 | -2/+4 | 
| *  | DEBUG got moved to Support/Debug.h | Chris Lattner | 2003-08-01 | 1 | -1/+2 | 
| *  | Remove unnecesary &*'s | Chris Lattner | 2003-04-23 | 1 | -1/+1 | 
| *  |   - Rename AnalysisUsage::preservesAll to getPreservesAll & preservesCFG to | Chris Lattner | 2002-10-21 | 1 | -1/+1 | 
| *  | Updates to work with recent Statistic's changes: | Chris Lattner | 2002-10-01 | 1 | -3/+3 | 
| *  | Simplify code (somtimes dramatically), by using the new "auto-insert" feature | Chris Lattner | 2002-09-10 | 1 | -21/+9 | 
| *  | * Clean up code a little bit | Chris Lattner | 2002-09-10 | 1 | -19/+27 | 
| *  | - Cleaned up the interface to AnalysisUsage to take analysis class names | Chris Lattner | 2002-08-08 | 1 | -1/+1 | 
| *  | * Standardize how analysis results/passes as printed with the print() virtual | Chris Lattner | 2002-07-27 | 1 | -2/+1 | 
| *  | * Add support for different "PassType's" | Chris Lattner | 2002-07-26 | 1 | -1/+1 | 
| *  | *** empty log message *** | Chris Lattner | 2002-07-23 | 1 | -5/+2 | 
| *  | *** empty log message *** | Chris Lattner | 2002-06-30 | 1 | -1/+0 | 
| *  | changes to make it compatible with 64bit gcc | Anand Shukla | 2002-06-25 | 1 | -2/+3 | 
| *  | MEGAPATCH checkin. | Chris Lattner | 2002-06-25 | 1 | -17/+12 | 
| *  | Use the new DEBUG(x) macro to allow debugging code to be enabled on the comma... | Chris Lattner | 2002-05-22 | 1 | -10/+5 | 
| *  | Add support for printing out statistics information when -stats is added to | Chris Lattner | 2002-05-10 | 1 | -10/+14 | 
| *  | Merge all individual .h files into a single Scalar.h file | Chris Lattner | 2002-05-07 | 1 | -1/+1 |