Temporarily set SROA threshold to 512.
[oota-llvm.git] / tools / opt / opt.cpp
2007-07-17 Evan ChengTemporarily set SROA threshold to 512.
2007-07-05 Gabor GreifHere is the bulk of the sanitizing.
2007-07-05 Devang PatelFix PR1539. Add LoopPassPrinter.
2007-06-28 Devang PatelFix PR 1526.
2007-05-06 Chris Lattneruse the new MemoryBuffer interfaces to simplify error...
2007-05-06 Chris Lattnermake sure the ofstream for opt's output file is destroy...
2007-05-06 Chris Lattnerswitch tools to bitcode from bytecode
2007-05-06 Chris Lattneradd support to llvm-prof for reading from a bitcode...
2007-05-06 Chris Lattnerif -bitcode is specified, read and write a bitcode...
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-04-20 Chris Lattnerremove cruft
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-21 Chris Lattnerdefault to emiting an uncompressed .bc file
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-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-02 Reid SpencerFor PR786:
2006-08-28 Chris LattnerAdd a --disable-compression option like llvm-link/llvm...
2006-08-27 Chris Lattner-analyze mode shouldn't output a .bc file.
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-06-16 Chris LattnerDon't pass target name into TargetData anymore, it...
2006-06-07 Reid SpencerFor PR780:
2006-05-12 Owen AndersonRefactor a bunch of includes so that TargetMachine...
2005-04-22 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-11-14 Reid SpencerFix usage of changed function prototype
2004-10-15 Misha BrukmanFix hyphenation and quoting style for great justice
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-29 Reid SpencerThe functions in Signal.h are now in the llvm::sys...
2004-07-11 Chris LattnerPrune unused #include
2004-07-11 Chris LattnerAdd -load option
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 LattnerHeader file moved
2004-04-02 Chris LattnerFix wonky header
2004-02-19 Chris LattnerMake sure to print a stack trace whenever an error...
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-20 John CriswellRemoved extraneous comment line.
2003-10-20 John CriswellAdded copyright header to all C++ source files.
2003-10-10 Misha BrukmanFix grammar.
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 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-10-29 Chris LattnerRename Sparc.h TargetMachineImpls.h
2002-09-16 Vikram S. AdveAdd support for optimization passes that use a TargetMa...
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-26 Chris LattnerFactor PassNamePArser out into llvm/Support/PassNamePar...
2002-07-25 Chris Lattner*** empty log message ***
2002-07-23 Chris LattnerUse the pass registration mechanism to populate command...
2002-07-22 Chris Lattner*** empty log message ***
2002-07-12 Anand Shuklaadded emitfuncs pass, and disabled reassociate pass...
2002-06-30 Chris Lattner*** empty log message ***
2002-06-25 Anand ShuklaChanges for 64bit gcc
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-05-21 Chris LattnerExpose cfg simplification pass
2002-05-10 Chris Lattnerexpose LICM pass
2002-05-10 Chris LattnerExpose the lowerallocs pass
2002-05-10 Chris LattnerExpose the pi node insertion pass.
2002-05-08 Chris LattnerExpose expression reassociation
2002-05-07 Chris LattnerSpell aggressive correctly
2002-05-07 Chris LattnerMerge all include/llvm/Transforms/Scalar/* into a singl...
2002-05-07 Chris LattnerMove UnifyFunctionExitNodes to Utils library: final...
2002-05-07 Chris LattnerUpdates to move some header files out of include/llvm...
2002-04-28 Chris LattnerExpose the internalize pass.
2002-04-28 Chris LattnerExpose new GCSE pass
2002-04-27 Chris Lattners/Method/Function
2002-04-27 Chris Lattner* Rename MethodPass class to FunctionPass
2002-04-18 Chris LattnerMake sure that there is no case where a signal can...
2002-04-13 Chris Lattner* Add the printm pass to allow dumping the entire modul...
2002-04-12 Chris LattnerExpose funcresolve pass through opt
next