Changes in directory llvm/lib/Target/PowerPC:
PPCHazardRecognizers.cpp updated: 1.13 -> 1.14
PPCInstr64Bit.td updated: 1.17 -> 1.18
---
Log message:
Add missing PPC64 extload/truncstores
---
Diffs of the changes: (+99 -9)
PPCHazardRecognizers.cpp | 18 -
PPCInstr64Bit.td
Changes in directory llvm/lib/Target/PowerPC:
README.txt updated: 1.93 -> 1.94
---
Log message:
Add a note
---
Diffs of the changes: (+9 -0)
README.txt |9 +
1 files changed, 9 insertions(+)
Index: llvm/lib/Target/PowerPC/README.txt
diff -u llvm/lib/Target/PowerPC/README.txt:
Changes in directory llvm/utils/TableGen:
CodeEmitterGen.cpp updated: 1.47 -> 1.48
---
Log message:
Clean up.
---
Diffs of the changes: (+4 -1)
CodeEmitterGen.cpp |5 -
1 files changed, 4 insertions(+), 1 deletion(-)
Index: llvm/utils/TableGen/CodeEmitterGen.cpp
diff -u llvm/util
Changes in directory llvm/lib/Target/PowerPC:
PPCInstrFormats.td updated: 1.78 -> 1.79
---
Log message:
Another fix in the rotate encodings, needed when the first two operands are not
the same.
---
Diffs of the changes: (+1 -1)
PPCInstrFormats.td |2 +-
1 files changed, 1 insertion(+),
Changes in directory llvm/utils/TableGen:
CodeEmitterGen.h updated: 1.12 -> 1.13
CodeEmitterGen.cpp updated: 1.46 -> 1.47
---
Log message:
1. Simplfy bit operations.
2. Coalesce instruction cases.
---
Diffs of the changes: (+118 -183)
CodeEmitterGen.cpp | 293 -
Changes in directory llvm/lib/Transforms/Scalar:
IndVarSimplify.cpp updated: 1.86 -> 1.87
---
Log message:
Revert this patch temporarily until PR831: http://llvm.org/PR831 is fixed.
---
Diffs of the changes: (+15 -31)
IndVarSimplify.cpp | 46 +++--
Changes in directory llvm/utils:
NewNightlyTest.pl updated: 1.10 -> 1.11
---
Log message:
Syntax error. I will run perl -c before commiting perl scripts.
---
Diffs of the changes: (+1 -1)
NewNightlyTest.pl |2 +-
1 files changed, 1 insertion(+), 1 deletion(-)
Index: llvm/utils/NewNig
Changes in directory llvm/utils:
NewNightlyTest.pl updated: 1.9 -> 1.10
---
Log message:
Fixed some small bugs exposed when trying to get a sparc machine to run the
script. Specifically some misnamed variables.
---
Diffs of the changes: (+6 -6)
NewNightlyTest.pl | 12 ++--
1 fi
Changes in directory llvm/lib/CodeGen:
DwarfWriter.cpp updated: 1.68 -> 1.69
MachineDebugInfo.cpp updated: 1.45 -> 1.46
---
Log message:
Fixed a bug handling void function types.
Requires rebuild of llvm-gcc4 (touch llvm-debug.cpp.)
---
Diffs of the changes: (+21 -12)
DwarfWriter.cpp