[llvm-commits] CVS: llvm/include/llvm/IntrinsicsX86.td

2006-04-13 Thread Evan Cheng
Changes in directory llvm/include/llvm: IntrinsicsX86.td updated: 1.24 - 1.25 --- Log message: pmin, pmax, and psad intrinsics. --- Diffs of the changes: (+15 -0) IntrinsicsX86.td | 15 +++ 1 files changed, 15 insertions(+) Index: llvm/include/llvm/IntrinsicsX86.td diff -u

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

2006-04-13 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86InstrSSE.td updated: 1.84 - 1.85 --- Log message: psad, pmax, pmin intrinsics. --- Diffs of the changes: (+54 -1) X86InstrSSE.td | 55 ++- 1 files changed, 54 insertions(+), 1 deletion(-)

[llvm-commits] CVS: llvm/projects/Stacker/Makefile

2006-04-13 Thread Reid Spencer
Changes in directory llvm/projects/Stacker: Makefile updated: 1.9 - 1.10 --- Log message: Distribute the Stacker samples directory. --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/projects/Stacker/Makefile diff -u

[llvm-commits] CVS: llvm/utils/Makefile

2006-04-13 Thread Reid Spencer
Changes in directory llvm/utils: Makefile updated: 1.11 - 1.12 --- Log message: Add missing things to the distribution. --- Diffs of the changes: (+3 -3) Makefile |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Index: llvm/utils/Makefile diff -u llvm/utils/Makefile:1.11

[llvm-commits] CVS: llvm/lib/System/Makefile

2006-04-13 Thread Reid Spencer
Changes in directory llvm/lib/System: Makefile updated: 1.9 - 1.10 --- Log message: Add the README files to the distribution. --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/lib/System/Makefile diff -u

[llvm-commits] CVS: llvm/lib/Target/PowerPC/Makefile

2006-04-13 Thread Reid Spencer
Changes in directory llvm/lib/Target/PowerPC: Makefile updated: 1.21 - 1.22 --- Log message: Add the README files to the distribution. --- Diffs of the changes: (+1 -0) Makefile |1 + 1 files changed, 1 insertion(+) Index: llvm/lib/Target/PowerPC/Makefile diff -u

[llvm-commits] CVS: llvm/lib/Target/Makefile

2006-04-13 Thread Reid Spencer
Changes in directory llvm/lib/Target: Makefile updated: 1.26 - 1.27 --- Log message: Add the README files to the distribution. --- Diffs of the changes: (+1 -0) Makefile |1 + 1 files changed, 1 insertion(+) Index: llvm/lib/Target/Makefile diff -u llvm/lib/Target/Makefile:1.26

[llvm-commits] CVS: llvm/lib/Target/X86/Makefile

2006-04-13 Thread Reid Spencer
Changes in directory llvm/lib/Target/X86: Makefile updated: 1.25 - 1.26 --- Log message: Add the README files to the distribution. --- Diffs of the changes: (+1 -0) Makefile |1 + 1 files changed, 1 insertion(+) Index: llvm/lib/Target/X86/Makefile diff -u

[llvm-commits] CVS: llvm/lib/Debugger/Makefile

2006-04-13 Thread Reid Spencer
Changes in directory llvm/lib/Debugger: Makefile updated: 1.2 - 1.3 --- Log message: Add the README files to the distribution. --- Diffs of the changes: (+1 -0) Makefile |1 + 1 files changed, 1 insertion(+) Index: llvm/lib/Debugger/Makefile diff -u llvm/lib/Debugger/Makefile:1.2

[llvm-commits] CVS: llvm/lib/Transforms/IPO/IndMemRemoval.cpp

2006-04-13 Thread Andrew Lenharth
Changes in directory llvm/lib/Transforms/IPO: IndMemRemoval.cpp updated: 1.1 - 1.2 --- Log message: linear - constant time --- Diffs of the changes: (+3 -3) IndMemRemoval.cpp |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Index: llvm/lib/Transforms/IPO/IndMemRemoval.cpp

