Remove warnings about unused parameters and shadowed variables.
[oota-llvm.git] / include / llvm / Transforms / IPO /
2008-03-24 Evan ChengIncreasing the inline limit from (overly conservative...
2008-01-12 Chris LattnerAllow clients to specify the inline threshold when...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-08-01 Dan GohmanMore explicit keywords.
2007-06-19 Tanya LattnerMove inliner pass header file.
2002-07-24 Chris LattnerMove contents of these files into IPO.h
2002-07-23 Chris LattnerIncorporate into IPO.h
2002-07-23 Chris Lattner*** empty log message ***
2002-06-25 Chris Lattner*** empty log message ***
2002-04-28 Chris LattnerInitial checkin of new "Internalize" pass for GCCLD
2002-03-28 Chris LattnerNew file for new pass
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-21 Chris LattnerMoved header
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-03 Chris LattnerRename ConstPoolVal -> Constant
2001-11-26 Chris LattnerImplement DCE of global values
2001-11-26 Chris LattnerRearrange code
2001-11-10 Chris LattnerInitail checking of structure swapper
2001-10-18 Chris Lattnermove llvm/Transforms/Pass.h to the top level llvm/Pass...
2001-10-18 Chris LattnerInitial Checkin