gas/
[deliverable/binutils-gdb.git] / cpu / ChangeLog
CommitLineData
b2d52a48
AM
12005-02-24 Alan Modra <amodra@bigpond.net.au>
2
3 * frv.opc (parse_A): Warning fix.
4
33b71eeb
NC
52005-02-23 Nick Clifton <nickc@redhat.com>
6
7 * frv.opc: Fixed compile time warnings about differing signed'ness
8 of pointers passed to functions.
9 * m32r.opc: Likewise.
10
bc18c937
NC
112005-02-11 Nick Clifton <nickc@redhat.com>
12
13 * iq2000.opc (parse_jtargq10): Change type of valuep argument to
14 'bfd_vma *' in order avoid compile time warning message.
15
46da9a19
HPN
162005-01-28 Hans-Peter Nilsson <hp@axis.com>
17
18 * cris.cpu (mstep): Add missing insn.
19
90219bd0
AO
202005-01-25 Alexandre Oliva <aoliva@redhat.com>
21
22 2004-11-10 Alexandre Oliva <aoliva@redhat.com>
23 * frv.cpu: Add support for TLS annotations in loads and calll.
24 * frv.opc (parse_symbolic_address): New.
25 (parse_ldd_annotation): New.
26 (parse_call_annotation): New.
27 (parse_ld_annotation): New.
28 (parse_ulo16, parse_uslo16): Use parse_symbolic_address.
29 Introduce TLS relocations.
30 (parse_d12, parse_s12, parse_u12): Likewise.
31 (parse_uhi16): Likewise. Fix constant checking on 64-bit host.
32 (parse_call_label, print_at): New.
33
c3d75c30
HPN
342004-12-21 Mikael Starvik <starvik@axis.com>
35
36 * cris.cpu (cris-set-mem): Correct integral write semantics.
37
68800d83
HPN
382004-11-29 Hans-Peter Nilsson <hp@axis.com>
39
40 * cris.cpu: New file.
41
4bd1d37b
NC
422004-11-15 Michael K. Lechner <mike.lechner@gmail.com>
43
44 * iq2000.cpu: Added quotes around macro arguments so that they
45 will work with newer versions of guile.
46
4030fa5a
NC
472004-10-27 Nick Clifton <nickc@redhat.com>
48
49 * iq2000m.cpu (pkrlr1, pkrlr30, rbr1, rbr30, rxr1, rxr30, wbr1,
50 wbr1u, wbr30, wbr30u, wxr1, wxr1u, wxr30, wxr30u): Add an index
51 operand.
52 * iq2000.cpu (dnop index): Rename to _index to avoid complications
53 with guile.
54
ac28a1cb
RS
552004-08-27 Richard Sandiford <rsandifo@redhat.com>
56
57 * frv.cpu (cfmovs): Change UNIT attribute to FMALL.
58
dc4c54bb
NC
592004-05-15 Nick Clifton <nickc@redhat.com>
60
61 * iq2000.opc (iq2000_cgen_insn_supported): Make 'insn' argument const.
62
f4453dfa
NC
632004-03-30 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
64
65 * m32r.opc (parse_hi16): Fixed shigh(0xffff8000) bug.
66
676a64f4
RS
672004-03-01 Richard Sandiford <rsandifo@redhat.com>
68
69 * frv.cpu (define-arch frv): Add fr450 mach.
70 (define-mach fr450): New.
71 (define-model fr450): New. Add profile units to every fr450 insn.
72 (define-attr UNIT): Add MDCUTSSI.
73 (define-attr FR450-MAJOR): New enum. Add to every fr450 insn.
74 (define-attr AUDIO): New boolean.
75 (f-LRAE, f-LRAD, f-LRAS, f-TLBPRopx, f-TLBPRL)
76 (f-LRA-null, f-TLBPR-null): New fields.
77 (scr0, scr1, scr2, scr3, imavr1, damvr1, cxnr, ttbr)
78 (tplr, tppr, tpxr, timerh, timerl, timerd, btbr): New SPRs.
79 (LRAE, LRAD, LRAS, TLBPRopx, TLBPRL): New operands.
80 (LRA-null, TLBPR-null): New macros.
81 (iacc-multiply-r-r, slass, scutss, int-arith-ss-r-r): Add AUDIO attr.
82 (load-real-address): New macro.
83 (lrai, lrad, tlbpr): New instructions.
84 (media-cut-acc, media-cut-acc-ss): Add fr450-major argument.
85 (mcut, mcuti, mcutss, mcutssi): Adjust accordingly.
86 (mdcutssi): Change UNIT attribute to MDCUTSSI.
87 (media-low-clear-semantics, media-scope-limit-semantics)
88 (media-quad-limit, media-quad-shift): New macros.
89 (mqlclrhs, mqlmths, mqsllhi, mqsrahi): New instructions.
90 * frv.opc (frv_is_branch_major, frv_is_float_major, frv_is_media_major)
91 (frv_is_branch_insn, frv_is_float_insn, frv_is_media_insn)
92 (frv_vliw_reset, frv_vliw_add_insn): Handle bfd_mach_fr450.
93 (fr450_unit_mapping): New array.
94 (fr400_unit_mapping, fr500_unit_mapping, fr550_unit_mapping): Add entry
95 for new MDCUTSSI unit.
96 (fr450_check_insn_major_constraints): New function.
97 (check_insn_major_constraints): Use it.
98
c7a48b9a
RS
992004-03-01 Richard Sandiford <rsandifo@redhat.com>
100
101 * frv.cpu (nsdiv, nudiv, nsdivi, nudivi): Remove fr400 profiling unit.
102 (scutss): Change unit to I0.
103 (calll, callil, ccalll): Add missing FR550-MAJOR and profile unit.
104 (mqsaths): Fix FR400-MAJOR categorization.
105 (media-quad-multiply-cross-acc, media-quad-cross-multiply-cross-acc)
106 (media-quad-cross-multiply-acc): Change unit from MDUALACC to FMALL.
107 * frv.opc (fr400_check_insn_major_constraints): Check for (M-2,M-1)
108 combinations.
109
8ae0baa2
RS
1102004-03-01 Richard Sandiford <rsandifo@redhat.com>
111
112 * frv.cpu (r-store, r-store-dual, r-store-quad): Delete.
113 (rstb, rsth, rst, rstd, rstq): Delete.
114 (rstbf, rsthf, rstf, rstdf, rstqf): Delete.
115
8ee9a8b2
NC
1162004-02-23 Nick Clifton <nickc@redhat.com>
117
118 * Apply these patches from Renesas:
119
120 2004-02-10 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
121
122 * cpu/m32r.opc (my_print_insn): Fixed incorrect output when
123 disassembling codes for 0x*2 addresses.
124
125 2003-12-15 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
126
127 * cpu/m32r.cpu: Add PIPE_O attribute to "pop" instruction.
128
129 2003-12-03 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
130
131 * cpu/m32r.cpu : Add new model m32r2.
132 Add new instructions.
133 Replace occurrances of 'Mitsubishi' with 'Renesas'.
134 Changed PIPE attr of push from O to OS.
135 Care for Little-endian of M32R.
136 * cpu/m32r.opc (CGEN_DIS_HASH, my_print_insn):
137 Care for Little-endian of M32R.
138 (parse_slo16): signed extension for value.
139
299d901c
AC
1402004-02-20 Andrew Cagney <cagney@redhat.com>
141
e866a257
AC
142 * m32r.opc, m32r.cpu: New files. Written by , Doug Evans, Nick
143 Clifton, Ben Elliston, Matthew Green, and Andrew Haley.
144
299d901c
AC
145 * sh.cpu, sh.opc, sh64-compact.cpu, sh64-media.cpu: New files, all
146 written by Ben Elliston.
147
cb10e79a
RS
1482004-01-14 Richard Sandiford <rsandifo@redhat.com>
149
150 * frv.cpu (UNIT): Add IACC.
151 (iacc-multiply-r-r): Use it.
152 * frv.opc (fr400_unit_mapping): Add entry for IACC.
153 (fr500_unit_mapping, fr550_unit_mapping): Likewise.
154
d4e4dc14
AO
1552004-01-06 Alexandre Oliva <aoliva@redhat.com>
156
157 2003-12-19 Alexandre Oliva <aoliva@redhat.com>
158 * frv.opc (parse_ulo16, parse_uhi16, parse_d12): Fix some
159 cut&paste errors in shifting/truncating numerical operands.
160 2003-08-08 Alexandre Oliva <aoliva@redhat.com>
161 * frv.opc (parse_ulo16): Parse gotofflo and gotofffuncdesclo.
162 (parse_uslo16): Likewise.
163 (parse_uhi16): Parse gotoffhi and gotofffuncdeschi.
164 (parse_d12): Parse gotoff12 and gotofffuncdesc12.
165 (parse_s12): Likewise.
166 2003-08-04 Alexandre Oliva <aoliva@redhat.com>
167 * frv.opc (parse_ulo16): Parse gotlo and gotfuncdesclo.
168 (parse_uslo16): Likewise.
169 (parse_uhi16): Parse gothi and gotfuncdeschi.
170 (parse_d12): Parse got12 and gotfuncdesc12.
171 (parse_s12): Likewise.
172
1340b9a9
DB
1732003-10-10 Dave Brolley <brolley@redhat.com>
174
175 * frv.cpu (dnpmop): New p-macro.
176 (GRdoublek): Use dnpmop.
177 (CPRdoublek, FRdoublei, FRdoublej, FRdoublek): Ditto.
178 (store-double-r-r): Use (.sym regtype doublek).
179 (r-store-double): Ditto.
180 (store-double-r-r-u): Ditto.
181 (conditional-store-double): Ditto.
182 (conditional-store-double-u): Ditto.
183 (store-double-r-simm): Ditto.
184 (fmovs): Assign to UNIT FMALL.
185
ac7c07ac
DB
1862003-10-06 Dave Brolley <brolley@redhat.com>
187
188 * frv.cpu, frv.opc: Add support for fr550.
189
d0312406
DB
1902003-09-24 Dave Brolley <brolley@redhat.com>
191
192 * frv.cpu (u-commit): New modelling unit for fr500.
193 (mwtaccg): Use frv_ref_SI to reference ACC40Sk as an input operand.
194 (commit-r): Use u-commit model for fr500.
195 (commit): Ditto.
196 (conditional-float-binary-op): Take profiling data as an argument.
197 Update callers.
198 (ne-float-binary-op): Ditto.
199
c6945302
MS
2002003-09-19 Michael Snyder <msnyder@redhat.com>
201
202 * frv.cpu (nldqi): Delete unimplemented instruction.
203
23600bb3
DB
2042003-09-12 Dave Brolley <brolley@redhat.com>
205
206 * frv.cpu (u-clrgr, u-clrfr): New units of model fr500.
207 (clear-ne-flag-r): Pass insn profiling in as an argument. Call
208 frv_ref_SI to get input register referenced for profiling.
209 (clear-ne-flag-all): Pass insn profiling in as an argument.
210 (clrgr,clrfr,clrga,clrfa): Add profiling information.
211
6f18ad70
MS
2122003-09-11 Michael Snyder <msnyder@redhat.com>
213
214 * frv.cpu: Typographical corrections.
215
96486995
DB
2162003-09-09 Dave Brolley <brolley@redhat.com>
217
218 * frv.cpu (media-dual-complex): Change UNIT to FMALL.
219 (conditional-media-dual-complex, media-quad-complex): Likewise.
220
0457efce
DB
2212003-09-04 Dave Brolley <brolley@redhat.com>
222
223 * frv.cpu (register-transfer): Pass in all attributes in on argument.
224 Update all callers.
225 (conditional-register-transfer): Ditto.
226 (cache-preload): Ditto.
227 (floating-point-conversion): Ditto.
228 (floating-point-neg): Ditto.
229 (float-abs): Ditto.
230 (float-binary-op-s): Ditto.
231 (conditional-float-binary-op): Ditto.
232 (ne-float-binary-op): Ditto.
233 (float-dual-arith): Ditto.
234 (ne-float-dual-arith): Ditto.
235
8caa9169
DB
2362003-09-03 Dave Brolley <brolley@redhat.com>
237
238 * frv.opc (parse_A, parse_A0, parse_A1): New parse handlers.
239 * frv.cpu (UNIT): Add IALL, FMALL, FMLOW, STORE, SCAN, DCPL, MDUALACC,
240 MCLRACC-1.
241 (A): Removed operand.
242 (A0,A1): New operands replace operand A.
243 (mnop): Now a real insn
244 (mclracc): Removed insn.
245 (mclracc-0, mclracc-1): New insns replace mclracc.
246 (all insns): Use new UNIT attributes.
247
6d9ab561
NC
2482003-08-21 Nick Clifton <nickc@redhat.com>
249
250 * frv.cpu (mbtoh): Replace input parameter to u-media-dual-expand
251 and u-media-dual-btoh with output parameter.
252 (cmbtoh): Add profiling hack.
253
741a7751
NC
2542003-08-19 Michael Snyder <msnyder@redhat.com>
255
256 * frv.cpu: Fix typo, Frintkeven -> FRintkeven
257
5b5b78da
DE
2582003-06-10 Doug Evans <dje@sebabeach.org>
259
260 * frv.cpu: Add IDOC attribute.
261
539ee71a
AC
2622003-06-06 Andrew Cagney <cagney@redhat.com>
263
264 Contributed by Red Hat.
265 * iq2000.cpu: New file. Written by Ben Elliston, Jeff Johnston,
266 Stan Cox, and Frank Ch. Eigler.
267 * iq2000.opc: New file. Written by Ben Elliston, Frank
268 Ch. Eigler, Chris Moller, Jeff Johnston, and Stan Cox.
269 * iq2000m.cpu: New file. Written by Jeff Johnston.
270 * iq10.cpu: New file. Written by Jeff Johnston.
271
36c3ae24
NC
2722003-06-05 Nick Clifton <nickc@redhat.com>
273
274 * frv.cpu (FRintieven): New operand. An even-numbered only
275 version of the FRinti operand.
276 (FRintjeven): Likewise for FRintj.
277 (FRintkeven): Likewise for FRintk.
278 (mdcutssi, media-dual-word-rotate-r-r, mqsaths,
279 media-quad-arith-sat-semantics, media-quad-arith-sat,
280 conditional-media-quad-arith-sat, mdunpackh,
281 media-quad-multiply-semantics, media-quad-multiply,
282 conditional-media-quad-multiply, media-quad-complex-i,
283 media-quad-multiply-acc-semantics, media-quad-multiply-acc,
284 conditional-media-quad-multiply-acc, munpackh,
285 media-quad-multiply-cross-acc-semantics, mdpackh,
286 media-quad-multiply-cross-acc, mbtoh-semantics,
287 media-quad-cross-multiply-cross-acc-semantics,
288 media-quad-cross-multiply-cross-acc, mbtoh, mhtob-semantics,
289 media-quad-cross-multiply-acc-semantics, cmbtoh,
290 media-quad-cross-multiply-acc, media-quad-complex, mhtob,
291 media-expand-halfword-to-double-semantics, mexpdhd, cmexpdhd,
292 cmhtob): Use new operands.
293 * frv.opc (CGEN_VERBOSE_ASSEMBLER_ERRORS): Define.
294 (parse_even_register): New function.
295
75798298
NC
2962003-06-03 Nick Clifton <nickc@redhat.com>
297
298 * frv.cpu (media-dual-word-rotate-r-r): Use a signed 6-bit
299 immediate value not unsigned.
300
9aab5aa3
AC
3012003-06-03 Andrew Cagney <cagney@redhat.com>
302
303 Contributed by Red Hat.
304 * frv.cpu: New file. Written by Dave Brolley, Catherine Moore,
305 and Eric Christopher.
306 * frv.opc: New file. Written by Catherine Moore, and Dave
307 Brolley.
308 * simplify.inc: New file. Written by Doug Evans.
309
2739f79a
AC
3102003-05-02 Andrew Cagney <cagney@redhat.com>
311
312 * New file.
313
314\f
315Local Variables:
316mode: change-log
317left-margin: 8
318fill-column: 74
319version-control: never
320End:
This page took 0.143699 seconds and 4 git commands to generate.