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

2007-03-01 Thread Reid Spencer
Changes in directory llvm-test/SingleSource/UnitTests/Integer/APInt: Makefile updated: 1.3 - 1.4 --- Log message: Changes to support building APInt tests. --- Diffs of the changes: (+9 -2) Makefile | 11 +-- 1 files changed, 9 insertions(+), 2 deletions(-) Index:

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

2007-02-13 Thread Reid Spencer
Changes in directory llvm-test/SingleSource/UnitTests/Integer/APInt: Makefile updated: 1.1 - 1.2 --- Log message: turn on debug for these test. --- Diffs of the changes: (+2 -1) Makefile |3 ++- 1 files changed, 2 insertions(+), 1 deletion(-) Index:

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

2007-02-13 Thread Reid Spencer
Changes in directory llvm-test/SingleSource/UnitTests/Integer/APInt: Makefile updated: 1.2 - 1.3 --- Log message: Disable optimization for better testing. --- Diffs of the changes: (+1 -1) Makefile |2 +- 1 files changed, 1 insertion(+), 1 deletion(-) Index:

[llvm-commits] CVS: llvm-test/SingleSource/UnitTests/Integer/APInt/Makefile arith.cpp bigint.cpp

2007-01-29 Thread Reid Spencer
Changes in directory llvm-test/SingleSource/UnitTests/Integer/APInt: Makefile added (r1.1) arith.cpp added (r1.1) bigint.cpp added (r1.1) --- Log message: Add some tests for the upcoming APInt class. --- Diffs of the changes: (+151 -0) Makefile |7 + arith.cpp | 84