Changes in directory llvm/lib/CodeGen/SelectionDAG:
DAGCombiner.cpp updated: 1.65 -> 1.66
---
Log message:
Fix a miscompilation in crafty due to a recent patch
---
Diffs of the changes: (+1 -1)
DAGCombiner.cpp |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/lib/Code
Changes in directory llvm/lib/Target/X86:
X86InstrInfo.td updated: 1.165 -> 1.166
---
Log message:
Added sext and zext patterns.
---
Diffs of the changes: (+34 -9)
X86InstrInfo.td | 43 ++-
1 files changed, 34 insertions(+), 9 deletions(-)
Index:
Changes in directory llvm/utils/TableGen:
DAGISelEmitter.cpp updated: 1.97 -> 1.98
---
Log message:
Skip over srcvalue nodes when generating ISEL code.
---
Diffs of the changes: (+7 -1)
DAGISelEmitter.cpp |8 +++-
1 files changed, 7 insertions(+), 1 deletion(-)
Index: llvm/utils/
Changes in directory llvm/lib/Target:
TargetSelectionDAG.td updated: 1.21 -> 1.22
---
Log message:
Added sextld + zextld DAG nodes.
---
Diffs of the changes: (+17 -0)
TargetSelectionDAG.td | 17 +
1 files changed, 17 insertions(+)
Index: llvm/lib/Target/TargetSelectionD
Changes in directory llvm/lib/CodeGen/SelectionDAG:
DAGCombiner.cpp updated: 1.64 -> 1.65
---
Log message:
Fold (zext (load x) to (zextload x).
---
Diffs of the changes: (+18 -1)
DAGCombiner.cpp | 19 ++-
1 files changed, 18 insertions(+), 1 deletion(-)
Index: llvm/lib/
Changes in directory llvm/lib/Target/PowerPC:
PPCInstrFormats.td updated: 1.61 -> 1.62
PPCInstrInfo.td updated: 1.156 -> 1.157
---
Log message:
Add support for fmul node of type v4f32.
void %foo(<4 x float> * %a) {
entry:
%tmp1 = load <4 x float> * %a;
%tmp2 = mul <4 x float> %tmp1, %tmp1
Changes in directory llvm/lib/Target/PowerPC:
PPCISelLowering.h updated: 1.11 -> 1.12
PPCInstrInfo.td updated: 1.155 -> 1.156
---
Log message:
Prepare support for AltiVec multiply, divide, and sqrt.
---
Diffs of the changes: (+16 -2)
PPCISelLowering.h |4
PPCInstrInfo.td | 14
Changes in directory llvm/lib/Target:
TargetSelectionDAG.td updated: 1.20 -> 1.21
---
Log message:
Prepare support for AltiVec multiply, divide, and sqrt.
---
Diffs of the changes: (+3 -0)
TargetSelectionDAG.td |3 +++
1 files changed, 3 insertions(+)
Index: llvm/lib/Target/TargetSel
Changes in directory llvm/include/llvm:
Linker.h updated: 1.15 -> 1.16
---
Log message:
Adjust the constructor to the Linker class to take an argument that names
the module being constructed. This is used to correctly name the module.
Previously the name of the linker tool was used which produc
Changes in directory llvm/tools/llvm-ld:
llvm-ld.cpp updated: 1.26 -> 1.27
---
Log message:
Adjust the constructor to the Linker class to take an argument that names
the module being constructed. This is used to correctly name the module.
Previously the name of the linker tool was used which pr
Changes in directory llvm/tools/gccld:
gccld.cpp updated: 1.104 -> 1.105
---
Log message:
Adjust the constructor to the Linker class to take an argument that names
the module being constructed. This is used to correctly name the module.
Previously the name of the linker tool was used which prod
Changes in directory llvm/lib/Linker:
Linker.cpp updated: 1.7 -> 1.8
---
Log message:
Adjust the constructor to the Linker class to take an argument that names
the module being constructed. This is used to correctly name the module.
Previously the name of the linker tool was used which produces
Changes in directory llvm/lib/Transforms/IPO:
FunctionResolution.cpp updated: 1.57 -> 1.58
---
Log message:
Improve ResolveFunctions to:
a) use better local variable names (OldMT -> OldFT) where "M" is used to
mean "Function" (perhaps it was previously "Method"?)
b) print out the module iden
Changes in directory llvm/lib/CodeGen/SelectionDAG:
SelectionDAGISel.cpp updated: 1.115 -> 1.116
---
Log message:
Don't lump the filename and working dir together
---
Diffs of the changes: (+16 -15)
SelectionDAGISel.cpp | 31 ---
1 files changed, 16 insertions
14 matches
Mail list logo