opcodes/
[binutils-gdb.git] / opcodes / ChangeLog
1 2014-03-04 Richard Sandiford <rdsandiford@googlemail.com>
2
3 * mips-opc.c (mips_builtin_opcodes): Move the udi* instructions
4 so that they come after the Loongson extensions.
5
6 2014-03-03 Alan Modra <amodra@gmail.com>
7
8 * i386-gen.c (process_copyright): Emit copyright notice on one line.
9
10 2014-02-28 Alan Modra <amodra@gmail.com>
11
12 * msp430-decode.c: Regenerate.
13
14 2014-02-27 Jiong Wang <jiong.wang@arm.com>
15
16 * aarch64-tbl.h (aarch64_opcode_table): Replace IMM0 with
17 FPIMM0 for fcmeq, fcmgt, fcmge, fcmlt and fcmle.
18
19 2014-02-27 Yufeng Zhang <yufeng.zhang@arm.com>
20
21 * aarch64-opc.c (print_register_offset_address): Call
22 get_int_reg_name to prepare the register name.
23
24 2014-02-25 Ilya Tocar <ilya.tocar@intel.com>
25
26 * i386-opc.tbl: Remove wrong variant of vcvtps2ph
27 * i386-tbl.h: Regenerate.
28
29 2014-02-20 Ilya Tocar <ilya.tocar@intel.com>
30
31 * i386-gen.c (cpu_flag_init): Add CPU_PREFETCHWT1_FLAGS/
32 (cpu_flags): Add CpuPREFETCHWT1.
33 * i386-init.h: Regenerate.
34 * i386-opc.h (CpuPREFETCHWT1): New.
35 (i386_cpu_flags): Add cpuprefetchwt1.
36 * i386-opc.tbl: Cahnge CPU of prefetchwt1 from CpuAVX512PF to CpuPREFETCHWT1.
37 * i386-tbl.h: Regenerate.
38
39 2014-02-20 Ilya Tocar <ilya.tocar@intel.com>
40
41 * i386-opc.tbl: Change CPU of vptestnmq, vptestnmd from CpuAVX512CD,
42 to CpuAVX512F.
43 * i386-tbl.h: Regenerate.
44
45 2014-02-19 H.J. Lu <hongjiu.lu@intel.com>
46
47 * i386-gen.c (output_cpu_flags): Don't output trailing space.
48 (output_opcode_modifier): Likewise.
49 (output_operand_type): Likewise.
50 * i386-init.h: Regenerated.
51 * i386-tbl.h: Likewise.
52
53 2014-02-12 Ilya Tocar <ilya.tocar@intel.com>
54
55 * i386-dis.c (MOD enum): Add MOD_0FC7_REG_3, MOD_0FC7_REG_4,
56 MOD_0FC7_REG_5.
57 (PREFIX enum): Add PREFIX_0FAE_REG_7.
58 (reg_table): Add MOD_0FC7_REG_3, MOD_0FC7_REG_4 MOD_0FC7_REG_5.
59 (prefix_table): Add clflusopt.
60 (mod_table): Add xrstors, xsavec, xsaves.
61 * i386-gen.c (cpu_flag_init): Add CPU_CLFLUSHOPT_FLAGS,
62 CPU_XSAVES_FLAGS, CPU_XSAVEC_FLAGS.
63 (cpu_flags): Add CpuClflushOpt, CpuXSAVES, CpuXSAVEC.
64 * i386-init.h: Regenerate.
65 * i386-opc.tbl: Add clflushopt, xrstors, xrstors64, xsaves,
66 xsaves64, xsavec, xsavec64.
67 * i386-tbl.h: Regenerate.
68
69 2014-02-10 Alan Modra <amodra@gmail.com>
70
71 * po/POTFILES.in: Regenerate.
72 * po/opcodes.pot: Regenerate.
73
74 2014-01-30 Michael Zolotukhin <michael.v.zolotukhin@gmail.com>
75 Jan Beulich <jbeulich@suse.com>
76
77 PR binutils/16490
78 * i386-dis.c (OP_E_memory): Fix shift computation for
79 vex_vsib_q_w_dq_mode.
80
81 2014-01-09 Bradley Nelson <bradnelson@google.com>
82 Roland McGrath <mcgrathr@google.com>
83
84 * i386-dis.c (print_insn): Do not touch all_prefixes[-1] when
85 last_rex_prefix is -1.
86
87 2014-01-08 H.J. Lu <hongjiu.lu@intel.com>
88
89 * i386-gen.c (process_copyright): Update copyright year to 2014.
90
91 2014-01-03 Maciej W. Rozycki <macro@codesourcery.com>
92
93 * nds32-asm.c (parse_operand): Fix out-of-range integer constant.
94
95 For older changes see ChangeLog-2013
96 \f
97 Copyright (C) 2014 Free Software Foundation, Inc.
98
99 Copying and distribution of this file, with or without modification,
100 are permitted in any medium without royalty provided the copyright
101 notice and this notice are preserved.
102
103 Local Variables:
104 mode: change-log
105 left-margin: 8
106 fill-column: 74
107 version-control: never
108 End: