[llvm-commits] CVS: llvm-test/SingleSource/UnitTests/Vector/SSE/Makefile

2007-05-11 Thread Chris Lattner
Changes in directory llvm-test/SingleSource/UnitTests/Vector/SSE: Makefile updated: 1.4 -> 1.5 --- Log message: disable vector tests for the CBE, which doesn't support vectors (PR1126: http://llvm.org/PR1126 ) --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insert

[llvm-commits] CVS: llvm-test/SingleSource/UnitTests/Vector/Makefile

2007-05-11 Thread Chris Lattner
Changes in directory llvm-test/SingleSource/UnitTests/Vector: Makefile updated: 1.3 -> 1.4 --- Log message: disable vector tests for the CBE, which doesn't support vectors (PR1126: http://llvm.org/PR1126 ) --- Diffs of the changes: (+3 -0) Makefile |3 +++ 1 files changed, 3 insertion

[llvm-commits] CVS: llvm-test/SingleSource/UnitTests/Vector/Altivec/Makefile

2007-05-11 Thread Chris Lattner
Changes in directory llvm-test/SingleSource/UnitTests/Vector/Altivec: Makefile updated: 1.2 -> 1.3 --- Log message: disable vector tests for the CBE, which doesn't support vectors (PR1126: http://llvm.org/PR1126 ) --- Diffs of the changes: (+3 -0) Makefile |3 +++ 1 files changed, 3 i

[llvm-commits] CVS: llvm-test/SingleSource/UnitTests/Vector/build2.c

2007-05-04 Thread Lauro Ramos Venancio
Changes in directory llvm-test/SingleSource/UnitTests/Vector: build2.c updated: 1.1 -> 1.2 --- Log message: Implement SMALL_PROBLEM_SIZE. --- Diffs of the changes: (+7 -1) build2.c |8 +++- 1 files changed, 7 insertions(+), 1 deletion(-) Index: llvm-test/SingleSource/UnitTests/Ve

[llvm-commits] CVS: llvm-test/SingleSource/UnitTests/Vector/Altivec/alti.stepfft.c

2007-04-10 Thread Chris Lattner
Changes in directory llvm-test/SingleSource/UnitTests/Vector/Altivec: alti.stepfft.c updated: 1.3 -> 1.4 --- Log message: new testcase --- Diffs of the changes: (+0 -1) alti.stepfft.c |1 - 1 files changed, 1 deletion(-) Index: llvm-test/SingleSource/UnitTests/Vector/Altivec/alti.ste

[llvm-commits] CVS: llvm-test/SingleSource/UnitTests/Vector/Altivec/2007-01-07-lvsl-lvsr-Regression.c

2007-01-07 Thread Jim Laskey
Changes in directory llvm-test/SingleSource/UnitTests/Vector/Altivec: 2007-01-07-lvsl-lvsr-Regression.c added (r1.1) --- Log message: Regression test for llvm-rs6000.cpp function cache overlap. --- Diffs of the changes: (+28 -0) 2007-01-07-lvsl-lvsr-Regression.c | 28 +

[llvm-commits] CVS: llvm-test/SingleSource/UnitTests/Vector/sumarray-dbl.c

2006-12-12 Thread Reid Spencer
Changes in directory llvm-test/SingleSource/UnitTests/Vector: sumarray-dbl.c updated: 1.1 -> 1.2 --- Log message: Make this program return a consistent result value. --- Diffs of the changes: (+2 -1) sumarray-dbl.c |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index: llvm-t

[llvm-commits] CVS: llvm-test/SingleSource/UnitTests/Vector/build.c

2006-12-01 Thread Chris Lattner
Changes in directory llvm-test/SingleSource/UnitTests/Vector: build.c updated: 1.2 -> 1.3 --- Log message: correct this test --- Diffs of the changes: (+5 -2) build.c |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) Index: llvm-test/SingleSource/UnitTests/Vector/build.c d

[llvm-commits] CVS: llvm-test/SingleSource/UnitTests/Vector/build.c divides.c multiplies.c

2006-12-01 Thread Chris Lattner
Changes in directory llvm-test/SingleSource/UnitTests/Vector: build.c updated: 1.1 -> 1.2 divides.c updated: 1.1 -> 1.2 multiplies.c updated: 1.1 -> 1.2 --- Log message: Allow these to pass on ppc --- Diffs of the changes: (+5 -5) build.c |8 +++- divides.c|1 + multip

[llvm-commits] CVS: llvm-test/SingleSource/UnitTests/Vector/SSE/sse.expandfft.c sse.isamax.c sse.stepfft.c

