llvm-6502/tools/bugpoint
Nick Lewycky 6fa98b1320 Allow the block extractor take to take a list of basic blocks to not extract
from a file containing Function/BasicBlock pairings. This is not safe against
anonymous or abnormally-named Funcs or BBs.

Make bugpoint use this interface to pass the BBs list to the child bugpoint.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@44101 91177308-0d34-0410-b5e6-96231b3b80d8
2007-11-14 06:47:06 +00:00
..
BugDriver.cpp Pretty straightforward replacement of "bytecode" by "bitcode" 2007-07-04 21:55:50 +00:00
BugDriver.h Allow the block extractor take to take a list of basic blocks to not extract 2007-11-14 06:47:06 +00:00
bugpoint.cpp Move the space in overview output for commands out of each of the 2007-10-08 15:45:12 +00:00
CrashDebugger.cpp Pretty straightforward replacement of "bytecode" by "bitcode" 2007-07-04 21:55:50 +00:00
ExecutionDriver.cpp Pretty straightforward replacement of "bytecode" by "bitcode" 2007-07-04 21:55:50 +00:00
ExtractFunction.cpp Allow the block extractor take to take a list of basic blocks to not extract 2007-11-14 06:47:06 +00:00
FindBugs.cpp
ListReducer.h
Makefile
Miscompilation.cpp Allow the block extractor take to take a list of basic blocks to not extract 2007-11-14 06:47:06 +00:00
OptimizerDriver.cpp Allow the block extractor take to take a list of basic blocks to not extract 2007-11-14 06:47:06 +00:00
TestPasses.cpp
ToolRunner.cpp Pretty straightforward replacement of "bytecode" by "bitcode" 2007-07-04 21:55:50 +00:00
ToolRunner.h Pretty straightforward replacement of "bytecode" by "bitcode" 2007-07-04 21:55:50 +00:00