llvm-6502/tools/bugpoint
Reid Spencer 5e1452c856 Add an -append-exit-code option to bugpoint. This will cause bugpoint to
append "exit <retcode>" to the end of the output file. This is used by
the nightly tester to make bugpoint match the output generated by the
RunSafely.sh script so it doesn't find false positives.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31960 91177308-0d34-0410-b5e6-96231b3b80d8
2006-11-28 07:04:10 +00:00
..
BugDriver.cpp Fix for PR960. Improves bugpoint so that it removes global variable 2006-10-25 18:36:14 +00:00
BugDriver.h Fix for PR960. Improves bugpoint so that it removes global variable 2006-10-25 18:36:14 +00:00
bugpoint.cpp Need <iostream> for the time being. 2006-11-17 10:09:22 +00:00
CrashDebugger.cpp For PR786: 2006-11-02 20:25:50 +00:00
ExecutionDriver.cpp Add an -append-exit-code option to bugpoint. This will cause bugpoint to 2006-11-28 07:04:10 +00:00
ExtractFunction.cpp For PR950: 2006-11-27 01:05:10 +00:00
FindBugs.cpp
ListReducer.h
Makefile
Miscompilation.cpp For PR950: 2006-11-27 01:05:10 +00:00
OptimizerDriver.cpp
TestPasses.cpp
ToolRunner.cpp
ToolRunner.h