aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/DCE.cpp
AgeCommit message (Expand)Author
2004-04-27Changes to fix up the inst_iterator to pass to boost iterator checks. ThisChris Lattner
2004-04-21This code really wants to iterate over the OPERANDS of an instruction, notChris Lattner
2004-01-09Finegrainify namespacificationChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2002-10-21 - Rename AnalysisUsage::preservesAll to getPreservesAll & preservesCFG toChris Lattner
2002-10-01Updates to work with recent Statistic's changes:Chris Lattner
2002-07-26* Add support for different "PassType's"Chris Lattner
2002-07-23*** empty log message ***Chris Lattner
2002-06-25MEGAPATCH checkin.Chris Lattner
2002-05-26Simplify the interface to local DCE and Constant propChris Lattner
2002-05-10Add support for printing out statistics information when -stats is added toChris Lattner
2002-05-07Merge all individual .h files into a single Scalar.h fileChris Lattner
2002-05-07Factor code out to the TransformUtils libraryChris Lattner
2002-05-07* Remove all cfg simplification stuff for a new cfg simplify pass (todo)Chris Lattner
2002-05-06Merge blocks like this:Chris Lattner
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