aboutsummaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Move UnifyFunctionExitNodes to Utils library: final resting place this timeChris Lattner2002-05-071-1/+1
* Oops, somehow lost a slash. FixedChris Lattner2002-05-071-1/+1
* Updates to move some header files out of include/llvm/Transforms intoChris Lattner2002-05-074-8/+8
* Straighten out makefiles after moving code to new Transform Utils libraryChris Lattner2002-05-074-5/+5
* GCSE is faster than SCCP, and it makes SCCP's job easier, so run it first.Chris Lattner2002-05-061-1/+1
* Instruction Combination can create a ton of trivially dead instructions. RemoveChris Lattner2002-05-061-0/+1
* Run DCE AFTER SCCP and GCSE!Chris Lattner2002-05-061-1/+1
* Remove unneccesary pass.Chris Lattner2002-04-301-4/+0
* These aren't toolsChris Lattner2002-04-292-59/+0
* Move constant merging pass earlierChris Lattner2002-04-291-1/+3
* Remove InstForest from analysis namespaceChris Lattner2002-04-291-3/+3
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-299-11/+0
* Add new optional getPassName() virtual function that a Pass can overrideChris Lattner2002-04-291-1/+11
* Rename functions to be more consistend with other pass constructorsChris Lattner2002-04-281-5/+4
* Tighten up the AnalysisUsage of lots of passes, primarily to correctly indica...Chris Lattner2002-04-281-0/+9
* Eliminate the cfg namespaceChris Lattner2002-04-281-14/+14
* Expose the internalize pass.Chris Lattner2002-04-281-1/+5
* Run the internalize pass to mark all functions except main internal whenChris Lattner2002-04-281-3/+2
* Use operator << to print modulesChris Lattner2002-04-285-20/+5
* Run GCSE as part of gccas.Chris Lattner2002-04-281-0/+2
* Expose new GCSE passChris Lattner2002-04-281-1/+4
* s/Method/FunctionChris Lattner2002-04-271-3/+3
* * Rename MethodPass class to FunctionPassChris Lattner2002-04-273-51/+46
* Make sure that there is no case where a signal can occur leaving a partiallyChris Lattner2002-04-1812-0/+58
* * Add the printm pass to allow dumping the entire module after a transformation.Chris Lattner2002-04-131-9/+15
* Expose funcresolve pass through optChris Lattner2002-04-121-1/+4
* * The cleangcc pass is broken into two parts, we only want toChris Lattner2002-04-101-8/+8
* The cleangcc pass is brokeninto two pieces, execute both of them.Chris Lattner2002-04-101-0/+1
* Remove extranous #includeChris Lattner2002-04-083-3/+0
* s/PrintMethodPass/PrintFunctionPassChris Lattner2002-04-082-2/+2
* Add #includesChris Lattner2002-04-081-1/+3
* Add support for the gnu ld -s (strip) optionChris Lattner2002-04-081-1/+9
* GCCLD actually does transformations to simplify the linked program now.Chris Lattner2002-04-082-10/+33
* Remove asmwriter library from link line, because the useful contents of itChris Lattner2002-04-0712-13/+12
* Perform debug outputs with ->dump() instead of <<Chris Lattner2002-04-072-10/+12
* use dump method instead of Asm/Writer to do debug printingChris Lattner2002-04-073-18/+21
* Change references to the Method class to be references to the FunctionChris Lattner2002-04-078-72/+78
* Move the PromoteMemoryToRegister pass to be run _after_ the raise pointerChris Lattner2002-04-011-1/+1
* Makefile change for IPO's that use the Datastructure analysis stuffChris Lattner2002-03-281-1/+1
* Add hook for pool allocation passChris Lattner2002-03-281-2/+5
* Checking for CameronChris Lattner2002-03-281-1/+1
* Rename constructor function for mem2reg pass.Cameron Buschardt2002-03-271-0/+2
* * Add support for DataStructure analysisChris Lattner2002-03-262-29/+57
* Rename pass to DecomposeMultiDimRefs.Vikram S. Adve2002-03-242-4/+13
* Add a debugging option to gccas to cause it to not do level raise or anythingChris Lattner2002-03-211-4/+8
* Expose dead instruction elimination passChris Lattner2002-03-141-1/+3
* Echo the right tool name on errorChris Lattner2002-03-121-1/+1
* Remove runtime library in favor of users linking against real libraries.Chris Lattner2002-03-112-284/+0
* * 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