aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bugpoint/ToolRunner.cpp
Commit message (Expand)AuthorAgeFilesLines
* Only use -Wl,-R. if HAVE_LINK_R.Brian Gaeke2003-11-181-0/+3
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+4
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Add debugtype, make output marginally more niceChris Lattner2003-10-191-3/+4
* Fix PR #47Chris Lattner2003-10-191-3/+3
* Without this option, the -run-llc mode does not work with shared objects atChris Lattner2003-10-181-0/+1
* Generalize abstract interpreter interface to allow linking in an arbitrary nu...Chris Lattner2003-10-141-18/+23
* Substantial cleanups:Chris Lattner2003-10-141-28/+35
* Actually return an error if something bad happens, don't just exit.Chris Lattner2003-10-141-5/+4
* LLI no longer has -abort-on-exceptionChris Lattner2003-10-131-1/+0
* ToolRunner.h has been moved from include/Support to include/llvm/Support.Misha Brukman2003-10-061-1/+1
* Implementation of the abstraction of running our tools + gcc, taken out ofMisha Brukman2003-09-291-0/+374