[llvm-commits] CVS: llvm/lib/Target/X86/X86ISelDAGToDAG.cpp

2006-10-15 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86ISelDAGToDAG.cpp updated: 1.119 -> 1.120 --- Log message: SelectScalarSSELoad should call CanBeFoldedBy as well. --- Diffs of the changes: (+7 -3) X86ISelDAGToDAG.cpp | 10 +++--- 1 files changed, 7 insertions(+), 3 deletions(-) Index: ll

[llvm-commits] CVS: llvm/lib/Target/X86/X86ISelLowering.cpp

2006-10-15 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86ISelLowering.cpp updated: 1.275 -> 1.276 --- Log message: Avoid getting into an infinite loop when -disable-x86-shuffle-opti is specified. --- Diffs of the changes: (+12 -8) X86ISelLowering.cpp | 20 1 files changed, 12 ins

[llvm-commits] CVS: llvm/utils/TableGen/DAGISelEmitter.cpp

2006-10-15 Thread Evan Cheng
Changes in directory llvm/utils/TableGen: DAGISelEmitter.cpp updated: 1.271 -> 1.272 --- Log message: Passing isel root and use operands to ComplexPattern functions, these should do the usual load folding checks as well. --- Diffs of the changes: (+28 -14) DAGISelEmitter.cpp | 42 +++

[llvm-commits] CVS: llvm/lib/AsmParser/llvmAsmParser.y

2006-10-15 Thread Chris Lattner
Changes in directory llvm/lib/AsmParser: llvmAsmParser.y updated: 1.264 -> 1.265 --- Log message: Produce a useful error message for Regression/Verifier/2006-10-15-AddrLabel.ll --- Diffs of the changes: (+2 -0) llvmAsmParser.y |2 ++ 1 files changed, 2 insertions(+) Index: llvm/lib/A

[llvm-commits] CVS: llvm/test/Regression/Verifier/2006-10-15-AddrLabel.ll

2006-10-15 Thread Chris Lattner
Changes in directory llvm/test/Regression/Verifier: 2006-10-15-AddrLabel.ll added (r1.1) --- Log message: testcase that causes the asmparser to assert --- Diffs of the changes: (+9 -0) 2006-10-15-AddrLabel.ll |9 + 1 files changed, 9 insertions(+) Index: llvm/test/Regression/

[llvm-commits] CVS: llvm/lib/VMCore/Type.cpp

2006-10-15 Thread Chris Lattner
Changes in directory llvm/lib/VMCore: Type.cpp updated: 1.146 -> 1.147 --- Log message: label* is not a valid type, add an assertion. --- Diffs of the changes: (+1 -0) Type.cpp |1 + 1 files changed, 1 insertion(+) Index: llvm/lib/VMCore/Type.cpp diff -u llvm/lib/VMCore/Type.cpp:1.14

[llvm-commits] CVS: llvm/lib/Transforms/Scalar/InstructionCombining.cpp

2006-10-15 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Scalar: InstructionCombining.cpp updated: 1.518 -> 1.519 --- Log message: fix a buggy check that accidentally disabled this xform --- Diffs of the changes: (+1 -1) InstructionCombining.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-)

[llvm-commits] CVS: llvm/docs/LangRef.html

2006-10-15 Thread Chris Lattner
Changes in directory llvm/docs: LangRef.html updated: 1.157 -> 1.158 --- Log message: clarify --- Diffs of the changes: (+6 -5) LangRef.html | 11 ++- 1 files changed, 6 insertions(+), 5 deletions(-) Index: llvm/docs/LangRef.html diff -u llvm/docs/LangRef.html:1.157 llvm/docs/L