aboutsummaryrefslogtreecommitdiff
path: root/lib/Support/ToolRunner.cpp
AgeCommit message (Expand)Author
2006-06-06Move toolrunner out of libsupport into the bugpoint toolChris Lattner
2006-06-06Add the -Xlinker option to bugpoint which allows an option to be passedReid Spencer
2006-02-04Let bugpoint work on sparc with v9 instructions enabled.Chris Lattner
2006-01-22Add explicit #includes of <iostream>Chris Lattner
2006-01-17Revert this, I didn't mean to commit itChris Lattner
2006-01-17Add support for programs with a null argv[0]Chris Lattner
2005-08-29Allow bugpoint+PPC codegen to use fsqrtChris Lattner
2005-07-08Final Changes For PR495:Reid Spencer
2005-07-08Add support for assembling .s files on mac os x for intelNate Begeman
2005-07-07For PR495:Reid Spencer
2005-04-21Remove trailing whitespaceMisha Brukman
2005-03-10yay for camel_cvs diffAndrew Lenharth
2005-03-09get bugpoint working on ia64, by building .so's with -fpic. :)Chris Lattner
2005-02-27Remove some stuff I checked in accidentallyChris Lattner
2005-02-13Move helper function here.Chris Lattner
2004-12-19For PR351:Reid Spencer
2004-12-16For PR351:Reid Spencer
2004-12-15For PR351:Reid Spencer
2004-12-13For PR351:Reid Spencer
2004-11-29Shared library extension is now in LTDL_SHLIB_EXTReid Spencer
2004-11-09Allow hbd to be bugpointable on darwin by fixing common and linkonce codegenNate Begeman
2004-10-17Pass -single_module option to gcc when linking dynamic libraries for use with...Nate Begeman
2004-09-01Changes For Bug 352Reid Spencer
2004-07-24Pass timeouts into the low level "execute program with timeout" functionChris Lattner
2004-07-21These files don't need to include <iostream> since they include "Support/Debu...Brian Gaeke
2004-07-19Err, fix last checkinChris Lattner
2004-07-19Fix bugpoint miscompilation support on OS/XChris Lattner
2004-07-16Correctly build shared objects on MacOS X for debugging code generatorsMisha Brukman
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