Add more passes to run after raising
[oota-llvm.git] / tools / gccas / gccas.cpp
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