summaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/DeadTypeElimination.cpp
Commit message (Expand)AuthorAge
* Land the long talked about "type system rewrite" patch. ThisChris Lattner2011-07-09
* Fix a source of non determinism in FindUsedTypes, use a SetVector instead of aJulien Lerouge2011-05-13
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-19
* Begin adding static dependence information to passes, which will allow us toOwen Anderson2010-10-12
* Now with fewer extraneous semicolons!Owen Anderson2010-10-07
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-06
* Revert r110396 to fix buildbots.Owen Anderson2010-08-06
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-05
* Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson2010-07-21
* Uniformize the names of type predicates: rather than having isFloatTy andDuncan Sands2010-02-15
* Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky2009-10-25
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-25
* Get rid of the Pass+Context magic.Owen Anderson2009-07-22
* Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num...Owen Anderson2009-07-16
* 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