aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/ToolRunner.h
AgeCommit message (Expand)Author
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