summaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/GlobalDCE.cpp
Commit message (Expand)AuthorAge
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-04
* Use find instead of lower_bound.Dan Gohman2008-07-11
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-13
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Fix typo in comment.Nick Lewycky2007-05-06
* Drop 'const'Devang Patel2007-05-03
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-02
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-01
* Implement review feedbackAnton Korobeynikov2007-04-29
* Implement review feedback. Aliasees can be either GlobalValue's orAnton Korobeynikov2007-04-28
* Implement aliases. This fixes PR1017 and it's dependent bugs. CFE partAnton Korobeynikov2007-04-25
* Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes inReid Spencer2007-02-05
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-30
* Eliminate static ctors due to Statistic objectsChris Lattner2006-12-19
* Detemplatize the Statistic class. The only type it is instantiated withChris Lattner2006-12-06
* eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner2006-08-27
* Remove trailing whitespaceMisha Brukman2005-04-21
* This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner2005-03-15
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-20
* 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