aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/ToolRunner.cpp
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-04-05lli no longer takes the -quiet option!Chris Lattner
2004-02-19Make ToolExecutionError inherit std::exception and implement itsAlkis Evlogimenos
2004-02-18Add support for just running the code generatorChris Lattner
2004-02-18indent correctlyChris Lattner
2004-02-18Don't yell. BUGPOINT should yell, not the tool runner :)Chris Lattner
2004-02-18If there is an error running a tool, include the error message (e.g. assertio...Chris Lattner
2004-02-18When an error occurs executing a tool, we now throw an exception insteadChris Lattner
2004-02-17The C backend is no longer in llvm-dis, it's in llcChris Lattner
2004-01-26Fixes for PR214. Use the SHLIBEXT variable instead of hardcoding .so intoJohn Criswell
2003-12-14Finegrainify namespacificationChris Lattner
2003-11-18Only use -Wl,-R. if HAVE_LINK_R.Brian Gaeke
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-10-19Add debugtype, make output marginally more niceChris Lattner
2003-10-19Fix PR #47Chris Lattner
2003-10-18Without this option, the -run-llc mode does not work with shared objects atChris Lattner
2003-10-14Generalize abstract interpreter interface to allow linking in an arbitrary nu...Chris Lattner
2003-10-14Substantial cleanups:Chris Lattner
2003-10-14Actually return an error if something bad happens, don't just exit.Chris Lattner
2003-10-13LLI no longer has -abort-on-exceptionChris Lattner
2003-10-06ToolRunner.h has been moved from include/Support to include/llvm/Support.Misha Brukman
2003-09-29Implementation of the abstraction of running our tools + gcc, taken out ofMisha Brukman