summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/IndVarSimplify.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Method.h no longer includes BasicBlock.hChris Lattner2002-02-121-0/+1
* MethodPass's are now guaranteed to not be run on external methods!Chris Lattner2002-01-311-2/+0
* Convert xforms over to new pass structure.Chris Lattner2002-01-311-5/+11
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-5/+5
* Actually return true when a change has been madeChris Lattner2001-12-051-0/+2
* Fix bugs, don't do external methods which causes segv.Chris Lattner2001-12-041-1/+4
* Implement induction variable simplificationChris Lattner2001-12-041-1/+125
* Initial checkin of indvar stuffChris Lattner2001-12-031-0/+69
OpenPOWER on IntegriCloud