llvm-6502/tools/bugpoint
Chris Lattner fcb6ec0c7e I hate it when bugpoint is all ready to give me a bytecode file, then crashes
in final cleanups.  Then you had to run the whole mess again with
-disable-final-cleanups.

This makes bugpoint run the cleanups in a protected environment so that if
they crash, bugpoint itself doesn't crash.  This makes things much happier,
implements a FIXME, and gets rid of YABPO (yet another bugpoint option).


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9743 91177308-0d34-0410-b5e6-96231b3b80d8
2003-11-05 21:45:35 +00:00
..
BugDriver.cpp fix file headers 2003-10-20 17:57:13 +00:00
BugDriver.h I hate it when bugpoint is all ready to give me a bytecode file, then crashes 2003-11-05 21:45:35 +00:00
bugpoint.cpp fix file headers 2003-10-20 17:57:13 +00:00
CodeGeneratorBug.cpp I hate it when bugpoint is all ready to give me a bytecode file, then crashes 2003-11-05 21:45:35 +00:00
CrashDebugger.cpp I hate it when bugpoint is all ready to give me a bytecode file, then crashes 2003-11-05 21:45:35 +00:00
ExecutionDriver.cpp Fix the first FIXME in this file: automatically pick a "good" 2003-10-21 17:41:35 +00:00
ExtractFunction.cpp I hate it when bugpoint is all ready to give me a bytecode file, then crashes 2003-11-05 21:45:35 +00:00
ListReducer.h fix file headers 2003-10-20 17:57:13 +00:00
Makefile Added LLVM copyright to Makefiles. 2003-10-20 22:29:16 +00:00
Miscompilation.cpp fix file headers 2003-10-20 17:57:13 +00:00
OptimizerDriver.cpp fix file headers 2003-10-20 17:57:13 +00:00
TestPasses.cpp fix file headers 2003-10-20 17:57:13 +00:00
ToolRunner.cpp Added LLVM project notice to the top of every C++ source file. 2003-10-20 19:43:21 +00:00
ToolRunner.h Added LLVM copyright header (for lack of a better term). 2003-10-20 20:19:47 +00:00