aboutsummaryrefslogtreecommitdiff
path: root/tools/bugpoint/ToolRunner.cpp
AgeCommit message (Expand)Author
2013-01-24[bugpoint] set Message after tool configurationSaleem Abdulrasool
2012-12-04Sort the #include lines for tools/...Chandler Carruth
2012-05-02Fix unintentional use of operator bool.John McCall
2012-03-23Remove the C backend.Eric Christopher
2011-12-20Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie
2011-10-27Remove the Alpha backend.Dan Gohman
2011-05-21Have Program::Wait return -2 for crashed and timeouts instead of embeddingAndrew Trick
2011-05-11Typo and missing checkin from r131186.Andrew Trick
2011-05-11Bugpoint support for miscompilations that result in a crash.Andrew Trick
2011-04-19ADT/Triple: Move a variety of clients to using isOSDarwin() and isOSWindows()Daniel Dunbar
2011-03-31Switch FileRemover from PathV1 to V2.Michael J. Spencer
2011-02-08Added bugpoint options: -compile-custom and -compile-command=...Andrew Trick
2010-11-29Merge System into Support.Michael J. Spencer
2010-11-09Fix some places where error messages were being swallowed.Dan Gohman
2010-11-03Rename FindExecutable to PrependMainExecutablePath.Mikhail Glushenkov
2010-11-0380-col violations, trailing whitespace.Mikhail Glushenkov
2010-10-29Fix these error messages to not mention PATH in cases whereDan Gohman
2010-07-29Use the right gcc tool args for IsARMArchitecture.Jakob Stoklund Olesen
2010-07-24Revert unintended white space change.Rafael Espindola
2010-07-24Fix a trivial use after free.Rafael Espindola
2010-05-24Apply timeouts and memory limits in more places. In particular, whenDuncan Sands
2010-05-13Fix complete badness in bugpoint's IsARMArchitecture() function.Jakob Stoklund Olesen
2010-05-10Add command line option --gcc to bugpoint.Kalle Raiskila
2010-04-29The llc -f flag was removed.Nick Lewycky
2010-04-12Remove use of exceptions from bugpoint. No deliberate functionality change!Nick Lewycky
2010-03-16add support for bugpointing the integrated assembler. Something like thisChris Lattner
2009-11-17Make bugpoint pass -load arguments to LLI. This lets one use bugpoint withDuncan Sands
2009-11-12Add compare_lower and equals_lower methods to StringRef. Switch all users ofBenjamin Kramer
2009-08-25Make LLVM command-line tools overwrite their output files without -f.Dan Gohman
2009-08-24prune the #includes in raw_ostream.h by moving a Chris Lattner
2009-08-23Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner
2009-08-19Proper MSVC build fix (and remove my hack again). Patch by Yonggang Luo.Benjamin Kramer
2009-08-19Add a hack to unbreak MSVC builds. str(n)casecmp are POSIX functions and aren...Benjamin Kramer
2009-08-18Change bugpoint to use Triple to make runtime decisions.Daniel Dunbar
2009-08-05Use (void *)(intptr_t) to cast function addresses to void*Dan Gohman
2009-08-05Fix FindExecutable to use sys::Path::GetMainExecutable instead ofDan Gohman
2009-08-05Pass user only if it's non-empty. Patch by Sandeep.Anton Korobeynikov
2009-08-05Add save-temps option to bugpoint to keep temporary stuff.Anton Korobeynikov
2009-07-20For remote execution, must cd to the executable directory since the exe expec...David Goodwin
2009-07-18Require a remote command to exit with the exit status of the test program or ...Viktor Kutuzov
2009-07-15Add a Force option to raw_fd_ostream to specify whether openingDan Gohman
2009-07-15Use errs() instead of std::cerr.Dan Gohman
2009-07-14control reaches end of non-void function.Evan Cheng
2009-07-14Fix for bugpoint -remote-clientViktor Kutuzov
2009-07-11Fix unused function warning.Daniel Dunbar
2009-07-10Support remote execute for ARM.David Goodwin
2009-05-05bugpoint for jit should just ignore GCC arguments.Evan Cheng
2009-03-12Also pass -gcc-tool-args when building a shared object.Evan Cheng
2009-03-02Add a "-gcc-tool-args" option. This option acts like the "-tool-args" option,Bill Wendling
2009-02-12Rename bugpoint's error message file so that if it somehowDan Gohman