Nuno Lopes
2ca626570f
remove a bunch of unused private methods
found with a smarter version of -Wunused-member-function that I'm playwing with.
Appologies in advance if I removed someone's WIP code.
include/llvm/CodeGen/MachineSSAUpdater.h | 1
include/llvm/IR/DebugInfo.h | 3
lib/CodeGen/MachineSSAUpdater.cpp | 10 --
lib/CodeGen/PostRASchedulerList.cpp | 1
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 10 --
lib/IR/DebugInfo.cpp | 12 --
lib/MC/MCAsmStreamer.cpp | 2
lib/Support/YAMLParser.cpp | 39 ---------
lib/TableGen/TGParser.cpp | 16 ---
lib/TableGen/TGParser.h | 1
lib/Target/AArch64/AArch64TargetTransformInfo.cpp | 9 --
lib/Target/ARM/ARMCodeEmitter.cpp | 12 --
lib/Target/ARM/ARMFastISel.cpp | 84 --------------------
lib/Target/Mips/MipsCodeEmitter.cpp | 11 --
lib/Target/Mips/MipsConstantIslandPass.cpp | 12 --
lib/Target/NVPTX/NVPTXISelDAGToDAG.cpp | 21 -----
lib/Target/NVPTX/NVPTXISelDAGToDAG.h | 2
lib/Target/PowerPC/PPCFastISel.cpp | 1
lib/Transforms/Instrumentation/AddressSanitizer.cpp | 2
lib/Transforms/Instrumentation/BoundsChecking.cpp | 2
lib/Transforms/Instrumentation/MemorySanitizer.cpp | 1
lib/Transforms/Scalar/LoopIdiomRecognize.cpp | 8 -
lib/Transforms/Scalar/SCCP.cpp | 1
utils/TableGen/CodeEmitterGen.cpp | 2
24 files changed, 2 insertions(+), 261 deletions(-)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@204560 91177308-0d34-0410-b5e6-96231b3b80d8
2014-03-23 17:09:26 +00:00
..
2014-01-17 23:58:17 +00:00
2014-03-11 11:32:49 +00:00
2014-03-05 10:34:14 +00:00
2014-02-25 23:25:17 +00:00
2014-03-12 18:09:37 +00:00
2014-03-09 03:16:01 +00:00
2014-03-09 03:16:01 +00:00
2014-02-20 13:42:16 +00:00
2014-03-05 06:35:38 +00:00
2014-03-04 12:02:47 +00:00
2014-03-04 12:24:34 +00:00
2014-03-05 06:35:38 +00:00
2014-03-10 15:03:06 +00:00
2014-03-23 17:09:26 +00:00
2014-03-05 10:30:38 +00:00
2014-03-14 21:58:59 +00:00
2014-03-05 06:35:38 +00:00
2014-03-18 02:34:58 +00:00
2014-03-11 09:32:50 +00:00
2014-03-05 06:35:38 +00:00
2014-03-04 10:40:04 +00:00
2014-03-05 06:35:38 +00:00
2014-03-13 23:18:37 +00:00
2014-03-05 06:35:38 +00:00
2014-03-06 03:50:29 +00:00
2014-03-11 11:32:49 +00:00
2014-03-04 10:30:26 +00:00
2014-03-10 05:29:18 +00:00
2014-03-09 03:16:01 +00:00
2014-03-17 16:19:07 +00:00
2014-03-06 03:23:41 +00:00
2014-02-25 03:34:17 +00:00
2014-03-18 23:51:07 +00:00
2014-02-26 11:55:09 +00:00
2014-02-10 16:20:29 +00:00
2014-02-10 12:05:17 +00:00
2014-03-18 23:51:07 +00:00
2014-03-13 12:05:52 +00:00
2014-02-25 17:31:15 +00:00
2014-03-11 10:48:52 +00:00
2014-03-04 12:46:06 +00:00
2014-03-05 06:35:38 +00:00
2014-03-05 06:35:38 +00:00
2014-03-05 06:35:38 +00:00
2014-02-19 17:23:20 +00:00
2014-03-10 15:03:06 +00:00
2014-03-11 11:32:49 +00:00
2014-03-09 12:20:30 +00:00
2014-03-04 12:05:47 +00:00
2014-03-04 10:40:04 +00:00
2014-03-13 10:42:18 +00:00
2014-03-04 11:08:18 +00:00
2014-03-04 12:09:19 +00:00
2014-03-05 01:50:35 +00:00
2014-03-10 15:03:06 +00:00
2014-03-09 03:16:01 +00:00
2014-03-04 11:17:44 +00:00
2014-03-07 14:42:25 +00:00
2014-01-20 11:34:08 +00:00