summaryrefslogtreecommitdiff
path: root/tools
Commit message (Expand)AuthorAge
...
* Oops, somehow lost a slash. FixedChris Lattner2002-05-07
* Updates to move some header files out of include/llvm/Transforms intoChris Lattner2002-05-07
* Straighten out makefiles after moving code to new Transform Utils libraryChris Lattner2002-05-07
* GCSE is faster than SCCP, and it makes SCCP's job easier, so run it first.Chris Lattner2002-05-06
* Instruction Combination can create a ton of trivially dead instructions. RemoveChris Lattner2002-05-06
* Run DCE AFTER SCCP and GCSE!Chris Lattner2002-05-06
* Remove unneccesary pass.Chris Lattner2002-04-30
* These aren't toolsChris Lattner2002-04-29
* Move constant merging pass earlierChris Lattner2002-04-29
* Remove InstForest from analysis namespaceChris Lattner2002-04-29
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-29
* Add new optional getPassName() virtual function that a Pass can overrideChris Lattner2002-04-29
* Rename functions to be more consistend with other pass constructorsChris Lattner2002-04-28
* Tighten up the AnalysisUsage of lots of passes, primarily to correctly indica...Chris Lattner2002-04-28
* Eliminate the cfg namespaceChris Lattner2002-04-28
* Expose the internalize pass.Chris Lattner2002-04-28
* Run the internalize pass to mark all functions except main internal whenChris Lattner2002-04-28
* Use operator << to print modulesChris Lattner2002-04-28
* Run GCSE as part of gccas.Chris Lattner2002-04-28
* Expose new GCSE passChris Lattner2002-04-28
* s/Method/FunctionChris Lattner2002-04-27
* * Rename MethodPass class to FunctionPassChris Lattner2002-04-27
* Make sure that there is no case where a signal can occur leaving a partiallyChris Lattner2002-04-18
* * Add the printm pass to allow dumping the entire module after a transformation.Chris Lattner2002-04-13
* Expose funcresolve pass through optChris Lattner2002-04-12
* * The cleangcc pass is broken into two parts, we only want toChris Lattner2002-04-10
* The cleangcc pass is brokeninto two pieces, execute both of them.Chris Lattner2002-04-10
* Remove extranous #includeChris Lattner2002-04-08
* s/PrintMethodPass/PrintFunctionPassChris Lattner2002-04-08
* Add #includesChris Lattner2002-04-08
* 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