summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
* Add support for the gnu ld -s (strip) optionChris Lattner2002-04-08
* GCCLD actually does transformations to simplify the linked program now.Chris Lattner2002-04-08
* Remove asmwriter library from link line, because the useful contents of itChris Lattner2002-04-07
* Perform debug outputs with ->dump() instead of <<Chris Lattner2002-04-07
* use dump method instead of Asm/Writer to do debug printingChris Lattner2002-04-07
* Change references to the Method class to be references to the FunctionChris Lattner2002-04-07
* Move the PromoteMemoryToRegister pass to be run _after_ the raise pointerChris Lattner2002-04-01
* Makefile change for IPO's that use the Datastructure analysis stuffChris Lattner2002-03-28
* Add hook for pool allocation passChris Lattner2002-03-28
* Checking for CameronChris Lattner2002-03-28
* Rename constructor function for mem2reg pass.Cameron Buschardt2002-03-27
* * Add support for DataStructure analysisChris Lattner2002-03-26
* Rename pass to DecomposeMultiDimRefs.Vikram S. Adve2002-03-24
* Add a debugging option to gccas to cause it to not do level raise or anythingChris Lattner2002-03-21
* Expose dead instruction elimination passChris Lattner2002-03-14
* Echo the right tool name on errorChris Lattner2002-03-12
* Remove runtime library in favor of users linking against real libraries.Chris Lattner2002-03-11
* * Implement linking to librariesChris Lattner2002-03-11
* Pull interprocedural analyses out of Analysis library into their own libChris Lattner2002-03-06
* Don't forget to build gccld!Chris Lattner2002-03-06
* 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