summaryrefslogtreecommitdiff
path: root/tools/bugpoint/ToolRunner.cpp
Commit message (Expand)AuthorAge
...
* Use (void *)(intptr_t) to cast function addresses to void*Dan Gohman2009-08-05
* Fix FindExecutable to use sys::Path::GetMainExecutable instead ofDan Gohman2009-08-05
* Pass user only if it's non-empty. Patch by Sandeep.Anton Korobeynikov2009-08-05
* Add save-temps option to bugpoint to keep temporary stuff.Anton Korobeynikov2009-08-05
* For remote execution, must cd to the executable directory since the exe expec...David Goodwin2009-07-20
* Require a remote command to exit with the exit status of the test program or ...Viktor Kutuzov2009-07-18
* Add a Force option to raw_fd_ostream to specify whether openingDan Gohman2009-07-15
* Use errs() instead of std::cerr.Dan Gohman2009-07-15
* control reaches end of non-void function.Evan Cheng2009-07-14
* Fix for bugpoint -remote-clientViktor Kutuzov2009-07-14
* Fix unused function warning.Daniel Dunbar2009-07-11
* Support remote execute for ARM.David Goodwin2009-07-10
* bugpoint for jit should just ignore GCC arguments.Evan Cheng2009-05-05
* Also pass -gcc-tool-args when building a shared object.Evan Cheng2009-03-12
* Add a "-gcc-tool-args" option. This option acts like the "-tool-args" option,Bill Wendling2009-03-02
* Rename bugpoint's error message file so that if it somehowDan Gohman2009-02-12
* Allow use of ssh to perform remote execution.Evan Cheng2008-09-09
* Add possibility of using arbitrary to to execute stuff from bugpoint.Anton Korobeynikov2008-04-28
* -fPIC is required on x86-64 when building shared objects.Torok Edwin2008-04-06
* remove attributions from tools.Chris Lattner2007-12-29
* Pretty straightforward replacement of "bytecode" by "bitcode"Gabor Greif2007-07-04
* Fix bugpoint to run -llc-safe with -Xlinker.Lauro Ramos Venancio2007-06-06
* 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