Deleting redundant copy of block extractor pass. See also PR1775.
[oota-llvm.git] / include / llvm / Transforms / IPO.h
2007-11-05 Gordon HenriksenDeleting redundant copy of block extractor pass. See...
2007-02-05 Reid SpencerFor PR411:
2007-01-28 Anton KorobeynikovPropagate changes from my local tree. This patch includes:
2007-01-26 Devang PatelInherit CallGraphSCCPass directly from Pass.
2006-07-20 Devang PatelAdd new constructor to accept vector of exported names...
2006-04-10 Andrew LenharthAdd a simple pass to make sure that all (non-library...
2005-10-18 Chris Lattneradd an option to the internalize pass
2005-04-25 Reid SpencerDeclare a function to create the SimplifyLibCalls pass.
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-01-10 Jeff CohenApply feedback from Chris.
2005-01-08 Jeff CohenAdd more missing createXxxPass functions.
2004-12-10 Chris LattnerNew prototype
2004-12-02 Chris LattnerMove the strip pass from Scalar to IPO lib
2004-10-18 Reid SpencerDeclare a function in the correct namespace.
2004-10-07 Chris LattnerRename pass
2004-09-20 Chris LattnerDo not prototype any of these passes as returning Pass...
2004-08-13 Chris LattnerAdd a pass
2004-06-28 Chris LattnerRemove two dead passes
2004-04-22 Misha BrukmanClarify the logic: the flag is renamed to `deleteFn...
2004-04-22 Misha BrukmanAdd a boolean flag to delete this function from module...
2004-03-14 Chris LattnerRename createLoopExtractorPass to createSingleLoopExtra...
2004-03-14 Chris LattnerMove loop extractor to the IPO header
2004-03-07 Chris LattnerAdd prototype
2004-02-25 Chris LattnerAdd prototype
2003-12-16 Brian GaekeFix typo in comment.
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-05 Chris LattnerSplit the DAE pass into DAE and DAH passes
2003-10-23 Chris LattnerInclude new prototype
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