[llvm-commits] CVS: llvm/lib/Target/SparcV8/SparcV8ISelDAGToDAG.cpp

2006-01-06 Thread Chris Lattner
Changes in directory llvm/lib/Target/SparcV8: SparcV8ISelDAGToDAG.cpp updated: 1.40 - 1.41 --- Log message: silence a bogus gcc warning --- Diffs of the changes: (+1 -1) SparcV8ISelDAGToDAG.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index:

[llvm-commits] CVS: llvm/lib/Target/IA64/IA64ISelLowering.cpp

2006-01-06 Thread Chris Lattner
Changes in directory llvm/lib/Target/IA64: IA64ISelLowering.cpp updated: 1.11 - 1.12 --- Log message: silence a bogus gcc warning --- Diffs of the changes: (+1 -1) IA64ISelLowering.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index:

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

2006-01-06 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Scalar: InstructionCombining.cpp updated: 1.409 - 1.410 --- Log message: silence some bogus gcc warnings on fenris --- Diffs of the changes: (+11 -10) InstructionCombining.cpp | 21 +++-- 1 files changed, 11 insertions(+), 10

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

2006-01-06 Thread Chris Lattner
Changes in directory llvm/lib/Target/X86: X86ISelPattern.cpp updated: 1.190 - 1.191 --- Log message: silence a bogus gcc warning --- Diffs of the changes: (+1 -1) X86ISelPattern.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/Target/X86/X86ISelPattern.cpp

[llvm-commits] CVS: llvm/lib/Target/Alpha/AlphaISelDAGToDAG.cpp

2006-01-06 Thread Andrew Lenharth
Changes in directory llvm/lib/Target/Alpha: AlphaISelDAGToDAG.cpp updated: 1.26 - 1.27 --- Log message: make 0 codegen much better --- Diffs of the changes: (+4 -0) AlphaISelDAGToDAG.cpp |4 1 files changed, 4 insertions(+) Index: llvm/lib/Target/Alpha/AlphaISelDAGToDAG.cpp diff

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

2006-01-06 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86ISelDAGToDAG.cpp updated: 1.22 - 1.23 --- Log message: ISEL code for MULHU, MULHS, and UNDEF. --- Diffs of the changes: (+82 -7) X86ISelDAGToDAG.cpp | 89 +++- 1 files changed, 82 insertions(+),

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

2006-01-06 Thread Evan Cheng
Changes in directory llvm/utils/TableGen: DAGISelEmitter.cpp updated: 1.126 - 1.127 --- Log message: Pattern complexity calculation fix. --- Diffs of the changes: (+9 -4) DAGISelEmitter.cpp | 13 + 1 files changed, 9 insertions(+), 4 deletions(-) Index:

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

2006-01-06 Thread Robert L. Bocchino Jr.
Changes in directory llvm/docs: WritingAnLLVMPass.html updated: 1.42 - 1.43 --- Log message: Fixed a typo; = 1 was missing. --- Diffs of the changes: (+2 -2) WritingAnLLVMPass.html |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/docs/WritingAnLLVMPass.html diff

[llvm-commits] CVS: llvm/projects/sample/lib/sample/Makefile

2006-01-06 Thread Robert L. Bocchino Jr.
Changes in directory llvm/projects/sample/lib/sample: Makefile updated: 1.5 - 1.6 --- Log message: Fixed Makefile so it does, indeed, build a dynamic library. --- Diffs of the changes: (+2 -1) Makefile |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index:

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

2006-01-06 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86ISelDAGToDAG.cpp updated: 1.23 - 1.24 --- Log message: * Added integer div / rem. * Fixed a load folding bug. --- Diffs of the changes: (+98 -4) X86ISelDAGToDAG.cpp | 102 +--- 1 files changed,

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

2006-01-06 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Scalar: InstructionCombining.cpp updated: 1.410 - 1.411 --- Log message: fix some 176.gcc miscompilation from my previous patch. --- Diffs of the changes: (+33 -7) InstructionCombining.cpp | 40 +--- 1 files

[llvm-commits] CVS: llvm/test/Regression/CFrontend/2004-06-17-UnorderedCompares.c.tr

2006-01-06 Thread Chris Lattner
Changes in directory llvm/test/Regression/CFrontend: 2004-06-17-UnorderedCompares.c.tr updated: 1.5 - 1.6 --- Log message: Modify this test to not depend on the host math.h implementation --- Diffs of the changes: (+12 -13) 2004-06-17-UnorderedCompares.c.tr | 25

[llvm-commits] CVS: llvm/lib/ExecutionEngine/JIT/JITEmitter.cpp

2006-01-06 Thread Chris Lattner
Changes in directory llvm/lib/ExecutionEngine/JIT: JITEmitter.cpp updated: 1.76 - 1.77 --- Log message: Wrap long lines. --- Diffs of the changes: (+8 -6) JITEmitter.cpp | 14 -- 1 files changed, 8 insertions(+), 6 deletions(-) Index: