llvm-6502/tools/bugpoint
Andrew Trick 7c863eb8cc Bugpoint support for miscompilations that result in a crash.
This change allows bugpoint to pinpoint the "opt" pass and bitcode
segment responsible for a crash caused by miscompilation. At least it
works well for me now, without having to create any custom execution
wrappers.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@131186 91177308-0d34-0410-b5e6-96231b3b80d8
2011-05-11 16:31:24 +00:00
..
BugDriver.cpp
BugDriver.h
bugpoint.cpp
CMakeLists.txt
CrashDebugger.cpp
ExecutionDriver.cpp Bugpoint support for miscompilations that result in a crash. 2011-05-11 16:31:24 +00:00
ExtractFunction.cpp
FindBugs.cpp
ListReducer.h
Makefile
Miscompilation.cpp Bugpoint support for miscompilations that result in a crash. 2011-05-11 16:31:24 +00:00
OptimizerDriver.cpp fit in 80 cols. 2011-02-24 18:59:38 +00:00
ToolRunner.cpp Bugpoint support for miscompilations that result in a crash. 2011-05-11 16:31:24 +00:00
ToolRunner.h