summaryrefslogtreecommitdiff
path: root/tools/gccas
Commit message (Expand)AuthorAge
* Change to use new pass accessor functionsChris Lattner2002-02-26
* Resolve depsChris Lattner2002-01-31
* PassManager is now in it's own header fileChris Lattner2002-01-31
* Only run DeadInst elimination early, because it is quick and painless andChris Lattner2002-01-22
* Misc cleanups. Allocate ofstream statically, and use a pass to write out the...Chris Lattner2002-01-22
* Rename LowerAllocations.h to ChangeAllocations.h since it now contains theChris Lattner2002-01-22
* Pull RaiseAllocations stuff out of the CleanGCC pass into it's own pass inChris Lattner2002-01-22
* Move stuff out of the Optimizations directories into the appropriate TransformsChris Lattner2002-01-21
* Eliminate opt libraryChris Lattner2002-01-21
* Implement a more powerful, simpler, pass system. This pass system can figureChris Lattner2002-01-21
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-20
* Add more passes to run after raisingChris Lattner2001-12-14
* Run DCE before cleanupGCCoutput which will cause some dead types (like FILE) ...Chris Lattner2001-12-07
* Simplify induction variables before 'raising' the representationChris Lattner2001-12-05
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-27
* -raise includes constprop and dceChris Lattner2001-11-26
* Run constprop before -raiseChris Lattner2001-11-26
* Fix link probChris Lattner2001-11-14
* Move the Raise xform from opt to transformsChris Lattner2001-11-01
* crunch the output of GCC a bit to make it nicerChris Lattner2001-10-31
* Fix dumb copy and paste typosChris Lattner2001-10-31
* Initial checkin of GCCASChris Lattner2001-10-31