summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* Since verifier and SlotCalculator are now in VMCore library, libanalysis isChris Lattner2002-03-06
* Pull callgraph out of Cfg namespaceChris Lattner2002-03-06
* Change to use new pass accessor functionsChris Lattner2002-02-26
* Change over to use new style pass mechanism, now passes only expose smallChris Lattner2002-02-26
* * Make all command line arguments staticChris Lattner2002-02-26
* Move ProfilePaths class into ProfilePaths library, only expose a creation fun...Chris Lattner2002-02-26
* Includes -paths option to trace paths in the programAnand Shukla2002-02-26
* Link in the PathProfiles libraryAnand Shukla2002-02-26
* Remove hack. This is better fixed in Makefile.commonChris Lattner2002-02-24
* Cleanup to build with GCC 3.0.4Chris Lattner2002-02-24
* Build with newer compiler, with same bugChris Lattner2002-02-24
* GCC3.0.4 crashes when compiling this. Comment it out for nowChris Lattner2002-02-24
* Genericize the ReversePostOrderIterator.Chris Lattner2002-02-24
* * Expose the verifier pass as one that can be ranChris Lattner2002-02-20
* Method.h no longer includes BasicBlock.hChris Lattner2002-02-12
* Enable register promotion passChris Lattner2002-02-12
* Trim down makefile, again.Chris Lattner2002-02-04
* Cut down number of times libraries are included to link a little bit fasterChris Lattner2002-02-04
* * Remove -noasm option. If we're not compiling, what's the point?Chris Lattner2002-02-03
* Switch over to a model where we compile each method, emit assembly, then freeChris Lattner2002-02-03
* Catch the parse exception if bad input is provided. Much better than an abortChris Lattner2002-02-01
* Add mergereturn passChris Lattner2002-02-01
* Add dependencyChris Lattner2002-01-31
* Fix dependency problemChris Lattner2002-01-31
* Resolve depsChris Lattner2002-01-31
* Resolve dependenciesChris Lattner2002-01-31
* Convert to use new Pass framework...Chris Lattner2002-01-31
* PassManager is now in its own header fileChris Lattner2002-01-31
* PassManager is now in it's own header fileChris Lattner2002-01-31
* Convert analyze over to use new pass framework for its analysesChris Lattner2002-01-31
* Accept, but ignore -lfoo options.Chris Lattner2002-01-25
* Initial Checkin of gccldChris Lattner2002-01-24
* In an amazing fit of stupidity, I flipped the conditional and didn't testChris Lattner2002-01-22
* Only run DeadInst elimination early, because it is quick and painless andChris Lattner2002-01-22
* Misc cleanups. Allocate ofstream statically, and use a pass to write out the...Chris Lattner2002-01-22
* Try again, now it works rightChris Lattner2002-01-22
* Rename LowerAllocations.h to ChangeAllocations.h since it now contains theChris Lattner2002-01-22
* Fix ordering dependency problemChris Lattner2002-01-22
* Pull RaiseAllocations stuff out of the CleanGCC pass into it's own pass inChris Lattner2002-01-22
* Move stuff out of the Optimizations directories into the appropriate TransformsChris Lattner2002-01-21
* Chuck fixed the GCC problems so this hack is now unneccesaryChris Lattner2002-01-21
* Eliminate opt libraryChris Lattner2002-01-21
* Rename SwapStructureContents -> IPO/SimpleStructMutationChris Lattner2002-01-21
* Implement a more powerful, simpler, pass system. This pass system can figureChris Lattner2002-01-21
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-20
* Add instruction combining passChris Lattner2001-12-14
* Add more passes to run after raisingChris Lattner2001-12-14
* Build runtime library with local GCCASChris Lattner2001-12-13
* Implement strlen strdup strcmpChris Lattner2001-12-13
* Tell the user if a file is corrupt or not... not that the file cannot beChris Lattner2001-12-08