Added LLVM copyright header (for lack of a better term).
[oota-llvm.git] / include / llvm / Transforms / IPO.h
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-09-15 Chris LattnerAdd prototype for the lowersetjmp pass
2003-09-01 Chris LattnerChange the RaiseAllocations pass from being a BasicBloc...
2003-08-31 Chris LattnerAdd accessor function for the PruneEH pass
2003-06-25 Chris LattnerAdd argument to DAE to allow operation on non-internal...
2003-06-16 Chris LattnerAdd prototype for the new DAE pass
2003-02-03 Chris LattnerRemove pool alloc accessor
2002-11-19 Chris LattnerMove inlining pass to IPO.h
2002-11-19 Chris LattnerMove the function extractor pass from tools/extract...
2002-09-26 Chris LattnerConverted SimpleStructMutation to take TargetData as...
2002-07-24 Chris LattnerMove many files into IPO.h
2002-07-23 Chris Lattner* Rename to IPO.h
2002-07-23 Chris LattnerPrepare the file to become IPO.h
2002-04-10 Chris LattnerSplit the CleanupGCCOutput pass into two passes, and...
2002-02-26 Chris LattnerChange over to use new style pass mechanism, now passes...
2002-01-30 Chris LattnerConvert xforms over to use 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...
2001-11-15 Chris Lattner-cleangcc pass now remove type names that are never...
2001-11-03 Chris LattnerExpose method to merge identically named methods
2001-10-31 Chris LattnerImplement code to convert %malloc and %free FUNCTION...
2001-10-31 Chris LattnerNew GCC cleanup pass interface