summaryrefslogtreecommitdiffstats
path: root/llvm/tools/bugpoint/ToolRunner.h
Commit message (Expand)AuthorAgeFilesLines
* Don't use PathV1.h in ToolRunner.h.Rafael Espindola2013-06-171-3/+2
* Remove CBE related code.Rafael Espindola2013-06-171-50/+0
* Further reduce usage of sys::Path in bugpoint.Rafael Espindola2013-06-131-3/+3
* Include PathV1.h in files that use it.Rafael Espindola2013-06-111-0/+1
* Sort the #include lines for tools/...Chandler Carruth2012-12-041-1/+1
* Unweaken vtables as per http://llvm.org/docs/CodingStandards.html#ll_virtual_...David Blaikie2011-12-201-0/+1
* Added bugpoint options: -compile-custom and -compile-command=...Andrew Trick2011-02-081-2/+7
* whitespaceAndrew Trick2011-02-081-1/+1
* Merge System into Support.Michael J. Spencer2010-11-291-1/+1
* Convert some tab stops into spaces.Duncan Sands2010-07-121-1/+1
* Apply timeouts and memory limits in more places. In particular, whenDuncan Sands2010-05-241-6/+15
* Add command line option --gcc to bugpoint.Kalle Raiskila2010-05-101-3/+3
* Remove use of exceptions from bugpoint. No deliberate functionality change!Nick Lewycky2010-04-121-34/+30
* add support for bugpointing the integrated assembler. Something like thisChris Lattner2010-03-161-4/+8
* eliminate the ostream version of CheckBitcodeOutputToConsole,Chris Lattner2009-08-231-0/+1
* Change bugpoint to use Triple to make runtime decisions.Daniel Dunbar2009-08-181-0/+2
* Fix FindExecutable to use sys::Path::GetMainExecutable instead ofDan Gohman2009-08-051-9/+6
* Add save-temps option to bugpoint to keep temporary stuff.Anton Korobeynikov2009-08-051-0/+3
* Add a "-gcc-tool-args" option. This option acts like the "-tool-args" option,Bill Wendling2009-03-021-16/+28
* Allow use of ssh to perform remote execution.Evan Cheng2008-09-091-3/+3
* Add possibility of using arbitrary to to execute stuff from bugpoint.Anton Korobeynikov2008-04-281-0/+4
* remove attributions from tools.Chris Lattner2007-12-291-2/+2
* Pretty straightforward replacement of "bytecode" by "bitcode"Gabor Greif2007-07-041-16/+16
* Added -rsh-host and -rsh-user to support remote execution.Evan Cheng2007-05-031-1/+3
* Add possibility to set memory limit for binaries run via libSystem. ThisAnton Korobeynikov2007-02-161-4/+8
* Add a new -cbe-bug mode, which works just like -run-llc, except that it usesChris Lattner2006-09-151-10/+18
* Pass -Xlinker flags to gcc when it builds the shared object.Chris Lattner2006-06-271-2/+3
* Move ToolRunner.(cpp|h) into the bugpoint directoryChris Lattner2006-06-061-0/+199
OpenPOWER on IntegriCloud