summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/IndVarSimplify.cpp
Commit message (Collapse)AuthorAgeFilesLines
* - Cleaned up the interface to AnalysisUsage to take analysis class namesChris Lattner2002-08-081-1/+1
| | | | | | | instead of ::ID's. - Pass::getAnalysis<> now no longer takes an optional argument llvm-svn: 3265
* * Standardize how analysis results/passes as printed with the print() virtualChris Lattner2002-07-271-2/+1
| | | | | | | | | | methods * Eliminate AnalysisID: Now it is just a typedef for const PassInfo* * Simplify how AnalysisID's are initialized * Eliminate Analysis/Writer.cpp/.h: incorporate printing functionality into the analyses themselves. llvm-svn: 3116
* * Add support for different "PassType's"Chris Lattner2002-07-261-1/+1
| | | | | | | | | | | | | | | * Add new RegisterOpt/RegisterAnalysis templates for registering passes that are to show up in opt or analyze * Register Analyses now * Change optimizations to use RegisterOpt instead of RegisterPass * Add support for different "PassType's" * Add new RegisterOpt/RegisterAnalysis templates for registering passes that are to show up in opt or analyze * Register Analyses now * Change optimizations to use RegisterOpt instead of RegisterPass * Remove getPassName implementations from various subclasses llvm-svn: 3113
* *** empty log message ***Chris Lattner2002-07-231-5/+2
| | | | llvm-svn: 3016
* *** empty log message ***Chris Lattner2002-06-301-1/+0
| | | | llvm-svn: 2813
* changes to make it compatible with 64bit gccAnand Shukla2002-06-251-2/+3
| | | | llvm-svn: 2792
* MEGAPATCH checkin.Chris Lattner2002-06-251-17/+12
| | | | | | For details, See: docs/2002-06-25-MegaPatchInfo.txt llvm-svn: 2779
* Use the new DEBUG(x) macro to allow debugging code to be enabled on the ↵Chris Lattner2002-05-221-10/+5
| | | | | | commandline llvm-svn: 2713
* Add support for printing out statistics information when -stats is added toChris Lattner2002-05-101-10/+14
| | | | | | the command line llvm-svn: 2601
* Merge all individual .h files into a single Scalar.h fileChris Lattner2002-05-071-1/+1
| | | | llvm-svn: 2537
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-291-2/+0
| | | | llvm-svn: 2397
* Add new optional getPassName() virtual function that a Pass can overrideChris Lattner2002-04-291-0/+4
| | | | | | to make debugging output a lot nicer. llvm-svn: 2395
* Tighten up the AnalysisUsage of lots of passes, primarily to correctly ↵Chris Lattner2002-04-281-0/+1
| | | | | | indicate whether or not they invalidate the CFGA llvm-svn: 2386
* Split ConstantVals.h into Constant.h and Constants.hChris Lattner2002-04-281-1/+1
| | | | llvm-svn: 2378
* Eliminate the cfg namespace, moving LoopInfo, Dominators, Interval* classesChris Lattner2002-04-281-4/+4
| | | | | | to the global namespace llvm-svn: 2370
* * Rename MethodPass class to FunctionPassChris Lattner2002-04-271-7/+5
| | | | | | | | | | | | | | | - Rename runOnMethod to runOnFunction * Transform getAnalysisUsageInfo into getAnalysisUsage - Method is now const - It now takes one AnalysisUsage object to fill in instead of 3 vectors to fill in - Pass's now specify which other passes they _preserve_ not which ones they modify (be conservative!) - A pass can specify that it preserves all analyses (because it never modifies the underlying program) * s/Method/Function/g in other random places as well llvm-svn: 2333
* Change Constant::getNullConstant to Constant::getNullValueChris Lattner2002-04-271-1/+1
| | | | llvm-svn: 2323
* s/Method/FunctionChris Lattner2002-04-081-3/+3
| | | | | | Remove extraneous #includes of llvm/Assembly/Writer llvm-svn: 2178
* Change over to use new style pass mechanism, now passes only expose smallChris Lattner2002-02-261-7/+18
| | | | | | creation functions in their public header file, unless they can help it. llvm-svn: 1816
* * Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and intoChris Lattner2002-02-121-3/+4
| | | | | | | | | llvm/Support/CFG.h * Make pred & succ iterators for intervals global functions * Add #includes that are now neccesary because BasicBlock.h doesn't include InstrTypes.h anymore llvm-svn: 1750
* Method.h no longer includes BasicBlock.hChris Lattner2002-02-121-0/+1
| | | | | | | Method::inst_* is now in llvm/Support/InstIterator.h GraphTraits specializations for BasicBlock and Methods are now in llvm/Support/CFG.h llvm-svn: 1746
* MethodPass's are now guaranteed to not be run on external methods!Chris Lattner2002-01-311-2/+0
| | | | llvm-svn: 1611
* Convert xforms over to new pass structure.Chris Lattner2002-01-311-5/+11
| | | | llvm-svn: 1605
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-5/+5
| | | | llvm-svn: 1503
* Actually return true when a change has been madeChris Lattner2001-12-051-0/+2
| | | | llvm-svn: 1425
* Fix bugs, don't do external methods which causes segv.Chris Lattner2001-12-041-1/+4
| | | | llvm-svn: 1414
* Implement induction variable simplificationChris Lattner2001-12-041-1/+125
| | | | llvm-svn: 1411
* Initial checkin of indvar stuffChris Lattner2001-12-031-0/+69
llvm-svn: 1404
OpenPOWER on IntegriCloud