Makefile change for IPO's that use the Datastructure analysis stuff
[oota-llvm.git] / tools / opt / opt.cpp
2002-03-28 Chris LattnerAdd hook for pool allocation pass
2002-03-28 Chris LattnerChecking for Cameron
2002-03-24 Vikram S. AdveRename pass to DecomposeMultiDimRefs.
2002-03-14 Chris LattnerExpose dead instruction elimination pass
2002-02-26 Chris LattnerChange over to use new style pass mechanism, now passes...
2002-02-26 Chris LattnerMove ProfilePaths class into ProfilePaths library,...
2002-02-26 Anand ShuklaIncludes -paths option to trace paths in the program
2002-02-20 Chris Lattner* Expose the verifier pass as one that can be ran
2002-02-12 Chris LattnerEnable register promotion pass
2002-02-01 Chris LattnerAdd mergereturn pass
2002-01-31 Chris LattnerConvert to use new Pass framework...
2002-01-22 Chris LattnerIn an amazing fit of stupidity, I flipped the condition...
2002-01-22 Chris LattnerRename LowerAllocations.h to ChangeAllocations.h since...
2002-01-22 Chris LattnerPull RaiseAllocations stuff out of the CleanGCC pass...
2002-01-21 Chris LattnerMove stuff out of the Optimizations directories into...
2002-01-21 Chris LattnerRename SwapStructureContents -> IPO/SimpleStructMutation
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 LattnerAdd instruction combining pass
2001-12-05 Chris LattnerRemove unnecesary namespace impot
2001-12-04 Chris LattnerUse new induction variable simplification code with...
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
2001-11-26 Chris Lattner* Add hooks to globaldce
2001-11-26 Chris LattnerChange swapstructs itf
2001-11-10 Chris LattnerAdd hooks to call the new swap structcontents pass
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 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-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