OSDN Git Service

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