llvm-6502/tools/bugpoint
Dan Gohman 70ef449741 Generalize bugpoint's concept of a "safe" backend, and add options
to allow the "safe" backend to be run with a different path, and/or
with different command-line options.

This enables the following use cases:
 - bugpoint llc against an llc command from a different build
 - bugpoint llc against the same llc with different command-line options
 - and more...

Also, document the existing "custom" interpreter options.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60681 91177308-0d34-0410-b5e6-96231b3b80d8
2008-12-08 04:02:47 +00:00
..
BugDriver.cpp Generalize bugpoint's concept of a "safe" backend, and add options 2008-12-08 04:02:47 +00:00
BugDriver.h Generalize bugpoint's concept of a "safe" backend, and add options 2008-12-08 04:02:47 +00:00
bugpoint.cpp Fix a missing space in the description of the find-bugs option. 2008-02-18 17:15:45 +00:00
CMakeLists.txt Initial support for the CMake build system. 2008-09-22 01:08:49 +00:00
CrashDebugger.cpp Improve bugpoint output a bit by outputting the actual instructions instead of 2008-07-29 08:55:30 +00:00
ExecutionDriver.cpp Generalize bugpoint's concept of a "safe" backend, and add options 2008-12-08 04:02:47 +00:00
ExtractFunction.cpp Global variables beginning with \01 have special meaning on Darwin, so we need to remove 2008-07-08 16:38:42 +00:00
FindBugs.cpp PR2027, Fix bugpoint's -find-bugs option, clean up the code. 2008-02-14 05:01:46 +00:00
ListReducer.h Detabify. 2008-02-26 10:46:10 +00:00
Makefile remove attributions from tools/utils makefiles. 2007-12-29 20:07:17 +00:00
Miscompilation.cpp Generalize bugpoint's concept of a "safe" backend, and add options 2008-12-08 04:02:47 +00:00
OptimizerDriver.cpp Add -silence-passes option to bugpoint. This option suppresses output generated 2008-06-12 13:02:26 +00:00
TestPasses.cpp remove attributions from tools. 2007-12-29 20:44:31 +00:00
ToolRunner.cpp Allow use of ssh to perform remote execution. 2008-09-09 06:11:26 +00:00
ToolRunner.h Allow use of ssh to perform remote execution. 2008-09-09 06:11:26 +00:00