[llvm-commits] CVS: llvm-poolalloc/lib/PoolAllocate/TransformFunctionBody.cpp

2006-04-13 Thread Andrew Lenharth
Changes in directory llvm-poolalloc/lib/PoolAllocate: TransformFunctionBody.cpp updated: 1.51 - 1.52 --- Log message: Use the nifty new memset intrinsics --- Diffs of the changes: (+20 -17) TransformFunctionBody.cpp | 37 - 1 files changed, 20

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

2006-04-13 Thread Chris Lattner
Changes in directory llvm/test/Regression/CodeGen/PowerPC: vec_shuffle.ll updated: 1.6 - 1.7 --- Log message: Update a count, this test now passes. --- Diffs of the changes: (+1 -1) vec_shuffle.ll |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index:

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

2006-04-13 Thread Chris Lattner
Changes in directory llvm/test/Regression/CodeGen/Generic: vector.ll updated: 1.9 - 1.10 --- Log message: Add a run with an unusual target triple, revert the patch that sent output to dev null as it broke the test and doesn't add anything. --- Diffs of the changes: (+6 -5) vector.ll |

[llvm-commits] CVS: llvm/test/Regression/CFrontend/2003-01-30-UnionInit.c 2003-08-30-AggregateInitializer.c 2004-01-01-UnknownInitSize.c 2005-10-18-VariableSizedElementCrash.c 2006-01-13-StackSave.c

2006-04-13 Thread Chris Lattner
Changes in directory llvm/test/Regression/CFrontend: 2003-01-30-UnionInit.c updated: 1.5 - 1.6 2003-08-30-AggregateInitializer.c updated: 1.5 - 1.6 2004-01-01-UnknownInitSize.c updated: 1.5 - 1.6 2005-10-18-VariableSizedElementCrash.c updated: 1.1 - 1.2 2006-01-13-StackSave.c updated: 1.1 - 1.2

[llvm-commits] CVS: llvm/test/Regression/CodeGen/stacksave-restore.ll

2006-04-13 Thread Chris Lattner
Changes in directory llvm/test/Regression/CodeGen: stacksave-restore.ll (r1.1) removed --- Log message: Oops, move misplaced test --- Diffs of the changes: (+0 -0) 0 files changed ___ llvm-commits mailing list llvm-commits@cs.uiuc.edu

[llvm-commits] CVS: llvm/test/Regression/CodeGen/Alpha/bsr.ll

2006-04-13 Thread Chris Lattner
Changes in directory llvm/test/Regression/CodeGen/Alpha: bsr.ll updated: 1.1 - 1.2 --- Log message: This test fails and I don't know why, xfail it until andrew gets a chance to look at it. --- Diffs of the changes: (+1 -3) bsr.ll |4 +--- 1 files changed, 1 insertion(+), 3

[llvm-commits] CVS: llvm/test/Regression/Verifier/2004-01-22-FloatNormalization.ll

2006-04-13 Thread Chris Lattner
Changes in directory llvm/test/Regression/Verifier: 2004-01-22-FloatNormalization.ll updated: 1.3 - 1.4 --- Log message: Fix an accidental commit. --- Diffs of the changes: (+1 -1) 2004-01-22-FloatNormalization.ll |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index:

[llvm-commits] CVS: llvm/test/Regression/C++Frontend/2003-11-09-ConstructorTypeSafety.cpp.tr 2003-11-18-MemberInitializationCasting.cpp.tr

2006-04-13 Thread Chris Lattner
Changes in directory llvm/test/Regression/C++Frontend: 2003-11-09-ConstructorTypeSafety.cpp.tr updated: 1.1 - 1.2 2003-11-18-MemberInitializationCasting.cpp.tr updated: 1.1 - 1.2 --- Log message: Don't get confused by dead casts. --- Diffs of the changes: (+2 -2)

[llvm-commits] CVS: llvm/test/Regression/C++Frontend/2005-07-21-VirtualBaseAccess.cpp

