Fix batch of converting RegisterPass<> to INTIALIZE_PASS().
[oota-llvm.git] / lib / Transforms / IPO / DeadTypeElimination.cpp
2010-07-21 Owen AndersonFix batch of converting RegisterPass<> to INTIALIZE_PASS().
2010-02-15 Duncan SandsUniformize the names of type predicates: rather than...
2009-10-25 Nick LewyckyRemove includes of Support/Compiler.h that are no longe...
2009-10-25 Nick LewyckyRemove VISIBILITY_HIDDEN from class/struct found inside...
2009-07-22 Owen AndersonGet rid of the Pass+Context magic.
2009-07-16 Owen AndersonMove the ConstantInt uniquing table into LLVMContextImp...
2008-09-04 Dan GohmanTidy up several unbeseeming casts from pointer to intptr_t.
2008-05-13 Dan GohmanClean up the use of static and anonymous namespaces...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-05-06 Nick LewyckyFix typo in comment.
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-02-05 Reid SpencerApply the VISIBILITY_HIDDEN field to the remaining...
2007-01-15 Chris Lattnerrename Type::isIntegral to Type::isInteger, eliminating...
2007-01-12 Reid SpencerFor PR1064:
2007-01-06 Reid SpencerFor PR411:
2006-12-19 Chris LattnerEliminate static ctors due to Statistic objects
2006-12-06 Chris LattnerDetemplatize the Statistic class. The only type it...
2006-08-27 Chris Lattnereliminate RegisterOpt. It does the same thing as Regis...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-06 Chris LattnerMake this MUCH faster by avoiding a linear search in...
2004-09-20 Chris Lattner'Pass' should now not be derived from by clients. ...
2004-09-01 Reid SpencerChanges For Bug 352
2004-05-27 John CriswellFix a bug in the -deadtypeelim pass. The SymbolTable...
2004-05-25 Reid SpencerConvert to SymbolTable's new iteration interface.
2004-02-26 Chris LattnerSince LLVM uses structure type equivalence, it isn...
2003-11-21 Chris LattnerFinegrainify namespacification
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-09 Chris LattnerUntypo
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-05-22 Chris LattnerRemove using declarations
2003-02-14 Chris LattnerFix a misunderstanding of the standard associative...
2002-11-20 Chris Lattner - Eliminated the deferred symbol table stuff in Modul...
2002-10-01 Chris LattnerUpdates to work with recent Statistic's changes:
2002-09-08 Chris LattnerFactor silly code duplication out
2002-08-08 Chris Lattner- Cleaned up the interface to AnalysisUsage to take...
2002-07-26 Chris Lattner* Add support for different "PassType's"
2002-07-23 Chris LattnerCleanup and simplify code
2002-07-23 Chris Lattner* Remove lots of dead stuff
2002-06-25 Chris LattnerRemove "fixers" for problems in GCC generated code...
2002-05-26 Chris LattnerDo not remove type names that contain a .
2002-05-24 Chris LattnerSplit the FunctionResolution pass out of CleanGCCOutput...
2002-05-10 Chris LattnerAdd support for printing out statistics information...
2002-05-07 Chris LattnerReduce dependance on TransformInternals.h, instead...
2002-04-29 Chris LattnerEliminate duplicate or unneccesary #include's
2002-04-29 Chris LattnerAdd new optional getPassName() virtual function that...
2002-04-27 Chris Lattner* Rename MethodPass class to FunctionPass
2002-04-10 Chris Lattner* Add documentation
2002-03-29 Chris Lattners/Method/Function/g
2002-03-26 Chris LattnerChange references from Method to Function
2002-03-15 Chris LattnerRemove code designed to compensate for a bug in GCC...
2002-02-26 Chris LattnerChange over to use new style pass mechanism, now passes...
2002-02-18 Chris LattnerHandle more cases in the linker
2002-02-12 Chris Lattner* Pull BasicBlock::pred_* and BasicBlock::succ_* out...
2002-01-31 Chris LattnerConvert xforms over to new pass structure.
2002-01-22 Chris LattnerPull RaiseAllocations stuff out of the CleanGCC pass...
2002-01-21 Chris LattnerImplement a more powerful, simpler, pass system. This...
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-14 Chris LattnerThe proper prototype for malloc returns a pointer,...
2001-12-04 Chris LattnerRenamed inst_const_iterator -> const_inst_iterator
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-12-03 Chris LattnerSplit the PHINode class out from the iOther.h file...
2001-11-15 Chris Lattner-cleangcc pass now remove type names that are never...
2001-11-12 Chris LattnerFix minor bug
2001-11-05 Chris LattnerDon't print spurious linking warnings about methods...
2001-11-04 Chris LattnerRefactor code to share stuff
2001-11-04 Chris LattnerFix cast instructions that end up in bad places in...
2001-11-03 Chris LattnerAdd new cleanup pass:
2001-11-03 Chris Lattner* Export method to merge identically named methods
2001-11-03 Chris LattnerChanges to compile the TSP benchmark successfully....
2001-11-03 Chris LattnerAdd code to link method together with the same name...
2001-11-01 Chris LattnerPropogate name to the malloc itself instead of to the...
2001-10-31 Chris LattnerImplement code to convert %malloc and %free FUNCTION...
2001-10-31 Chris LattnerInitial version of GCC cleanup pass: just removes extra...