aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/DCE.cpp
AgeCommit message (Expand)Author
2002-04-29Eliminate duplicate or unneccesary #include'sChris Lattner
2002-04-29Add new optional getPassName() virtual function that a Pass can overrideChris Lattner
2002-04-28Split ConstantVals.h into Constant.h and Constants.hChris Lattner
2002-04-27* Rename MethodPass class to FunctionPassChris Lattner
2002-04-27Change Constant::getNullConstant to Constant::getNullValueChris Lattner
2002-04-09Add #includes to make up for #includes pruned out of header files.Chris Lattner
2002-04-08s/Method/FunctionChris Lattner
2002-03-26Change references from Method to FunctionChris Lattner
2002-02-26Change over to use new style pass mechanism, now passes only expose smallChris Lattner
2002-02-12* Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and intoChris Lattner
2002-01-23Implement new DeadInstElmination passChris Lattner
2002-01-21Move stuff out of the Optimizations directories into the appropriate TransformsChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-12-03Rename ConstPoolVal -> ConstantChris Lattner
2001-12-03Split the PHINode class out from the iOther.h file into the iPHINode.h fileChris Lattner
2001-11-27Create a new #include "Support/..." directory structure to move thingsChris Lattner
2001-11-03Avoid making a broken transformation!Chris Lattner
2001-11-01Expose the low level DCE mechanism to external usersChris Lattner
2001-11-01Simplify DCE code a lotChris Lattner
2001-10-18Convert optimizations to the pass infrastructureChris Lattner
2001-10-02Commit more code over to new cast styleChris Lattner
2001-10-01Pull predecessor and successor iterators out of the CFG*.h files, and plop th...Chris Lattner
2001-09-07* Eliminate constant pool dependancies:Chris Lattner
2001-07-28Enable the elimination of method prototypes that are not referencedChris Lattner
2001-07-23Moved inline/llvm/Tools/* to include/llvm/Support/*Chris Lattner
2001-07-14Remove dependency on the structure of ValueHolder.Chris Lattner
2001-07-09Don't clean out the type plane of the constant pool... this is a hack. FIXMEChris Lattner
2001-07-07Changed the fundemental architecture of Operands for Instructions. NowChris Lattner
2001-06-30Optimizations got their own header filesChris Lattner
2001-06-29* Factored RemovePredecessorFromBlock into BasicBlock::removePredecessorChris Lattner
2001-06-27Miscellaneous cleanups:Chris Lattner
2001-06-20Get rid of a silly printout that isn't needed right nowChris Lattner
2001-06-13Updates to work with new cfg namespaceChris Lattner
2001-06-11Updates to supportChris Lattner
2001-06-07Updated to work with new CFG.h file.Chris Lattner
2001-06-07Significant rework. DCE is still not done (see #ifdef'd out parts)Chris Lattner
2001-06-06Initial revisionChris Lattner