2006-04-13 Thread Chris Lattner
Changes in directory llvm/test/Regression/C++Frontend: 2005-07-21-VirtualBaseAccess.cpp updated: 1.1 - 1.2 --- Log message: Another case where a dead cast was causing the test to spuriously fail with the new front-end. --- Diffs of the changes: (+1 -1) 2005-07-21-VirtualBaseAccess.cpp |

[llvm-commits] CVS: llvm/test/Regression/CFrontend/2004-02-20-StaticRedeclare.c.tr

2006-04-13 Thread Chris Lattner
Changes in directory llvm/test/Regression/CFrontend: 2004-02-20-StaticRedeclare.c.tr updated: 1.3 - 1.4 --- Log message: This file is an invalid C file, test that it is properly rejected --- Diffs of the changes: (+5 -1) 2004-02-20-StaticRedeclare.c.tr |6 +- 1 files changed, 5

[llvm-commits] CVS: llvm/test/Regression/BugPoint/dg.exp

2006-04-13 Thread Chris Lattner
Changes in directory llvm/test/Regression/BugPoint: dg.exp updated: 1.3 - 1.4 --- Log message: Only look at .ll files in this directory --- Diffs of the changes: (+1 -1) dg.exp |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm/test/Regression/BugPoint/dg.exp diff -u

[llvm-commits] CVS: llvm/test/Regression/CFrontend/2005-12-04-DeclarationLineNumbers.c 2006-01-13-Includes.c

2006-04-13 Thread Chris Lattner
Changes in directory llvm/test/Regression/CFrontend: 2005-12-04-DeclarationLineNumbers.c updated: 1.1 - 1.2 2006-01-13-Includes.c updated: 1.2 - 1.3 --- Log message: These tests are now xfailed for llvmgcc4. This is PR735: http://llvm.cs.uiuc.edu/PR735 , unlikely to be resolved before 1.7 :(

[llvm-commits] CVS: llvm/test/Regression/CodeGen/Alpha/bsr.ll

2006-04-13 Thread Andrew Lenharth
Changes in directory llvm/test/Regression/CodeGen/Alpha: bsr.ll updated: 1.2 - 1.3 --- Log message: fix this for the more restrictive linkage --- Diffs of the changes: (+2 -2) bsr.ll |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) Index:

[llvm-commits] CVS: llvm/test/Regression/ExecutionEngine/2005-12-02-TailCallBug.ll

2006-04-13 Thread Chris Lattner
Changes in directory llvm/test/Regression/ExecutionEngine: 2005-12-02-TailCallBug.ll updated: 1.2 - 1.3 --- Log message: Try xfailing this --- Diffs of the changes: (+3 -1) 2005-12-02-TailCallBug.ll |4 +++- 1 files changed, 3 insertions(+), 1 deletion(-) Index:

[llvm-commits] CVS: llvm-gcc/gcc/llvm-expand.c

2006-04-13 Thread Chris Lattner
Changes in directory llvm-gcc/gcc: llvm-expand.c updated: 1.126 - 1.127 --- Log message: Use the appropriate type suffix for llvm.memcpy/llvm.memmove, resolving PR733: http://llvm.cs.uiuc.edu/PR733 --- Diffs of the changes: (+12 -5) llvm-expand.c | 17 - 1 files

[llvm-commits] CVS: llvm-gcc/gcc/llvm-expand.c

2006-04-13 Thread Chris Lattner
Changes in directory llvm-gcc/gcc: llvm-expand.c updated: 1.127 - 1.128 --- Log message: Add appropriate type suffix for llvm.memset also, for PR733: http://llvm.cs.uiuc.edu/PR733 --- Diffs of the changes: (+10 -4) llvm-expand.c | 14 ++ 1 files changed, 10 insertions(+),

[llvm-commits] CVS: llvm/include/llvm/Intrinsics.td

