Added LLVM project notice to the top of every C++ source file.
[oota-llvm.git] / lib / Transforms / IPO / DeadTypeElimination.cpp
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...