Changes in directory llvm/include/llvm:
Use.h updated: 1.14 -> 1.15
User.h updated: 1.35 -> 1.36
---
Log message:
Move the definition of value_use_iterator::getOperandNo to User.h where the
definition of the User class is available, this fixes the build with some
compiler versions.
---
Diffs
Changes in directory llvm/lib/Target/PowerPC:
PPCISelDAGToDAG.cpp updated: 1.181 -> 1.182
README.txt updated: 1.86 -> 1.87
---
Log message:
Update some stuff now that the new rlwimi code has gone in
---
Diffs of the changes: (+0 -70)
PPCISelDAGToDAG.cpp |1
README.txt | 69
Changes in directory llvm/lib/CodeGen/SelectionDAG:
DAGCombiner.cpp updated: 1.162 -> 1.163
---
Log message:
Fix PR772: http://llvm.cs.uiuc.edu/PR772
---
Diffs of the changes: (+9 -9)
DAGCombiner.cpp | 18 +-
1 files changed, 9 insertions(+), 9 deletions(-)
Index: llvm
Changes in directory llvm/include/llvm/CodeGen:
SelectionDAGISel.h updated: 1.17 -> 1.18
---
Log message:
Remove unncessary include
---
Diffs of the changes: (+0 -1)
SelectionDAGISel.h |1 -
1 files changed, 1 deletion(-)
Index: llvm/include/llvm/CodeGen/SelectionDAGISel.h
diff -u ll
Changes in directory llvm/test/Regression/Transforms/InstCombine:
narrow.ll updated: 1.1 -> 1.2
---
Log message:
This test passes now, remove xfail marker
Change test to be a positive test instead of a negative test
---
Diffs of the changes: (+1 -2)
narrow.ll |3 +--
1 files changed,
Changes in directory llvm/lib/Target/X86:
X86RegisterInfo.td updated: 1.32 -> 1.33
---
Log message:
Typo's
---
Diffs of the changes: (+2 -2)
X86RegisterInfo.td |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/lib/Target/X86/X86RegisterInfo.td
diff -u llvm/lib/Targ