aboutsummaryrefslogtreecommitdiff
path: root/tools/bugpoint/ToolRunner.cpp
AgeCommit message (Expand)Author
2009-11-17Make bugpoint pass -load arguments to LLI. This lets one use bugpoint withDuncan Sands
2009-11-12Add compare_lower and equals_lower methods to StringRef. Switch all users ofBenjamin Kramer
2009-08-25Make LLVM command-line tools overwrite their output files without -f.Dan Gohman
2009-08-24prune the #includes in raw_ostream.h by moving a Chris Lattner
2009-08-23Prune #includes from llvm/Linker.h and llvm/System/Path.h,Chris Lattner
2009-08-19Proper MSVC build fix (and remove my hack again). Patch by Yonggang Luo.Benjamin Kramer
2009-08-19Add a hack to unbreak MSVC builds. str(n)casecmp are POSIX functions and aren...Benjamin Kramer
2009-08-18Change bugpoint to use Triple to make runtime decisions.Daniel Dunbar
2009-08-05Use (void *)(intptr_t) to cast function addresses to void*Dan Gohman
2009-08-05Fix FindExecutable to use sys::Path::GetMainExecutable instead ofDan Gohman
2009-08-05Pass user only if it's non-empty. Patch by Sandeep.Anton Korobeynikov
2009-08-05Add save-temps option to bugpoint to keep temporary stuff.Anton Korobeynikov
2009-07-20For remote execution, must cd to the executable directory since the exe expec...David Goodwin
2009-07-18Require a remote command to exit with the exit status of the test program or ...Viktor Kutuzov
2009-07-15Add a Force option to raw_fd_ostream to specify whether openingDan Gohman
2009-07-15Use errs() instead of std::cerr.Dan Gohman
2009-07-14control reaches end of non-void function.Evan Cheng
2009-07-14Fix for bugpoint -remote-clientViktor Kutuzov
2009-07-11Fix unused function warning.Daniel Dunbar
2009-07-10Support remote execute for ARM.David Goodwin
2009-05-05bugpoint for jit should just ignore GCC arguments.Evan Cheng
2009-03-12Also pass -gcc-tool-args when building a shared object.Evan Cheng
2009-03-02Add a "-gcc-tool-args" option. This option acts like the "-tool-args" option,Bill Wendling
2009-02-12Rename bugpoint's error message file so that if it somehowDan Gohman
2008-09-09Allow use of ssh to perform remote execution.Evan Cheng
2008-04-28Add possibility of using arbitrary to to execute stuff from bugpoint.Anton Korobeynikov
2008-04-06-fPIC is required on x86-64 when building shared objects.Torok Edwin
2007-12-29remove attributions from tools.Chris Lattner
2007-07-04Pretty straightforward replacement of "bytecode" by "bitcode"Gabor Greif
2007-06-06Fix bugpoint to run -llc-safe with -Xlinker.Lauro Ramos Venancio
2007-05-03Added -rsh-host and -rsh-user to support remote execution.Evan Cheng
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