Regenerate.
[oota-llvm.git] / tools / opt /
2007-04-10 Devang PatelEnable loop rotate pass.
2007-03-07 Devang PatelNow LoopUnswitch is a LoopPass.
2007-02-07 Chris Lattnerpush bytecode decompressor out through APIs. Now the...
2007-02-05 Reid SpencerFor PR411:
2007-02-03 Reid SpencerFor PR1072:
2007-02-02 Reid SpencerFor PR1152:
2007-01-31 Chris Lattnershutdown at end of run
2007-01-30 Reid SpencerFor PR1136: Rename GlobalVariable::isExternal as isDecl...
2007-01-21 Chris Lattnerdefault to emiting an uncompressed .bc file
2006-12-13 John CriswellRemove DSA.
2006-12-07 Bill WendlingChanged llvm_ostream et all to OStream. llvm_cerr,...
2006-12-06 Chris Lattnermake all llvm tools call llvm_shutdown when they exit...
2006-12-05 Chris LattnerThis needs the callgraph data structure to stick around...
2006-12-01 Chris Lattnertarget constructors are never used
2006-12-01 Nick LewyckyFix opt -o option. Don't pass a pointer to an auto...
2006-11-29 Bill WendlingReplacing std::iostreams with llvm iostreams. Some...
2006-11-28 Bill WendlingConvert to using llvm streams instead of iostreams.
2006-11-17 Bill WendlingNeed iostream to be included for the time being.
2006-11-02 Reid SpencerFor PR786:
2006-09-04 Chris LattnerUse LINK_COMPONENTS to specify *components* to link...
2006-08-28 Chris LattnerAdd a --disable-compression option like llvm-link/llvm...
2006-08-28 Reid SpencerFor PR387:
2006-08-27 Chris Lattner-analyze mode shouldn't output a .bc file.
2006-08-27 Chris LattnerEliminate RegisterAnalysis. RegisterPass now does...
2006-08-27 Chris LattnerMerge the 'analyze' mode code with the 'opt' mode code...
2006-08-21 Reid SpencerFor PR885:
2006-08-21 Nate BegemanFix a build failure
2006-08-21 Reid SpencerFor PR797:
2006-08-18 Reid SpencerFor PR797:
2006-08-18 Reid SpencerFor PR872:
2006-07-07 Chris LattnerTools require EH for their top-level try blocks.
2006-06-16 Chris LattnerDon't pass target name into TargetData anymore, it...
2006-06-07 Reid SpencerFor PR780:
2006-06-01 Reid SpencerUse archive libraries instead of object files for VMCor...
2006-05-24 Chris LattnerPatches to make the LLVM sources more -pedantic clean...
2006-05-12 Owen AndersonRefactor a bunch of includes so that TargetMachine...
2006-04-18 Andrew Lenharthfix printing call graphs
2006-02-22 Chris Lattnerreorder some libraries
2005-12-22 Chris LattnerFix test/Regression/Other/2002-01-31-CallGraph.ll after...
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
next