aboutsummaryrefslogtreecommitdiff
path: root/tools/gccas/gccas.cpp
AgeCommit message (Expand)Author
2002-04-29Move constant merging pass earlierChris Lattner
2002-04-29Eliminate duplicate or unneccesary #include'sChris Lattner
2002-04-28Run GCSE as part of gccas.Chris Lattner
2002-04-18Make sure that there is no case where a signal can occur leaving a partiallyChris Lattner
2002-04-10The cleangcc pass is brokeninto two pieces, execute both of them.Chris Lattner
2002-04-01Move the PromoteMemoryToRegister pass to be run _after_ the raise pointerChris Lattner
2002-03-27Rename constructor function for mem2reg pass.Cameron Buschardt
2002-03-21Add a debugging option to gccas to cause it to not do level raise or anythingChris Lattner
2002-02-26Change to use new pass accessor functionsChris Lattner
2002-01-31PassManager is now in it's own header fileChris Lattner
2002-01-22Only run DeadInst elimination early, because it is quick and painless andChris Lattner
2002-01-22Misc cleanups. Allocate ofstream statically, and use a pass to write out the...Chris Lattner
2002-01-22Rename LowerAllocations.h to ChangeAllocations.h since it now contains theChris Lattner
2002-01-22Pull RaiseAllocations stuff out of the CleanGCC pass into it's own pass inChris Lattner
2002-01-21Move stuff out of the Optimizations directories into the appropriate TransformsChris Lattner
2002-01-21Implement a more powerful, simpler, pass system. This pass system can figureChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-12-14Add more passes to run after raisingChris Lattner
2001-12-07Run DCE before cleanupGCCoutput which will cause some dead types (like FILE) ...Chris Lattner
2001-12-05Simplify induction variables before 'raising' the representationChris Lattner
2001-11-27Create a new #include "Support/..." directory structure to move thingsChris Lattner
2001-11-26-raise includes constprop and dceChris Lattner
2001-11-26Run constprop before -raiseChris Lattner
2001-11-01Move the Raise xform from opt to transformsChris Lattner
2001-10-31crunch the output of GCC a bit to make it nicerChris Lattner
2001-10-31Fix dumb copy and paste typosChris Lattner
2001-10-31Initial checkin of GCCASChris Lattner