Add cutoff for changes in 2.16 release
[binutils.git] / cpu / ChangeLog
blob891456859919b180dd5b80da4e78fa584423611f
1 2005-02-24  Alan Modra  <amodra@bigpond.net.au>
3         * frv.opc (parse_A): Warning fix.
5 2005-02-23  Nick Clifton  <nickc@redhat.com>
7         * frv.opc: Fixed compile time warnings about differing signed'ness
8         of pointers passed to functions.
9         * m32r.opc: Likewise.
11 2005-02-11  Nick Clifton  <nickc@redhat.com>
13         * iq2000.opc (parse_jtargq10): Change type of valuep argument to
14         'bfd_vma *' in order avoid compile time warning message.
16 2005-01-28  Hans-Peter Nilsson  <hp@axis.com>
18         * cris.cpu (mstep): Add missing insn.
20 2005-01-25  Alexandre Oliva  <aoliva@redhat.com>
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.
34 2004-12-21  Mikael Starvik  <starvik@axis.com>
36         * cris.cpu (cris-set-mem): Correct integral write semantics.
38 2004-11-29  Hans-Peter Nilsson  <hp@axis.com>
40         * cris.cpu: New file.
42 2004-11-15  Michael K. Lechner <mike.lechner@gmail.com>
44         * iq2000.cpu: Added quotes around macro arguments so that they
45         will work with newer versions of guile.
47 2004-10-27  Nick Clifton  <nickc@redhat.com>
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.
55 2004-08-27  Richard Sandiford  <rsandifo@redhat.com>
57         * frv.cpu (cfmovs): Change UNIT attribute to FMALL.
59 2004-05-15  Nick Clifton  <nickc@redhat.com>
61         * iq2000.opc (iq2000_cgen_insn_supported): Make 'insn' argument const.
63 2004-03-30  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
65         * m32r.opc (parse_hi16): Fixed shigh(0xffff8000) bug.
67 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
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.
99 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
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.
110 2004-03-01  Richard Sandiford  <rsandifo@redhat.com>
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.
116 2004-02-23  Nick Clifton  <nickc@redhat.com>
118         * Apply these patches from Renesas:
120         2004-02-10  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
122         * cpu/m32r.opc (my_print_insn): Fixed incorrect output when
123         disassembling codes for 0x*2 addresses.
125         2003-12-15  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
127         * cpu/m32r.cpu: Add PIPE_O attribute to "pop" instruction.
129         2003-12-03  Kazuhiro Inaoka  <inaoka.kazuhiro@renesas.com>
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.
140 2004-02-20  Andrew Cagney  <cagney@redhat.com>
142         * m32r.opc, m32r.cpu: New files.  Written by , Doug Evans, Nick
143         Clifton, Ben Elliston, Matthew Green, and Andrew Haley.
145         * sh.cpu, sh.opc, sh64-compact.cpu, sh64-media.cpu: New files, all
146         written by Ben Elliston.
148 2004-01-14  Richard Sandiford  <rsandifo@redhat.com>
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.
155 2004-01-06  Alexandre Oliva  <aoliva@redhat.com>
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.
173 2003-10-10  Dave Brolley  <brolley@redhat.com>
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.
186 2003-10-06  Dave Brolley  <brolley@redhat.com>
188         * frv.cpu, frv.opc: Add support for fr550.
190 2003-09-24  Dave Brolley  <brolley@redhat.com>
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.
200 2003-09-19  Michael Snyder  <msnyder@redhat.com>
202         * frv.cpu (nldqi): Delete unimplemented instruction.
204 2003-09-12  Dave Brolley  <brolley@redhat.com>
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.
212 2003-09-11  Michael Snyder  <msnyder@redhat.com>
214         * frv.cpu: Typographical corrections.
216 2003-09-09  Dave Brolley  <brolley@redhat.com>
218         * frv.cpu (media-dual-complex): Change UNIT to FMALL.
219         (conditional-media-dual-complex, media-quad-complex): Likewise.
221 2003-09-04  Dave Brolley  <brolley@redhat.com>
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.
236 2003-09-03  Dave Brolley  <brolley@redhat.com>
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.
248 2003-08-21  Nick Clifton  <nickc@redhat.com>
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.
254 2003-08-19  Michael Snyder  <msnyder@redhat.com>
256         * frv.cpu: Fix typo, Frintkeven -> FRintkeven
258 2003-06-10  Doug Evans  <dje@sebabeach.org>
260         * frv.cpu: Add IDOC attribute.
262 2003-06-06  Andrew Cagney  <cagney@redhat.com>
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.
272 2003-06-05  Nick Clifton  <nickc@redhat.com>
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.
296 2003-06-03  Nick Clifton  <nickc@redhat.com>
298         * frv.cpu (media-dual-word-rotate-r-r): Use a signed 6-bit
299         immediate value not unsigned.
301 2003-06-03  Andrew Cagney  <cagney@redhat.com>
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.
310 2003-05-02  Andrew Cagney  <cagney@redhat.com>
312         * New file.
315 Local Variables:
316 mode: change-log
317 left-margin: 8
318 fill-column: 74
319 version-control: never
320 End: