Changes in directory llvm/lib/CodeGen/SelectionDAG:
SelectionDAG.cpp updated: 1.367 -> 1.368
---
Log message:
Fix comments.
---
Diffs of the changes: (+8 -3)
SelectionDAG.cpp | 11 ---
1 files changed, 8 insertions(+), 3 deletions(-)
Index: llvm/lib/CodeGen/SelectionDAG/Selectio
Changes in directory llvm/include/llvm/CodeGen:
SelectionDAGNodes.h updated: 1.160 -> 1.161
---
Log message:
Fix comments.
---
Diffs of the changes: (+8 -3)
SelectionDAGNodes.h | 11 ---
1 files changed, 8 insertions(+), 3 deletions(-)
Index: llvm/include/llvm/CodeGen/SelectionD
Changes in directory llvm/lib/CodeGen/SelectionDAG:
DAGCombiner.cpp updated: 1.234 -> 1.235
---
Log message:
Rename
---
Diffs of the changes: (+1 -1)
DAGCombiner.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
diff -u llvm
Changes in directory llvm/include/llvm/Target:
TargetLowering.h updated: 1.85 -> 1.86
---
Log message:
Rename
---
Diffs of the changes: (+5 -5)
TargetLowering.h | 10 +-
1 files changed, 5 insertions(+), 5 deletions(-)
Index: llvm/include/llvm/Target/TargetLowering.h
diff -u llv
On Nov 2, 2006, at 3:33 PM, Reid Spencer wrote:Here are the SHR patches updated for recent changes on the HEAD. Thesereplace the previous submission on Tuesday. If you're reviewing the SHRpatches, please use this version now.***NOTE: This is for review only, please don't commit any of this.Reid.**
The llvm-gcc part looks good, but you might as well do this for the future: Instead of:@@ -1723,7 +1728,8 @@ } Value *ShAmt = ConstantInt::get(Type::UByteTy, ValSizeInBits-LV.BitSize);- Val = new ShiftInst(Instruction::Shr, Val, ShAmt, "tmp", CurBB);+ Val = new Shift
Changes in directory llvm/lib/CodeGen/SelectionDAG:
DAGCombiner.cpp updated: 1.233 -> 1.234
---
Log message:
Remove dead variable. Fix 80 column violations.
---
Diffs of the changes: (+3 -3)
DAGCombiner.cpp |6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
Index: llvm/lib/C
Changes in directory llvm/lib/Target/ARM:
ARMTargetMachine.cpp updated: 1.12 -> 1.13
---
Log message:
revert previous patch
---
Diffs of the changes: (+0 -2)
ARMTargetMachine.cpp |2 --
1 files changed, 2 deletions(-)
Index: llvm/lib/Target/ARM/ARMTargetMachine.cpp
diff -u llvm/lib/T
Changes in directory llvm/lib/CodeGen/SelectionDAG:
DAGCombiner.cpp updated: 1.232 -> 1.233
---
Log message:
Added DAG combiner transformation to generate pre-indexed loads.
---
Diffs of the changes: (+112 -0)
DAGCombiner.cpp | 112
Changes in directory llvm/lib/CodeGen/SelectionDAG:
SelectionDAG.cpp updated: 1.366 -> 1.367
---
Log message:
Added isPredecessor.
---
Diffs of the changes: (+23 -0)
SelectionDAG.cpp | 23 +++
1 files changed, 23 insertions(+)
Index: llvm/lib/CodeGen/SelectionDAG/Sel
Changes in directory llvm/lib/CodeGen:
LiveIntervalAnalysis.cpp updated: 1.188 -> 1.189
---
Log message:
Proper check for two-addressness.
---
Diffs of the changes: (+22 -7)
LiveIntervalAnalysis.cpp | 29 ++---
1 files changed, 22 insertions(+), 7 deletions(-)
In
Changes in directory llvm/include/llvm/Target:
TargetLowering.h updated: 1.84 -> 1.85
---
Log message:
Added a target specific hook to check whether / how a node can be transformed
into a pair of base / offset nodes for pre-indexed load / store ops.
---
Diffs of the changes: (+10 -0)
Targe
Changes in directory llvm/include/llvm/CodeGen:
SelectionDAGNodes.h updated: 1.159 -> 1.160
---
Log message:
Add isPredecessor to check whether a node is another's predecessor.
---
Diffs of the changes: (+3 -0)
SelectionDAGNodes.h |3 +++
1 files changed, 3 insertions(+)
Index: llvm/i
Changes in directory llvm/lib/Target/X86:
X86RegisterInfo.cpp updated: 1.171 -> 1.172
---
Log message:
Dead code.
---
Diffs of the changes: (+0 -4)
X86RegisterInfo.cpp |4
1 files changed, 4 deletions(-)
Index: llvm/lib/Target/X86/X86RegisterInfo.cpp
diff -u llvm/lib/Target/X86/X
Changes in directory llvm/runtime/libprofile:
CommonProfiling.c updated: 1.7 -> 1.8
---
Log message:
Remove unused variable.
---
Diffs of the changes: (+0 -1)
CommonProfiling.c |1 -
1 files changed, 1 deletion(-)
Index: llvm/runtime/libprofile/CommonProfiling.c
diff -u llvm/runtime/
Changes in directory llvm/utils/PerfectShuffle:
PerfectShuffle.cpp updated: 1.9 -> 1.10
---
Log message:
silence warning
---
Diffs of the changes: (+2 -0)
PerfectShuffle.cpp |2 ++
1 files changed, 2 insertions(+)
Index: llvm/utils/PerfectShuffle/PerfectShuffle.cpp
diff -u llvm/utils
Changes in directory llvm/lib/Bytecode/Reader:
Analyzer.cpp updated: 1.23 -> 1.24
---
Log message:
Remove some dead code.
---
Diffs of the changes: (+1 -2)
Analyzer.cpp |3 +--
1 files changed, 1 insertion(+), 2 deletions(-)
Index: llvm/lib/Bytecode/Reader/Analyzer.cpp
diff -u llvm/l
Changes in directory llvm/utils/TableGen:
CodeEmitterGen.cpp updated: 1.49 -> 1.50
---
Log message:
Remove an unused variable.
---
Diffs of the changes: (+1 -3)
CodeEmitterGen.cpp |4 +---
1 files changed, 1 insertion(+), 3 deletions(-)
Index: llvm/utils/TableGen/CodeEmitterGen.cpp
d
Changes in directory llvm/include/llvm/Analysis/DataStructure:
DSGraphTraits.h updated: 1.24 -> 1.25
---
Log message:
silence warning
---
Diffs of the changes: (+0 -1)
DSGraphTraits.h |1 -
1 files changed, 1 deletion(-)
Index: llvm/include/llvm/Analysis/DataStructure/DSGraphTraits.h
Changes in directory llvm/lib/Support:
FoldingSet.cpp updated: 1.10 -> 1.11
---
Log message:
assert.h -> cassert
---
Diffs of the changes: (+1 -1)
FoldingSet.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Support/FoldingSet.cpp
diff -u llvm/lib/Support/Fold
Changes in directory llvm/lib/Target/ARM:
ARMTargetMachine.cpp updated: 1.11 -> 1.12
---
Log message:
add createCFGSimplificationPass to ARMTargetMachine::addInstSelector
---
Diffs of the changes: (+2 -0)
ARMTargetMachine.cpp |2 ++
1 files changed, 2 insertions(+)
Index: llvm/lib/Ta
Changes in directory llvm/lib/Transforms/Scalar:
CorrelatedExprs.cpp updated: 1.37 -> 1.38
---
Log message:
remove dead code
---
Diffs of the changes: (+0 -13)
CorrelatedExprs.cpp | 13 -
1 files changed, 13 deletions(-)
Index: llvm/lib/Transforms/Scalar/CorrelatedExprs.cpp
Changes in directory llvm/lib/CodeGen/SelectionDAG:
ScheduleDAGRRList.cpp updated: 1.18 -> 1.19
SelectionDAG.cpp updated: 1.365 -> 1.366
---
Log message:
silence warning
---
Diffs of the changes: (+0 -50)
ScheduleDAGRRList.cpp | 35 ---
SelectionDAG.cpp
Changes in directory llvm/utils/TableGen:
SubtargetEmitter.cpp updated: 1.20 -> 1.21
---
Log message:
Don't write out variables that are never used.
---
Diffs of the changes: (+0 -3)
SubtargetEmitter.cpp |3 ---
1 files changed, 3 deletions(-)
Index: llvm/utils/TableGen/SubtargetEmit
Changes in directory llvm/lib/Target/IA64:
IA64ISelLowering.cpp updated: 1.48 -> 1.49
---
Log message:
silence warning
---
Diffs of the changes: (+0 -13)
IA64ISelLowering.cpp | 13 -
1 files changed, 13 deletions(-)
Index: llvm/lib/Target/IA64/IA64ISelLowering.cpp
diff -u l
Changes in directory llvm/lib/Target/Alpha:
AlphaISelLowering.cpp updated: 1.73 -> 1.74
AlphaInstrInfo.td updated: 1.134 -> 1.135
AlphaRegisterInfo.cpp updated: 1.49 -> 1.50
---
Log message:
silence warnings.
---
Diffs of the changes: (+1 -12)
AlphaISelLowering.cpp |6 --
AlphaInst
Changes in directory llvm/lib/Target/Sparc:
Sparc.h updated: 1.12 -> 1.13
---
Log message:
silence warnings
---
Diffs of the changes: (+1 -1)
Sparc.h |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Target/Sparc/Sparc.h
diff -u llvm/lib/Target/Sparc/Sparc.h:1.12
Changes in directory llvm/lib/Target/X86:
X86ISelDAGToDAG.cpp updated: 1.120 -> 1.121
---
Log message:
silence warning
---
Diffs of the changes: (+0 -6)
X86ISelDAGToDAG.cpp |6 --
1 files changed, 6 deletions(-)
Index: llvm/lib/Target/X86/X86ISelDAGToDAG.cpp
diff -u llvm/lib/Targ
Changes in directory llvm/utils/TableGen:
DAGISelEmitter.cpp updated: 1.276 -> 1.277
---
Log message:
silence warnings
---
Diffs of the changes: (+1 -5)
DAGISelEmitter.cpp |6 +-
1 files changed, 1 insertion(+), 5 deletions(-)
Index: llvm/utils/TableGen/DAGISelEmitter.cpp
diff -u
Changes in directory llvm/projects/Stacker/lib/runtime:
Makefile updated: 1.5 -> 1.6
stacker_rt.c updated: 1.10 -> 1.11
---
Log message:
Make Stacker Runtime -pedantic clean.
---
Diffs of the changes: (+10 -12)
Makefile |3 ---
stacker_rt.c | 19 ++-
2 files chang
Changes in directory llvm/projects/sample/lib/sample:
Makefile updated: 1.8 -> 1.9
sample.c updated: 1.4 -> 1.5
---
Log message:
Make sample project -pedantic clean.
---
Diffs of the changes: (+3 -5)
Makefile |3 ---
sample.c |5 +++--
2 files changed, 3 insertions(+), 5 deletions(
Changes in directory llvm/tools/llvm2cpp:
Makefile updated: 1.8 -> 1.9
---
Log message:
Make llvm2cpp -pedantic clean.
---
Diffs of the changes: (+1 -1)
Makefile |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/tools/llvm2cpp/Makefile
diff -u llvm/tools/llvm2cpp/Make
Changes in directory llvm/lib/CodeGen:
DwarfWriter.cpp updated: 1.94 -> 1.95
Makefile updated: 1.28 -> 1.29
---
Log message:
Make CodeGen libs -pedantic clean.
---
Diffs of the changes: (+1 -4)
DwarfWriter.cpp |2 +-
Makefile|3 ---
2 files changed, 1 insertion(+), 4 deleti
Changes in directory llvm/lib/Target/CBackend:
Makefile updated: 1.7 -> 1.8
---
Log message:
Make CBackend -pedantic clean.
---
Diffs of the changes: (+1 -2)
Makefile |3 +--
1 files changed, 1 insertion(+), 2 deletions(-)
Index: llvm/lib/Target/CBackend/Makefile
diff -u llvm/lib/Tar
Changes in directory llvm/lib/Support:
FoldingSet.cpp updated: 1.9 -> 1.10
---
Log message:
#include
---
Diffs of the changes: (+1 -0)
FoldingSet.cpp |1 +
1 files changed, 1 insertion(+)
Index: llvm/lib/Support/FoldingSet.cpp
diff -u llvm/lib/Support/FoldingSet.cpp:1.9 llvm/lib/Sup
Changes in directory llvm/lib/Target/PowerPC:
PPCMachOWriter.cpp updated: 1.6 -> 1.7
---
Log message:
fix a bug reid noticed
---
Diffs of the changes: (+1 -1)
PPCMachOWriter.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Target/PowerPC/PPCMachOWriter.cpp
di
Changes in directory llvm/lib/CodeGen:
DwarfWriter.cpp updated: 1.93 -> 1.94
---
Log message:
1. Hash not quite right for DIEValues.
2. Not going to use Usage (no significant benefit.)
---
Diffs of the changes: (+10 -25)
DwarfWriter.cpp | 35 ++-
1 files
Changes in directory llvm/utils/TableGen:
DAGISelEmitter.cpp updated: 1.275 -> 1.276
---
Log message:
Revert last patch which causes tblgen to segfault (why, I'm not sure).
---
Diffs of the changes: (+6 -2)
DAGISelEmitter.cpp |8 ++--
1 files changed, 6 insertions(+), 2 deletions(-
Changes in directory llvm/lib/Target/PowerPC:
PPCAsmPrinter.cpp updated: 1.205 -> 1.206
PPCCodeEmitter.cpp updated: 1.67 -> 1.68
PPCISelDAGToDAG.cpp updated: 1.212 -> 1.213
PPCISelLowering.cpp updated: 1.217 -> 1.218
PPCMachOWriter.cpp updated: 1.5 -> 1.6
PPCRegisterInfo.cpp updated: 1.76 -> 1.7
Changes in directory llvm/lib/Target/IA64:
IA64ISelDAGToDAG.cpp updated: 1.59 -> 1.60
---
Log message:
For PR786: http://llvm.org/PR786 :
Turn on -Wunused and -Wno-unused-parameter. Clean up most of the resulting
fall out by removing unused variables. Remaining warnings have to do with
unused f
Changes in directory llvm/lib/Analysis/IPA:
Andersens.cpp updated: 1.33 -> 1.34
---
Log message:
For PR786: http://llvm.org/PR786 :
Turn on -Wunused and -Wno-unused-parameter. Clean up most of the resulting
fall out by removing unused variables. Remaining warnings have to do with
unused functio
Changes in directory llvm/lib/CodeGen:
DwarfWriter.cpp updated: 1.92 -> 1.93
---
Log message:
Remove unused variable.
---
Diffs of the changes: (+0 -1)
DwarfWriter.cpp |1 -
1 files changed, 1 deletion(-)
Index: llvm/lib/CodeGen/DwarfWriter.cpp
diff -u llvm/lib/CodeGen/DwarfWriter.cp
Changes in directory llvm/utils/TableGen:
DAGISelEmitter.cpp updated: 1.274 -> 1.275
Record.cpp updated: 1.53 -> 1.54
SubtargetEmitter.cpp updated: 1.19 -> 1.20
---
Log message:
For PR786: http://llvm.org/PR786 :
Remove unused variables.
---
Diffs of the changes: (+3 -8)
DAGISelEmitter.cpp
Changes in directory llvm/lib/Linker:
LinkArchives.cpp updated: 1.51 -> 1.52
---
Log message:
For PR786: http://llvm.org/PR786 :
Turn on -Wunused and -Wno-unused-parameter. Clean up most of the resulting
fall out by removing unused variables. Remaining warnings have to do with
unused functions
Changes in directory llvm/tools/llvm-bcanalyzer:
llvm-bcanalyzer.cpp updated: 1.7 -> 1.8
---
Log message:
For PR786: http://llvm.org/PR786 :
Turn on -Wunused and -Wno-unused-parameter. Clean up most of the resulting
fall out by removing unused variables. Remaining warnings have to do with
unuse
Changes in directory llvm/lib/Bytecode/Writer:
Writer.cpp updated: 1.126 -> 1.127
---
Log message:
For PR786: http://llvm.org/PR786 :
Turn on -Wunused and -Wno-unused-parameter. Clean up most of the resulting
fall out by removing unused variables. Remaining warnings have to do with
unused funct
Changes in directory llvm/lib/Target/CBackend:
Writer.cpp updated: 1.277 -> 1.278
---
Log message:
For PR786: http://llvm.org/PR786 :
Turn on -Wunused and -Wno-unused-parameter. Clean up most of the resulting
fall out by removing unused variables. Remaining warnings have to do with
unused funct
Changes in directory llvm/lib/CodeGen/SelectionDAG:
DAGCombiner.cpp updated: 1.231 -> 1.232
LegalizeDAG.cpp updated: 1.415 -> 1.416
ScheduleDAGRRList.cpp updated: 1.17 -> 1.18
ScheduleDAGSimple.cpp updated: 1.18 -> 1.19
SelectionDAG.cpp updated: 1.364 -> 1.365
SelectionDAGISel.cpp updated: 1.314
Changes in directory llvm/lib/Transforms/Utils:
CloneFunction.cpp updated: 1.31 -> 1.32
LoopSimplify.cpp updated: 1.76 -> 1.77
LowerInvoke.cpp updated: 1.42 -> 1.43
SimplifyCFG.cpp updated: 1.102 -> 1.103
---
Log message:
For PR786: http://llvm.org/PR786 :
Turn on -Wunused and -Wno-unused-param
Changes in directory llvm/lib/Debugger:
ProgramInfo.cpp updated: 1.18 -> 1.19
---
Log message:
For PR786: http://llvm.org/PR786 :
Turn on -Wunused and -Wno-unused-parameter. Clean up most of the resulting
fall out by removing unused variables. Remaining warnings have to do with
unused functions
Changes in directory llvm/runtime/GCCLibraries/libm:
Makefile updated: 1.9 -> 1.10
---
Log message:
For PR786: http://llvm.org/PR786 :
Turn on -Wunused and -Wno-unused-parameter. Clean up most of the resulting
fall out by removing unused variables. Remaining warnings have to do with
unused func
Changes in directory llvm/utils/PerfectShuffle:
PerfectShuffle.cpp updated: 1.8 -> 1.9
---
Log message:
For PR786: http://llvm.org/PR786 :
Turn on -Wunused and -Wno-unused-parameter. Clean up most of the resulting
fall out by removing unused variables. Remaining warnings have to do with
unused
Changes in directory llvm/lib/Transforms/Instrumentation:
RSProfiling.cpp updated: 1.8 -> 1.9
TraceBasicBlocks.cpp updated: 1.16 -> 1.17
---
Log message:
For PR786: http://llvm.org/PR786 :
Turn on -Wunused and -Wno-unused-parameter. Clean up most of the resulting
fall out by removing unused var
Changes in directory llvm/lib/VMCore:
AsmWriter.cpp updated: 1.211 -> 1.212
---
Log message:
For PR786: http://llvm.org/PR786 :
Turn on -Wunused and -Wno-unused-parameter. Clean up most of the resulting
fall out by removing unused variables. Remaining warnings have to do with
unused functions (
Changes in directory llvm/tools/llvm2cpp:
CppWriter.cpp updated: 1.19 -> 1.20
---
Log message:
For PR786: http://llvm.org/PR786 :
Turn on -Wunused and -Wno-unused-parameter. Clean up most of the resulting
fall out by removing unused variables. Remaining warnings have to do with
unused functions
Changes in directory llvm/runtime/GCCLibraries/crtend:
Makefile updated: 1.33 -> 1.34
---
Log message:
For PR786: http://llvm.org/PR786 :
Turn on -Wunused and -Wno-unused-parameter. Clean up most of the resulting
fall out by removing unused variables. Remaining warnings have to do with
unused f
Changes in directory llvm/lib/Bytecode/Reader:
Reader.cpp updated: 1.201 -> 1.202
---
Log message:
For PR786: http://llvm.org/PR786 :
Turn on -Wunused and -Wno-unused-parameter. Clean up most of the resulting
fall out by removing unused variables. Remaining warnings have to do with
unused funct
Changes in directory llvm/tools/llvmc:
CompilerDriver.cpp updated: 1.41 -> 1.42
---
Log message:
For PR786: http://llvm.org/PR786 :
Turn on -Wunused and -Wno-unused-parameter. Clean up most of the resulting
fall out by removing unused variables. Remaining warnings have to do with
unused functio
Changes in directory llvm/tools/llvm-ar:
llvm-ar.cpp updated: 1.38 -> 1.39
---
Log message:
For PR786: http://llvm.org/PR786 :
Turn on -Wunused and -Wno-unused-parameter. Clean up most of the resulting
fall out by removing unused variables. Remaining warnings have to do with
unused functions (I
Changes in directory llvm/tools/opt:
opt.cpp updated: 1.118 -> 1.119
---
Log message:
For PR786: http://llvm.org/PR786 :
Turn on -Wunused and -Wno-unused-parameter. Clean up most of the resulting
fall out by removing unused variables. Remaining warnings have to do with
unused functions (I didn'
Changes in directory llvm/lib/Target/Sparc:
SparcAsmPrinter.cpp updated: 1.70 -> 1.71
---
Log message:
For PR786: http://llvm.org/PR786 :
Turn on -Wunused and -Wno-unused-parameter. Clean up most of the resulting
fall out by removing unused variables. Remaining warnings have to do with
unused f
Changes in directory llvm/lib/CodeGen:
BranchFolding.cpp updated: 1.30 -> 1.31
DwarfWriter.cpp updated: 1.91 -> 1.92
ELFWriter.cpp updated: 1.26 -> 1.27
LiveInterval.cpp updated: 1.35 -> 1.36
LiveIntervalAnalysis.cpp updated: 1.187 -> 1.188
LiveVariables.cpp updated: 1.60 -> 1.61
---
Log message
Changes in directory llvm/projects/Stacker/lib/compiler:
StackerCompiler.cpp updated: 1.21 -> 1.22
---
Log message:
For PR786: http://llvm.org/PR786 :
Turn on -Wunused and -Wno-unused-parameter. Clean up most of the resulting
fall out by removing unused variables. Remaining warnings have to do
Changes in directory llvm/lib/Transforms/Scalar:
CorrelatedExprs.cpp updated: 1.36 -> 1.37
InstructionCombining.cpp updated: 1.534 -> 1.535
LoopStrengthReduce.cpp updated: 1.92 -> 1.93
LoopUnroll.cpp updated: 1.29 -> 1.30
LoopUnswitch.cpp updated: 1.48 -> 1.49
SCCP.cpp updated: 1.135 -> 1.136
Sc
Changes in directory llvm/lib/Target/Alpha:
AlphaAsmPrinter.cpp updated: 1.53 -> 1.54
AlphaCodeEmitter.cpp updated: 1.17 -> 1.18
AlphaISelDAGToDAG.cpp updated: 1.61 -> 1.62
AlphaISelLowering.cpp updated: 1.72 -> 1.73
---
Log message:
For PR786: http://llvm.org/PR786 :
Turn on -Wunused and -Wno-
Changes in directory llvm/lib/Transforms/IPO:
ArgumentPromotion.cpp updated: 1.28 -> 1.29
GlobalOpt.cpp updated: 1.70 -> 1.71
IndMemRemoval.cpp updated: 1.3 -> 1.4
InlineSimple.cpp updated: 1.74 -> 1.75
Inliner.cpp updated: 1.29 -> 1.30
LowerSetJmp.cpp updated: 1.30 -> 1.31
SimplifyLibCalls.cpp
Changes in directory llvm/lib/Target/X86:
X86FloatingPoint.cpp updated: 1.54 -> 1.55
X86ISelLowering.cpp updated: 1.286 -> 1.287
X86IntelAsmPrinter.cpp updated: 1.63 -> 1.64
---
Log message:
For PR786: http://llvm.org/PR786 :
Turn on -Wunused and -Wno-unused-parameter. Clean up most of the resu
Changes in directory llvm:
Makefile.rules updated: 1.407 -> 1.408
---
Log message:
For PR786: http://llvm.org/PR786 :
Turn on -Wunused and -Wno-unused-parameter. Clean up most of the resulting
fall out by removing unused variables. Remaining warnings have to do with
unused functions (I didn't w
Changes in directory llvm/lib/Analysis/DataStructure:
DataStructure.cpp updated: 1.247 -> 1.248
EquivClassGraphs.cpp updated: 1.48 -> 1.49
Local.cpp updated: 1.156 -> 1.157
---
Log message:
For PR786: http://llvm.org/PR786 :
Turn on -Wunused and -Wno-unused-parameter. Clean up most of the resul
Changes in directory llvm/lib/ExecutionEngine/JIT:
JITEmitter.cpp updated: 1.116 -> 1.117
---
Log message:
For PR786: http://llvm.org/PR786 :
Turn on -Wunused and -Wno-unused-parameter. Clean up most of the resulting
fall out by removing unused variables. Remaining warnings have to do with
unus
Changes in directory llvm/tools/bugpoint:
CrashDebugger.cpp updated: 1.52 -> 1.53
Miscompilation.cpp updated: 1.77 -> 1.78
---
Log message:
For PR786: http://llvm.org/PR786 :
Turn on -Wunused and -Wno-unused-parameter. Clean up most of the resulting
fall out by removing unused variables. Remain
Changes in directory llvm/lib/Analysis:
BasicAliasAnalysis.cpp updated: 1.87 -> 1.88
---
Log message:
For PR786: http://llvm.org/PR786 :
Turn on -Wunused and -Wno-unused-parameter. Clean up most of the resulting
fall out by removing unused variables. Remaining warnings have to do with
unused fu
Changes in directory llvm/lib/Transforms:
ExprTypeConvert.cpp updated: 1.110 -> 1.111
---
Log message:
For PR786: http://llvm.org/PR786 :
Turn on -Wunused and -Wno-unused-parameter. Clean up most of the resulting
fall out by removing unused variables. Remaining warnings have to do with
unused f
Changes in directory llvm/lib/Target/ARM:
ARM.h updated: 1.6 -> 1.7
ARMAsmPrinter.cpp updated: 1.26 -> 1.27
ARMISelDAGToDAG.cpp updated: 1.81 -> 1.82
---
Log message:
move ARMCondCodeToString to ARMAsmPrinter.cpp
remove unused variables from lowerCall
---
Diffs of the changes: (+21 -23)
AR
Changes in directory llvm/lib/Support:
FoldingSet.cpp updated: 1.8 -> 1.9
---
Log message:
Allow FoldingSet clients to pump up the initial hash size.
---
Diffs of the changes: (+4 -2)
FoldingSet.cpp |6 --
1 files changed, 4 insertions(+), 2 deletions(-)
Index: llvm/lib/Support/Fo
Changes in directory llvm/include/llvm/ADT:
FoldingSet.h updated: 1.3 -> 1.4
---
Log message:
Allow FoldingSet clients to pump up the initial hash size.
---
Diffs of the changes: (+5 -1)
FoldingSet.h |6 +-
1 files changed, 5 insertions(+), 1 deletion(-)
Index: llvm/include/llvm/A
Changes in directory llvm/lib/VMCore:
Function.cpp updated: 1.105 -> 1.106
---
Log message:
Remove unused variable.
---
Diffs of the changes: (+1 -1)
Function.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/VMCore/Function.cpp
diff -u llvm/lib/VMCore/Functio
Changes in directory llvm/lib/VMCore:
ConstantFolding.cpp updated: 1.96 -> 1.97
---
Log message:
Remove unused variables.
---
Diffs of the changes: (+5 -6)
ConstantFolding.cpp | 11 +--
1 files changed, 5 insertions(+), 6 deletions(-)
Index: llvm/lib/VMCore/ConstantFolding.cpp
Changes in directory llvm/lib/ExecutionEngine/Interpreter:
Execution.cpp updated: 1.144 -> 1.145
---
Log message:
Remove a function prototype that is no longer needed (REM patch missed it)
---
Diffs of the changes: (+0 -2)
Execution.cpp |2 --
1 files changed, 2 deletions(-)
Index: l
Changes in directory llvm/lib/System:
Mutex.cpp updated: 1.9 -> 1.10
---
Log message:
Get rid of unused variable.
---
Diffs of the changes: (+1 -1)
Mutex.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/System/Mutex.cpp
diff -u llvm/lib/System/Mutex.cpp:1.9 l
80 matches
Mail list logo