Prefix DSA specific options with dsa.
[oota-llvm.git] / tools / opt /
2005-10-27 John CriswellMove some constant folding code shared by Analysis...
2005-10-26 John Criswell1. Remove libraries no longer created from the list...
2005-10-24 Chris LattnerRemove a now-unneeded library
2005-10-24 Chris LattnerUse archive versions of these libraries, using the...
2005-04-22 Reid SpencerTwo changes:
2005-04-22 Misha BrukmanRemove trailing whitespace
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-01-22 Jeff CohenUse binary mode for reading/writing bytecode files
2005-01-06 Jeff CohenGet the #ifdef right on LinkAllPasses.h.
2005-01-06 Jeff CohenFix minor mistakes
2005-01-06 Jeff CohenAdd project opt to Visual Studio.
2005-01-05 Reid SpencerMake opt honor the quiet option when printing the bytec...
2005-01-01 Reid SpencerMove the code for printing out a warning about bytecode...
2004-12-30 Reid SpencerFor PR351:
2004-12-07 Reid SpencerFor PR387:\
2004-11-25 Reid SpencerAdd LLVMbzip2 library, now required.
2004-11-14 Reid SpencerFix usage of changed function prototype
2004-10-27 Reid SpencerChange Library Names Not To Conflict With Others When...
2004-10-22 Reid SpencerWe're not doing automake any more
2004-10-22 Reid SpencerWe won't use automake
2004-10-18 Reid SpencerInitial automake generated Makefile template
2004-10-15 Misha BrukmanFix hyphenation and quoting style for great justice
2004-10-13 Reid SpencerUpdate to reflect changes in Makefile rules.
2004-10-10 Reid SpencerInitial version of automake Makefile.am file.
2004-09-20 Chris Lattner'Pass' should now not be derived from by clients. ...
2004-09-20 Chris LattnerFinegrainify namespacification
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-29 Reid SpencerAdd the LLVMsystem.a library as it is now used for...
2004-08-29 Reid SpencerThe functions in Signal.h are now in the llvm::sys...
2004-07-18 Chris LattnerRemove this printer
2004-07-18 Reid Spencerbug 122:
2004-07-11 Chris LattnerPrune unused #include
2004-07-11 Chris LattnerAdd -load option
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h does not include...
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h does not #include...
2004-06-25 Chris LattnerMake sure to link all IPA's into opt, so that it has...
2004-05-27 Chris LattnerNeuter the -q option. Stop printing the "program modif...
2004-05-27 Reid SpencerRe-introduce the -q option and make opt always return...
2004-05-27 Reid SpencerRemoved the -q option and the default message written...
2004-05-27 Chris LattnerRight, globals aren't values yet..
2004-05-27 Chris LattnerAdd a simple pass.
2004-05-27 Chris LattnerHeader file moved
2004-04-12 Chris Lattnerfinegrainify namespacification
2004-04-02 Chris LattnerRemove obsolete analyses
2004-04-02 Chris LattnerFix wonky header
2004-02-19 Chris LattnerMake sure to print a stack trace whenever an error...
2003-12-23 Chris LattnerRename method
2003-12-10 Chris LattnerMake 'opt -o -' work correctly instead of creating...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-22 Chris LattnerDelete the -print-cfg pass from this file
2003-10-20 John CriswellAdded LLVM copyright to Makefiles.
2003-10-20 John CriswellRemoved extraneous comment line.
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-20 Chris Lattnerfix file headers
2003-10-20 John CriswellAdded copyright header to all C++ source files.
2003-10-10 Misha BrukmanFix grammar.
2003-08-31 Chris LattnerRename TarjanSCCIterator -> scc_iterator
2003-08-31 Chris LattnerDon't explicitly use the SCC class
2003-08-31 Chris LattnerThe SCC::HasLoop method is now in the main iterator
2003-08-31 Chris LattnerThe tarjan iterator now returns a reference to the...
2003-08-31 Chris LattnerIndent classes correctly in the namespace
2003-08-31 Chris Lattner* Cleanups
2003-07-21 Chris LattnerRemove instloops library
2003-07-18 Anand ShuklaAdded pass to instrument backedges for lightweight...
2003-07-14 Misha BrukmanThe word `separate' only has one `e'.
2003-07-10 Misha BrukmanConverted tabs to spaces.
2003-06-17 Brian GaekeUse $(PLATFORMLIBDL) to selectively bring in -ldl only...
2003-05-22 Chris LattnerKill using declarations
2003-04-24 Chris LattnerMake sure to create a target data that matches the...
2003-04-24 Chris LattnerRemove support for "target data" pass ctors
2003-04-16 Chris LattnerDon't support codegen passes in opt
2003-04-16 Chris LattnerRemove codegen libraries to speed up linking opt
2003-04-16 Chris LattnerGive verbose error messages if bytecode file cannot...
2003-02-26 Chris LattnerRename -no-* to -disable-*
2003-02-12 Chris LattnerAdd new -no-verify option
2003-02-12 Chris LattnerAdd a new -no-output option, useful for -aa-eval tests.
2002-12-12 Misha Brukmanipa.a only needs to be mentioned once, and spaces shoul...
2002-12-09 Vikram S. AdveRepeat ipa.a. Since IPModRef is currently only used...
2002-11-19 Chris LattnerRemove extra target.a entry
2002-11-04 Chris LattnerNo need to explicitly inclue ExportSymbols now
2002-11-04 Vikram S. AdveSimple passes that print out SCCs in the CFGs or in...
2002-11-04 Chris LattnerImplement a new -print-callgraph analysis that turns...
2002-10-29 Chris LattnerRename Sparc.h TargetMachineImpls.h
2002-10-28 Chris LattnerAdd codegen library
2002-10-07 Chris Lattner - Implement a new -print-cfg option for analyze,...
2002-10-01 Chris LattnerTemporary change to make datastructure stuff link in...
2002-09-20 Vikram S. AdveRenamed library preselect to preopts.
2002-09-18 Vikram S. AdveKEEP_SYMBOLS by default.
2002-09-17 Chris LattnerEnable correct support for dynamic loading on Linux
2002-09-16 Vikram S. AdveRemove duplicate sparc entry.
2002-09-16 Vikram S. AdveUse .o files instead of .a files for several cases...
2002-09-16 Vikram S. AdveAdd support for optimization passes that use a TargetMa...
2002-08-30 Chris Lattner - Eliminate the last traces of the 'analysis' namespace
2002-08-30 Chris LattnerLink to analysis.o not analysis.a
2002-08-21 Chris LattnerFixed linking problems that wanted me to link to analyz...
2002-08-21 Chris LattnerLink in all analyses so that we get pointer analysis...
2002-08-08 Chris Lattner- Cleaned up the interface to AnalysisUsage to take...
2002-07-31 Chris LattnerChange command line option message on -q to make it...
2002-07-30 Chris LattnerPrint the tool name when an error comes from so that...
2002-07-29 Chris LattnerSeperate analysis wrapper stuff to AnalysisWrappers.cpp
next