Don't use 'using std::error_code' in include/llvm.
[oota-llvm.git] / tools / bugpoint / ExecutionDriver.cpp
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-04-25 Craig Topper[C++] Use 'nullptr'. Tools edition.
2014-03-14 Rafael EspindolaFix a bug introduced during the transition to PathV2.
2013-10-01 Rafael EspindolaRemove several unused variables.
2013-07-05 Rafael EspindolaAdd a createUniqueFile function and switch llvm's users...
2013-06-28 Hal FinkelFix bugpoint execution/reference output file name
2013-06-18 Rafael EspindolaAdd a version of unique_file that return just the file...
2013-06-18 Rafael EspindolaRemove use of PathV1.h from ExecutionDriver.cpp.
2013-06-17 Rafael EspindolaDon't use PathV1.h in ToolRunner.h.
2013-06-13 Rafael EspindolaDon't use PathV1.h in FileUtilities.h.
2013-01-24 Saleem Abdulrasool[bugpoint] make tool selection messages unique
2012-03-23 Eric ChristopherRemove the C backend.
2012-01-10 David BlaikieRemove unnecessary default cases in switches that cover...
2011-05-11 Andrew TrickBugpoint support for miscompilations that result in...
2011-03-31 Michael J. SpencerSwitch FileRemover from PathV1 to V2.
2011-02-08 Andrew TrickAdded bugpoint options: -compile-custom and -compile...
2011-02-08 Andrew Trickwhitespace
2010-08-05 Rafael EspindolaAdd const to compileProgram and to the various test...
2010-07-31 Rafael EspindolaAdd const to some methods and change TestMergedProgram...
2010-07-30 Rafael EspindolaAdd a Program argument to diffProgram to avoid a use...
2010-05-24 Duncan SandsApply timeouts and memory limits in more places. In...
2010-05-10 Kalle RaiskilaAdd command line option --gcc to bugpoint.
2010-04-12 Nick LewyckyRemove use of exceptions from bugpoint. No deliberate...
2010-04-10 Nick LewyckyRemove dead argument and clean whitespace. No functiona...
2010-03-16 Chris Lattneradd support for bugpointing the integrated assembler...
2009-09-07 Daniel DunbarAdd -output-prefix option to bugpoint (to change the...
2009-08-23 Chris LattnerPrune #includes from llvm/Linker.h and llvm/System...
2009-08-05 Dan GohmanFix FindExecutable to use sys::Path::GetMainExecutable...
2009-08-05 Anton KorobeynikovAdd save-temps option to bugpoint to keep temporary...
2009-07-21 Evan Cheng80 col violation.
2009-07-16 Dan GohmanConvert more tools code from cerr and cout to errs...
2009-07-15 Dan GohmanUse errs() instead of std::cerr.
2009-07-10 David GoodwinSupport remote execute for ARM.
2009-03-02 Bill WendlingAdd a "-gcc-tool-args" option. This option acts like...
2008-12-08 Dan GohmanGeneralize bugpoint's concept of a "safe" backend,...
2008-10-26 Nick LewyckyRemove -check-exit-code from bugpoint. This is subsumed...
2008-06-12 Matthijs KooijmanLet bugpoint display generated messages on stderr only...
2008-04-28 Anton KorobeynikovAdd possibility of using arbitrary to to execute stuff...
2007-12-29 Chris Lattnerremove attributions from tools.
2007-07-04 Gabor GreifPretty straightforward replacement of "bytecode" by...
2007-06-06 Lauro Ramos VenancioFix bugpoint to run -llc-safe with -Xlinker.
2007-02-16 Anton KorobeynikovAdd possibility to set memory limit for binaries run...
2006-11-28 Reid SpencerAdd an -append-exit-code option to bugpoint. This will...
2006-11-09 Chris Lattneradd a new bugpoint mode -llc-safe. This uses LLC for...
2006-11-05 Jeff CohenUnbreak VC++ build.
2006-09-15 Chris LattnerAdd a new -cbe-bug mode, which works just like -run...
2006-08-23 Reid SpencerFor PR797:
2006-08-15 Patrick JenkinsThis commit adds a new feature called find-bugs. The...
2006-06-27 Chris LattnerPass -Xlinker flags to gcc when it builds the shared...
2006-06-13 Chris LattnerTeach bugpoint to kill optimization passes that run...
2006-06-06 Chris LattnerMove ToolRunner.(cpp|h) into the bugpoint directory
2006-06-06 Reid SpencerAdd the -Xlinker option to bugpoint which allows an...
2006-01-22 Chris Lattneradd explicit #includes of iostream
2005-07-27 Jeff CohenEliminate all remaining tabs and trailing spaces.
2005-07-08 Reid SpencerFinal Changes For PR495:
2005-07-07 Reid SpencerFor PR495:
2005-04-22 Misha BrukmanRemove trailing whitespace
2005-01-23 Chris LattnerAdd support for fp tolerances
2005-01-23 Chris LattnerAdjust to changed interface.
2004-12-22 Brian GaekeFix the build on PowerPC/Darwin - it thought we were...
2004-12-16 Reid SpencerFor PR351:
2004-12-15 Reid SpencerFor PR351:
2004-09-01 Reid SpencerChanges For Bug 352
2004-07-24 Chris LattnerFinally give bugpoint -timeout support!
2004-07-23 Misha Brukman* Convert "\n" -> '\n'
2004-07-21 Brian GaekeThese files don't need to include <iostream> since...
2004-07-16 Chris LattnerIA64 compat
2004-05-06 Chris LattnerUse the new commandline flag to allow us to call bugpoi...
2004-05-06 Chris LattnerRemove a really old comment
2004-05-04 Brian GaekeAdd --tool-args flag which lets you pass arguments...
2004-04-19 Misha Brukman* Reorder #includes
2004-04-02 Chris LattnerIf the program returns a non-zero exit value, don't...
2004-02-18 Chris LattnerAdd a new method for use by the code generator crash...
2004-02-18 Chris LattnerMake the executeProgram method exception safe, not...
2004-02-18 Chris LattnerUpdate comments, if we are running with the CBE, make...
2004-02-11 Brian GaekeAdd check-exit-code option, defaulting to true.
2004-01-14 Chris Lattnerfinegrainify namespacification
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-21 Brian GaekeFix the first FIXME in this file: automatically pick...
2003-10-20 Chris Lattnerfix file headers
2003-10-20 John CriswellAdded copyright header to all C++ source files.
2003-10-19 Chris LattnerOk, return an explicit path to the shared object, unbre...
2003-10-18 Chris LattnerDon't leave a trail of bugpoint-execution-output-*...
2003-10-18 Chris LattnerChange run-lli -> run-int
2003-10-18 Chris LattnerDefault to using the CBE instead of the Interpreter...
2003-10-14 Chris Lattneradd support forloading additional .so files on the...
2003-10-14 Chris LattnerChange the execute methods to take the shared object...
2003-10-14 Chris LattnerThe return value of compileSharedObject was never used...
2003-10-07 Chris LattnerThis header file moved. Thanks to Bill and Nightly...
2003-09-29 Misha BrukmanUse the newly abstracted interface for running our...
2003-08-28 Misha BrukmanRenaming `dis' -> `llvm-dis'.
2003-08-18 Chris Lattnerno-strict-aliasing redux
2003-08-18 Chris LattnerThe CBE generates code which violates the TBAA rules...
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-08-04 Chris LattnerMake sure to flush the output stream so that we get...
2003-08-01 Chris LattnerDEBUG got moved to Debug.h
2003-08-01 Chris LattnerUse the new FileUtilities library to do diff'ing of...
2003-07-30 Misha Brukman* Moved InputArgv out of anonymous scope to be extern...
2003-07-30 Misha BrukmanMoved definition of InputArgv into ExecutionDriver...
next