aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2002-02-04Trim down makefile, again.Chris Lattner
2002-02-04Cut down number of times libraries are included to link a little bit fasterChris Lattner
2002-02-03* Remove -noasm option. If we're not compiling, what's the point?Chris Lattner
2002-02-03Switch over to a model where we compile each method, emit assembly, then freeChris Lattner
2002-02-01Catch the parse exception if bad input is provided. Much better than an abortChris Lattner
2002-02-01Add mergereturn passChris Lattner
2002-01-31Add dependencyChris Lattner
2002-01-31Fix dependency problemChris Lattner
2002-01-31Resolve depsChris Lattner
2002-01-31Resolve dependenciesChris Lattner
2002-01-31Convert to use new Pass framework...Chris Lattner
2002-01-31PassManager is now in its own header fileChris Lattner
2002-01-31PassManager is now in it's own header fileChris Lattner
2002-01-31Convert analyze over to use new pass framework for its analysesChris Lattner
2002-01-25Accept, but ignore -lfoo options.Chris Lattner
2002-01-24Initial Checkin of gccldChris Lattner
2002-01-22In an amazing fit of stupidity, I flipped the conditional and didn't testChris Lattner
2002-01-22Only run DeadInst elimination early, because it is quick and painless andChris Lattner
2002-01-22Misc cleanups. Allocate ofstream statically, and use a pass to write out the...Chris Lattner
2002-01-22Try again, now it works rightChris Lattner
2002-01-22Rename LowerAllocations.h to ChangeAllocations.h since it now contains theChris Lattner
2002-01-22Fix ordering dependency problemChris Lattner
2002-01-22Pull RaiseAllocations stuff out of the CleanGCC pass into it's own pass inChris Lattner
2002-01-21Move stuff out of the Optimizations directories into the appropriate TransformsChris Lattner
2002-01-21Chuck fixed the GCC problems so this hack is now unneccesaryChris Lattner
2002-01-21Eliminate opt libraryChris Lattner
2002-01-21Rename SwapStructureContents -> IPO/SimpleStructMutationChris Lattner
2002-01-21Implement a more powerful, simpler, pass system. This pass system can figureChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-12-14Add instruction combining passChris Lattner
2001-12-14Add more passes to run after raisingChris Lattner
2001-12-13Build runtime library with local GCCASChris Lattner
2001-12-13Implement strlen strdup strcmpChris Lattner
2001-12-08Tell the user if a file is corrupt or not... not that the file cannot beChris Lattner
2001-12-07Run DCE before cleanupGCCoutput which will cause some dead types (like FILE) ...Chris Lattner
2001-12-05Remove unnecesary namespace impotChris Lattner
2001-12-05Simplify induction variables before 'raising' the representationChris Lattner
2001-12-04Use new induction variable simplification code with -indvars optionChris Lattner
2001-12-03Induction variables must be phi nodesChris Lattner
2001-11-27Create a new #include "Support/..." directory structure to move thingsChris Lattner
2001-11-26-raise includes constprop and dceChris Lattner
2001-11-26* Add hooks to globaldceChris Lattner
2001-11-26Link to ipo libraryChris Lattner
2001-11-26Fix problem where lli < foo.bc would have argc = 0Chris Lattner
2001-11-26Add support to enable -lfoo to be processed correctlyChris Lattner
2001-11-26Add hooks to print natural loop information and induction variablesChris Lattner
2001-11-26Change swapstructs itfChris Lattner
2001-11-26Run constprop before -raiseChris Lattner
2001-11-14Fix link probChris Lattner
2001-11-10Add hooks to call the new swap structcontents passChris Lattner