aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bugpoint/ToolRunner.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a file headerChris Lattner2003-09-301-0/+6
* Abstracted away the process of running our tools + gcc from bugpoint.Misha Brukman2003-09-291-0/+115