summaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/DeadTypeElimination.cpp
Commit message (Expand)AuthorAge
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-04
* 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
* Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes inReid Spencer2007-02-05
* rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.Chris Lattner2007-01-15
* For PR1064:Reid Spencer2007-01-12
* For PR411:Reid Spencer2007-01-06
* 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
* Make this MUCH faster by avoiding a linear search in the symbol table code.Chris Lattner2005-03-06
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-20
* Changes For Bug 352Reid Spencer2004-09-01
* Fix a bug in the -deadtypeelim pass. The SymbolTable re-write changed itJohn Criswell2004-05-27
* Convert to SymbolTable's new iteration interface.Reid Spencer2004-05-25
* Since LLVM uses structure type equivalence, it isn't useful to keep aroundChris Lattner2004-02-26
* Finegrainify namespacificationChris Lattner2003-11-21
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* UntypoChris Lattner2003-11-09
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-20
* Remove using declarationsChris Lattner2003-05-22
* Fix a misunderstanding of the standard associative containersChris Lattner2003-02-14
* - Eliminated the deferred symbol table stuff in Module & Function, it reallyChris Lattner2002-11-20
* Updates to work with recent Statistic's changes:Chris Lattner2002-10-01
* Factor silly code duplication outChris Lattner2002-09-08
* - Cleaned up the interface to AnalysisUsage to take analysis class namesChris Lattner2002-08-08
* * Add support for different "PassType's"Chris Lattner2002-07-26
* Cleanup and simplify codeChris Lattner2002-07-23
* * Remove lots of dead stuffChris Lattner2002-07-23
* Remove "fixers" for problems in GCC generated code that cannot be generatedChris Lattner2002-06-25
* Do not remove type names that contain a .Chris Lattner2002-05-26
* Split the FunctionResolution pass out of CleanGCCOutput.cpp.Chris Lattner2002-05-24
* Add support for printing out statistics information when -stats is added toChris Lattner2002-05-10
* Reduce dependance on TransformInternals.h, instead using the TransformUtils l...Chris Lattner2002-05-07
* 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
* * Add documentationChris Lattner2002-04-10
* s/Method/Function/gChris Lattner2002-03-29
* Change references from Method to FunctionChris Lattner2002-03-26
* Remove code designed to compensate for a bug in GCC. The bug has sinceChris Lattner2002-03-15
* Change over to use new style pass mechanism, now passes only expose smallChris Lattner2002-02-26
* Handle more cases in the linkerChris Lattner2002-02-18
* * Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and intoChris Lattner2002-02-12
* Convert xforms over to new pass structure.Chris Lattner2002-01-31