llvm-6502/tools/bugpoint
Nick Lewycky 028839db09 Fix the crash debugger to actually bisect globals once it's determined that it
can't just eliminate all global initializers.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@72378 91177308-0d34-0410-b5e6-96231b3b80d8
2009-05-25 06:29:56 +00:00
..
BugDriver.cpp Reimplement the old and horrible bison parser for .ll files with a nice 2009-01-02 07:01:27 +00:00
BugDriver.h Use CloneModule's ValueMap in more places, instead of looking 2009-04-22 15:57:18 +00:00
bugpoint.cpp Improve bugpoint's error messages when it runs out of memory, 2009-04-27 01:30:37 +00:00
CMakeLists.txt Initial support for the CMake build system. 2008-09-22 01:08:49 +00:00
CrashDebugger.cpp Fix the crash debugger to actually bisect globals once it's determined that it 2009-05-25 06:29:56 +00:00
ExecutionDriver.cpp Add a "-gcc-tool-args" option. This option acts like the "-tool-args" option, 2009-03-02 23:13:18 +00:00
ExtractFunction.cpp Use CloneModule's ValueMap in more places, instead of looking 2009-04-22 15:57:18 +00:00
FindBugs.cpp PR2027, Fix bugpoint's -find-bugs option, clean up the code. 2008-02-14 05:01:46 +00:00
ListReducer.h Detabify. 2008-02-26 10:46:10 +00:00
Makefile remove attributions from tools/utils makefiles. 2007-12-29 20:07:17 +00:00
Miscompilation.cpp Use CloneModule's ValueMap in more places, instead of looking 2009-04-22 15:57:18 +00:00
OptimizerDriver.cpp Add -silence-passes option to bugpoint. This option suppresses output generated 2008-06-12 13:02:26 +00:00
TestPasses.cpp Eliminate several more unnecessary intptr_t casts. 2009-02-18 05:09:16 +00:00
ToolRunner.cpp bugpoint for jit should just ignore GCC arguments. 2009-05-05 18:35:36 +00:00
ToolRunner.h Add a "-gcc-tool-args" option. This option acts like the "-tool-args" option, 2009-03-02 23:13:18 +00:00