aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/Scalar/IndVarSimplify.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Simplify code (somtimes dramatically), by using the new "auto-insert" featureChris Lattner2002-09-101-21/+9
* * Clean up code a little bitChris Lattner2002-09-101-19/+27
* - Cleaned up the interface to AnalysisUsage to take analysis class namesChris Lattner2002-08-081-1/+1
* * Standardize how analysis results/passes as printed with the print() virtualChris Lattner2002-07-271-2/+1
* * Add support for different "PassType's"Chris Lattner2002-07-261-1/+1
* *** empty log message ***Chris Lattner2002-07-231-5/+2
* *** empty log message ***Chris Lattner2002-06-301-1/+0
* changes to make it compatible with 64bit gccAnand Shukla2002-06-251-2/+3
* MEGAPATCH checkin.Chris Lattner2002-06-251-17/+12
* Use the new DEBUG(x) macro to allow debugging code to be enabled on the comma...Chris Lattner2002-05-221-10/+5
* Add support for printing out statistics information when -stats is added toChris Lattner2002-05-101-10/+14
* Merge all individual .h files into a single Scalar.h fileChris Lattner2002-05-071-1/+1
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-291-2/+0
* Add new optional getPassName() virtual function that a Pass can overrideChris Lattner2002-04-291-0/+4
* Tighten up the AnalysisUsage of lots of passes, primarily to correctly indica...Chris Lattner2002-04-281-0/+1
* Split ConstantVals.h into Constant.h and Constants.hChris Lattner2002-04-281-1/+1
* Eliminate the cfg namespace, moving LoopInfo, Dominators, Interval* classesChris Lattner2002-04-281-4/+4
* * Rename MethodPass class to FunctionPassChris Lattner2002-04-271-7/+5
* Change Constant::getNullConstant to Constant::getNullValueChris Lattner2002-04-271-1/+1
* s/Method/FunctionChris Lattner2002-04-081-3/+3
* Change over to use new style pass mechanism, now passes only expose smallChris Lattner2002-02-261-7/+18
* * Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and intoChris Lattner2002-02-121-3/+4