2006-11-25 Thread Reid Spencer
Changes in directory llvm-test/SingleSource/UnitTests/Vector/SSE: sse.expandfft.c updated: 1.4 -> 1.5 sse.isamax.c updated: 1.1 -> 1.2 sse.stepfft.c updated: 1.3 -> 1.4 --- Log message: Make the SingleSource tests return reliable results for their exit codes. --- Diffs of the changes: (+6 -3

[llvm-commits] CVS: llvm-test/SingleSource/UnitTests/Vector/SSE/.cvsignore

2006-11-17 Thread Reid Spencer
Changes in directory llvm-test/SingleSource/UnitTests/Vector/SSE: .cvsignore added (r1.1) --- Log message: Ignore the Output directory --- Diffs of the changes: (+1 -0) .cvsignore |1 + 1 files changed, 1 insertion(+) Index: llvm-test/SingleSource/UnitTests/Vector/SSE/.cvsignore diff

[llvm-commits] CVS: llvm-test/SingleSource/UnitTests/Vector/divides.c

2006-10-25 Thread Reid Spencer
Changes in directory llvm-test/SingleSource/UnitTests/Vector: divides.c added (r1.1) --- Log message: Add a new test case for testing vector divides, both signed and unsigned. --- Diffs of the changes: (+33 -0) divides.c | 33 + 1 files changed, 33 inserti

[llvm-commits] CVS: llvm-test/SingleSource/UnitTests/Vector/SSE/sse.expandfft.c sse.stepfft.c

2006-10-19 Thread Reid Spencer
Changes in directory llvm-test/SingleSource/UnitTests/Vector/SSE: sse.expandfft.c updated: 1.3 -> 1.4 sse.stepfft.c updated: 1.2 -> 1.3 --- Log message: Change this program to use the valloc method as _mm_alloc is not present on all platforms. valloc is overkill, but there's only four such allo

[llvm-commits] CVS: llvm-test/SingleSource/UnitTests/Vector/SSE/Makefile

2006-10-17 Thread Reid Spencer
Changes in directory llvm-test/SingleSource/UnitTests/Vector/SSE: Makefile updated: 1.3 -> 1.4 --- Log message: Adjust the FP tolerance so that it actually quashes the fp differences. Also, disable CBE for now in these tests bacause the CWriter doesn't know how to deal with vector instructions.

[llvm-commits] CVS: llvm-test/SingleSource/UnitTests/Vector/SSE/Makefile

2006-10-17 Thread Reid Spencer
Changes in directory llvm-test/SingleSource/UnitTests/Vector/SSE: Makefile updated: 1.2 -> 1.3 --- Log message: Set some FP tolerance for these tests. --- Diffs of the changes: (+1 -0) Makefile |1 + 1 files changed, 1 insertion(+) Index: llvm-test/SingleSource/UnitTests/Vector/SSE/M

[llvm-commits] CVS: llvm-test/SingleSource/UnitTests/Vector/SSE/Makefile

2006-06-06 Thread Evan Cheng
Changes in directory llvm-test/SingleSource/UnitTests/Vector/SSE: Makefile updated: 1.1 -> 1.2 --- Log message: Clean up makefiles. --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-test/SingleSource/UnitTests/Vector/SSE/Makef

[llvm-commits] CVS: llvm-test/SingleSource/UnitTests/Vector/Altivec/Makefile

2006-06-06 Thread Evan Cheng
Changes in directory llvm-test/SingleSource/UnitTests/Vector/Altivec: Makefile updated: 1.1 -> 1.2 --- Log message: Clean up makefiles. --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index: llvm-test/SingleSource/UnitTests/Vector/Altiv

[llvm-commits] CVS: llvm-test/SingleSource/UnitTests/Vector/build2.c

2006-04-21 Thread Evan Cheng
Changes in directory llvm-test/SingleSource/UnitTests/Vector: build2.c added (r1.1) --- Log message: Add another vector test. --- Diffs of the changes: (+94 -0) build2.c | 94 +++ 1 files changed, 94 insertions(+) Index: llvm-t

[llvm-commits] CVS: llvm-test/SingleSource/UnitTests/Vector/Altivec/alti.expandfft.c alti.stepfft.c

2006-04-04 Thread Evan Cheng
Changes in directory llvm-test/SingleSource/UnitTests/Vector/Altivec: alti.expandfft.c updated: 1.2 -> 1.3 alti.stepfft.c updated: 1.2 -> 1.3 --- Log message: Remove calls to clock() and timing info printf's. --- Diffs of the changes: (+0 -11) alti.expandfft.c |5 - alti.stepfft.c

[llvm-commits] CVS: llvm-test/SingleSource/UnitTests/Vector/SSE/sse.stepfft.c

2006-04-04 Thread Evan Cheng
Changes in directory llvm-test/SingleSource/UnitTests/Vector/SSE: sse.stepfft.c updated: 1.1 -> 1.2 --- Log message: - Remove calls to clock() and timing printfs. - Print out more data for comparisons. - Bump up the test size. --- Diffs of the changes: (+11 -7) sse.stepfft.c | 18 +++

[llvm-commits] CVS: llvm-test/SingleSource/UnitTests/Vector/SSE/sse.expandfft.c

2006-04-04 Thread Evan Cheng
Changes in directory llvm-test/SingleSource/UnitTests/Vector/SSE: sse.expandfft.c updated: 1.2 -> 1.3 --- Log message: Bump up the size of the test. --- Diffs of the changes: (+3 -3) sse.expandfft.c |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Index: llvm-test/SingleSo

[llvm-commits] CVS: llvm-test/SingleSource/UnitTests/Vector/SSE/sse.expandfft.c

2006-04-04 Thread Evan Cheng
Changes in directory llvm-test/SingleSource/UnitTests/Vector/SSE: sse.expandfft.c updated: 1.1 -> 1.2 --- Log message: Eliminate timing printout. Dump more info for more meaningful comparison. --- Diffs of the changes: (+10 -6) sse.expandfft.c | 16 ++-- 1 files changed, 10 i

[llvm-commits] CVS: llvm-test/SingleSource/UnitTests/Vector/multiplies.c helpers.h

2006-04-03 Thread Chris Lattner
Changes in directory llvm-test/SingleSource/UnitTests/Vector: multiplies.c added (r1.1) helpers.h updated: 1.4 -> 1.5 --- Log message: new testcase for multiplies --- Diffs of the changes: (+50 -0) helpers.h| 16 multiplies.c | 34 ++

[llvm-commits] CVS: llvm-test/SingleSource/UnitTests/Vector/Altivec/alti.expandfft.c alti.isamax.c alti.sdot.c alti.stepfft.c

2006-04-03 Thread Chris Lattner
Changes in directory llvm-test/SingleSource/UnitTests/Vector/Altivec: alti.expandfft.c updated: 1.1 -> 1.2 alti.isamax.c updated: 1.1 -> 1.2 alti.sdot.c updated: 1.1 -> 1.2 alti.stepfft.c updated: 1.1 -> 1.2 --- Log message: adjust these to allow them to compile. --- Diffs of the changes: (

[llvm-commits] CVS: llvm-test/SingleSource/UnitTests/Vector/SSE/Makefile sse.expandfft.c sse.isamax.c sse.stepfft.c

2006-04-03 Thread Evan Cheng
Changes in directory llvm-test/SingleSource/UnitTests/Vector/SSE: Makefile added (r1.1) sse.expandfft.c added (r1.1) sse.isamax.c added (r1.1) sse.stepfft.c added (r1.1) --- Log message: Added some Altivec and SSE examples from: Introduction to Parallel Computing A practical guide with exampl

[llvm-commits] CVS: llvm-test/SingleSource/UnitTests/Vector/Makefile

2006-04-03 Thread Evan Cheng
Changes in directory llvm-test/SingleSource/UnitTests/Vector: Makefile updated: 1.2 -> 1.3 --- Log message: Added some Altivec and SSE examples from: Introduction to Parallel Computing A practical guide with examples in C Oxford Texts in Applied and Engineering Mathematics No. 9 Oxford Uni

[llvm-commits] CVS: llvm-test/SingleSource/UnitTests/Vector/Altivec/alti.expandfft.c alti.isamax.c alti.sdot.c alti.stepfft.c

2006-04-03 Thread Evan Cheng
Changes in directory llvm-test/SingleSource/UnitTests/Vector/Altivec: alti.expandfft.c added (r1.1) alti.isamax.c added (r1.1) alti.sdot.c added (r1.1) alti.stepfft.c added (r1.1) --- Log message: Added some Altivec and SSE examples from: Introduction to Parallel Computing A practical guide w

[llvm-commits] CVS: llvm-test/SingleSource/UnitTests/Vector/SSE/

2006-04-03 Thread LLVM
Changes in directory llvm-test/SingleSource/UnitTests/Vector/SSE: --- Log message: Directory /var/cvs/llvm/llvm-test/SingleSource/UnitTests/Vector/SSE added to the repository --- Diffs of the changes: (+0 -0) 0 files changed ___ llvm-commits

[llvm-commits] CVS: llvm-test/SingleSource/UnitTests/Vector/sumarray-dbl.c helpers.h

2006-03-30 Thread Chris Lattner
Changes in directory llvm-test/SingleSource/UnitTests/Vector: sumarray-dbl.c added (r1.1) helpers.h updated: 1.3 -> 1.4 --- Log message: new testcase, which requires expansion of cross-block values. --- Diffs of the changes: (+36 -0) helpers.h | 14 ++ sumarray-dbl.c |

[llvm-commits] CVS: llvm-test/SingleSource/UnitTests/Vector/Altivec/casts.c

2006-03-28 Thread Chris Lattner
Changes in directory llvm-test/SingleSource/UnitTests/Vector/Altivec: casts.c added (r1.1) --- Log message: Random testcase from my collection --- Diffs of the changes: (+30 -0) casts.c | 30 ++ 1 files changed, 30 insertions(+) Index: llvm-test/SingleSource

[llvm-commits] CVS: llvm-test/SingleSource/UnitTests/Vector/Makefile

2006-03-26 Thread Chris Lattner
Changes in directory llvm-test/SingleSource/UnitTests/Vector: Makefile updated: 1.1 -> 1.2 --- Log message: Run altivec tests on PPC systems --- Diffs of the changes: (+8 -1) Makefile |9 - 1 files changed, 8 insertions(+), 1 deletion(-) Index: llvm-test/SingleSource/UnitTest

[llvm-commits] CVS: llvm-test/SingleSource/UnitTests/Vector/Altivec/Makefile test1.c

2006-03-26 Thread Chris Lattner
Changes in directory llvm-test/SingleSource/UnitTests/Vector/Altivec: Makefile added (r1.1) test1.c added (r1.1) --- Log message: Add an altivec-specific test for altivec intrinsics --- Diffs of the changes: (+64 -0) Makefile |8 test1.c | 56 ++

[llvm-commits] CVS: llvm-test/SingleSource/UnitTests/Vector/Altivec/

2006-03-26 Thread Chris Lattner
Changes in directory llvm-test/SingleSource/UnitTests/Vector/Altivec: --- Log message: Directory /home/vadve/shared/PublicCVS/llvm-test/SingleSource/UnitTests/Vector/Altivec added to the repository --- Diffs of the changes: (+0 -0) 0 files changed _

[llvm-commits] CVS: llvm-test/SingleSource/UnitTests/Vector/.cvsignore

2006-03-23 Thread Reid Spencer
Changes in directory llvm-test/SingleSource/UnitTests/Vector: .cvsignore added (r1.1) --- Log message: Add some more .cvsignore files. --- Diffs of the changes: (+1 -0) .cvsignore |1 + 1 files changed, 1 insertion(+) Index: llvm-test/SingleSource/UnitTests/Vector/.cvsignore diff -c

[llvm-commits] CVS: llvm-test/SingleSource/UnitTests/Vector/helpers.h simple.c

2006-03-23 Thread Evan Cheng
Changes in directory llvm-test/SingleSource/UnitTests/Vector: helpers.h updated: 1.2 -> 1.3 simple.c updated: 1.1 -> 1.2 --- Log message: More tests. --- Diffs of the changes: (+49 -9) helpers.h | 12 +++- simple.c | 46 ++ 2 files c

[llvm-commits] CVS: llvm-test/SingleSource/UnitTests/Vector/Makefile

2006-03-21 Thread Chris Lattner
Changes in directory llvm-test/SingleSource/UnitTests/Vector: Makefile added (r1.1) --- Log message: I forgot to check this in earlier --- Diffs of the changes: (+7 -0) Makefile |7 +++ 1 files changed, 7 insertions(+) Index: llvm-test/SingleSource/UnitTests/Vector/Makefile diff

[llvm-commits] CVS: llvm-test/SingleSource/UnitTests/Vector/sumarray.c helpers.h

2006-03-21 Thread Chris Lattner
Changes in directory llvm-test/SingleSource/UnitTests/Vector: sumarray.c added (r1.1) helpers.h updated: 1.1 -> 1.2 --- Log message: Simple vector sum example --- Diffs of the changes: (+24 -0) helpers.h |2 ++ sumarray.c | 22 ++ 2 files changed, 24 insertions(+

[llvm-commits] CVS: llvm-test/SingleSource/UnitTests/Vector/

2006-03-21 Thread Chris Lattner
Changes in directory llvm-test/SingleSource/UnitTests/Vector: --- Log message: Directory /var/cvs/llvm/llvm-test/SingleSource/UnitTests/Vector added to the repository --- Diffs of the changes: (+0 -0) 0 files changed ___ llvm-commits mailing

[llvm-commits] CVS: llvm-test/SingleSource/UnitTests/Vector/build.c helpers.h simple.c

2006-03-21 Thread Chris Lattner
Changes in directory llvm-test/SingleSource/UnitTests/Vector: build.c added (r1.1) helpers.h added (r1.1) simple.c added (r1.1) --- Log message: add some trivial testcases. --- Diffs of the changes: (+39 -0) build.c | 14 ++ helpers.h | 10 ++ simple.c | 15 +++