summaryrefslogtreecommitdiff
path: root/tools/bugpoint/ToolRunner.cpp
Commit message (Expand)AuthorAge
...
* Added -rsh-host and -rsh-user to support remote execution.Evan Cheng2007-05-03
* Add possibility to set memory limit for binaries run via libSystem. ThisAnton Korobeynikov2007-02-16
* A bit more debugging printf's.Evan Cheng2007-01-03
* comment out debug codeChris Lattner2006-09-15
* Add a new -cbe-bug mode, which works just like -run-llc, except that it usesChris Lattner2006-09-15
* For PR797:Reid Spencer2006-08-23
* For PR797:Reid Spencer2006-08-21
* For PR797:Reid Spencer2006-08-21
* Pass -Xlinker flags to gcc when it builds the shared object.Chris Lattner2006-06-27
* After telling GCC to type of the input file with -x asm/-x c, switch back toChris Lattner2006-06-09
* Move ToolRunner.(cpp|h) into the bugpoint directoryChris Lattner2006-06-06
* Add the -Xlinker option to bugpoint which allows an option to be passedReid Spencer2006-06-06
* Let bugpoint work on sparc with v9 instructions enabled.Chris Lattner2006-02-04
* Add explicit #includes of <iostream>Chris Lattner2006-01-22
* Revert this, I didn't mean to commit itChris Lattner2006-01-17
* Add support for programs with a null argv[0]Chris Lattner2006-01-17
* Allow bugpoint+PPC codegen to use fsqrtChris Lattner2005-08-29
* Final Changes For PR495:Reid Spencer2005-07-08
* Add support for assembling .s files on mac os x for intelNate Begeman2005-07-08
* For PR495:Reid Spencer2005-07-07
* Remove trailing whitespaceMisha Brukman2005-04-21
* yay for camel_cvs diffAndrew Lenharth2005-03-10
* get bugpoint working on ia64, by building .so's with -fpic. :)Chris Lattner2005-03-09
* Remove some stuff I checked in accidentallyChris Lattner2005-02-27
* Move helper function here.Chris Lattner2005-02-13
* For PR351:Reid Spencer2004-12-19
* For PR351:Reid Spencer2004-12-16
* For PR351:Reid Spencer2004-12-15
* For PR351:Reid Spencer2004-12-13
* Shared library extension is now in LTDL_SHLIB_EXTReid Spencer2004-11-29
* Allow hbd to be bugpointable on darwin by fixing common and linkonce codegenNate Begeman2004-11-09
* Pass -single_module option to gcc when linking dynamic libraries for use with...Nate Begeman2004-10-17
* Changes For Bug 352Reid Spencer2004-09-01
* 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