summaryrefslogtreecommitdiff
path: root/tools/bugpoint/ToolRunner.cpp
Commit message (Expand)AuthorAge
* Don't use PathV1.h in ToolRunner.h.Rafael Espindola2013-06-17
* Move PrependMainExecutablePath next to its only user.Rafael Espindola2013-06-14
* Avoid using PathV1.h in Program.h.Rafael Espindola2013-06-13
* Have sys::FindProgramByName return a std::string.Rafael Espindola2013-06-13
* Further reduce usage of sys::Path in bugpoint.Rafael Espindola2013-06-13
* Try to fix the build with libstdc++ 4.4.Rafael Espindola2013-06-13
* Reduce sys::Path usage in bugpoint.Rafael Espindola2013-06-13
* Remove the program class.Rafael Espindola2013-06-12
* [bugpoint] set Message after tool configurationSaleem Abdulrasool2013-01-24
* Sort the #include lines for tools/...Chandler Carruth2012-12-04
* Fix unintentional use of operator bool.John McCall2012-05-02
* Remove the C backend.Eric Christopher2012-03-23
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-20
* Remove the Alpha backend.Dan Gohman2011-10-27
* Have Program::Wait return -2 for crashed and timeouts instead of embeddingAndrew Trick2011-05-21
* Typo and missing checkin from r131186.Andrew Trick2011-05-11
* Bugpoint support for miscompilations that result in a crash.Andrew Trick2011-05-11
* ADT/Triple: Move a variety of clients to using isOSDarwin() and isOSWindows()Daniel Dunbar2011-04-19
* Switch FileRemover from PathV1 to V2.Michael J. Spencer2011-03-31
* Added bugpoint options: -compile-custom and -compile-command=...Andrew Trick2011-02-08
* Merge System into Support.Michael J. Spencer2010-11-29
* Fix some places where error messages were being swallowed.Dan Gohman2010-11-09
* Rename FindExecutable to PrependMainExecutablePath.Mikhail Glushenkov2010-11-03
* 80-col violations, trailing whitespace.Mikhail Glushenkov2010-11-03
* Fix these error messages to not mention PATH in cases whereDan Gohman2010-10-29
* Use the right gcc tool args for IsARMArchitecture.Jakob Stoklund Olesen2010-07-29
* Revert unintended white space change.Rafael Espindola2010-07-24
* Fix a trivial use after free.Rafael Espindola2010-07-24
* Apply timeouts and memory limits in more places. In particular, whenDuncan Sands2010-05-24
* Fix complete badness in bugpoint's IsARMArchitecture() function.Jakob Stoklund Olesen2010-05-13
* Add command line option --gcc to bugpoint.Kalle Raiskila2010-05-10
* The llc -f flag was removed.Nick Lewycky2010-04-29
* Remove use of exceptions from bugpoint. No deliberate functionality change!Nick Lewycky2010-04-12
* add support for bugpointing the integrated assembler. Something like thisChris Lattner2010-03-16
* Make bugpoint pass -load arguments to LLI. This lets one use bugpoint withDuncan Sands2009-11-17
* Add compare_lower and equals_lower methods to StringRef. Switch all users ofBenjamin Kramer2009-11-12
* Make LLVM command-line tools overwrite their output files without -f.Dan Gohman2009-08-25
* prune the #includes in raw_ostream.h by moving a Chris Lattner2009-08-24
* Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner2009-08-23
* Proper MSVC build fix (and remove my hack again). Patch by Yonggang Luo.Benjamin Kramer2009-08-19
* Add a hack to unbreak MSVC builds. str(n)casecmp are POSIX functions and aren...Benjamin Kramer2009-08-19
* Change bugpoint to use Triple to make runtime decisions.Daniel Dunbar2009-08-18
* Use (void *)(intptr_t) to cast function addresses to void*Dan Gohman2009-08-05
* Fix FindExecutable to use sys::Path::GetMainExecutable instead ofDan Gohman2009-08-05
* Pass user only if it's non-empty. Patch by Sandeep.Anton Korobeynikov2009-08-05
* Add save-temps option to bugpoint to keep temporary stuff.Anton Korobeynikov2009-08-05
* For remote execution, must cd to the executable directory since the exe expec...David Goodwin2009-07-20
* Require a remote command to exit with the exit status of the test program or ...Viktor Kutuzov2009-07-18
* Add a Force option to raw_fd_ostream to specify whether openingDan Gohman2009-07-15
* Use errs() instead of std::cerr.Dan Gohman2009-07-15