Initial checkin
[oota-llvm.git] / tools / opt /
2001-11-10 Chris Lattneradd Yet Another Instance of a Static Library
2001-11-01 Chris LattnerMove the Raise xform from opt to transforms
2001-10-31 Chris LattnerAdd hook for GCC cleanup pass
2001-10-19 Chris LattnerFix to reference the right header
2001-10-18 Chris LattnerExpose more xforms to the opt utility
2001-10-18 Chris LattnerUse the standard header not the old one
2001-10-18 Chris LattnerAdd support to insert trace code as an "optimization"
2001-10-18 Chris Lattner* Passes return true if they change something, not...
2001-09-07 Chris LattnerMake use of the new TOOLNAME/USEDLIBS options provided...
2001-09-07 Chris LattnerRemove support for const pool merging, which is obsolet...
2001-07-23 Chris LattnerChange option name slightly
2001-07-23 Chris LattnerUse the new Alias command line option
2001-07-23 Chris LattnerCommandLine library cleanup. No longer use getValue...
2001-07-23 Chris LattnerMoved inline/llvm/Tools/* to include/llvm/Support/*
2001-07-23 Chris LattnerLarge scale changes to implement new command line argum...
2001-07-20 Chris LattnerAdd support to call LevelRaise
2001-07-15 Vikram S. AdveReordered link line for correct static linking.
2001-06-30 Chris LattnerInclude ADCE pass, rename include/Opt directory to...
2001-06-27 Chris LattnerAdd command line arguments for Constant Pool Merging...
2001-06-20 Chris LattnerAdd stub for induction variable code
2001-06-13 Chris LattnerRemoved silly test code
2001-06-08 Chris LattnerAdded a stupid testcase for iterators.
2001-06-06 Chris LattnerInitial revision