summaryrefslogtreecommitdiff
path: root/tools/bugpoint/ToolRunner.cpp
Commit message (Expand)AuthorAge
* Pass timeouts into the low level "execute program with timeout" functionChris Lattner2004-07-24
* These files don't need to include <iostream> since they include "Support/Debu...Brian Gaeke2004-07-21
* Err, fix last checkinChris Lattner2004-07-19
* Fix bugpoint miscompilation support on OS/XChris Lattner2004-07-19
* Correctly build shared objects on MacOS X for debugging code generatorsMisha Brukman2004-07-16
* 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
* lli no longer takes the -quiet option!Chris Lattner2004-04-05
* Make ToolExecutionError inherit std::exception and implement itsAlkis Evlogimenos2004-02-19
* Add support for just running the code generatorChris Lattner2004-02-18
* indent correctlyChris Lattner2004-02-18
* Don't yell. BUGPOINT should yell, not the tool runner :)Chris Lattner2004-02-18
* If there is an error running a tool, include the error message (e.g. assertio...Chris Lattner2004-02-18
* When an error occurs executing a tool, we now throw an exception insteadChris Lattner2004-02-18
* The C backend is no longer in llvm-dis, it's in llcChris Lattner2004-02-17
* Fixes for PR214. Use the SHLIBEXT variable instead of hardcoding .so intoJohn Criswell2004-01-26
* Finegrainify namespacificationChris Lattner2003-12-14
* Only use -Wl,-R. if HAVE_LINK_R.Brian Gaeke2003-11-18
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-20
* Add debugtype, make output marginally more niceChris Lattner2003-10-19
* Fix PR #47Chris Lattner2003-10-19
* Without this option, the -run-llc mode does not work with shared objects atChris Lattner2003-10-18
* Generalize abstract interpreter interface to allow linking in an arbitrary nu...Chris Lattner2003-10-14
* Substantial cleanups:Chris Lattner2003-10-14
* Actually return an error if something bad happens, don't just exit.Chris Lattner2003-10-14
* LLI no longer has -abort-on-exceptionChris Lattner2003-10-13
* ToolRunner.h has been moved from include/Support to include/llvm/Support.Misha Brukman2003-10-06
* Implementation of the abstraction of running our tools + gcc, taken out ofMisha Brukman2003-09-29