aboutsummaryrefslogtreecommitdiffstats
path: root/tools/gccas
Commit message (Expand)AuthorAgeFilesLines
* Remove asmwriter library from link line, because the useful contents of itChris Lattner2002-04-071-1/+1
* Move the PromoteMemoryToRegister pass to be run _after_ the raise pointerChris Lattner2002-04-011-1/+1
* Rename constructor function for mem2reg pass.Cameron Buschardt2002-03-271-0/+2
* Add a debugging option to gccas to cause it to not do level raise or anythingChris Lattner2002-03-211-4/+8
* Pull interprocedural analyses out of Analysis library into their own libChris Lattner2002-03-061-1/+1
* Change to use new pass accessor functionsChris Lattner2002-02-261-9/+9
* Resolve depsChris Lattner2002-01-311-1/+1
* PassManager is now in it's own header fileChris Lattner2002-01-311-0/+1
* Only run DeadInst elimination early, because it is quick and painless andChris Lattner2002-01-221-1/+1
* Misc cleanups. Allocate ofstream statically, and use a pass to write out the...Chris Lattner2002-01-221-11/+7
* Rename LowerAllocations.h to ChangeAllocations.h since it now contains theChris Lattner2002-01-221-1/+1
* Pull RaiseAllocations stuff out of the CleanGCC pass into it's own pass inChris Lattner2002-01-221-0/+2
* Move stuff out of the Optimizations directories into the appropriate TransformsChris Lattner2002-01-211-3/+3
* Eliminate opt libraryChris Lattner2002-01-211-1/+1
* Implement a more powerful, simpler, pass system. This pass system can figureChris Lattner2002-01-211-9/+9
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-4/+4
* Add more passes to run after raisingChris Lattner2001-12-141-2/+5
* Run DCE before cleanupGCCoutput which will cause some dead types (like FILE) ...Chris Lattner2001-12-071-4/+4
* Simplify induction variables before 'raising' the representationChris Lattner2001-12-052-1/+3
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-271-1/+1
* -raise includes constprop and dceChris Lattner2001-11-261-3/+0
* Run constprop before -raiseChris Lattner2001-11-261-0/+1
* Fix link probChris Lattner2001-11-141-1/+1
* Move the Raise xform from opt to transformsChris Lattner2001-11-012-3/+3
* crunch the output of GCC a bit to make it nicerChris Lattner2001-10-311-2/+8
* Fix dumb copy and paste typosChris Lattner2001-10-311-1/+1
* Initial checkin of GCCASChris Lattner2001-10-312-0/+80