summaryrefslogtreecommitdiffstats
path: root/llvm/tools/gccas/gccas.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Move constant merging pass earlierChris Lattner2002-04-291-1/+3
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-291-1/+0
* Run GCSE as part of gccas.Chris Lattner2002-04-281-0/+2
* Make sure that there is no case where a signal can occur leaving a partiallyChris Lattner2002-04-181-0/+4
* The cleangcc pass is brokeninto two pieces, execute both of them.Chris Lattner2002-04-101-0/+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
* Change to use new pass accessor functionsChris Lattner2002-02-261-9/+9
* 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
* 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-051-0/+2
* 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
* Move the Raise xform from opt to transformsChris Lattner2001-11-011-2/+2
* 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-311-0/+74
OpenPOWER on IntegriCloud