aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bugpoint/ToolRunner.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-1/+1
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-2/+2
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-7/+9
* Update to LLVM 3.5a.Stephen Hines2014-04-241-17/+17
* 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-4/+3
* Add the -Xlinker option to bugpoint which allows an option to be passedReid Spencer2006-06-061-2/+9
* Remove trailing whitespaceMisha Brukman2005-04-211-6/+6
* Fix VC++ complaintJeff Cohen2005-01-221-1/+2
* For PR351:Reid Spencer2004-12-191-4/+4
* For PR351:Reid Spencer2004-12-161-2/+2
* Changes For Bug 352Reid Spencer2004-09-011-4/+4
* Provide timeout values to all abstract interpretersChris Lattner2004-07-241-4/+7
* Apply simplification suggested by Chris: why assign() when operator = will do?Brian Gaeke2004-05-041-2/+2
* Add "Args" optional argument to AbstractInterpreter factory methods, whichBrian Gaeke2004-05-041-8/+20
* Make ToolExecutionError inherit std::exception and implement itsAlkis Evlogimenos2004-02-191-3/+5
* Add support for just compiling a programChris Lattner2004-02-181-0/+19
* Byebye methodChris Lattner2004-02-181-3/+0
* When an error occurs executing a tool, we now throw an exception insteadChris Lattner2004-02-181-5/+20
* The CBE is no longer in llvm-disChris Lattner2004-02-171-2/+2
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-201-0/+7
* Generalize abstract interpreter interface to allow linking in an arbitrary nu...Chris Lattner2003-10-141-7/+20
* Substantial cleanups:Chris Lattner2003-10-141-39/+38