llvm-6502/tools/bugpoint
Chris Lattner 5e783ab0b5 Implement basic block extraction for the miscompilation debugger. This still needs
two things: the FIXME in ExtractBlocks needs to be implemented, and the basic block
extractor itself needs to have enough bugs fixed for this to be more or less
useful.

Until the time that this is generally useful, it is hidden behind the new bugpoint
-enable-block-extraction option.  I hope to get the FIXME done tonight.

Also of note, this patch adds a -extract-bbs option to bugpoint which can be used
to debug the block extractor.  (hint hint Misha :)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@13471 91177308-0d34-0410-b5e6-96231b3b80d8
2004-05-11 21:54:13 +00:00
..
BugDriver.cpp Wrap at 80 cols. 2004-04-06 17:04:30 +00:00
BugDriver.h Implement basic block extraction for the miscompilation debugger. This still needs 2004-05-11 21:54:13 +00:00
bugpoint.cpp Make sure to print a stack trace whenever an error signal is delivered 2004-02-19 20:33:00 +00:00
CrashDebugger.cpp Refactor and clean up a bunch more code. No major functionality changes. 2004-03-14 20:50:42 +00:00
ExecutionDriver.cpp Use the new commandline flag to allow us to call bugpoint like this: 2004-05-06 22:05:35 +00:00
ExtractFunction.cpp Implement basic block extraction for the miscompilation debugger. This still needs 2004-05-11 21:54:13 +00:00
ListReducer.h A class that is meant to be a base class should have a virtual destructor 2004-05-11 20:41:07 +00:00
Makefile Added LLVM copyright to Makefiles. 2003-10-20 22:29:16 +00:00
Miscompilation.cpp Implement basic block extraction for the miscompilation debugger. This still needs 2004-05-11 21:54:13 +00:00
OptimizerDriver.cpp Fix a minor bug in runPassesOn 2004-03-14 21:37:41 +00:00
TestPasses.cpp Fix an iterator invalidation problem in a "buggy" pass 2004-03-17 17:29:08 +00:00
ToolRunner.cpp Apply simplification suggested by Chris: why assign() when operator = will do? 2004-05-04 22:02:41 +00:00
ToolRunner.h Apply simplification suggested by Chris: why assign() when operator = will do? 2004-05-04 22:02:41 +00:00