[llvm-commits] CVS: nightlytest-serverside/index.php

2006-07-10 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: index.php updated: 1.6 - 1.7 --- Log message: testing email script --- Diffs of the changes: (+0 -1) index.php |1 - 1 files changed, 1 deletion(-) Index: nightlytest-serverside/index.php diff -u nightlytest-serverside/index.php:1.6

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

2006-07-10 Thread Patrick Jenkins
Changes in directory llvm/utils: NewNightlyTest.pl updated: 1.8 - 1.9 --- Log message: Fixed some output issues where newlines were not being printed after error messages --- Diffs of the changes: (+4 -3) NewNightlyTest.pl |7 --- 1 files changed, 4 insertions(+), 3 deletions(-)

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

2006-07-10 Thread Owen Anderson
Changes in directory llvm/lib/Transforms/Scalar: InstructionCombining.cpp updated: 1.494 - 1.495 --- Log message: Make instcombine not remove Phi nodes when LCSSA is live. --- Diffs of the changes: (+50 -46) InstructionCombining.cpp | 96 ---

[llvm-commits] CVS: nightlytest-serverside/machine.php

2006-07-10 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: machine.php updated: 1.2 - 1.3 --- Log message: fixed a problem where trying to generate a graph of configure cpu time from the machine page produced a cvs checkout cpu graph. --- Diffs of the changes: (+1 -1) machine.php |2 +- 1 files

[llvm-commits] CVS: nightlytest-serverside/machines/

2006-07-10 Thread LLVM
Changes in directory nightlytest-serverside/machines: --- Log message: Directory /var/cvs/llvm/nightlytest-serverside/machines added to the repository --- Diffs of the changes: (+0 -0) 0 files changed ___ llvm-commits mailing list

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

2006-07-10 Thread Chris Lattner
Changes in directory llvm/lib/Target/X86: X86ISelLowering.cpp updated: 1.233 - 1.234 --- Log message: Mark internal function static --- Diffs of the changes: (+1 -1) X86ISelLowering.cpp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index:

[llvm-commits] CVS: llvm/test/Regression/Transforms/InstCombine/bswap.ll

2006-07-10 Thread Chris Lattner
Changes in directory llvm/test/Regression/Transforms/InstCombine: bswap.ll updated: 1.1 - 1.2 --- Log message: Add tests for 16-bit byteswaps. --- Diffs of the changes: (+15 -1) bswap.ll | 16 +++- 1 files changed, 15 insertions(+), 1 deletion(-) Index:

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

2006-07-10 Thread Chris Lattner
Changes in directory llvm/lib/Transforms/Scalar: InstructionCombining.cpp updated: 1.495 - 1.496 --- Log message: Recognize 16-bit bswaps by relaxing overconstrained pattern. This implements Transforms/InstCombine/bswap.ll:test[34]. --- Diffs of the changes: (+5 -2)

[llvm-commits] CVS: llvm/test/Regression/CodeGen/PowerPC/bswap-load-store.ll

2006-07-10 Thread Chris Lattner
Changes in directory llvm/test/Regression/CodeGen/PowerPC: bswap-load-store.ll added (r1.1) --- Log message: New testcase for folding bswaps into i16/i32 loads and stores. --- Diffs of the changes: (+42 -0) bswap-load-store.ll | 42 ++ 1 files

[llvm-commits] CVS: llvm/lib/Target/PowerPC/README.txt PPCInstrInfo.td PPCISelLowering.cpp PPCISelLowering.h PPCHazardRecognizers.cpp

2006-07-10 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: README.txt updated: 1.92 - 1.93 PPCInstrInfo.td updated: 1.237 - 1.238 PPCISelLowering.cpp updated: 1.197 - 1.198 PPCISelLowering.h updated: 1.50 - 1.51 PPCHazardRecognizers.cpp updated: 1.12 - 1.13 --- Log message: Implement

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

2006-07-10 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86ISelLowering.cpp updated: 1.234 - 1.235 --- Log message: Fixed stack objects do not specify alignments, but their offsets are known. Use that information when doing the transformation to merge multiple loads into a 128-bit load. --- Diffs of the

[llvm-commits] CVS: llvm/lib/Target/X86/README-SSE.txt

