aboutsummaryrefslogtreecommitdiffstats
path: root/tools/opt
Commit message (Expand)AuthorAgeFilesLines
* Remove instloops libraryChris Lattner2003-07-211-1/+1
* Added pass to instrument backedges for lightweight tracingAnand Shukla2003-07-181-2/+1
* The word `separate' only has one `e'.Misha Brukman2003-07-141-1/+1
* Converted tabs to spaces.Misha Brukman2003-07-101-1/+1
* Use $(PLATFORMLIBDL) to selectively bring in -ldl only on those platforms whereBrian Gaeke2003-06-171-1/+1
* Kill using declarationsChris Lattner2003-05-221-15/+13
* Make sure to create a target data that matches the Module's target properties.Chris Lattner2003-04-241-0/+3
* Remove support for "target data" pass ctorsChris Lattner2003-04-241-5/+0
* Don't support codegen passes in optChris Lattner2003-04-161-0/+2
* Remove codegen libraries to speed up linking optChris Lattner2003-04-161-3/+2
* Give verbose error messages if bytecode file cannot be parsedChris Lattner2003-04-161-2/+7
* Rename -no-* to -disable-*Chris Lattner2003-02-261-2/+3
* Add new -no-verify optionChris Lattner2003-02-121-1/+5
* Add a new -no-output option, useful for -aa-eval tests.Chris Lattner2003-02-121-1/+5
* ipa.a only needs to be mentioned once, and spaces should be used instead ofMisha Brukman2002-12-121-6/+3
* Repeat ipa.a. Since IPModRef is currently only used in analysis.o,Vikram S. Adve2002-12-091-1/+1
* Remove extra target.a entryChris Lattner2002-11-191-1/+1
* No need to explicitly inclue ExportSymbols nowChris Lattner2002-11-041-1/+1
* Simple passes that print out SCCs in the CFGs or in the CallGraph of a module.Vikram S. Adve2002-11-041-0/+93
* Implement a new -print-callgraph analysis that turns a callgraph into a dotChris Lattner2002-11-041-1/+45
* Rename Sparc.h TargetMachineImpls.hChris Lattner2002-10-291-1/+1
* Add codegen libraryChris Lattner2002-10-281-1/+2
* - Implement a new -print-cfg option for analyze, that causes it to print theChris Lattner2002-10-071-0/+88
* Temporary change to make datastructure stuff link in rightChris Lattner2002-10-011-1/+1
* Renamed library preselect to preopts.Vikram S. Adve2002-09-201-1/+1
* KEEP_SYMBOLS by default.Vikram S. Adve2002-09-181-0/+2
* Enable correct support for dynamic loading on LinuxChris Lattner2002-09-171-1/+1
* Remove duplicate sparc entry.Vikram S. Adve2002-09-161-1/+1
* Use .o files instead of .a files for several cases (that don't actuallyVikram S. Adve2002-09-161-2/+2
* Add support for optimization passes that use a TargetMachine object.Vikram S. Adve2002-09-162-7/+20
* - 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