aboutsummaryrefslogtreecommitdiff
path: root/tools/bugpoint/ToolRunner.h
AgeCommit message (Expand)Author
2009-03-02Add a "-gcc-tool-args" option. This option acts like the "-tool-args" option,Bill Wendling
2008-09-09Allow use of ssh to perform remote execution.Evan Cheng
2008-04-28Add possibility of using arbitrary to to execute stuff from bugpoint.Anton Korobeynikov
2007-12-29remove attributions from tools.Chris Lattner
2007-07-04Pretty straightforward replacement of "bytecode" by "bitcode"Gabor Greif
2007-05-03Added -rsh-host and -rsh-user to support remote execution.Evan Cheng
2007-02-16Add possibility to set memory limit for binaries run via libSystem. ThisAnton Korobeynikov
2006-09-15Add a new -cbe-bug mode, which works just like -run-llc, except that it usesChris Lattner
2006-06-27Pass -Xlinker flags to gcc when it builds the shared object.Chris Lattner
2006-06-06Move ToolRunner.(cpp|h) into the bugpoint directoryChris Lattner
2006-06-06Add the -Xlinker option to bugpoint which allows an option to be passedReid Spencer
2005-04-21Remove trailing whitespaceMisha Brukman
2005-01-22Fix VC++ complaintJeff Cohen
2004-12-19For PR351:Reid Spencer
2004-12-16For PR351:Reid Spencer
2004-09-01Changes For Bug 352Reid Spencer
2004-07-24Provide timeout values to all abstract interpretersChris Lattner
2004-05-04Apply simplification suggested by Chris: why assign() when operator = will do?Brian Gaeke
2004-05-04Add "Args" optional argument to AbstractInterpreter factory methods, whichBrian Gaeke
2004-02-19Make ToolExecutionError inherit std::exception and implement itsAlkis Evlogimenos
2004-02-18Add support for just compiling a programChris Lattner
2004-02-18Byebye methodChris Lattner
2004-02-18When an error occurs executing a tool, we now throw an exception insteadChris Lattner
2004-02-17The CBE is no longer in llvm-disChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM copyright header (for lack of a better term).John Criswell
2003-10-14Generalize abstract interpreter interface to allow linking in an arbitrary nu...Chris Lattner
2003-10-14Substantial cleanups:Chris Lattner
2003-09-30Add a file headerChris Lattner
2003-09-29Abstracted away the process of running our tools + gcc from bugpoint.Misha Brukman