Changes in directory llvm/lib/CodeGen/SelectionDAG:
DAGCombiner.cpp updated: 1.97 -> 1.98
---
Log message:
fold c1 << (x + c2) into (c1 << c2) << x. fix a warning.
---
Diffs of the changes: (+7 -1)
DAGCombiner.cpp |8 +++-
1 files changed, 7 insertions(+), 1 deletion(-)
Index: l
Changes in directory llvm/lib/CodeGen/SelectionDAG:
DAGCombiner.cpp updated: 1.98 -> 1.99
---
Log message:
Back out previous commit, it isn't safe.
---
Diffs of the changes: (+0 -6)
DAGCombiner.cpp |6 --
1 files changed, 6 deletions(-)
Index: llvm/lib/CodeGen/SelectionDAG/DAGCom
Changes in directory llvm/lib/Target:
README.txt updated: 1.4 -> 1.5
---
Log message:
This xform isn't safe
---
Diffs of the changes: (+0 -4)
README.txt |4
1 files changed, 4 deletions(-)
Index: llvm/lib/Target/README.txt
diff -u llvm/lib/Target/README.txt:1.4 llvm/lib/Target/R
Changes in directory llvm/tools/llc:
Makefile updated: 1.77 -> 1.78
---
Log message:
SparcV8 -> Sparc
---
Diffs of the changes: (+2 -2)
Makefile |4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/tools/llc/Makefile
diff -u llvm/tools/llc/Makefile:1.77 llvm/tools/ll
Changes in directory llvm/lib/Target/PowerPC:
PPCISelDAGToDAG.cpp updated: 1.154 -> 1.155
---
Log message:
Complex pattern isel code shouldn't select nodes.
---
Diffs of the changes: (+9 -9)
PPCISelDAGToDAG.cpp | 18 +-
1 files changed, 9 insertions(+), 9 deletions(-)
I
Changes in directory llvm/utils/TableGen:
DAGISelEmitter.cpp updated: 1.165 -> 1.166
---
Log message:
Handle HANDLENODE: just return itself.
---
Diffs of the changes: (+1 -0)
DAGISelEmitter.cpp |1 +
1 files changed, 1 insertion(+)
Index: llvm/utils/TableGen/DAGISelEmitter.cpp
diff -
Changes in directory llvm/utils/TableGen:
DAGISelEmitter.cpp updated: 1.166 -> 1.167
---
Log message:
Name change.
---
Diffs of the changes: (+4 -4)
DAGISelEmitter.cpp |8
1 files changed, 4 insertions(+), 4 deletions(-)
Index: llvm/utils/TableGen/DAGISelEmitter.cpp
diff -u
Changes in directory llvm/lib/Target/X86:
X86ISelDAGToDAG.cpp updated: 1.42 -> 1.43
---
Log message:
- Update load folding checks to match those auto-generated by tblgen.
- Manually select SDOperand's returned by TryFoldLoad which make up the
load address.
---
Diffs of the changes: (+26 -1