summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Scalar/DCE.cpp
Commit message (Expand)AuthorAgeFilesLines
* Change over to use new style pass mechanism, now passes only expose smallChris Lattner2002-02-261-15/+43
* * Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and intoChris Lattner2002-02-121-18/+19
* Implement new DeadInstElmination passChris Lattner2002-01-231-1/+5
* Move stuff out of the Optimizations directories into the appropriate TransformsChris Lattner2002-01-211-8/+8
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-2/+2
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-031-3/+3
* Split the PHINode class out from the iOther.h file into the iPHINode.h fileChris Lattner2001-12-031-1/+1
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-271-1/+1
* Avoid making a broken transformation!Chris Lattner2001-11-031-20/+33
* Expose the low level DCE mechanism to external usersChris Lattner2001-11-011-10/+20
* Simplify DCE code a lotChris Lattner2001-11-011-26/+5
* Convert optimizations to the pass infrastructureChris Lattner2001-10-181-6/+19
* Commit more code over to new cast styleChris Lattner2001-10-021-7/+7
* Pull predecessor and successor iterators out of the CFG*.h files, and plop th...Chris Lattner2001-10-011-18/+15
* * Eliminate constant pool dependancies:Chris Lattner2001-09-071-29/+6
* Enable the elimination of method prototypes that are not referencedChris Lattner2001-07-281-4/+19
* Moved inline/llvm/Tools/* to include/llvm/Support/*Chris Lattner2001-07-231-1/+1
* Remove dependency on the structure of ValueHolder.Chris Lattner2001-07-141-6/+5
* Don't clean out the type plane of the constant pool... this is a hack. FIXMEChris Lattner2001-07-091-1/+6
* Changed the fundemental architecture of Operands for Instructions. NowChris Lattner2001-07-071-1/+1
* Optimizations got their own header filesChris Lattner2001-06-301-115/+131
* * Factored RemovePredecessorFromBlock into BasicBlock::removePredecessorChris Lattner2001-06-291-68/+30
* Miscellaneous cleanups:Chris Lattner2001-06-271-37/+51
* Get rid of a silly printout that isn't needed right nowChris Lattner2001-06-201-1/+1
* Updates to work with new cfg namespaceChris Lattner2001-06-131-1/+8
* Updates to supportChris Lattner2001-06-111-16/+16
* Updated to work with new CFG.h file.Chris Lattner2001-06-071-20/+20
* Significant rework. DCE is still not done (see #ifdef'd out parts)Chris Lattner2001-06-071-53/+188
* Initial revisionChris Lattner2001-06-061-0/+193
OpenPOWER on IntegriCloud