2006-04-13 Thread Chris Lattner
Changes in directory llvm/include/llvm: Intrinsics.td updated: 1.33 - 1.34 --- Log message: Fix an incorrect prototype for this intrinsic, fixing CFrontend/2003-08-18-SigSetJmp.c with llvm-gcc3. This is part of PR733: http://llvm.cs.uiuc.edu/PR733 . --- Diffs of the changes: (+1 -1)

[llvm-commits] CVS: llvm/lib/Analysis/DataStructure/Local.cpp

2006-04-13 Thread Andrew Lenharth
Changes in directory llvm/lib/Analysis/DataStructure: Local.cpp updated: 1.144 - 1.145 --- Log message: Handle some kernel code than ends in [0 x sbyte]. I think this is safe --- Diffs of the changes: (+11 -2) Local.cpp | 13 +++-- 1 files changed, 11 insertions(+), 2

[llvm-commits] CVS: llvm/test/Regression/CFrontend/2005-02-27-MarkGlobalConstant.c

2006-04-13 Thread Chris Lattner
Changes in directory llvm/test/Regression/CFrontend: 2005-02-27-MarkGlobalConstant.c updated: 1.1 - 1.2 --- Log message: Fix this regex to match what llvmgcc4 produces also --- Diffs of the changes: (+1 -1) 2005-02-27-MarkGlobalConstant.c |2 +- 1 files changed, 1 insertion(+), 1

[llvm-commits] [release_17] CVS: llvm/test/Makefile

2006-04-13 Thread Reid Spencer
Changes in directory llvm/test: Makefile updated: 1.86 - 1.86.2.1 --- Log message: Merge head changes needed for release (correction of dg variable quoting) --- Diffs of the changes: (+4 -4) Makefile |8 1 files changed, 4 insertions(+), 4 deletions(-) Index:

[llvm-commits] CVS: llvm/test/Regression/CFrontend/2005-12-04-DeclarationLineNumbers.c

2006-04-13 Thread Chris Lattner
Changes in directory llvm/test/Regression/CFrontend: 2005-12-04-DeclarationLineNumbers.c updated: 1.2 - 1.3 --- Log message: My addition of the xfail marker threw off the line #. move it. --- Diffs of the changes: (+3 -1) 2005-12-04-DeclarationLineNumbers.c |4 +++- 1 files changed, 3

[llvm-commits] [release_17] CVS: llvm/examples/BFtoLLVM/Makefile

2006-04-13 Thread Reid Spencer
Changes in directory llvm/examples/BFtoLLVM: Makefile updated: 1.2 - 1.2.10.1 --- Log message: Make sure we distribute the tests directory too. --- Diffs of the changes: (+1 -0) Makefile |1 + 1 files changed, 1 insertion(+) Index: llvm/examples/BFtoLLVM/Makefile diff -u

[llvm-commits] [release_17] CVS: llvm/lib/Target/SparcV8/.cvsignore

2006-04-13 Thread LLVM
Changes in directory llvm/lib/Target/SparcV8: .cvsignore (r1.1) removed --- Log message: Remove the .cvsignore file so this directory gets pruned. --- Diffs of the changes: (+0 -0) 0 files changed ___ llvm-commits mailing list

[llvm-commits] [release_17] CVS: llvm/lib/Target/Skeleton/.cvsignore

2006-04-13 Thread LLVM
Changes in directory llvm/lib/Target/Skeleton: .cvsignore (r1.1) removed --- Log message: Remove the .cvsignore file so the SparcV8 directory gets pruned with the cvs update -P option. --- Diffs of the changes: (+0 -0) 0 files changed ___

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

2006-04-13 Thread LLVM
Changes in directory llvm/lib/Target/SparcV8: .cvsignore (r1.1) removed --- Log message: Remove the .cvsignore file so this directory can be pruned. --- Diffs of the changes: (+0 -0) 0 files changed ___ llvm-commits mailing list

[llvm-commits] CVS: llvm/lib/Target/Skeleton/.cvsignore

