summaryrefslogtreecommitdiff
path: root/tools/bugpoint/ToolRunner.cpp
Commit message (Expand)AuthorAge
* 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