x86: drop redundant AVX512VL shift templates
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
1 2018-04-25 Jan Beulich <jbeulich@suse.com>
2
3 * i386-opc.tbl (vpslld, vpsrad, vpsrld): Drop AVX512VL
4 register-only forms.
5 * i386-tlb.h: Re-generate.
6
7 2018-04-25 Tamar Christina <tamar.christina@arm.com>
8
9 * aarch64-tbl.h (sqrdmlah, sqrdmlsh): Fix masks.
10
11 2018-04-17 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
12
13 * i386-dis.c: Add REG_0F1C_MOD_0, MOD_0F1C_PREFIX_0,
14 PREFIX_0F1C.
15 * i386-gen.c (cpu_flag_init): Add CPU_CLDEMOTE_FLAGS,
16 (cpu_flags): Add CpuCLDEMOTE.
17 * i386-init.h: Regenerate.
18 * i386-opc.h (enum): Add CpuCLDEMOTE,
19 (i386_cpu_flags): Add cpucldemote.
20 * i386-opc.tbl: Add cldemote.
21 * i386-tbl.h: Regenerate.
22
23 2018-04-16 Alan Modra <amodra@gmail.com>
24
25 * Makefile.am: Remove sh5 and sh64 support.
26 * configure.ac: Likewise.
27 * disassemble.c: Likewise.
28 * disassemble.h: Likewise.
29 * sh-dis.c: Likewise.
30 * sh64-dis.c: Delete.
31 * sh64-opc.c: Delete.
32 * sh64-opc.h: Delete.
33 * Makefile.in: Regenerate.
34 * configure: Regenerate.
35 * po/POTFILES.in: Regenerate.
36
37 2018-04-16 Alan Modra <amodra@gmail.com>
38
39 * Makefile.am: Remove w65 support.
40 * configure.ac: Likewise.
41 * disassemble.c: Likewise.
42 * disassemble.h: Likewise.
43 * w65-dis.c: Delete.
44 * w65-opc.h: Delete.
45 * Makefile.in: Regenerate.
46 * configure: Regenerate.
47 * po/POTFILES.in: Regenerate.
48
49 2018-04-16 Alan Modra <amodra@gmail.com>
50
51 * configure.ac: Remove we32k support.
52 * configure: Regenerate.
53
54 2018-04-16 Alan Modra <amodra@gmail.com>
55
56 * Makefile.am: Remove m88k support.
57 * configure.ac: Likewise.
58 * disassemble.c: Likewise.
59 * disassemble.h: Likewise.
60 * m88k-dis.c: Delete.
61 * Makefile.in: Regenerate.
62 * configure: Regenerate.
63 * po/POTFILES.in: Regenerate.
64
65 2018-04-16 Alan Modra <amodra@gmail.com>
66
67 * Makefile.am: Remove i370 support.
68 * configure.ac: Likewise.
69 * disassemble.c: Likewise.
70 * disassemble.h: Likewise.
71 * i370-dis.c: Delete.
72 * i370-opc.c: Delete.
73 * Makefile.in: Regenerate.
74 * configure: Regenerate.
75 * po/POTFILES.in: Regenerate.
76
77 2018-04-16 Alan Modra <amodra@gmail.com>
78
79 * Makefile.am: Remove h8500 support.
80 * configure.ac: Likewise.
81 * disassemble.c: Likewise.
82 * disassemble.h: Likewise.
83 * h8500-dis.c: Delete.
84 * h8500-opc.h: Delete.
85 * Makefile.in: Regenerate.
86 * configure: Regenerate.
87 * po/POTFILES.in: Regenerate.
88
89 2018-04-16 Alan Modra <amodra@gmail.com>
90
91 * configure.ac: Remove tahoe support.
92 * configure: Regenerate.
93
94 2018-04-15 H.J. Lu <hongjiu.lu@intel.com>
95
96 * i386-dis.c (prefix_table): Replace Em with Edq on tpause and
97 umwait.
98 * i386-opc.tbl: Allow 32-bit registers for tpause and umwait in
99 64-bit mode.
100 * i386-tbl.h: Regenerated.
101
102 2018-04-11 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
103
104 * i386-dis.c (enum): Add PREFIX_MOD_0_0FAE_REG_6,
105 PREFIX_MOD_1_0FAE_REG_6.
106 (va_mode): New.
107 (OP_E_register): Use va_mode.
108 * i386-dis-evex.h (prefix_table):
109 New instructions (see prefixes above).
110 * i386-gen.c (cpu_flag_init): Add WAITPKG.
111 (cpu_flags): Likewise.
112 * i386-opc.h (enum): Likewise.
113 (i386_cpu_flags): Likewise.
114 * i386-opc.tbl: Add umonitor, umwait, tpause.
115 * i386-init.h: Regenerate.
116 * i386-tbl.h: Likewise.
117
118 2018-04-11 Alan Modra <amodra@gmail.com>
119
120 * opcodes/i860-dis.c: Delete.
121 * opcodes/i960-dis.c: Delete.
122 * Makefile.am: Remove i860 and i960 support.
123 * configure.ac: Likewise.
124 * disassemble.c: Likewise.
125 * disassemble.h: Likewise.
126 * Makefile.in: Regenerate.
127 * configure: Regenerate.
128 * po/POTFILES.in: Regenerate.
129
130 2018-04-04 H.J. Lu <hongjiu.lu@intel.com>
131
132 PR binutils/23025
133 * i386-dis.c (get_valid_dis386): Don't set vex.prefix nor vex.w
134 to 0.
135 (print_insn): Clear vex instead of vex.evex.
136
137 2018-04-04 Nick Clifton <nickc@redhat.com>
138
139 * po/es.po: Updated Spanish translation.
140
141 2018-03-28 Jan Beulich <jbeulich@suse.com>
142
143 * i386-gen.c (opcode_modifiers): Delete VecESize.
144 * i386-opc.h (VecESize): Delete.
145 (struct i386_opcode_modifier): Delete vecesize.
146 * i386-opc.tbl: Drop VecESize.
147 * i386-tlb.h: Re-generate.
148
149 2018-03-28 Jan Beulich <jbeulich@suse.com>
150
151 * i386-opc.h (NO_BROADCAST, BROADCAST_1TO16, BROADCAST_1TO8,
152 BROADCAST_1TO4, BROADCAST_1TO2): Delete.
153 (struct i386_opcode_modifier): Shrink broadcast field to 1 bit.
154 * i386-opc.tbl: Replace Broadcast=<N> by Broadcast.
155 * i386-tlb.h: Re-generate.
156
157 2018-03-28 Jan Beulich <jbeulich@suse.com>
158
159 * i386-opc.tbl (vcvt*d2si, vcvt*d2usi, vcvt*s2si, vcvt*s2usi):
160 Fold AVX512 forms
161 * i386-tlb.h: Re-generate.
162
163 2018-03-28 Jan Beulich <jbeulich@suse.com>
164
165 * i386-dis.c (prefix_table): Drop Y for cvt*2si.
166 (vex_len_table): Drop Y for vcvt*2si.
167 (putop): Replace plain 'Y' handling by abort().
168
169 2018-03-28 Nick Clifton <nickc@redhat.com>
170
171 PR 22988
172 * aarch64-tbl.h (aarch64_opcode_table): Add entries for LDFF1xx
173 instructions with only a base address register.
174 * aarch64-opc.c (operand_general_constraint_met_p): Add code to
175 handle AARHC64_OPND_SVE_ADDR_R.
176 (aarch64_print_operand): Likewise.
177 * aarch64-asm-2.c: Regenerate.
178 * aarch64_dis-2.c: Regenerate.
179 * aarch64-opc-2.c: Regenerate.
180
181 2018-03-22 Jan Beulich <jbeulich@suse.com>
182
183 * i386-opc.tbl: Drop VecESize from register only insn forms and
184 memory forms not allowing broadcast.
185 * i386-tlb.h: Re-generate.
186
187 2018-03-22 Jan Beulich <jbeulich@suse.com>
188
189 * i386-opc.tbl (vfrczs*, vphadd*, vphsub*, vpmacs*, vpmadcs*,
190 vprot*, vpsha*, vpshl*, bextr, blc*, bls*, t1mskc, tzmsk, sha1*,
191 sha256*): Drop Disp<N>.
192
193 2018-03-22 Jan Beulich <jbeulich@suse.com>
194
195 * i386-dis.c (EbndS, bnd_swap_mode): New.
196 (prefix_table): Use EbndS.
197 (OP_E_register, OP_E_memory): Also handle bnd_swap_mode.
198 * i386-opc.tbl (bndmov): Move misplaced Load.
199 * i386-tlb.h: Re-generate.
200
201 2018-03-22 Jan Beulich <jbeulich@suse.com>
202
203 * i386-opc.tbl (vcvtdq2pd, vcvtps2pd, vcvtudq2pd): Use separate
204 templates allowing memory operands and folded ones for register
205 only flavors.
206 * i386-tlb.h: Re-generate.
207
208 2018-03-22 Jan Beulich <jbeulich@suse.com>
209
210 * i386-opc.tbl (vfrczp*, vpcmov, vpermil2p*): Fold 128- and
211 256-bit templates. Drop redundant leftover Disp<N>.
212 * i386-tlb.h: Re-generate.
213
214 2018-03-14 Kito Cheng <kito.cheng@gmail.com>
215
216 * riscv-opc.c (riscv_insn_types): New.
217
218 2018-03-13 Nick Clifton <nickc@redhat.com>
219
220 * po/pt_BR.po: Updated Brazilian Portuguese translation.
221
222 2018-03-08 H.J. Lu <hongjiu.lu@intel.com>
223
224 * i386-opc.tbl: Add Optimize to clr.
225 * i386-tbl.h: Regenerated.
226
227 2018-03-08 H.J. Lu <hongjiu.lu@intel.com>
228
229 * i386-gen.c (opcode_modifiers): Remove OldGcc.
230 * i386-opc.h (OldGcc): Removed.
231 (i386_opcode_modifier): Remove oldgcc.
232 * i386-opc.tbl: Remove fsubp, fsubrp, fdivp and fdivrp
233 instructions for old (<= 2.8.1) versions of gcc.
234 * i386-tbl.h: Regenerated.
235
236 2018-03-08 Jan Beulich <jbeulich@suse.com>
237
238 * i386-opc.h (EVEXDYN): New.
239 * i386-opc.tbl: Fold various AVX512VL templates.
240 * i386-tlb.h: Re-generate.
241
242 2018-03-08 Jan Beulich <jbeulich@suse.com>
243
244 * i386-opc.tbl (vexpandpd, vexpandps, vmovapd, vmovaps,
245 vmovdqa32, vmovdqa64, vmovdqu32, vmovdqu64, vmovupd, vmovups,
246 vpexpandd, vpexpandq): Fold AFX512VF templates.
247 * i386-tlb.h: Re-generate.
248
249 2018-03-08 Jan Beulich <jbeulich@suse.com>
250
251 * i386-opc.tbl (vgf2p8affineinvqb, vgf2p8affineqb, vgf2p8mulb):
252 Fold 128- and 256-bit VEX-encoded templates.
253 * i386-tlb.h: Re-generate.
254
255 2018-03-08 Jan Beulich <jbeulich@suse.com>
256
257 * i386-opc.tbl (vexpandpd, vexpandps, vmovapd, vmovaps,
258 vmovdqa32, vmovdqa64, vmovdqu32, vmovdqu64, vmovupd, vmovups,
259 vpexpandd, vpexpandq): Fold AVX512F templates.
260 * i386-tlb.h: Re-generate.
261
262 2018-03-08 Jan Beulich <jbeulich@suse.com>
263
264 * i386-opc.tbl (llwpcb, slwpcb, lwpval, lwpins): Fold 32- and
265 64-bit templates. Drop Disp<N>.
266 * i386-tlb.h: Re-generate.
267
268 2018-03-08 Jan Beulich <jbeulich@suse.com>
269
270 * i386-opc.tbl (vfmadd*, vfmsub*, vfnmadd*, vfnmsub*): Fold 128-
271 and 256-bit templates.
272 * i386-tlb.h: Re-generate.
273
274 2018-03-08 Jan Beulich <jbeulich@suse.com>
275
276 * i386-opc.tbl (cmpxchg8b): Add NoRex64.
277 * i386-tlb.h: Re-generate.
278
279 2018-03-08 Jan Beulich <jbeulich@suse.com>
280
281 * i386-opc.tbl (cmpxchg16b, fisttp, fisttpll, bndmov, mwaitx):
282 Drop NoAVX.
283 * i386-tlb.h: Re-generate.
284
285 2018-03-08 Jan Beulich <jbeulich@suse.com>
286
287 * i386-opc.tbl (ldmxcsr, stmxcsr): Add NoAVX.
288 * i386-tlb.h: Re-generate.
289
290 2018-03-08 Jan Beulich <jbeulich@suse.com>
291
292 * i386-gen.c (opcode_modifiers): Delete FloatD.
293 * i386-opc.h (FloatD): Delete.
294 (struct i386_opcode_modifier): Delete floatd.
295 * i386-opc.tbl (fadd, fsub, fsubr, fmul, fdiv, fdivr): Replace
296 FloatD by D.
297 * i386-tlb.h: Re-generate.
298
299 2018-03-08 Jan Beulich <jbeulich@suse.com>
300
301 * i386-dis.c (float_reg): Adjust DC and DE fsub*/fdiv* patterns.
302
303 2018-03-08 Jan Beulich <jbeulich@suse.com>
304
305 * i386-opc.tbl (vmovd): Disallow Qword memory operands.
306 * i386-tlb.h: Re-generate.
307
308 2018-03-08 Jan Beulich <jbeulich@suse.com>
309
310 * i386-opc.tbl (vcvtpd2ps): Fold AVX 128- and 256-bit memory
311 forms.
312 * i386-tlb.h: Re-generate.
313
314 2018-03-07 Alan Modra <amodra@gmail.com>
315
316 * disassemble.c (disassembler): Use bfd_arch_powerpc entry for
317 bfd_arch_rs6000.
318 * disassemble.h (print_insn_rs6000): Delete.
319 * ppc-dis.c (powerpc_init_dialect): Handle rs6000.
320 (disassemble_init_powerpc): Call powerpc_init_dialect for rs6000.
321 (print_insn_rs6000): Delete.
322
323 2018-03-03 Alan Modra <amodra@gmail.com>
324
325 * sysdep.h (opcodes_error_handler): Define.
326 (_bfd_error_handler): Declare.
327 * Makefile.am: Remove stray #.
328 * opc2c.c (main): Remove bogus -l arg handling. Print "DO NOT
329 EDIT" comment.
330 * aarch64-dis.c, * arc-dis.c, * arm-dis.c, * avr-dis.c,
331 * d30v-dis.c, * h8300-dis.c, * mmix-dis.c, * ppc-dis.c,
332 * riscv-dis.c, * s390-dis.c, * sparc-dis.c, * v850-dis.c: Use
333 opcodes_error_handler to print errors. Standardize error messages.
334 * msp430-decode.opc, * nios2-dis.c, * rl78-decode.opc: Likewise,
335 and include opintl.h.
336 * nds32-asm.c: Likewise, and include sysdep.h and opintl.h.
337 * i386-gen.c: Standardize error messages.
338 * msp430-decode.c, * rl78-decode.c, rx-decode.c: Regenerate.
339 * Makefile.in: Regenerate.
340 * epiphany-asm.c, * epiphany-desc.c, * epiphany-dis.c,
341 * epiphany-ibld.c, * fr30-asm.c, * fr30-desc.c, * fr30-dis.c,
342 * fr30-ibld.c, * frv-asm.c, * frv-desc.c, * frv-dis.c, * frv-ibld.c,
343 * frv-opc.c, * ip2k-asm.c, * ip2k-desc.c, * ip2k-dis.c, * ip2k-ibld.c,
344 * iq2000-asm.c, * iq2000-desc.c, * iq2000-dis.c, * iq2000-ibld.c,
345 * lm32-asm.c, * lm32-desc.c, * lm32-dis.c, * lm32-ibld.c,
346 * m32c-asm.c, * m32c-desc.c, * m32c-dis.c, * m32c-ibld.c,
347 * m32r-asm.c, * m32r-desc.c, * m32r-dis.c, * m32r-ibld.c,
348 * mep-asm.c, * mep-desc.c, * mep-dis.c, * mep-ibld.c, * mt-asm.c,
349 * mt-desc.c, * mt-dis.c, * mt-ibld.c, * or1k-asm.c, * or1k-desc.c,
350 * or1k-dis.c, * or1k-ibld.c, * xc16x-asm.c, * xc16x-desc.c,
351 * xc16x-dis.c, * xc16x-ibld.c, * xstormy16-asm.c, * xstormy16-desc.c,
352 * xstormy16-dis.c, * xstormy16-ibld.c: Regenerate.
353
354 2018-03-01 H.J. Lu <hongjiu.lu@intel.com>
355
356 * * i386-opc.tbl: Add "Optimize" to AVX256 and AVX512
357 vpsub[bwdq] instructions.
358 * i386-tbl.h: Regenerated.
359
360 2018-03-01 Alan Modra <amodra@gmail.com>
361
362 * configure.ac (ALL_LINGUAS): Sort.
363 * configure: Regenerate.
364
365 2018-02-27 Thomas Preud'homme <thomas.preudhomme@arm.com>
366
367 * arm-dis.c (print_insn_coprocessor): Replace uses of ARM_FEATURE_COPY
368 macro by assignements.
369
370 2018-02-27 H.J. Lu <hongjiu.lu@intel.com>
371
372 PR gas/22871
373 * i386-gen.c (opcode_modifiers): Add Optimize.
374 * i386-opc.h (Optimize): New enum.
375 (i386_opcode_modifier): Add optimize.
376 * i386-opc.tbl: Add "Optimize" to "mov $imm, reg",
377 "sub reg, reg/mem", "test $imm, acc", "test $imm, reg/mem",
378 "and $imm, acc", "and $imm, reg/mem", "xor reg, reg/mem",
379 "movq $imm, reg" and AVX256 and AVX512 versions of vandnps,
380 vandnpd, vpandn, vpandnd, vpandnq, vxorps, vxorpd, vpxor,
381 vpxord and vpxorq.
382 * i386-tbl.h: Regenerated.
383
384 2018-02-26 Alan Modra <amodra@gmail.com>
385
386 * crx-dis.c (getregliststring): Allocate a large enough buffer
387 to silence false positive gcc8 warning.
388
389 2018-02-22 Shea Levy <shea@shealevy.com>
390
391 * disassemble.c (ARCH_riscv): Define if ARCH_all.
392
393 2018-02-22 H.J. Lu <hongjiu.lu@intel.com>
394
395 * i386-opc.tbl: Add {rex},
396 * i386-tbl.h: Regenerated.
397
398 2018-02-20 Maciej W. Rozycki <macro@mips.com>
399
400 * mips16-opc.c (decode_mips16_operand) <'M'>: Remove case.
401 (mips16_opcodes): Replace `M' with `m' for "restore".
402
403 2018-02-19 Thomas Preud'homme <thomas.preudhomme@arm.com>
404
405 * arm-dis.c (thumb_opcodes): Fix BXNS mask.
406
407 2018-02-13 Maciej W. Rozycki <macro@mips.com>
408
409 * wasm32-dis.c (print_insn_wasm32): Rename `index' local
410 variable to `function_index'.
411
412 2018-02-13 Nick Clifton <nickc@redhat.com>
413
414 PR 22823
415 * metag-dis.c (print_fmmov): Double buffer size to avoid warning
416 about truncation of printing.
417
418 2018-02-12 Henry Wong <henry@stuffedcow.net>
419
420 * mips-opc.c (mips_builtin_opcodes): Correct "sigrie" encoding.
421
422 2018-02-05 Nick Clifton <nickc@redhat.com>
423
424 * po/pt_BR.po: Updated Brazilian Portuguese translation.
425
426 2018-01-23 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
427
428 * i386-dis.c (enum): Add pconfig.
429 * i386-gen.c (cpu_flag_init): Add CPU_PCONFIG_FLAGS.
430 (cpu_flags): Add CpuPCONFIG.
431 * i386-opc.h (enum): Add CpuPCONFIG.
432 (i386_cpu_flags): Add cpupconfig.
433 * i386-opc.tbl: Add PCONFIG instruction.
434 * i386-init.h: Regenerate.
435 * i386-tbl.h: Likewise.
436
437 2018-01-23 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
438
439 * i386-dis.c (enum): Add PREFIX_0F09.
440 * i386-gen.c (cpu_flag_init): Add CPU_WBNOINVD_FLAGS.
441 (cpu_flags): Add CpuWBNOINVD.
442 * i386-opc.h (enum): Add CpuWBNOINVD.
443 (i386_cpu_flags): Add cpuwbnoinvd.
444 * i386-opc.tbl: Add WBNOINVD instruction.
445 * i386-init.h: Regenerate.
446 * i386-tbl.h: Likewise.
447
448 2018-01-17 Jim Wilson <jimw@sifive.com>
449
450 * riscv-opc.c (riscv_opcodes) <addi>: Use z instead of 0.
451
452 2018-01-17 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
453
454 * i386-gen.c (cpu_flag_init): Delete CPU_CET_FLAGS, CpuCET.
455 Add CPU_IBT_FLAGS, CPU_SHSTK_FLAGS, CPY_ANY_IBT_FLAGS,
456 CPU_ANY_SHSTK_FLAGS, CpuIBT, CpuSHSTK.
457 (cpu_flags): Add CpuIBT, CpuSHSTK.
458 * i386-opc.h (enum): Add CpuIBT, CpuSHSTK.
459 (i386_cpu_flags): Add cpuibt, cpushstk.
460 * i386-opc.tbl: Change CpuCET to CpuSHSTK and CpuIBT.
461 * i386-init.h: Regenerate.
462 * i386-tbl.h: Likewise.
463
464 2018-01-16 Nick Clifton <nickc@redhat.com>
465
466 * po/pt_BR.po: Updated Brazilian Portugese translation.
467 * po/de.po: Updated German translation.
468
469 2018-01-15 Jim Wilson <jimw@sifive.com>
470
471 * riscv-opc.c (match_c_nop): New.
472 (riscv_opcodes) <addi>: Handle an addi that compresses to c.nop.
473
474 2018-01-15 Nick Clifton <nickc@redhat.com>
475
476 * po/uk.po: Updated Ukranian translation.
477
478 2018-01-13 Nick Clifton <nickc@redhat.com>
479
480 * po/opcodes.pot: Regenerated.
481
482 2018-01-13 Nick Clifton <nickc@redhat.com>
483
484 * configure: Regenerate.
485
486 2018-01-13 Nick Clifton <nickc@redhat.com>
487
488 2.30 branch created.
489
490 2018-01-11 Igor Tsimbalist <igor.v.tsimbalist@intel.com>
491
492 * i386-opc.tbl: Remove VL variants for 4FMAPS and 4VNNIW insns.
493 * i386-tbl.h: Regenerate.
494
495 2018-01-10 Jan Beulich <jbeulich@suse.com>
496
497 * i386-opc.tbl (v4fmaddss, v4fnmaddss): Adjust Disp8MemShift.
498 * i386-tbl.h: Re-generate.
499
500 2018-01-10 Jan Beulich <jbeulich@suse.com>
501
502 * i386-opc.tbl (vpcmpeqb, vpcmpleb, vpcmpltb, vpcmpneqb,
503 vpcmpnleb, vpcmpnltb, vpcmpequb, vpcmpleub, vpcmpltub,
504 vpcmpnequb, vpcmpnleub, vpcmpnltub, vpcmpeqw, vpcmplew,
505 vpcmpltw, vpcmpneqw, vpcmpnlew, vpcmpnltw, vpcmpequw, vpcmpleuw,
506 vpcmpltuw, vpcmpnequw, vpcmpnleuw, vpcmpnltuw): Adjust
507 Disp8MemShift of AVX512VL forms.
508 * i386-tbl.h: Re-generate.
509
510 2018-01-09 Jim Wilson <jimw@sifive.com>
511
512 * riscv-dis.c (maybe_print_address): If base_reg is zero,
513 then the hi_addr value is zero.
514
515 2018-01-09 James Greenhalgh <james.greenhalgh@arm.com>
516
517 * arm-dis.c (arm_opcodes): Add csdb.
518 (thumb32_opcodes): Add csdb.
519
520 2018-01-09 James Greenhalgh <james.greenhalgh@arm.com>
521
522 * aarch64-tbl.h (aarch64_opcode_table): Add "csdb".
523 * aarch64-asm-2.c: Regenerate.
524 * aarch64-dis-2.c: Regenerate.
525 * aarch64-opc-2.c: Regenerate.
526
527 2018-01-08 H.J. Lu <hongjiu.lu@intel.com>
528
529 PR gas/22681
530 * i386-opc.tbl: Properly encode vmovd with Qword memeory operand.
531 Remove AVX512 vmovd with 64-bit operands.
532 * i386-tbl.h: Regenerated.
533
534 2018-01-05 Jim Wilson <jimw@sifive.com>
535
536 * riscv-dis.c (print_insn_args) <'s'>: Call maybe_print_address for a
537 jalr.
538
539 2018-01-03 Alan Modra <amodra@gmail.com>
540
541 Update year range in copyright notice of all files.
542
543 2018-01-02 Jan Beulich <jbeulich@suse.com>
544
545 * i386-gen.c (operand_type_init): Restore OPERAND_TYPE_REGYMM
546 and OPERAND_TYPE_REGZMM entries.
547
548 For older changes see ChangeLog-2017
549 \f
550 Copyright (C) 2018 Free Software Foundation, Inc.
551
552 Copying and distribution of this file, with or without modification,
553 are permitted in any medium without royalty provided the copyright
554 notice and this notice are preserved.
555
556 Local Variables:
557 mode: change-log
558 left-margin: 8
559 fill-column: 74
560 version-control: never
561 End:
This page took 0.047167 seconds and 4 git commands to generate.