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

2006-03-17 Thread Reid Spencer
Changes in directory llvm/docs: Projects.html updated: 1.21 - 1.22 --- Log message: Fix a typo. --- Diffs of the changes: (+2 -2) Projects.html |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index: llvm/docs/Projects.html diff -u llvm/docs/Projects.html:1.21

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

2006-03-17 Thread Chris Lattner
Changes in directory llvm/lib/Target/X86: X86ISelLowering.cpp updated: 1.109 - 1.110 --- Log message: Disable x86 fastcc from passing args in registers --- Diffs of the changes: (+18 -6) X86ISelLowering.cpp | 24 ++-- 1 files changed, 18 insertions(+), 6 deletions(-)

[llvm-commits] CVS: llvm/utils/NightlyTest.pl

2006-03-17 Thread Reid Spencer
Changes in directory llvm/utils: NightlyTest.pl updated: 1.104 - 1.105 --- Log message: Use the tt tag instead of pre tag to get code/file/warning lists to wrap but also still be in a fixed-width font. --- Diffs of the changes: (+1 -1) NightlyTest.pl |2 +- 1 files changed, 1

[llvm-commits] CVS: llvm/test/Regression/CFrontend/2006-03-17-KnRMismatch.c

2006-03-17 Thread Chris Lattner
Changes in directory llvm/test/Regression/CFrontend: 2006-03-17-KnRMismatch.c added (r1.1) --- Log message: new testcase that broke the new f.e. --- Diffs of the changes: (+8 -0) 2006-03-17-KnRMismatch.c |8 1 files changed, 8 insertions(+) Index:

[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/loop-strength-reduce.ll

2006-03-17 Thread Evan Cheng
Changes in directory llvm/test/Regression/CodeGen/X86: loop-strength-reduce.ll added (r1.1) --- Log message: Add a lsr common loop invariant hoisting test case --- Diffs of the changes: (+28 -0) loop-strength-reduce.ll | 28 1 files changed, 28 insertions(+)

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

2006-03-17 Thread Evan Cheng
Changes in directory llvm/lib/Transforms/Scalar: LoopStrengthReduce.cpp updated: 1.77 - 1.78 --- Log message: Allow users of iv / stride to be rewritten with expression that is a multiply of a smaller stride even if they have a common loop invariant expression part. --- Diffs of the changes:

[llvm-commits] CVS: llvm/include/llvm/CodeGen/SelectionDAGNodes.h

2006-03-17 Thread Chris Lattner
Changes in directory llvm/include/llvm/CodeGen: SelectionDAGNodes.h updated: 1.111 - 1.112 --- Log message: add a couple of enum values --- Diffs of the changes: (+12 -1) SelectionDAGNodes.h | 13 - 1 files changed, 12 insertions(+), 1 deletion(-) Index:

[llvm-commits] CVS: llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp

2006-03-17 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen/SelectionDAG: SelectionDAG.cpp updated: 1.271 - 1.272 --- Log message: add a couple enum values --- Diffs of the changes: (+3 -1) SelectionDAG.cpp |4 +++- 1 files changed, 3 insertions(+), 1 deletion(-) Index:

[llvm-commits] CVS: llvm/lib/Target/X86/X86InstrFPStack.td X86InstrInfo.td X86InstrSSE.td

2006-03-17 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86InstrFPStack.td updated: 1.3 - 1.4 X86InstrInfo.td updated: 1.254 - 1.255 X86InstrSSE.td updated: 1.5 - 1.6 --- Log message: Move some pattern fragments to the right files. --- Diffs of the changes: (+37 -27) X86InstrFPStack.td | 26

[llvm-commits] CVS: llvm/test/Regression/CodeGen/Generic/vector.ll

2006-03-17 Thread Chris Lattner
Changes in directory llvm/test/Regression/CodeGen/Generic: vector.ll added (r1.1) --- Log message: new testcase --- Diffs of the changes: (+41 -0) vector.ll | 41 + 1 files changed, 41 insertions(+) Index:

[llvm-commits] CVS: llvm/test/Regression/CodeGen/PowerPC/neg.ll

2006-03-17 Thread Nate Begeman
Changes in directory llvm/test/Regression/CodeGen/PowerPC: neg.ll added (r1.1) --- Log message: Add a missing testcase --- Diffs of the changes: (+6 -0) neg.ll |6 ++ 1 files changed, 6 insertions(+) Index: llvm/test/Regression/CodeGen/PowerPC/neg.ll diff -c /dev/null

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCInstrInfo.td

2006-03-17 Thread Nate Begeman
Changes in directory llvm/lib/Target/PowerPC: PPCInstrInfo.td updated: 1.186 - 1.187 --- Log message: Fix subfic to match subc by default instead of sub so that it is correctly cost-modeled as producing a flag. This fixes the test I just added for neg --- Diffs of the changes: (+2 -2)

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

2006-03-17 Thread Chris Lattner
Changes in directory llvm/utils/TableGen: CodeEmitterGen.cpp updated: 1.43 - 1.44 --- Log message: Fix miscodegen of V_SET0 in PPC. --- Diffs of the changes: (+4 -0) CodeEmitterGen.cpp |4 1 files changed, 4 insertions(+) Index: llvm/utils/TableGen/CodeEmitterGen.cpp diff -u

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

2006-03-17 Thread Evan Cheng
Changes in directory llvm/lib/Transforms/Scalar: LoopStrengthReduce.cpp updated: 1.78 - 1.79 --- Log message: Sort StrideOrder so we can process the smallest strides first. This allows for more IV reuses. --- Diffs of the changes: (+27 -0) LoopStrengthReduce.cpp | 27

[llvm-commits] CVS: llvm/lib/Target/X86/X86InstrFPStack.td X86InstrInfo.td X86InstrSSE.td X86RegisterInfo.cpp

2006-03-17 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86InstrFPStack.td updated: 1.4 - 1.5 X86InstrInfo.td updated: 1.255 - 1.256 X86InstrSSE.td updated: 1.6 - 1.7 X86RegisterInfo.cpp updated: 1.129 - 1.130 --- Log message: Use the generic vector register classes VR64 / VR128 rather than V4F32, V8I16,

[llvm-commits] CVS: llvm/include/llvm/CodeGen/SelectionDAGNodes.h

2006-03-17 Thread Chris Lattner
Changes in directory llvm/include/llvm/CodeGen: SelectionDAGNodes.h updated: 1.112 - 1.113 --- Log message: Update comments. --- Diffs of the changes: (+5 -4) SelectionDAGNodes.h |9 + 1 files changed, 5 insertions(+), 4 deletions(-) Index: