aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/IPO/DeadTypeElimination.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix typo in comment.Nick Lewycky2007-05-061-1/+1
* Drop 'const'Devang Patel2007-05-031-2/+2
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-021-2/+2
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-011-0/+4
* Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes inReid Spencer2007-02-051-1/+2
* rename Type::isIntegral to Type::isInteger, eliminating the old Type::isInteger.Chris Lattner2007-01-151-2/+2
* For PR1064:Reid Spencer2007-01-121-2/+5
* For PR411:Reid Spencer2007-01-061-4/+5
* Eliminate static ctors due to Statistic objectsChris Lattner2006-12-191-2/+3
* Detemplatize the Statistic class. The only type it is instantiated withChris Lattner2006-12-061-1/+1
* eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner2006-08-271-1/+1
* Remove trailing whitespaceMisha Brukman2005-04-211-2/+2
* Make this MUCH faster by avoiding a linear search in the symbol table code.Chris Lattner2005-03-061-2/+1
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-201-4/+4
* Changes For Bug 352Reid Spencer2004-09-011-1/+1
* Fix a bug in the -deadtypeelim pass. The SymbolTable re-write changed itJohn Criswell2004-05-271-1/+1
* Convert to SymbolTable's new iteration interface.Reid Spencer2004-05-251-17/+16
* Since LLVM uses structure type equivalence, it isn't useful to keep aroundChris Lattner2004-02-261-10/+11
* Finegrainify namespacificationChris Lattner2003-11-211-5/+2
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-1/+4
* UntypoChris Lattner2003-11-091-1/+1
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Remove using declarationsChris Lattner2003-05-221-2/+0
* Fix a misunderstanding of the standard associative containersChris Lattner2003-02-141-7/+2
* - Eliminated the deferred symbol table stuff in Module & Function, it reallyChris Lattner2002-11-201-25/+24
* Updates to work with recent Statistic's changes:Chris Lattner2002-10-011-2/+3
* Factor silly code duplication outChris Lattner2002-09-081-10/+5
* - Cleaned up the interface to AnalysisUsage to take analysis class namesChris Lattner2002-08-081-1/+1
* * Add support for different "PassType's"Chris Lattner2002-07-261-1/+1
* Cleanup and simplify codeChris Lattner2002-07-231-59/+22
* * Remove lots of dead stuffChris Lattner2002-07-231-10/+1
* Remove "fixers" for problems in GCC generated code that cannot be generatedChris Lattner2002-06-251-187/+11
* Do not remove type names that contain a .Chris Lattner2002-05-261-4/+0
* Split the FunctionResolution pass out of CleanGCCOutput.cpp.Chris Lattner2002-05-241-218/+3
* Add support for printing out statistics information when -stats is added toChris Lattner2002-05-101-0/+16
* Reduce dependance on TransformInternals.h, instead using the TransformUtils l...Chris Lattner2002-05-071-1/+1
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-291-1/+0
* Add new optional getPassName() virtual function that a Pass can overrideChris Lattner2002-04-291-0/+4
* * Rename MethodPass class to FunctionPassChris Lattner2002-04-271-10/+7
* * Add documentationChris Lattner2002-04-101-210/+208
* s/Method/Function/gChris Lattner2002-03-291-66/+65
* Change references from Method to FunctionChris Lattner2002-03-261-1/+1
* Remove code designed to compensate for a bug in GCC. The bug has sinceChris Lattner2002-03-151-57/+5
* Change over to use new style pass mechanism, now passes only expose smallChris Lattner2002-02-261-9/+35
* Handle more cases in the linkerChris Lattner2002-02-181-5/+21
* * Pull BasicBlock::pred_* and BasicBlock::succ_* out of BasicBlock.h and intoChris Lattner2002-02-121-2/+3
* Convert xforms over to new pass structure.Chris Lattner2002-01-311-8/+16
* Pull RaiseAllocations stuff out of the CleanGCC pass into it's own pass inChris Lattner2002-01-221-62/+0
* Implement a more powerful, simpler, pass system. This pass system can figureChris Lattner2002-01-211-7/+7
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-9/+13