aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bugpoint/ToolRunner.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove the Alpha backend.Dan Gohman2011-10-271-2/+1
* Have Program::Wait return -2 for crashed and timeouts instead of embeddingAndrew Trick2011-05-211-9/+4
* Typo and missing checkin from r131186.Andrew Trick2011-05-111-1/+1
* Bugpoint support for miscompilations that result in a crash.Andrew Trick2011-05-111-2/+16
* ADT/Triple: Move a variety of clients to using isOSDarwin() and isOSWindows()Daniel Dunbar2011-04-191-3/+2
* Switch FileRemover from PathV1 to V2.Michael J. Spencer2011-03-311-3/+3
* Added bugpoint options: -compile-custom and -compile-command=...Andrew Trick2011-02-081-24/+108
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* Fix some places where error messages were being swallowed.Dan Gohman2010-11-091-6/+7
* Rename FindExecutable to PrependMainExecutablePath.Mikhail Glushenkov2010-11-031-5/+5
* 80-col violations, trailing whitespace.Mikhail Glushenkov2010-11-031-22/+23
* Fix these error messages to not mention PATH in cases whereDan Gohman2010-10-291-6/+6
* Use the right gcc tool args for IsARMArchitecture.Jakob Stoklund Olesen2010-07-291-3/+3
* Revert unintended white space change.Rafael Espindola2010-07-241-1/+1
* Fix a trivial use after free.Rafael Espindola2010-07-241-2/+6
* Apply timeouts and memory limits in more places. In particular, whenDuncan Sands2010-05-241-14/+24
* Fix complete badness in bugpoint's IsARMArchitecture() function.Jakob Stoklund Olesen2010-05-131-3/+2
* Add command line option --gcc to bugpoint.Kalle Raiskila2010-05-101-6/+8
* The llc -f flag was removed.Nick Lewycky2010-04-291-1/+0
* Remove use of exceptions from bugpoint. No deliberate functionality change!Nick Lewycky2010-04-121-43/+50
* add support for bugpointing the integrated assembler. Something like thisChris Lattner2010-03-161-33/+49
* Make bugpoint pass -load arguments to LLI. This lets one use bugpoint withDuncan Sands2009-11-171-4/+5
* Add compare_lower and equals_lower methods to StringRef. Switch all users ofBenjamin Kramer2009-11-121-3/+3
* Make LLVM command-line tools overwrite their output files without -f.Dan Gohman2009-08-251-1/+0
* prune the #includes in raw_ostream.h by moving a Chris Lattner2009-08-241-0/+1
* Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner2009-08-231-10/+11
* Proper MSVC build fix (and remove my hack again). Patch by Yonggang Luo.Benjamin Kramer2009-08-191-7/+2
* Add a hack to unbreak MSVC builds. str(n)casecmp are POSIX functions and aren...Benjamin Kramer2009-08-191-0/+5
* Change bugpoint to use Triple to make runtime decisions.Daniel Dunbar2009-08-181-28/+25
* Use (void *)(intptr_t) to cast function addresses to void*Dan Gohman2009-08-051-8/+4
* Fix FindExecutable to use sys::Path::GetMainExecutable instead ofDan Gohman2009-08-051-15/+22
* Pass user only if it's non-empty. Patch by Sandeep.Anton Korobeynikov2009-08-051-2/+4
* Add save-temps option to bugpoint to keep temporary stuff.Anton Korobeynikov2009-08-051-3/+8
* For remote execution, must cd to the executable directory since the exe expec...David Goodwin2009-07-201-3/+4
* Require a remote command to exit with the exit status of the test program or ...Viktor Kutuzov2009-07-181-11/+59
* Add a Force option to raw_fd_ostream to specify whether openingDan Gohman2009-07-151-9/+8
* Use errs() instead of std::cerr.Dan Gohman2009-07-151-35/+35
* control reaches end of non-void function.Evan Cheng2009-07-141-0/+2
* Fix for bugpoint -remote-clientViktor Kutuzov2009-07-141-7/+15
* Fix unused function warning.Daniel Dunbar2009-07-111-0/+2
* Support remote execute for ARM.David Goodwin2009-07-101-1/+30
* bugpoint for jit should just ignore GCC arguments.Evan Cheng2009-05-051-5/+0
* Also pass -gcc-tool-args when building a shared object.Evan Cheng2009-03-121-2/+5
* Add a "-gcc-tool-args" option. This option acts like the "-tool-args" option,Bill Wendling2009-03-021-9/+18
* Rename bugpoint's error message file so that if it somehowDan Gohman2009-02-121-1/+1
* Allow use of ssh to perform remote execution.Evan Cheng2008-09-091-14/+25
* Add possibility of using arbitrary to to execute stuff from bugpoint.Anton Korobeynikov2008-04-281-0/+104
* -fPIC is required on x86-64 when building shared objects.Torok Edwin2008-04-061-1/+1
* remove attributions from tools.Chris Lattner2007-12-291-2/+2
* Pretty straightforward replacement of "bytecode" by "bitcode"Gabor Greif2007-07-041-20/+20