summaryrefslogtreecommitdiff
path: root/tools/bugpoint/ToolRunner.h
Commit message (Expand)AuthorAge
* Provide timeout values to all abstract interpretersChris Lattner2004-07-24
* Apply simplification suggested by Chris: why assign() when operator = will do?Brian Gaeke2004-05-04
* Add "Args" optional argument to AbstractInterpreter factory methods, whichBrian Gaeke2004-05-04
* Make ToolExecutionError inherit std::exception and implement itsAlkis Evlogimenos2004-02-19
* Add support for just compiling a programChris Lattner2004-02-18
* Byebye methodChris Lattner2004-02-18
* When an error occurs executing a tool, we now throw an exception insteadChris Lattner2004-02-18
* The CBE is no longer in llvm-disChris Lattner2004-02-17
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM copyright header (for lack of a better term).John Criswell2003-10-20
* Generalize abstract interpreter interface to allow linking in an arbitrary nu...Chris Lattner2003-10-14
* Substantial cleanups:Chris Lattner2003-10-14
* Add a file headerChris Lattner2003-09-30
* Abstracted away the process of running our tools + gcc from bugpoint.Misha Brukman2003-09-29