summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/SCCP.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Move FunctionArgument out of iOther.h into Argument.h and rename class toChris Lattner2002-04-091-2/+2
| | | | | | be 'Argument' instead of FunctionArgument. llvm-svn: 2216
* s/Method/FunctionChris Lattner2002-04-081-1/+0
| | | | | | Remove extraneous #includes of llvm/Assembly/Writer llvm-svn: 2178
* ConstantHandling moved into VMCore libraryChris Lattner2002-04-081-1/+1
| | | | llvm-svn: 2165
* Change references from Method to FunctionChris Lattner2002-03-261-13/+13
| | | | | | change references from MethodARgument to FunctionArgument llvm-svn: 1991
* Fix bug: test/Regression/Other/2002-03-11-ConstPropCrash.llChris Lattner2002-03-111-1/+1
| | | | llvm-svn: 1858
* Change over to use new style pass mechanism, now passes only expose smallChris Lattner2002-02-261-6/+14
| | | | | | creation functions in their public header file, unless they can help it. llvm-svn: 1816
* Method.h no longer includes BasicBlock.hChris Lattner2002-02-121-32/+29
| | | | | | | 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-1/+0
| | | | llvm-svn: 1611
* Move stuff out of the Optimizations directories into the appropriate TransformsChris Lattner2002-01-211-10/+9
| | | | | | directories. Eliminate the opt namespace. llvm-svn: 1520
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-6/+8
| | | | llvm-svn: 1503
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-031-23/+23
| | | | | | | Rename ConstPool* -> Constant* Rename ConstPoolVals.h -> ConstantVals.h llvm-svn: 1407
* Split the PHINode class out from the iOther.h file into the iPHINode.h fileChris Lattner2001-12-031-1/+2
| | | | llvm-svn: 1405
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-271-1/+1
| | | | | | | | from "llvm/Support/..." that are not llvm dependant. Move files and fix #includes llvm-svn: 1400
* Misc cleanupsChris Lattner2001-11-261-53/+53
| | | | llvm-svn: 1377
* Implemented constant propogation of cast instructionsChris Lattner2001-10-311-3/+4
| | | | llvm-svn: 1064
* Convert optimizations to the pass infrastructureChris Lattner2001-10-181-1/+1
| | | | llvm-svn: 873
* Support the invoke instructionChris Lattner2001-10-131-1/+2
| | | | llvm-svn: 765
* Commit more code over to new cast styleChris Lattner2001-10-021-10/+9
| | | | llvm-svn: 697
* Convert more code to use new style castsChris Lattner2001-10-011-2/+2
| | | | | | Eliminate old style casts from value.h llvm-svn: 696
* Add support for new style castsChris Lattner2001-10-011-2/+2
| | | | llvm-svn: 694
* * Eliminate reference to ConstantPool classChris Lattner2001-09-071-14/+7
| | | | | | * Constants are global objects that are not allocated or freed llvm-svn: 456
* Moved inline/llvm/Tools/* to include/llvm/Support/*Chris Lattner2001-07-231-1/+1
| | | | llvm-svn: 279
* Support external methodsChris Lattner2001-07-151-0/+1
| | | | llvm-svn: 200
* Add knowledge about the struct form of the GetElementPtr instructionChris Lattner2001-07-141-1/+7
| | | | llvm-svn: 183
* Implement checking for new instructionsChris Lattner2001-07-081-3/+4
| | | | llvm-svn: 163
* Broad superficial changes:Chris Lattner2001-07-071-4/+4
| | | | | | | | | * Renamed getOpcode to getOpcodeName * Changed getOpcodeName to return a const char * instead of string * Added a getOpcode method to replace getInstType * Changed code to use getOpcode instead of getInstType llvm-svn: 152
* Changed the fundemental architecture of Operands for Instructions. NowChris Lattner2001-07-071-4/+4
| | | | | | | | | | | Operands are maintained as a vector<Use> in the User class, and operator iterators are provided as before. Getting an operand no longer requires a virtual function call. WARNING: getOperand(x) where x >= getNumOperands() will now assert instead of returning null! llvm-svn: 149
* Rename DoSparseConditionalConstantProp -> DoSCCPChris Lattner2001-06-301-1/+1
| | | | llvm-svn: 117
* Optimizations got their own header filesChris Lattner2001-06-301-11/+11
| | | | | | | Optimizations now live in the 'opt' namespace include/llvm/Opt was renamed include/llvm/Optimizations llvm-svn: 113
* Added documentation. Constant fold terminators.Chris Lattner2001-06-291-5/+16
| | | | llvm-svn: 106
* Add a new Sparse Conditional Constant Propogation passChris Lattner2001-06-271-0/+502
llvm-svn: 95
OpenPOWER on IntegriCloud