llvm-6502/tools/bugpoint
Bill Wendling 4e3be89cb5 Fix for PR960. Improves bugpoint so that it removes global variable
initializers as well. This is only a first pass. It can be slow because
it clones the module for each pass. An obvious improvement is not to do that.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31182 91177308-0d34-0410-b5e6-96231b3b80d8
2006-10-25 18:36:14 +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
CrashDebugger.cpp Fix for PR960. Improves bugpoint so that it removes global variable 2006-10-25 18:36:14 +00:00
ExecutionDriver.cpp
ExtractFunction.cpp
FindBugs.cpp
ListReducer.h
Makefile
Miscompilation.cpp
OptimizerDriver.cpp
TestPasses.cpp
ToolRunner.cpp
ToolRunner.h