aboutsummaryrefslogtreecommitdiff
path: root/tools/bugpoint/ToolRunner.cpp
AgeCommit message (Expand)Author
2007-02-16Add possibility to set memory limit for binaries run via libSystem. ThisAnton Korobeynikov
2007-01-03A bit more debugging printf's.Evan Cheng
2006-09-15comment out debug codeChris Lattner
2006-09-15Add a new -cbe-bug mode, which works just like -run-llc, except that it usesChris Lattner
2006-08-23For PR797:Reid Spencer
2006-08-21For PR797:Reid Spencer
2006-08-21For PR797:Reid Spencer
2006-06-27Pass -Xlinker flags to gcc when it builds the shared object.Chris Lattner
2006-06-09After telling GCC to type of the input file with -x asm/-x c, switch back toChris Lattner
2006-06-06Move ToolRunner.(cpp|h) into the bugpoint directoryChris 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