llvm-6502/tools/bugpoint
Devang Patel 3e15bf33e0 Use 'static const char' instead of 'static const int'.
Due to darwin gcc bug, one version of darwin linker coalesces
static const int, which defauts PassID based pass identification.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@36652 91177308-0d34-0410-b5e6-96231b3b80d8
2007-05-02 21:39:20 +00:00
..
BugDriver.cpp Add possibility to set memory limit for binaries run via libSystem. This 2007-02-16 19:11:07 +00:00
BugDriver.h Add possibility to set memory limit for binaries run via libSystem. This 2007-02-16 19:11:07 +00:00
bugpoint.cpp Add possibility to set memory limit for binaries run via libSystem. This 2007-02-16 19:11:07 +00:00
CrashDebugger.cpp For PR411: 2007-02-05 21:19:13 +00:00
ExecutionDriver.cpp Add possibility to set memory limit for binaries run via libSystem. This 2007-02-16 19:11:07 +00:00
ExtractFunction.cpp Use 'static const char' instead of 'static const int'. 2007-05-02 21:39:20 +00:00
FindBugs.cpp minor cleanups 2006-08-17 18:49:52 +00:00
ListReducer.h Make the bugpoint reduction heuristics more effective. Patch submitted by 2006-10-10 21:42:25 +00:00
Makefile For PR1072: 2007-02-03 23:15:56 +00:00
Miscompilation.cpp remove use of deprecated apis 2007-02-19 07:41:31 +00:00
OptimizerDriver.cpp Add possibility to set memory limit for binaries run via libSystem. This 2007-02-16 19:11:07 +00:00
TestPasses.cpp Use 'static const char' instead of 'static const int'. 2007-05-02 21:39:20 +00:00
ToolRunner.cpp Add possibility to set memory limit for binaries run via libSystem. This 2007-02-16 19:11:07 +00:00
ToolRunner.h Add possibility to set memory limit for binaries run via libSystem. This 2007-02-16 19:11:07 +00:00