1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
|
Wed Nov 11 17:42:49 1998 Andrew Cagney <cagney@b1.cygnus.com>
* f-rsqrt.s: div(-0) can set both I/SI + D/SD.
Thu Nov 5 10:37:40 EST 1998 Frank Ch. Eigler <fche@cygnus.com>
* t-prot3w.s: Correct test of prot3w insn.
Thu Nov 5 20:22:21 1998 Andrew Cagney <cagney@b1.cygnus.com>
* f-rsqrt.s: Add tests for 0/sqrt(0) etc.
Thu Oct 29 12:07:06 1998 Frank Ch. Eigler <fche@cygnus.com>
* t-psrlvw.s (test_psrlvw): Add test for sign-extension in insn.
* t-padsbh.s: New test.
* t-mult1.s: New test.
* Makefile.in: Run them.
Tue Oct 27 15:20:16 EST 1998 Frank Ch. Eigler <fche@cygnus.com>
* t-prot3w.s: Test changed spec of prot3w insn.
Wed Jul 15 14:57:26 1998 Andrew Cagney <cagney@b1.cygnus.com>
* f-div.s: Add tests of more edge conditions.
* f-rsqrt.s: Add third argument to RSQRT.
* f-cond.s: Replace C.LE.S with C.OLE.S and C.LT.S with C.OLT.S.
Mon May 25 15:46:32 1998 Andrew Cagney <cagney@b1.cygnus.com>
* t-ldl.s, t-ldr.s, t-lwl.s, t-lwr.s, t-sdl.s, t-sdr.s, t-swl.s,
t-swr.s: New files.
* Makefile.in (TESTS): Update.
Thu May 21 19:04:52 1998 Andrew Cagney <cagney@b1.cygnus.com>
* Makefile.in (TESTS): Add t-sub.ok.
(t-sub.s): New file.
Thu May 14 14:43:17 1998 Andrew Cagney <cagney@b1.cygnus.com>
* t-div.s, t-ddiv.s, t-div1.s: Check DIV for x/0 and MIN_INT/-1.
* t-divu1.s, t-divu.s: Check x/0 and x/MAX_INT.
* t-dadd: Test.
* trap.s: Test trap instruction.
* Makefile.in (TESTS): Update
* f-add.s, f-adda.s, f-madd.s, f-madda.s, f-msub.s, f-msuba.s: Add
more test cases.
Thu Apr 30 18:57:47 1998 Andrew Cagney <cagney@b1.cygnus.com>
* f-adda.s: Handle to-the-max accumulator values in madd.s.
* t-macros.i: Use msub.s instead of madd.s to get a value from the
accumulator. Use suba.s instead of adda.s to get a value into the
accumulator.
Thu Apr 16 17:44:17 1998 Andrew Cagney <cagney@b1.cygnus.com>
* f-mul.s, f-mula.s: More overflow/underflow tests.
* f-cvt.s: Swap cvt.w.s and cvt.s.w was testing backwards.
* t-macros.i (loadfpx, checkfpx, checkaccx): Define, accept hex
values.
(checkfp): Force FP-SCR register bit zero to 1 when checking.
Wed Feb 25 20:26:29 1998 Andrew Cagney <cagney@b1.cygnus.com>
* f-*.s: New files.
* Makefile.in (TESTS): Add floating point f-* tests.
* t-macros.i: Add lots of floating point macros.
Mon Feb 2 16:50:21 1998 Andrew Cagney <cagney@b1.cygnus.com>
* t-sdl.s: New test.
(dest): 8 byte align sdl destination.
* Makefile.in: Update.
Wed Sep 3 14:32:42 1997 Andrew Cagney <cagney@b1.cygnus.com>
* Makefile.in (.o.run): Replace .tx59 with .run.
Mon Sep 1 16:58:13 1997 Andrew Cagney <cagney@b1.cygnus.com>
* Makefile.in (TESTS): Add t-psrlvw, t-pabsh, t-pabsw.
(.s.o, .o.tx59): Add -Ttext 0xa002000, to ld. Add -I <srcdir> to
as.
t-psrlvw.s, t-pabsh, t-pabsw: New files.
Tue Jul 29 10:56:53 1997 Andrew Cagney <cagney@b1.cygnus.com>
* t-mtsa.s: Check move/from SA instructions.
Mon Jul 28 20:51:16 1997 Andrew Cagney <cagney@b1.cygnus.com>
* t-pdivuw.s: Also check normal cases.
Tue Jul 15 13:34:07 1997 Andrew Cagney <cagney@sendai.cygnus.com>
ChangeLog: Create
|