summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/IPO/GlobalDCE.cpp
Commit message (Expand)AuthorAgeFilesLines
* MEGAPATCH checkin.Chris Lattner2002-06-251-10/+9
* Add support for printing out statistics information when -stats is added toChris Lattner2002-05-101-0/+5
* Eliminate dead global variablesChris Lattner2002-04-291-2/+20
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-291-2/+0
* Add new optional getPassName() virtual function that a Pass can overrideChris Lattner2002-04-291-0/+2
* * Rename MethodPass class to FunctionPassChris Lattner2002-04-271-7/+4
* Change references to the Method class to be references to the FunctionChris Lattner2002-04-071-17/+17
* Take CallGraph out of the CFG namespace. It has nothing to do with CFGsChris Lattner2002-03-061-9/+9
* Change over to use new style pass mechanism, now passes only expose smallChris Lattner2002-02-261-13/+23
* Convert xforms over to new pass structure.Chris Lattner2002-01-311-4/+13
* Implement a more powerful, simpler, pass system. This pass system can figureChris Lattner2002-01-211-13/+7
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-4/+4
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-271-1/+1
* Implement DCE of global valuesChris Lattner2001-11-261-0/+59
OpenPOWER on IntegriCloud