aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* * Implement linking to librariesChris Lattner2002-03-111-3/+14
* Pull interprocedural analyses out of Analysis library into their own libChris Lattner2002-03-063-3/+3
* Don't forget to build gccld!Chris Lattner2002-03-061-1/+1
* Since verifier and SlotCalculator are now in VMCore library, libanalysis isChris Lattner2002-03-066-6/+6
* Pull callgraph out of Cfg namespaceChris Lattner2002-03-061-1/+1
* Change to use new pass accessor functionsChris Lattner2002-02-261-9/+9
* Change over to use new style pass mechanism, now passes only expose smallChris Lattner2002-02-261-44/+22
* * Make all command line arguments staticChris Lattner2002-02-261-14/+24
* Move ProfilePaths class into ProfilePaths library, only expose a creation fun...Chris Lattner2002-02-261-1/+3
* Includes -paths option to trace paths in the programAnand Shukla2002-02-261-2/+7
* Link in the PathProfiles libraryAnand Shukla2002-02-261-1/+1
* Remove hack. This is better fixed in Makefile.commonChris Lattner2002-02-241-1/+1
* Cleanup to build with GCC 3.0.4Chris Lattner2002-02-241-1/+1
* Build with newer compiler, with same bugChris Lattner2002-02-241-1/+1
* GCC3.0.4 crashes when compiling this. Comment it out for nowChris Lattner2002-02-243-3/+9
* Genericize the ReversePostOrderIterator.Chris Lattner2002-02-243-3/+3
* * Expose the verifier pass as one that can be ranChris Lattner2002-02-201-1/+11
* 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