[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/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 +++