[Bugpoint] Use 'CC' instead of 'GCC' for variable naming.
[oota-llvm.git] / tools / bugpoint / ToolRunner.cpp
2015-10-14 Davide Italiano[Bugpoint] Use 'CC' instead of 'GCC' for variable naming.
2015-10-11 Davide Italiano[Bugpoint] Get rid of dead code. No functional change.
2014-11-04 Michael J. SpencerUse findProgramByName.
2014-10-07 Lang Hames[Bugpoint] Close error log in ProcessFailure. Bugpoint...
2014-07-13 NAKAMURA Takumibugpoint/ToolRunner.cpp: ProcessFailure(): Close ErrorF...
2014-06-13 Rafael EspindolaRemove 'using std::error_code' from tools.
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-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-03-08 Craig Topper[C++11] Add 'override' keyword to virtual methods that...
2014-03-08 Adam Nemet[bugpoint] Don't ignore arg in -compile-commad="tool...
2013-11-04 Jakub StaszakUse startswith_lower() where possible.
2013-07-05 Rafael EspindolaAdd a createUniqueFile function and switch llvm's users...
2013-07-05 Rafael EspindolaUse sys::fs::createTemporaryFile.
2013-06-26 Rafael EspindolaRemove unused includes.
2013-06-26 Rafael EspindolaPort GetMainExecutable over to PathV2.
2013-06-25 Rafael EspindolaMove GetEXESuffix to the one place it is used.
2013-06-18 Rafael EspindolaConvert most uses of PathV1.h in ToolRunner.cpp.
2013-06-18 Rafael EspindolaReturn a std::string from PrependMainExecutablePath.
2013-06-17 Rafael EspindolaDon't use PathV1.h in ToolRunner.h.
2013-06-14 Rafael EspindolaMove PrependMainExecutablePath next to its only user.
2013-06-13 Rafael EspindolaAvoid using PathV1.h in Program.h.
2013-06-13 Rafael EspindolaHave sys::FindProgramByName return a std::string.
2013-06-13 Rafael EspindolaFurther reduce usage of sys::Path in bugpoint.
2013-06-13 Rafael EspindolaTry to fix the build with libstdc++ 4.4.
2013-06-13 Rafael EspindolaReduce sys::Path usage in bugpoint.
2013-06-12 Rafael EspindolaRemove the program class.
2013-01-24 Saleem Abdulrasool[bugpoint] set Message after tool configuration
2012-12-04 Chandler CarruthSort the #include lines for tools/...
2012-05-02 John McCallFix unintentional use of operator bool.
2012-03-23 Eric ChristopherRemove the C backend.
2011-12-20 David BlaikieUnweaken vtables as per llvm.org/docs/CodingStandards...
2011-10-27 Dan GohmanRemove the Alpha backend.
2011-05-21 Andrew TrickHave Program::Wait return -2 for crashed and timeouts...
2011-05-11 Andrew TrickTypo and missing checkin from r131186.
2011-05-11 Andrew TrickBugpoint support for miscompilations that result in...
2011-04-19 Daniel DunbarADT/Triple: Move a variety of clients to using isOSDarw...
2011-03-31 Michael J. SpencerSwitch FileRemover from PathV1 to V2.
2011-02-08 Andrew TrickAdded bugpoint options: -compile-custom and -compile...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-11-09 Dan GohmanFix some places where error messages were being swallowed.
2010-11-03 Mikhail GlushenkovRename FindExecutable to PrependMainExecutablePath.
2010-11-03 Mikhail Glushenkov80-col violations, trailing whitespace.
2010-10-29 Dan GohmanFix these error messages to not mention PATH in cases...
2010-07-29 Jakob Stoklund OlesenUse the right gcc tool args for IsARMArchitecture.
2010-07-24 Rafael EspindolaRevert unintended white space change.
2010-07-24 Rafael EspindolaFix a trivial use after free.
2010-05-24 Duncan SandsApply timeouts and memory limits in more places. In...
2010-05-13 Jakob Stoklund OlesenFix complete badness in bugpoint's IsARMArchitecture...
2010-05-10 Kalle RaiskilaAdd command line option --gcc to bugpoint.
2010-04-29 Nick LewyckyThe llc -f flag was removed.
2010-04-12 Nick LewyckyRemove use of exceptions from bugpoint. No deliberate...
2010-03-16 Chris Lattneradd support for bugpointing the integrated assembler...
2009-11-17 Duncan SandsMake bugpoint pass -load arguments to LLI. This lets...
2009-11-12 Benjamin KramerAdd compare_lower and equals_lower methods to StringRef...
2009-08-25 Dan GohmanMake LLVM command-line tools overwrite their output...
2009-08-24 Chris Lattnerprune the #includes in raw_ostream.h by moving a
2009-08-23 Chris LattnerPrune #includes from llvm/Linker.h and llvm/System...
2009-08-19 Benjamin KramerProper MSVC build fix (and remove my hack again). Patch...
2009-08-19 Benjamin KramerAdd a hack to unbreak MSVC builds. str(n)casecmp are...
2009-08-18 Daniel DunbarChange bugpoint to use Triple to make runtime decisions.
2009-08-05 Dan GohmanUse (void *)(intptr_t) to cast function addresses to...
2009-08-05 Dan GohmanFix FindExecutable to use sys::Path::GetMainExecutable...
2009-08-05 Anton KorobeynikovPass user only if it's non-empty. Patch by Sandeep.
2009-08-05 Anton KorobeynikovAdd save-temps option to bugpoint to keep temporary...
2009-07-20 David GoodwinFor remote execution, must cd to the executable directo...
2009-07-18 Viktor KutuzovRequire a remote command to exit with the exit status...
2009-07-15 Dan GohmanAdd a Force option to raw_fd_ostream to specify whether...
2009-07-15 Dan GohmanUse errs() instead of std::cerr.
2009-07-14 Evan Chengcontrol reaches end of non-void function.
2009-07-14 Viktor KutuzovFix for bugpoint -remote-client
2009-07-11 Daniel DunbarFix unused function warning.
2009-07-10 David GoodwinSupport remote execute for ARM.
2009-05-05 Evan Chengbugpoint for jit should just ignore GCC arguments.
2009-03-12 Evan ChengAlso pass -gcc-tool-args when building a shared object.
2009-03-02 Bill WendlingAdd a "-gcc-tool-args" option. This option acts like...
2009-02-12 Dan GohmanRename bugpoint's error message file so that if it...
2008-09-09 Evan ChengAllow use of ssh to perform remote execution.
2008-04-28 Anton KorobeynikovAdd possibility of using arbitrary to to execute stuff...
2008-04-06 Torok Edwin-fPIC is required on x86-64 when building shared objects.
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-05-03 Evan ChengAdded -rsh-host and -rsh-user to support remote execution.
2007-02-16 Anton KorobeynikovAdd possibility to set memory limit for binaries run...
2007-01-03 Evan ChengA bit more debugging printf's.
2006-09-15 Chris Lattnercomment out debug code
2006-09-15 Chris LattnerAdd a new -cbe-bug mode, which works just like -run...
2006-08-23 Reid SpencerFor PR797:
2006-08-21 Reid SpencerFor PR797:
2006-08-21 Reid SpencerFor PR797:
2006-06-27 Chris LattnerPass -Xlinker flags to gcc when it builds the shared...
2006-06-09 Chris LattnerAfter telling GCC to type of the input file with -x...
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-02-04 Chris LattnerLet bugpoint work on sparc with v9 instructions enabled.
2006-01-22 Chris LattnerAdd explicit #includes of <iostream>
2006-01-17 Chris LattnerRevert this, I didn't mean to commit it
2006-01-17 Chris LattnerAdd support for programs with a null argv[0]
2005-08-29 Chris LattnerAllow bugpoint+PPC codegen to use fsqrt
next