1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/tools/bugpoint
Daniel Sanders 0790458bde [bugpoint] Increase default memory limit to 400MB to fix bugpoint tests.
I tracked down the bug to an unchecked malloc in SmallVectorBase::grow_pod().
This malloc is returning NULL on my machine when running under bugpoint but not
when -enable-valgrind is given.

llvm-svn: 236504
2015-05-05 16:29:40 +00:00
..
BugDriver.cpp
BugDriver.h
bugpoint.cpp [bugpoint] Increase default memory limit to 400MB to fix bugpoint tests. 2015-05-05 16:29:40 +00:00
CMakeLists.txt
CrashDebugger.cpp bugpoint Enhancement. 2015-04-20 23:42:22 +00:00
ExecutionDriver.cpp
ExtractFunction.cpp
FindBugs.cpp
ListReducer.h
LLVMBuild.txt
Makefile
Miscompilation.cpp
OptimizerDriver.cpp uselistorder: Remove the global bits 2015-04-15 03:14:06 +00:00
ToolRunner.cpp
ToolRunner.h Use 'override/final' instead of 'virtual' for overridden methods 2015-04-11 02:11:45 +00:00