summaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/DCE.cpp
Commit message (Expand)AuthorAge
* MEGAPATCH checkin.Chris Lattner2002-06-25
* Simplify the interface to local DCE and Constant propChris Lattner2002-05-26
* 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
* Factor code out to the TransformUtils libraryChris Lattner2002-05-07
* * Remove all cfg simplification stuff for a new cfg simplify pass (todo)Chris Lattner2002-05-07
* Merge blocks like this:Chris Lattner2002-05-06
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-29
* Add new optional getPassName() virtual function that a Pass can overrideChris Lattner2002-04-29
* Split ConstantVals.h into Constant.h and Constants.hChris Lattner2002-04-28
* * Rename MethodPass class to FunctionPassChris Lattner2002-04-27
* Change Constant::getNullConstant to Constant::getNullValueChris Lattner2002-04-27
* Add #includes to make up for #includes pruned out of header files.Chris Lattner2002-04-09
* s/Method/FunctionChris Lattner2002-04-08
* Change references from Method to FunctionChris Lattner2002-03-26
* Change over to use new style pass mechanism, now passes only expose smallChris Lattner2002-02-26
* * Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and intoChris Lattner2002-02-12
* Implement new DeadInstElmination passChris Lattner2002-01-23
* 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
* Avoid making a broken transformation!Chris Lattner2001-11-03
* Expose the low level DCE mechanism to external usersChris Lattner2001-11-01
* Simplify DCE code a lotChris Lattner2001-11-01
* Convert optimizations to the pass infrastructureChris Lattner2001-10-18
* Commit more code over to new cast styleChris Lattner2001-10-02
* Pull predecessor and successor iterators out of the CFG*.h files, and plop th...Chris Lattner2001-10-01
* * Eliminate constant pool dependancies:Chris Lattner2001-09-07
* Enable the elimination of method prototypes that are not referencedChris Lattner2001-07-28
* Moved inline/llvm/Tools/* to include/llvm/Support/*Chris Lattner2001-07-23
* Remove dependency on the structure of ValueHolder.Chris Lattner2001-07-14
* Don't clean out the type plane of the constant pool... this is a hack. FIXMEChris Lattner2001-07-09
* Changed the fundemental architecture of Operands for Instructions. NowChris Lattner2001-07-07
* Optimizations got their own header filesChris Lattner2001-06-30
* * Factored RemovePredecessorFromBlock into BasicBlock::removePredecessorChris Lattner2001-06-29
* Miscellaneous cleanups:Chris Lattner2001-06-27
* Get rid of a silly printout that isn't needed right nowChris Lattner2001-06-20
* Updates to work with new cfg namespaceChris Lattner2001-06-13
* Updates to supportChris Lattner2001-06-11
* Updated to work with new CFG.h file.Chris Lattner2001-06-07
* Significant rework. DCE is still not done (see #ifdef'd out parts)Chris Lattner2001-06-07
* Initial revisionChris Lattner2001-06-06