llvm-6502/tools/bugpoint
Nick Lewycky e032590f58 CloneModule stores the BasicBlock mapping in ValueMap. There's no need to
recompute it. This fixes a O(n^2) in number of blocks when reducing a crash.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68422 91177308-0d34-0410-b5e6-96231b3b80d8
2009-04-04 09:39:23 +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
bugpoint.cpp Change various llvm utilities to use PrettyStackTraceProgram in 2009-03-06 05:34:10 +00:00
CMakeLists.txt
CrashDebugger.cpp CloneModule stores the BasicBlock mapping in ValueMap. There's no need to 2009-04-04 09:39:23 +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 Add the private linkage. 2009-01-15 20:18:42 +00:00
FindBugs.cpp
ListReducer.h
Makefile
Miscompilation.cpp
OptimizerDriver.cpp
TestPasses.cpp Eliminate several more unnecessary intptr_t casts. 2009-02-18 05:09:16 +00:00
ToolRunner.cpp Also pass -gcc-tool-args when building a shared object. 2009-03-12 00:53:34 +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