llvm-6502/tools/bugpoint
Chris Lattner cd6f46e2ac add a new bugpoint mode -llc-safe. This uses LLC for both halves of a
miscompilation.  This is useful for working around GCC+CBE bugs or for handling
programs that CBE doesn't support (e.g. inline asm) when searching for
optimizer bugs.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@31588 91177308-0d34-0410-b5e6-96231b3b80d8
2006-11-09 05:57:53 +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 For PR786: 2006-11-02 20:25:50 +00:00
ExecutionDriver.cpp add a new bugpoint mode -llc-safe. This uses LLC for both halves of a 2006-11-09 05:57:53 +00:00
ExtractFunction.cpp
FindBugs.cpp
ListReducer.h
Makefile
Miscompilation.cpp For PR786: 2006-11-02 20:25:50 +00:00
OptimizerDriver.cpp
TestPasses.cpp
ToolRunner.cpp
ToolRunner.h