aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Method.h no longer includes BasicBlock.hChris Lattner2002-02-124-4/+6
* Enable register promotion passChris Lattner2002-02-121-1/+5
* Trim down makefile, again.Chris Lattner2002-02-041-1/+1
* Cut down number of times libraries are included to link a little bit fasterChris Lattner2002-02-041-1/+1
* * Remove -noasm option. If we're not compiling, what's the point?Chris Lattner2002-02-031-109/+27
* Switch over to a model where we compile each method, emit assembly, then freeChris Lattner2002-02-031-7/+35
* Catch the parse exception if bad input is provided. Much better than an abortChris Lattner2002-02-011-3/+8
* Add mergereturn passChris Lattner2002-02-011-5/+10
* Add dependencyChris Lattner2002-01-311-1/+2
* Fix dependency problemChris Lattner2002-01-311-1/+1
* Resolve depsChris Lattner2002-01-311-1/+1
* Resolve dependenciesChris Lattner2002-01-311-2/+2
* Convert to use new Pass framework...Chris Lattner2002-01-311-45/+83
* PassManager is now in its own header fileChris Lattner2002-01-311-2/+2
* PassManager is now in it's own header fileChris Lattner2002-01-311-0/+1
* Convert analyze over to use new pass framework for its analysesChris Lattner2002-01-311-148/+192
* Accept, but ignore -lfoo options.Chris Lattner2002-01-252-0/+8
* Initial Checkin of gccldChris Lattner2002-01-242-0/+137
* In an amazing fit of stupidity, I flipped the conditional and didn't testChris Lattner2002-01-2210-18/+18
* 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
* Try again, now it works rightChris Lattner2002-01-221-1/+2
* Rename LowerAllocations.h to ChangeAllocations.h since it now contains theChris Lattner2002-01-223-3/+3
* Fix ordering dependency problemChris Lattner2002-01-221-1/+1
* Pull RaiseAllocations stuff out of the CleanGCC pass into it's own pass inChris Lattner2002-01-222-1/+6
* Move stuff out of the Optimizations directories into the appropriate TransformsChris Lattner2002-01-212-12/+18
* Chuck fixed the GCC problems so this hack is now unneccesaryChris Lattner2002-01-212-2/+0
* Eliminate opt libraryChris Lattner2002-01-215-6/+7
* Rename SwapStructureContents -> IPO/SimpleStructMutationChris Lattner2002-01-211-1/+1
* Implement a more powerful, simpler, pass system. This pass system can figureChris Lattner2002-01-213-44/+36
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-2012-134/+242
* Add instruction combining passChris Lattner2001-12-141-31/+34
* Add more passes to run after raisingChris Lattner2001-12-141-2/+5
* Build runtime library with local GCCASChris Lattner2001-12-131-4/+4
* Implement strlen strdup strcmpChris Lattner2001-12-131-0/+35
* Tell the user if a file is corrupt or not... not that the file cannot beChris Lattner2001-12-082-2/+44
* Run DCE before cleanupGCCoutput which will cause some dead types (like FILE) ...Chris Lattner2001-12-071-4/+4
* Remove unnecesary namespace impotChris Lattner2001-12-051-2/+0
* Simplify induction variables before 'raising' the representationChris Lattner2001-12-052-1/+3
* Use new induction variable simplification code with -indvars optionChris Lattner2001-12-042-2/+3
* Induction variables must be phi nodesChris Lattner2001-12-031-5/+7
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-2713-37/+30
* -raise includes constprop and dceChris Lattner2001-11-261-3/+0
* * Add hooks to globaldceChris Lattner2001-11-261-28/+37
* Link to ipo libraryChris Lattner2001-11-261-1/+1
* Fix problem where lli < foo.bc would have argc = 0Chris Lattner2001-11-261-0/+7
* Add support to enable -lfoo to be processed correctlyChris Lattner2001-11-262-2/+6
* Add hooks to print natural loop information and induction variablesChris Lattner2001-11-261-1/+21
* Change swapstructs itfChris Lattner2001-11-261-8/+12
* Run constprop before -raiseChris Lattner2001-11-261-0/+1