2006-04-13 Thread LLVM
Changes in directory llvm/lib/Target/Skeleton: .cvsignore (r1.1) removed --- Log message: Remove .cvsignore so that this directory can be pruned. --- Diffs of the changes: (+0 -0) 0 files changed ___ llvm-commits mailing list

[llvm-commits] CVS: llvm/include/llvm/IntrinsicsX86.td

2006-04-13 Thread Evan Cheng
Changes in directory llvm/include/llvm: IntrinsicsX86.td updated: 1.25 - 1.26 --- Log message: psll*, psrl*, and psra* intrinsics. --- Diffs of the changes: (+24 -0) IntrinsicsX86.td | 24 1 files changed, 24 insertions(+) Index:

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

2006-04-13 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86InstrSSE.td updated: 1.86 - 1.87 --- Log message: psll*, psrl*, and psra* intrinsics. --- Diffs of the changes: (+99 -1) X86InstrSSE.td | 100 - 1 files changed, 99 insertions(+), 1

[llvm-commits] CVS: llvm/include/llvm/IntrinsicsX86.td

2006-04-13 Thread Evan Cheng
Changes in directory llvm/include/llvm: IntrinsicsX86.td updated: 1.26 - 1.27 --- Log message: pcmpeq* and pcmpgt* intrinsics. --- Diffs of the changes: (+22 -0) IntrinsicsX86.td | 22 ++ 1 files changed, 22 insertions(+) Index: llvm/include/llvm/IntrinsicsX86.td

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

2006-04-13 Thread Evan Cheng
Changes in directory llvm/lib/Target/X86: X86InstrSSE.td updated: 1.87 - 1.88 --- Log message: pcmpeq* and pcmpgt* intrinsics. --- Diffs of the changes: (+68 -2) X86InstrSSE.td | 70 +++-- 1 files changed, 68 insertions(+), 2

[llvm-commits] CVS: llvm/configure

2006-04-13 Thread Reid Spencer
Changes in directory llvm: configure updated: 1.219 - 1.220 --- Log message: remove the cvs part of the version number for the release branch. --- Diffs of the changes: (+9 -9) configure | 18 +- 1 files changed, 9 insertions(+), 9 deletions(-) Index: llvm/configure

[llvm-commits] CVS: llvm/configure

2006-04-13 Thread Reid Spencer
Changes in directory llvm: configure updated: 1.220 - 1.221 --- Log message: Ahem. HEAD - 1.8cvs not 1.7 (I'm an idiot). --- Diffs of the changes: (+9 -9) configure | 18 +- 1 files changed, 9 insertions(+), 9 deletions(-) Index: llvm/configure diff -u

[llvm-commits] CVS: llvm/test/Regression/CFrontend/2004-02-20-StaticRedeclare.c.tr

2006-04-13 Thread Chris Lattner
Changes in directory llvm/test/Regression/CFrontend: 2004-02-20-StaticRedeclare.c.tr (r1.4) removed --- Log message: Remove this test, there is no need to test GCC's bugs --- Diffs of the changes: (+0 -0) 0 files changed ___ llvm-commits

[llvm-commits] CVS: llvm/test/Regression/Transforms/GCSE/vectorops.ll

2006-04-13 Thread Chris Lattner
Changes in directory llvm/test/Regression/Transforms/GCSE: vectorops.ll added (r1.1) --- Log message: new testcase, vector operations should be CSE'd --- Diffs of the changes: (+26 -0) vectorops.ll | 26 ++ 1 files changed, 26 insertions(+) Index:

[llvm-commits] CVS: llvm/lib/Analysis/ValueNumbering.cpp

2006-04-13 Thread Chris Lattner
Changes in directory llvm/lib/Analysis: ValueNumbering.cpp updated: 1.16 - 1.17 --- Log message: Implement value #'ing for vector operations, implementing Regression/Transforms/GCSE/vectorops.ll --- Diffs of the changes: (+38 -32) ValueNumbering.cpp | 70