aboutsummaryrefslogtreecommitdiffstats
path: root/tools/opt
Commit message (Expand)AuthorAgeFilesLines
* - Eliminate the last traces of the 'analysis' namespaceChris Lattner2002-08-301-4/+4
* Link to analysis.o not analysis.aChris Lattner2002-08-301-1/+1
* Fixed linking problems that wanted me to link to analyze.o instead of analyze.aChris Lattner2002-08-211-1/+1
* Link in all analyses so that we get pointer analysis support built inChris Lattner2002-08-211-1/+1
* - Cleaned up the interface to AnalysisUsage to take analysis class namesChris Lattner2002-08-081-1/+1
* Change command line option message on -q to make it more accurateChris Lattner2002-07-311-1/+1
* Print the tool name when an error comes from so that I can tell whichChris Lattner2002-07-301-5/+6
* Seperate analysis wrapper stuff to AnalysisWrappers.cppChris Lattner2002-07-291-0/+101
* Factor PassNamePArser out into llvm/Support/PassNameParser.hChris Lattner2002-07-261-63/+3
* *** empty log message ***Chris Lattner2002-07-251-1/+1
* Use the pass registration mechanism to populate command line options forChris Lattner2002-07-231-142/+77
* *** empty log message ***Chris Lattner2002-07-231-1/+3
* *** empty log message ***Chris Lattner2002-07-221-8/+22
* Removed emitfuncs: now its part of instrument libraryAnand Shukla2002-07-161-1/+1
* added emitfuncs pass, and disabled reassociate pass (needs fixing)Anand Shukla2002-07-121-2/+5
* Added emitfuncs passAnand Shukla2002-07-121-1/+1
* *** empty log message ***Chris Lattner2002-06-301-1/+0
* correcting makefile: incorrectly checked in wrong version earlierAnand Shukla2002-06-251-8/+1
* Changes for 64bit gccAnand Shukla2002-06-252-2/+12
* MEGAPATCH checkin.Chris Lattner2002-06-251-1/+1
* Expose cfg simplification passChris Lattner2002-05-211-11/+13
* expose LICM passChris Lattner2002-05-101-1/+4
* Expose the lowerallocs passChris Lattner2002-05-101-4/+15
* Expose the pi node insertion pass.Chris Lattner2002-05-101-2/+4
* Expose expression reassociationChris Lattner2002-05-081-1/+3
* Spell aggressive correctlyChris Lattner2002-05-071-2/+2
* Merge all include/llvm/Transforms/Scalar/* into a single Scalar.hChris Lattner2002-05-071-8/+1
* Move UnifyFunctionExitNodes to Utils library: final resting place this timeChris Lattner2002-05-071-1/+1
* Updates to move some header files out of include/llvm/Transforms intoChris Lattner2002-05-071-4/+4
* Straighten out makefiles after moving code to new Transform Utils libraryChris Lattner2002-05-071-1/+1
* Expose the internalize pass.Chris Lattner2002-04-281-1/+5
* Expose new GCSE passChris Lattner2002-04-281-1/+4
* s/Method/FunctionChris Lattner2002-04-271-3/+3
* * Rename MethodPass class to FunctionPassChris Lattner2002-04-271-20/+20
* Make sure that there is no case where a signal can occur leaving a partiallyChris Lattner2002-04-181-0/+5
* * 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
* s/PrintMethodPass/PrintFunctionPassChris Lattner2002-04-081-1/+1
* Remove asmwriter library from link line, because the useful contents of itChris Lattner2002-04-071-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 pass to DecomposeMultiDimRefs.Vikram S. Adve2002-03-241-1/+4
* Expose dead instruction elimination passChris Lattner2002-03-141-1/+3
* Pull interprocedural analyses out of Analysis library into their own libChris Lattner2002-03-061-1/+1
* Change over to use new style pass mechanism, now passes only expose smallChris Lattner2002-02-261-44/+22
* 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
* * Expose the verifier pass as one that can be ranChris Lattner2002-02-201-1/+11