Changes in directory llvm-test/SingleSource/UnitTests/Integer/APInt:
arith.cpp updated: 1.11 -> 1.12
---
Log message:
Update for changes in APInt interface.
---
Diffs of the changes: (+30 -24)
arith.cpp | 54 ++
1 files changed, 30 inse
Changes in directory llvm-test/SingleSource/UnitTests/Integer/APInt:
arith.cpp updated: 1.10 -> 1.11
---
Log message:
Consolidate code, expand testing to more values.
---
Diffs of the changes: (+55 -18)
arith.cpp | 73 ++
1 file
Changes in directory llvm-test/SingleSource/UnitTests/Integer/APInt:
arith.cpp updated: 1.9 -> 1.10
---
Log message:
Consolidate printing of APInt into a single functions.
Always print both the decimal and hexadecimal representations of an APInt.
---
Diffs of the changes: (+50 -50)
arith.c
Changes in directory llvm-test/SingleSource/UnitTests/Integer/APInt:
arith.cpp updated: 1.8 -> 1.9
---
Log message:
Make use of ability to print signed values.
Fix a bug in the display of != result.
---
Diffs of the changes: (+8 -7)
arith.cpp | 15 ---
1 files changed, 8 inse
Changes in directory llvm-test/SingleSource/UnitTests/Integer/APInt:
arith.cpp updated: 1.7 -> 1.8
---
Log message:
Update for changes in APInt interface.
---
Diffs of the changes: (+53 -51)
arith.cpp | 104 +++---
1 files changed, 5
Changes in directory llvm-test/SingleSource/UnitTests/Integer/APInt:
arith.cpp updated: 1.6 -> 1.7
---
Log message:
Fix some errors.
---
Diffs of the changes: (+4 -5)
arith.cpp |9 -
1 files changed, 4 insertions(+), 5 deletions(-)
Index: llvm-test/SingleSource/UnitTests/Inte
Changes in directory llvm-test/SingleSource/UnitTests/Integer/APInt:
arith.cpp updated: 1.5 -> 1.6
---
Log message:
Clean up some output.
Actually shift the bits when generating the random values.
---
Diffs of the changes: (+6 -4)
arith.cpp | 10 ++
1 files changed, 6 insertions(
Changes in directory llvm-test/SingleSource/UnitTests/Integer/APInt:
arith.cpp updated: 1.4 -> 1.5
---
Log message:
1. Add a utility function for getting a printable string from an APInt
2. Comment out the ByteSwap function, it crashes.
3. Prevent divid by zero.
4. Test every bit width from 1 t
Changes in directory llvm-test/SingleSource/UnitTests/Integer/APInt:
arith.cpp updated: 1.3 -> 1.4
---
Log message:
Significantly beef up this test to check all interface operations on a
variety of bitwidths from 1 to 1024 and using randomly generated data.
---
Diffs of the changes: (+162 -5
Changes in directory llvm-test/SingleSource/UnitTests/Integer/APInt:
arith.cpp updated: 1.2 -> 1.3
bigint.cpp updated: 1.2 -> 1.3
sign.cpp updated: 1.2 -> 1.3
---
Log message:
Updates these test cases as APInt class modifed.
---
Diffs of the changes: (+19 -16)
arith.cpp |8
b
Changes in directory llvm-test/SingleSource/UnitTests/Integer/APInt:
arith.cpp updated: 1.1 -> 1.2
bigint.cpp updated: 1.1 -> 1.2
bitlogic.cpp updated: 1.1 -> 1.2
sign.cpp updated: 1.1 -> 1.2
---
Log message:
Modify these test cases as APInt changed.
---
Diffs of the changes: (+41 -40)
ari
11 matches
Mail list logo