Rename constructor function for mem2reg pass.
[oota-llvm.git] / tools / gccas / gccas.cpp
2002-03-27 Cameron BuschardtRename constructor function for mem2reg pass.
2002-03-21 Chris LattnerAdd a debugging option to gccas to cause it to not...
2002-02-26 Chris LattnerChange to use new pass accessor functions
2002-01-31 Chris LattnerPassManager is now in it's own header file
2002-01-22 Chris LattnerOnly run DeadInst elimination early, because it is...
2002-01-22 Chris LattnerMisc cleanups. Allocate ofstream statically, and use...
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 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 more passes to run after raising
2001-12-07 Chris LattnerRun DCE before cleanupGCCoutput which will cause some...
2001-12-05 Chris LattnerSimplify induction variables before 'raising' the repre...
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
2001-11-26 Chris Lattner-raise includes constprop and dce
2001-11-26 Chris LattnerRun constprop before -raise
2001-11-01 Chris LattnerMove the Raise xform from opt to transforms
2001-10-31 Chris Lattnercrunch the output of GCC a bit to make it nicer
2001-10-31 Chris LattnerFix dumb copy and paste typos
2001-10-31 Chris LattnerInitial checkin of GCCAS