]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - cpu/ChangeLog
2004-02-29 Andrew Cagney <cagney@redhat.com>
[thirdparty/binutils-gdb.git] / cpu / ChangeLog
CommitLineData
8ee9a8b2
NC
12004-02-23 Nick Clifton <nickc@redhat.com>
2
3 * Apply these patches from Renesas:
4
5 2004-02-10 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
6
7 * cpu/m32r.opc (my_print_insn): Fixed incorrect output when
8 disassembling codes for 0x*2 addresses.
9
10 2003-12-15 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
11
12 * cpu/m32r.cpu: Add PIPE_O attribute to "pop" instruction.
13
14 2003-12-03 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
15
16 * cpu/m32r.cpu : Add new model m32r2.
17 Add new instructions.
18 Replace occurrances of 'Mitsubishi' with 'Renesas'.
19 Changed PIPE attr of push from O to OS.
20 Care for Little-endian of M32R.
21 * cpu/m32r.opc (CGEN_DIS_HASH, my_print_insn):
22 Care for Little-endian of M32R.
23 (parse_slo16): signed extension for value.
24
299d901c
AC
252004-02-20 Andrew Cagney <cagney@redhat.com>
26
e866a257
AC
27 * m32r.opc, m32r.cpu: New files. Written by , Doug Evans, Nick
28 Clifton, Ben Elliston, Matthew Green, and Andrew Haley.
29
299d901c
AC
30 * sh.cpu, sh.opc, sh64-compact.cpu, sh64-media.cpu: New files, all
31 written by Ben Elliston.
32
cb10e79a
RS
332004-01-14 Richard Sandiford <rsandifo@redhat.com>
34
35 * frv.cpu (UNIT): Add IACC.
36 (iacc-multiply-r-r): Use it.
37 * frv.opc (fr400_unit_mapping): Add entry for IACC.
38 (fr500_unit_mapping, fr550_unit_mapping): Likewise.
39
d4e4dc14
AO
402004-01-06 Alexandre Oliva <aoliva@redhat.com>
41
42 2003-12-19 Alexandre Oliva <aoliva@redhat.com>
43 * frv.opc (parse_ulo16, parse_uhi16, parse_d12): Fix some
44 cut&paste errors in shifting/truncating numerical operands.
45 2003-08-08 Alexandre Oliva <aoliva@redhat.com>
46 * frv.opc (parse_ulo16): Parse gotofflo and gotofffuncdesclo.
47 (parse_uslo16): Likewise.
48 (parse_uhi16): Parse gotoffhi and gotofffuncdeschi.
49 (parse_d12): Parse gotoff12 and gotofffuncdesc12.
50 (parse_s12): Likewise.
51 2003-08-04 Alexandre Oliva <aoliva@redhat.com>
52 * frv.opc (parse_ulo16): Parse gotlo and gotfuncdesclo.
53 (parse_uslo16): Likewise.
54 (parse_uhi16): Parse gothi and gotfuncdeschi.
55 (parse_d12): Parse got12 and gotfuncdesc12.
56 (parse_s12): Likewise.
57
1340b9a9
DB
582003-10-10 Dave Brolley <brolley@redhat.com>
59
60 * frv.cpu (dnpmop): New p-macro.
61 (GRdoublek): Use dnpmop.
62 (CPRdoublek, FRdoublei, FRdoublej, FRdoublek): Ditto.
63 (store-double-r-r): Use (.sym regtype doublek).
64 (r-store-double): Ditto.
65 (store-double-r-r-u): Ditto.
66 (conditional-store-double): Ditto.
67 (conditional-store-double-u): Ditto.
68 (store-double-r-simm): Ditto.
69 (fmovs): Assign to UNIT FMALL.
70
ac7c07ac
DB
712003-10-06 Dave Brolley <brolley@redhat.com>
72
73 * frv.cpu, frv.opc: Add support for fr550.
74
d0312406
DB
752003-09-24 Dave Brolley <brolley@redhat.com>
76
77 * frv.cpu (u-commit): New modelling unit for fr500.
78 (mwtaccg): Use frv_ref_SI to reference ACC40Sk as an input operand.
79 (commit-r): Use u-commit model for fr500.
80 (commit): Ditto.
81 (conditional-float-binary-op): Take profiling data as an argument.
82 Update callers.
83 (ne-float-binary-op): Ditto.
84
c6945302
MS
852003-09-19 Michael Snyder <msnyder@redhat.com>
86
87 * frv.cpu (nldqi): Delete unimplemented instruction.
88
23600bb3
DB
892003-09-12 Dave Brolley <brolley@redhat.com>
90
91 * frv.cpu (u-clrgr, u-clrfr): New units of model fr500.
92 (clear-ne-flag-r): Pass insn profiling in as an argument. Call
93 frv_ref_SI to get input register referenced for profiling.
94 (clear-ne-flag-all): Pass insn profiling in as an argument.
95 (clrgr,clrfr,clrga,clrfa): Add profiling information.
96
6f18ad70
MS
972003-09-11 Michael Snyder <msnyder@redhat.com>
98
99 * frv.cpu: Typographical corrections.
100
96486995
DB
1012003-09-09 Dave Brolley <brolley@redhat.com>
102
103 * frv.cpu (media-dual-complex): Change UNIT to FMALL.
104 (conditional-media-dual-complex, media-quad-complex): Likewise.
105
0457efce
DB
1062003-09-04 Dave Brolley <brolley@redhat.com>
107
108 * frv.cpu (register-transfer): Pass in all attributes in on argument.
109 Update all callers.
110 (conditional-register-transfer): Ditto.
111 (cache-preload): Ditto.
112 (floating-point-conversion): Ditto.
113 (floating-point-neg): Ditto.
114 (float-abs): Ditto.
115 (float-binary-op-s): Ditto.
116 (conditional-float-binary-op): Ditto.
117 (ne-float-binary-op): Ditto.
118 (float-dual-arith): Ditto.
119 (ne-float-dual-arith): Ditto.
120
8caa9169
DB
1212003-09-03 Dave Brolley <brolley@redhat.com>
122
123 * frv.opc (parse_A, parse_A0, parse_A1): New parse handlers.
124 * frv.cpu (UNIT): Add IALL, FMALL, FMLOW, STORE, SCAN, DCPL, MDUALACC,
125 MCLRACC-1.
126 (A): Removed operand.
127 (A0,A1): New operands replace operand A.
128 (mnop): Now a real insn
129 (mclracc): Removed insn.
130 (mclracc-0, mclracc-1): New insns replace mclracc.
131 (all insns): Use new UNIT attributes.
132
6d9ab561
NC
1332003-08-21 Nick Clifton <nickc@redhat.com>
134
135 * frv.cpu (mbtoh): Replace input parameter to u-media-dual-expand
136 and u-media-dual-btoh with output parameter.
137 (cmbtoh): Add profiling hack.
138
741a7751
NC
1392003-08-19 Michael Snyder <msnyder@redhat.com>
140
141 * frv.cpu: Fix typo, Frintkeven -> FRintkeven
142
5b5b78da
DE
1432003-06-10 Doug Evans <dje@sebabeach.org>
144
145 * frv.cpu: Add IDOC attribute.
146
539ee71a
AC
1472003-06-06 Andrew Cagney <cagney@redhat.com>
148
149 Contributed by Red Hat.
150 * iq2000.cpu: New file. Written by Ben Elliston, Jeff Johnston,
151 Stan Cox, and Frank Ch. Eigler.
152 * iq2000.opc: New file. Written by Ben Elliston, Frank
153 Ch. Eigler, Chris Moller, Jeff Johnston, and Stan Cox.
154 * iq2000m.cpu: New file. Written by Jeff Johnston.
155 * iq10.cpu: New file. Written by Jeff Johnston.
156
36c3ae24
NC
1572003-06-05 Nick Clifton <nickc@redhat.com>
158
159 * frv.cpu (FRintieven): New operand. An even-numbered only
160 version of the FRinti operand.
161 (FRintjeven): Likewise for FRintj.
162 (FRintkeven): Likewise for FRintk.
163 (mdcutssi, media-dual-word-rotate-r-r, mqsaths,
164 media-quad-arith-sat-semantics, media-quad-arith-sat,
165 conditional-media-quad-arith-sat, mdunpackh,
166 media-quad-multiply-semantics, media-quad-multiply,
167 conditional-media-quad-multiply, media-quad-complex-i,
168 media-quad-multiply-acc-semantics, media-quad-multiply-acc,
169 conditional-media-quad-multiply-acc, munpackh,
170 media-quad-multiply-cross-acc-semantics, mdpackh,
171 media-quad-multiply-cross-acc, mbtoh-semantics,
172 media-quad-cross-multiply-cross-acc-semantics,
173 media-quad-cross-multiply-cross-acc, mbtoh, mhtob-semantics,
174 media-quad-cross-multiply-acc-semantics, cmbtoh,
175 media-quad-cross-multiply-acc, media-quad-complex, mhtob,
176 media-expand-halfword-to-double-semantics, mexpdhd, cmexpdhd,
177 cmhtob): Use new operands.
178 * frv.opc (CGEN_VERBOSE_ASSEMBLER_ERRORS): Define.
179 (parse_even_register): New function.
180
75798298
NC
1812003-06-03 Nick Clifton <nickc@redhat.com>
182
183 * frv.cpu (media-dual-word-rotate-r-r): Use a signed 6-bit
184 immediate value not unsigned.
185
9aab5aa3
AC
1862003-06-03 Andrew Cagney <cagney@redhat.com>
187
188 Contributed by Red Hat.
189 * frv.cpu: New file. Written by Dave Brolley, Catherine Moore,
190 and Eric Christopher.
191 * frv.opc: New file. Written by Catherine Moore, and Dave
192 Brolley.
193 * simplify.inc: New file. Written by Doug Evans.
194
2739f79a
AC
1952003-05-02 Andrew Cagney <cagney@redhat.com>
196
197 * New file.
198
199\f
200Local Variables:
201mode: change-log
202left-margin: 8
203fill-column: 74
204version-control: never
205End: