summaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/SCCP.cpp
Commit message (Expand)AuthorAge
* MEGAPATCH checkin.Chris Lattner2002-06-25
* Use the new DEBUG(x) macro to allow debugging code to be enabled on the comma...Chris Lattner2002-05-22
* Fix bug: test/Regression/Transforms/SCCP/2002-05-21-InvalidSimplify.llChris Lattner2002-05-22
* Fix bug: test/Regression/Transforms/SCCP/2002-05-20-MissedIncomingValue.llChris Lattner2002-05-20
* Add support for printing out statistics information when -stats is added toChris Lattner2002-05-10
* Merge all individual .h files into a single Scalar.h fileChris Lattner2002-05-07
* Add #include no longer included by llvm/Transforms/Scalar/ConstantProp.hChris Lattner2002-05-07
* * Convert InstWorkList to vector instead of set, because on big programs itChris Lattner2002-05-07
* Implement constant propogation of shift instructionsChris Lattner2002-05-06
* Ok, really it only takes me 3 times to get this right!Chris Lattner2002-05-02
* Oops, disable debugging code all the way. :)Chris Lattner2002-05-02
* * Finish the implementation of isEdgeFeasible this fixes bug:Chris Lattner2002-05-02
* * Enable SCCP debugging to be turned on with a simple change of #defineChris Lattner2002-05-02
* * Simplify the code by not bothering to name the folded constantChris Lattner2002-05-02
* Significantly clean up SCCP pass. Now the two classes are merged and inChris Lattner2002-04-29
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-29
* Add new optional getPassName() virtual function that a Pass can overrideChris Lattner2002-04-29
* Tighten up the AnalysisUsage of lots of passes, primarily to correctly indica...Chris Lattner2002-04-28
* Split ConstantVals.h into Constant.h and Constants.hChris Lattner2002-04-28
* * Rename MethodPass class to FunctionPassChris Lattner2002-04-27
* Changes because the Terminator::getSuccessor function now FAILS if successorChris Lattner2002-04-27
* Convert SCCP over to use InstVisitor instead of hand crafted switchChris Lattner2002-04-18
* GEP instructions can never be constant propogated.Chris Lattner2002-04-18
* Move FunctionArgument out of iOther.h into Argument.h and rename class toChris Lattner2002-04-09
* s/Method/FunctionChris Lattner2002-04-08
* ConstantHandling moved into VMCore libraryChris Lattner2002-04-08
* Change references from Method to FunctionChris Lattner2002-03-26
* Fix bug: test/Regression/Other/2002-03-11-ConstPropCrash.llChris Lattner2002-03-11
* Change over to use new style pass mechanism, now passes only expose smallChris Lattner2002-02-26
* Method.h no longer includes BasicBlock.hChris Lattner2002-02-12
* MethodPass's are now guaranteed to not be run on external methods!Chris Lattner2002-01-31
* Move stuff out of the Optimizations directories into the appropriate TransformsChris Lattner2002-01-21
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-20
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-03
* Split the PHINode class out from the iOther.h file into the iPHINode.h fileChris Lattner2001-12-03
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-27
* Misc cleanupsChris Lattner2001-11-26
* Implemented constant propogation of cast instructionsChris Lattner2001-10-31
* Convert optimizations to the pass infrastructureChris Lattner2001-10-18
* Support the invoke instructionChris Lattner2001-10-13
* Commit more code over to new cast styleChris Lattner2001-10-02
* Convert more code to use new style castsChris Lattner2001-10-01
* Add support for new style castsChris Lattner2001-10-01
* * Eliminate reference to ConstantPool classChris Lattner2001-09-07
* Moved inline/llvm/Tools/* to include/llvm/Support/*Chris Lattner2001-07-23
* Support external methodsChris Lattner2001-07-15
* Add knowledge about the struct form of the GetElementPtr instructionChris Lattner2001-07-14
* Implement checking for new instructionsChris Lattner2001-07-08
* Broad superficial changes:Chris Lattner2001-07-07
* Changed the fundemental architecture of Operands for Instructions. NowChris Lattner2001-07-07