[cleanup] Move the Dominators.h and Verifier.h headers into the IR
[oota-llvm.git] / tools / bugpoint / OptimizerDriver.cpp
2014-01-13 Chandler Carruth[cleanup] Move the Dominators.h and Verifier.h headers...
2013-08-05 Michael Gottesman[bugpoint] Allow the user to specify the path to opt...
2013-07-16 Rafael EspindolaAdd a wrapper for open.
2013-07-05 Rafael EspindolaAdd a createUniqueFile function and switch llvm's users...
2013-06-18 Rafael EspindolaAdd a version of unique_file that return just the file...
2013-06-18 Rafael EspindolaRemove usage of PathV1.h from OptimizerDriver.cpp.
2013-06-18 Rafael EspindolaConvert some uses of eraseFromDisk.
2013-06-18 Rafael EspindolaDon't use PathV1.h in tools/bugpoint/Miscompilation...
2013-06-13 Rafael EspindolaDon't use PathV1.h in FileUtilities.h.
2013-06-13 Rafael EspindolaAvoid using PathV1.h in Program.h.
2013-06-13 Rafael EspindolaHave sys::FindProgramByName return a std::string.
2013-06-12 Rafael EspindolaRemove the program class.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-04 Chandler CarruthSort the #include lines for tools/...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-03-19 Chris LattnerFix two bugpoint bugs:
2011-05-21 Andrew TrickHave Program::Wait return -2 for crashed and timeouts...
2011-02-24 Chris Lattnerfit in 80 cols.
2010-11-29 Michael J. SpencerMerge System into Support.
2010-11-03 Mikhail GlushenkovRename FindExecutable to PrependMainExecutablePath.
2010-11-03 Mikhail Glushenkov80-col violations, trailing whitespace.
2010-10-29 Dan GohmanCheck for (unlikely) errors from FindExecutable.
2010-10-29 Dan GohmanDelete this obsolete comment.
2010-10-07 Dan GohmanMove tool_output_file into its own file.
2010-09-01 Dan GohmanMake tool_output_file's raw_ostream instance a member...
2010-08-24 Chris LattnerApply "Win32's Hybrid path separator in argv[0] should...
2010-08-20 Dan GohmanConvert tools to use tool_output_file, and introduce...
2010-08-08 Rafael EspindolaAdd a opt-args option that can be used to pass argument...
2010-08-08 Rafael EspindolaMost of bugpoint now only needs to know the pass names.
2010-08-07 Rafael EspindolaRun opt instead of bugpoint itself.
2010-08-05 Bob WilsonRevert bugpoint change due to buildbot breakage.
2010-08-05 Rafael EspindolaRun opt instead of bugpoint itself.
2010-08-05 Rafael EspindolaMake EmitProgressBitcode const and add a Module argumen...
2010-07-28 Rafael EspindolaInstead of abusing swapProgramIn, just add a Module...
2010-07-20 Owen AndersonSpeculatively revert r108813, in an attempt to get...
2010-07-20 Owen AndersonReapply r108794, a fix for the failing test from last...
2010-07-20 Daniel DunbarRevert r108794, "Separate PassInfo into two classes...
2010-07-20 Owen AndersonSeparate PassInfo into two classes: a constructor-free...
2010-03-19 Jeffrey YasskinBugpoint's default memory limit (100MB) was too low...
2009-09-07 Daniel DunbarAdd -output-prefix option to bugpoint (to change the...
2009-08-25 Dan GohmanMake LLVM command-line tools overwrite their output...
2009-08-23 Chris LattnerPrune #includes from llvm/Linker.h and llvm/System...
2009-08-23 Chris Lattnereliminate the std::ostream forms of the bitcode writing...
2009-08-18 Nick LewyckyInclude valgrind in the steps to reproduce if valgrind...
2009-08-05 Dan GohmanFix FindExecutable to use sys::Path::GetMainExecutable...
2009-07-16 Dan GohmanConvert more tools code from cerr and cout to errs...
2009-07-01 Owen AndersonAdd a pointer to the owning LLVMContext to Module....
2008-06-12 Matthijs KooijmanAdd -silence-passes option to bugpoint. This option...
2008-02-26 Bill WendlingDetabify.
2007-12-29 Chris Lattnerremove attributions from tools.
2007-11-14 Nick LewyckyAllow the block extractor take to take a list of basic...
2007-07-04 Gabor GreifPretty straightforward replacement of "bytecode" by...
2007-05-06 Chris LattnerFix a buggy conversion from bytecode to bitcode
2007-05-06 Chris Lattnerswitch tools to bitcode from bytecode
2007-05-06 Chris Lattneradd bitcode support
2007-02-16 Anton KorobeynikovAdd possibility to set memory limit for binaries 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-11-29 Bill WendlingReplacing std::iostreams with llvm iostreams. Some...
2006-09-14 Nick LewyckyFix --enable-valgrind. Add room for the new arguments...
2006-09-14 Nick LewyckyAdd --enable-valgrind option to run optimizations throu...
2006-08-27 Chris Lattneranalyze no longer exists, don't offer to run it :)
2006-08-23 Reid SpencerFor PR797:
2006-08-21 Reid SpencerFor PR797:
2006-08-21 Reid SpencerFor PR797:
2006-06-16 Chris LattnerDon't pass target name into TargetData anymore, it...
2006-06-13 Chris LattnerTeach bugpoint to kill optimization passes that run...
2006-05-14 Chris LattnerFix a bug found by inspection.
2006-01-26 Andrew LenharthPass plugins on to children when optimizing.
2006-01-23 Chris Lattnerthis doesn't work, remove it
2005-12-23 Jeff CohenGet bugpoint building with VC++ again.
2005-12-22 Reid SpencerFor PR351:
2005-07-08 Reid SpencerFinal Changes For PR495:
2005-07-07 Reid SpencerFor PR495:
2005-04-22 Jeff CohenEliminate tabs and trailing spaces
2005-04-22 Misha BrukmanRemove trailing whitespace
2005-02-16 Jeff CohenGet bugpoint compiling with VC++ again, not that it...
2005-01-22 Jeff Cohenoops
2005-01-22 Jeff CohenUse binary mode for reading/writing bytecode files
2004-12-16 Reid SpencerFor PR351:
2004-12-15 Reid SpencerFor PR351:
2004-11-07 Reid SpencerEnable compression by default.
2004-09-01 Reid SpencerChanges For Bug 352
2004-05-12 Chris LattnerDon't leave dead bytecode.output files around if the...
2004-03-14 Chris LattnerFix a minor bug in runPassesOn
2004-03-14 Chris LattnerAdd a new "AutoDebugCrashes" option
2004-03-14 Chris LattnerAdd new method
2004-02-18 Chris LattnerDon't crash if there are no passes in the PassesToRun...
2004-01-14 Chris Lattnerfinegrainify namespacification
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 Chris Lattnerfix file headers
2003-10-20 John CriswellAdded copyright header to all C++ source files.
2003-10-10 Brian GaekeDon't include <stdlib.h>.
2003-10-10 Misha BrukmanFix spelling.
2003-08-07 Misha BrukmanFile-related functions moved to FileUtilities.h .
2003-08-07 Misha BrukmanRe-grouped and alphabetized headers for easier reading...
2003-08-07 Misha BrukmanMoved SystemUtils.h to include/Support and SystemUtils...
2003-07-21 Misha BrukmanFixed misspelling.
2003-06-02 Chris LattnerGive better information about how the passes crash
2003-04-24 Chris LattnerMake sure to create a target data that matches the...
next