summaryrefslogtreecommitdiff
path: root/tools/opt
Commit message (Expand)AuthorAge
* Indent classes correctly in the namespaceChris Lattner2003-08-31
* * CleanupsChris Lattner2003-08-31
* Remove instloops libraryChris Lattner2003-07-21
* Added pass to instrument backedges for lightweight tracingAnand Shukla2003-07-18
* The word `separate' only has one `e'.Misha Brukman2003-07-14
* Converted tabs to spaces.Misha Brukman2003-07-10
* Use $(PLATFORMLIBDL) to selectively bring in -ldl only on those platforms whereBrian Gaeke2003-06-17
* Kill using declarationsChris Lattner2003-05-22
* Make sure to create a target data that matches the Module's target properties.Chris Lattner2003-04-24
* Remove support for "target data" pass ctorsChris Lattner2003-04-24
* Don't support codegen passes in optChris Lattner2003-04-16
* Remove codegen libraries to speed up linking optChris Lattner2003-04-16
* Give verbose error messages if bytecode file cannot be parsedChris Lattner2003-04-16
* Rename -no-* to -disable-*Chris Lattner2003-02-26
* Add new -no-verify optionChris Lattner2003-02-12
* Add a new -no-output option, useful for -aa-eval tests.Chris Lattner2003-02-12
* ipa.a only needs to be mentioned once, and spaces should be used instead ofMisha Brukman2002-12-12
* Repeat ipa.a. Since IPModRef is currently only used in analysis.o,Vikram S. Adve2002-12-09
* Remove extra target.a entryChris Lattner2002-11-19
* No need to explicitly inclue ExportSymbols nowChris Lattner2002-11-04
* Simple passes that print out SCCs in the CFGs or in the CallGraph of a module.Vikram S. Adve2002-11-04
* Implement a new -print-callgraph analysis that turns a callgraph into a dotChris Lattner2002-11-04
* Rename Sparc.h TargetMachineImpls.hChris Lattner2002-10-29
* Add codegen libraryChris Lattner2002-10-28
* - Implement a new -print-cfg option for analyze, that causes it to print theChris Lattner2002-10-07
* Temporary change to make datastructure stuff link in rightChris Lattner2002-10-01
* Renamed library preselect to preopts.Vikram S. Adve2002-09-20
* KEEP_SYMBOLS by default.Vikram S. Adve2002-09-18
* Enable correct support for dynamic loading on LinuxChris Lattner2002-09-17
* Remove duplicate sparc entry.Vikram S. Adve2002-09-16
* Use .o files instead of .a files for several cases (that don't actuallyVikram S. Adve2002-09-16
* Add support for optimization passes that use a TargetMachine object.Vikram S. Adve2002-09-16
* - Eliminate the last traces of the 'analysis' namespaceChris Lattner2002-08-30
* Link to analysis.o not analysis.aChris Lattner2002-08-30
* Fixed linking problems that wanted me to link to analyze.o instead of analyze.aChris Lattner2002-08-21
* Link in all analyses so that we get pointer analysis support built inChris Lattner2002-08-21
* - Cleaned up the interface to AnalysisUsage to take analysis class namesChris Lattner2002-08-08
* Change command line option message on -q to make it more accurateChris Lattner2002-07-31
* Print the tool name when an error comes from so that I can tell whichChris Lattner2002-07-30
* Seperate analysis wrapper stuff to AnalysisWrappers.cppChris Lattner2002-07-29
* Factor PassNamePArser out into llvm/Support/PassNameParser.hChris Lattner2002-07-26
* *** empty log message ***Chris Lattner2002-07-25
* Use the pass registration mechanism to populate command line options forChris Lattner2002-07-23
* *** empty log message ***Chris Lattner2002-07-23
* *** empty log message ***Chris Lattner2002-07-22
* Removed emitfuncs: now its part of instrument libraryAnand Shukla2002-07-16
* added emitfuncs pass, and disabled reassociate pass (needs fixing)Anand Shukla2002-07-12
* Added emitfuncs passAnand Shukla2002-07-12
* *** empty log message ***Chris Lattner2002-06-30
* correcting makefile: incorrectly checked in wrong version earlierAnand Shukla2002-06-25