aboutsummaryrefslogtreecommitdiff
path: root/tools/opt
AgeCommit message (Expand)Author
2003-04-16Remove codegen libraries to speed up linking optChris Lattner
2003-04-16Give verbose error messages if bytecode file cannot be parsedChris Lattner
2003-02-26Rename -no-* to -disable-*Chris Lattner
2003-02-12Add new -no-verify optionChris Lattner
2003-02-12Add a new -no-output option, useful for -aa-eval tests.Chris Lattner
2002-12-12ipa.a only needs to be mentioned once, and spaces should be used instead ofMisha Brukman
2002-12-09Repeat ipa.a. Since IPModRef is currently only used in analysis.o,Vikram S. Adve
2002-11-19Remove extra target.a entryChris Lattner
2002-11-04No need to explicitly inclue ExportSymbols nowChris Lattner
2002-11-04Simple passes that print out SCCs in the CFGs or in the CallGraph of a module.Vikram S. Adve
2002-11-04Implement a new -print-callgraph analysis that turns a callgraph into a dotChris Lattner
2002-10-29Rename Sparc.h TargetMachineImpls.hChris Lattner
2002-10-28Add codegen libraryChris Lattner
2002-10-07 - Implement a new -print-cfg option for analyze, that causes it to print theChris Lattner
2002-10-01Temporary change to make datastructure stuff link in rightChris Lattner
2002-09-20Renamed library preselect to preopts.Vikram S. Adve
2002-09-18KEEP_SYMBOLS by default.Vikram S. Adve
2002-09-17Enable correct support for dynamic loading on LinuxChris Lattner
2002-09-16Remove duplicate sparc entry.Vikram S. Adve
2002-09-16Use .o files instead of .a files for several cases (that don't actuallyVikram S. Adve
2002-09-16Add support for optimization passes that use a TargetMachine object.Vikram S. Adve
2002-08-30 - Eliminate the last traces of the 'analysis' namespaceChris Lattner
2002-08-30Link to analysis.o not analysis.aChris Lattner
2002-08-21Fixed linking problems that wanted me to link to analyze.o instead of analyze.aChris Lattner
2002-08-21Link in all analyses so that we get pointer analysis support built inChris Lattner
2002-08-08- Cleaned up the interface to AnalysisUsage to take analysis class namesChris Lattner
2002-07-31Change command line option message on -q to make it more accurateChris Lattner
2002-07-30Print the tool name when an error comes from so that I can tell whichChris Lattner
2002-07-29Seperate analysis wrapper stuff to AnalysisWrappers.cppChris Lattner
2002-07-26Factor PassNamePArser out into llvm/Support/PassNameParser.hChris Lattner
2002-07-25*** empty log message ***Chris Lattner
2002-07-23Use the pass registration mechanism to populate command line options forChris Lattner
2002-07-23*** empty log message ***Chris Lattner
2002-07-22*** empty log message ***Chris Lattner
2002-07-16Removed emitfuncs: now its part of instrument libraryAnand Shukla
2002-07-12added emitfuncs pass, and disabled reassociate pass (needs fixing)Anand Shukla
2002-07-12Added emitfuncs passAnand Shukla
2002-06-30*** empty log message ***Chris Lattner
2002-06-25correcting makefile: incorrectly checked in wrong version earlierAnand Shukla
2002-06-25Changes for 64bit gccAnand Shukla
2002-06-25MEGAPATCH checkin.Chris Lattner
2002-05-21Expose cfg simplification passChris Lattner
2002-05-10expose LICM passChris Lattner
2002-05-10Expose the lowerallocs passChris Lattner
2002-05-10Expose the pi node insertion pass.Chris Lattner
2002-05-08Expose expression reassociationChris Lattner
2002-05-07Spell aggressive correctlyChris Lattner
2002-05-07Merge all include/llvm/Transforms/Scalar/* into a single Scalar.hChris Lattner
2002-05-07Move UnifyFunctionExitNodes to Utils library: final resting place this timeChris Lattner
2002-05-07Updates to move some header files out of include/llvm/Transforms intoChris Lattner