aboutsummaryrefslogtreecommitdiffstats
path: root/tools/bugpoint/ToolRunner.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner2009-08-231-10/+11
* Proper MSVC build fix (and remove my hack again). Patch by Yonggang Luo.Benjamin Kramer2009-08-191-7/+2
* Add a hack to unbreak MSVC builds. str(n)casecmp are POSIX functions and aren...Benjamin Kramer2009-08-191-0/+5
* Change bugpoint to use Triple to make runtime decisions.Daniel Dunbar2009-08-181-28/+25
* Use (void *)(intptr_t) to cast function addresses to void*Dan Gohman2009-08-051-8/+4
* Fix FindExecutable to use sys::Path::GetMainExecutable instead ofDan Gohman2009-08-051-15/+22
* Pass user only if it's non-empty. Patch by Sandeep.Anton Korobeynikov2009-08-051-2/+4
* Add save-temps option to bugpoint to keep temporary stuff.Anton Korobeynikov2009-08-051-3/+8
* For remote execution, must cd to the executable directory since the exe expec...David Goodwin2009-07-201-3/+4
* Require a remote command to exit with the exit status of the test program or ...Viktor Kutuzov2009-07-181-11/+59
* Add a Force option to raw_fd_ostream to specify whether openingDan Gohman2009-07-151-9/+8
* Use errs() instead of std::cerr.Dan Gohman2009-07-151-35/+35
* control reaches end of non-void function.Evan Cheng2009-07-141-0/+2
* Fix for bugpoint -remote-clientViktor Kutuzov2009-07-141-7/+15
* Fix unused function warning.Daniel Dunbar2009-07-111-0/+2
* Support remote execute for ARM.David Goodwin2009-07-101-1/+30
* bugpoint for jit should just ignore GCC arguments.Evan Cheng2009-05-051-5/+0
* Also pass -gcc-tool-args when building a shared object.Evan Cheng2009-03-121-2/+5
* Add a "-gcc-tool-args" option. This option acts like the "-tool-args" option,Bill Wendling2009-03-021-9/+18
* Rename bugpoint's error message file so that if it somehowDan Gohman2009-02-121-1/+1
* Allow use of ssh to perform remote execution.Evan Cheng2008-09-091-14/+25
* Add possibility of using arbitrary to to execute stuff from bugpoint.Anton Korobeynikov2008-04-281-0/+104
* -fPIC is required on x86-64 when building shared objects.Torok Edwin2008-04-061-1/+1
* 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