summaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/GlobalDCE.cpp
Commit message (Expand)AuthorAge
...
* Changes For Bug 352Reid Spencer2004-09-01
* Remove useless statistic, fix some slightly broken logicChris Lattner2004-07-18
* bug 122:Reid Spencer2004-07-18
* Finegrainify namespacificationChris Lattner2003-11-21
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-20
* Global variables with APPENDING linkage are very important to keep around!Chris Lattner2003-09-20
* This is effectively a complete rewrite of the globaldce algorithm, resultingChris Lattner2003-09-16
* Ugh, a bug fix needed because of the bug in the CallGraph codeChris Lattner2003-09-15
* Fixed a segfault in gccld.John Criswell2003-08-07
* Add support to globaldce for deleting dead function prototypesChris Lattner2003-06-26
* Use methods that are more explanatoryChris Lattner2002-10-13
* Updates to work with recent Statistic's changes:Chris Lattner2002-10-01
* - Made GlobalDCE worklist driven, making it more successful. Now can handleChris Lattner2002-08-18
* - Cleaned up the interface to AnalysisUsage to take analysis class namesChris Lattner2002-08-08
* * Add support for different "PassType's"Chris Lattner2002-07-26
* Eliminate several include/llvm/Transforms/IPO/*.h files, moving their content...Chris Lattner2002-07-24
* *** empty log message ***Chris Lattner2002-07-23
* Seperate stats for DCE'd functions and varsChris Lattner2002-07-18
* *** empty log message ***Chris Lattner2002-07-18
* MEGAPATCH checkin.Chris Lattner2002-06-25
* Add support for printing out statistics information when -stats is added toChris Lattner2002-05-10
* Eliminate dead global variablesChris Lattner2002-04-29
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-29
* Add new optional getPassName() virtual function that a Pass can overrideChris Lattner2002-04-29
* * Rename MethodPass class to FunctionPassChris Lattner2002-04-27
* Change references to the Method class to be references to the FunctionChris Lattner2002-04-07
* Take CallGraph out of the CFG namespace. It has nothing to do with CFGsChris Lattner2002-03-06
* Change over to use new style pass mechanism, now passes only expose smallChris Lattner2002-02-26
* Convert xforms over to new pass structure.Chris Lattner2002-01-31
* Implement a more powerful, simpler, pass system. This pass system can figureChris Lattner2002-01-21
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-20
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-27
* Implement DCE of global valuesChris Lattner2001-11-26