2006-07-10 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: README-SSE.txt updated: 1.3 - 1.4 --- Log message: New entry. --- Diffs of the changes: (+3 -0) README-SSE.txt |3 +++ 1 files changed, 3 insertions(+) Index: llvm/lib/Target/X86/README-SSE.txt diff -u llvm/lib/Target/X86/README-SSE.txt:1.3

[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/vec_shuffle-6.ll

2006-07-10 Thread Evan Cheng
Changes in directory llvm/test/Regression/CodeGen/X86: vec_shuffle-6.ll updated: 1.1 - 1.2 --- Log message: Update. --- Diffs of the changes: (+13 -3) vec_shuffle-6.ll | 16 +--- 1 files changed, 13 insertions(+), 3 deletions(-) Index:

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

2006-07-10 Thread Owen Anderson
Changes in directory llvm/lib/Transforms/Scalar: InstructionCombining.cpp updated: 1.496 - 1.497 --- Log message: Don't indent the entire function. --- Diffs of the changes: (+48 -49) InstructionCombining.cpp | 97 +++ 1 files changed, 48

[llvm-commits] CVS: nightlytest-serverside/NightlyTestAccept.cgi

2006-07-10 Thread Patrick Jenkins
Changes in directory nightlytest-serverside: NightlyTestAccept.cgi updated: 1.10 - 1.11 --- Log message: Hopefully fixed the code that creates a file of the buildlog for each nightly test --- Diffs of the changes: (+9 -7) NightlyTestAccept.cgi | 16 +--- 1 files changed, 9

[llvm-commits] CVS: llvm/lib/Target/PowerPC/PPCInstrInfo.cpp PPCRegisterInfo.cpp PPCRegisterInfo.h

2006-07-10 Thread Chris Lattner
Changes in directory llvm/lib/Target/PowerPC: PPCInstrInfo.cpp updated: 1.22 - 1.23 PPCRegisterInfo.cpp updated: 1.71 - 1.72 PPCRegisterInfo.h updated: 1.15 - 1.16 --- Log message: In 64-bit mode, 64-bit GPRs are callee saved, not 32-bit ones. --- Diffs of the changes: (+99 -62)

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

2006-07-10 Thread Jim Laskey
Changes in directory llvm/utils/TableGen: CodeEmitterGen.cpp updated: 1.44 - 1.45 --- Log message: Reduce bloat in target libraries by removing per machine instruction assertion from code emitter generation. --- Diffs of the changes: (+1 -3) CodeEmitterGen.cpp |4 +--- 1 files

[llvm-commits] CVS: llvm/test/Regression/CodeGen/Alpha/2006-07-03-ASMFormalLowering.ll

2006-07-10 Thread Chris Lattner
Changes in directory llvm/test/Regression/CodeGen/Alpha: 2006-07-03-ASMFormalLowering.ll updated: 1.2 - 1.3 --- Log message: This is fixed --- Diffs of the changes: (+0 -1) 2006-07-03-ASMFormalLowering.ll |1 - 1 files changed, 1 deletion(-) Index:

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

2006-07-10 Thread Chris Lattner
Changes in directory llvm/lib/CodeGen/SelectionDAG: LegalizeDAG.cpp updated: 1.380 - 1.381 --- Log message: Fix CodeGen/Alpha/2006-07-03-ASMFormalLowering.ll and PR818: http://llvm.org/PR818 . --- Diffs of the changes: (+29 -12) LegalizeDAG.cpp | 41

[llvm-commits] CVS: llvm/test/Regression/CodeGen/X86/2006-07-10-InlineAsmAConstraint.ll

2006-07-10 Thread Chris Lattner
Changes in directory llvm/test/Regression/CodeGen/X86: 2006-07-10-InlineAsmAConstraint.ll added (r1.1) --- Log message: New testcase for PR825: http://llvm.org/PR825 . --- Diffs of the changes: (+7 -0) 2006-07-10-InlineAsmAConstraint.ll |7 +++ 1 files changed, 7 insertions(+)

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

2006-07-10 Thread Chris Lattner
Changes in directory llvm/lib/Target/X86: X86ISelLowering.cpp updated: 1.235 - 1.236 X86ISelLowering.h updated: 1.68 - 1.69 --- Log message: Implement the inline asm 'A' constraint. This implements PR825: http://llvm.org/PR825 and CodeGen/X86/2006-07-10-InlineAsmAConstraint.ll --- Diffs