1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 03:23:01 +02:00
llvm-mirror/tools/bugpoint
Owen Anderson b54defaff0 Replace calls of the form V1->setName(V2->getName()) with V1->takeName(V2),
which is significantly more efficient.

llvm-svn: 49614
2008-04-13 19:15:17 +00:00
..
BugDriver.cpp Detabify. 2008-02-26 10:46:10 +00:00
BugDriver.h remove attributions from tools. 2007-12-29 20:44:31 +00:00
bugpoint.cpp Fix a missing space in the description of the find-bugs option. 2008-02-18 17:15:45 +00:00
CrashDebugger.cpp Remove tabs. Patch by Mike Stump! 2008-04-07 05:47:52 +00:00
ExecutionDriver.cpp remove attributions from tools. 2007-12-29 20:44:31 +00:00
ExtractFunction.cpp Fix PR1797 2008-01-08 04:26:20 +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 Replace calls of the form V1->setName(V2->getName()) with V1->takeName(V2), 2008-04-13 19:15:17 +00:00
OptimizerDriver.cpp Detabify. 2008-02-26 10:46:10 +00:00
TestPasses.cpp remove attributions from tools. 2007-12-29 20:44:31 +00:00
ToolRunner.cpp -fPIC is required on x86-64 when building shared objects. 2008-04-06 12:42:29 +00:00
ToolRunner.h remove attributions from tools. 2007-12-29 20:44:31 +00:00