summaryrefslogtreecommitdiffstats
path: root/llvm/tools/gccas
Commit message (Collapse)AuthorAgeFilesLines
...
* Eliminate opt libraryChris Lattner2002-01-211-1/+1
| | | | llvm-svn: 1516
* Implement a more powerful, simpler, pass system. This pass system can figureChris Lattner2002-01-211-9/+9
| | | | | | | | | out how to run a collection of passes optimially given their behaviors and charactaristics. Convert code to use it. llvm-svn: 1507
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-4/+4
| | | | llvm-svn: 1503
* Add more passes to run after raisingChris Lattner2001-12-141-2/+5
| | | | llvm-svn: 1476
* Run DCE before cleanupGCCoutput which will cause some dead types (like FILE) ↵Chris Lattner2001-12-071-4/+4
| | | | | | to be removed llvm-svn: 1429
* Simplify induction variables before 'raising' the representationChris Lattner2001-12-052-1/+3
| | | | llvm-svn: 1418
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-271-1/+1
| | | | | | | | from "llvm/Support/..." that are not llvm dependant. Move files and fix #includes llvm-svn: 1400
* -raise includes constprop and dceChris Lattner2001-11-261-3/+0
| | | | llvm-svn: 1397
* Run constprop before -raiseChris Lattner2001-11-261-0/+1
| | | | llvm-svn: 1354
* Fix link probChris Lattner2001-11-141-1/+1
| | | | llvm-svn: 1297
* Move the Raise xform from opt to transformsChris Lattner2001-11-012-3/+3
| | | | llvm-svn: 1072
* crunch the output of GCC a bit to make it nicerChris Lattner2001-10-311-2/+8
| | | | llvm-svn: 1068
* Fix dumb copy and paste typosChris Lattner2001-10-311-1/+1
| | | | llvm-svn: 1063
* Initial checkin of GCCASChris Lattner2001-10-312-0/+80
llvm-svn: 1058
OpenPOWER on IntegriCloud