aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bugpoint/ToolRunner.cpp
Commit message (Expand)AuthorAgeFilesLines
* remove attributions from tools.Chris Lattner2007-12-291-2/+2
* Pretty straightforward replacement of "bytecode" by "bitcode"Gabor Greif2007-07-041-20/+20
* Fix bugpoint to run -llc-safe with -Xlinker.Lauro Ramos Venancio2007-06-061-0/+2
* Added -rsh-host and -rsh-user to support remote execution.Evan Cheng2007-05-031-5/+41
* Add possibility to set memory limit for binaries run via libSystem. ThisAnton Korobeynikov2007-02-161-14/+25
* A bit more debugging printf's.Evan Cheng2007-01-031-0/+10
* comment out debug codeChris Lattner2006-09-151-6/+6
* Add a new -cbe-bug mode, which works just like -run-llc, except that it usesChris Lattner2006-09-151-6/+18
* For PR797:Reid Spencer2006-08-231-5/+25
* For PR797:Reid Spencer2006-08-211-1/+1
* For PR797:Reid Spencer2006-08-211-1/+1
* Pass -Xlinker flags to gcc when it builds the shared object.Chris Lattner2006-06-271-21/+40
* After telling GCC to type of the input file with -x asm/-x c, switch back toChris Lattner2006-06-091-0/+2
* Move ToolRunner.(cpp|h) into the bugpoint directoryChris Lattner2006-06-061-1/+1
* Add the -Xlinker option to bugpoint which allows an option to be passedReid Spencer2006-06-061-9/+31
* Let bugpoint work on sparc with v9 instructions enabled.Chris Lattner2006-02-041-0/+6
* Add explicit #includes of <iostream>Chris Lattner2006-01-221-0/+1
* Revert this, I didn't mean to commit itChris Lattner2006-01-171-8/+0
* Add support for programs with a null argv[0]Chris Lattner2006-01-171-0/+8
* Allow bugpoint+PPC codegen to use fsqrtChris Lattner2005-08-291-0/+3
* Final Changes For PR495:Reid Spencer2005-07-081-3/+3
* Add support for assembling .s files on mac os x for intelNate Begeman2005-07-081-1/+1
* For PR495:Reid Spencer2005-07-071-3/+3
* Remove trailing whitespaceMisha Brukman2005-04-211-18/+18
* yay for camel_cvs diffAndrew Lenharth2005-03-101-1/+1
* get bugpoint working on ia64, by building .so's with -fpic. :)Chris Lattner2005-03-091-0/+4
* Remove some stuff I checked in accidentallyChris Lattner2005-02-271-6/+0
* Move helper function here.Chris Lattner2005-02-131-0/+28
* For PR351:Reid Spencer2004-12-191-24/+27
* For PR351:Reid Spencer2004-12-161-15/+14
* For PR351:Reid Spencer2004-12-151-8/+17
* For PR351:Reid Spencer2004-12-131-5/+5
* Shared library extension is now in LTDL_SHLIB_EXTReid Spencer2004-11-291-1/+1
* Allow hbd to be bugpointable on darwin by fixing common and linkonce codegenNate Begeman2004-11-091-1/+0
* Pass -single_module option to gcc when linking dynamic libraries for use with...Nate Begeman2004-10-171-0/+1
* Changes For Bug 352Reid Spencer2004-09-011-3/+3
* Pass timeouts into the low level "execute program with timeout" functionChris Lattner2004-07-241-12/+18
* These files don't need to include <iostream> since they include "Support/Debu...Brian Gaeke2004-07-211-1/+0
* Err, fix last checkinChris Lattner2004-07-191-1/+1
* Fix bugpoint miscompilation support on OS/XChris Lattner2004-07-191-1/+3
* Correctly build shared objects on MacOS X for debugging code generatorsMisha Brukman2004-07-161-1/+5
* Apply simplification suggested by Chris: why assign() when operator = will do?Brian Gaeke2004-05-041-2/+2
* Add "Args" optional argument to AbstractInterpreter factory methods, whichBrian Gaeke2004-05-041-31/+71
* lli no longer takes the -quiet option!Chris Lattner2004-04-051-2/+0
* Make ToolExecutionError inherit std::exception and implement itsAlkis Evlogimenos2004-02-191-0/+2
* Add support for just running the code generatorChris Lattner2004-02-181-0/+12
* indent correctlyChris Lattner2004-02-181-1/+1
* Don't yell. BUGPOINT should yell, not the tool runner :)Chris Lattner2004-02-181-1/+1
* If there is an error running a tool, include the error message (e.g. assertio...Chris Lattner2004-02-181-30/+32
* When an error occurs executing a tool, we now throw an exception insteadChris Lattner2004-02-181-43/+22