Add new sign-extension instructions to moxie port
[deliverable/binutils-gdb.git] / opcodes / ChangeLog
1 2014-04-02 Anthony Green <green@moxielogic.com>
2
3 * moxie-opc.c (moxie_form1_opc_info): Add sign-extension
4 instructions, sex.b and sex.s.
5
6 2014-03-26 Jiong Wang <jiong.wang@arm.com>
7
8 * aarch64-dis.c (aarch64_ext_ldst_elemlist): Check H/S undefined
9 instructions.
10
11 2014-03-20 Ilya Tocar <ilya.tocar@intel.com>
12
13 * i386-opc.tbl: Change memory size for vgatherpf0qps, vgatherpf1qps,
14 vscatterpf0qps, vscatterpf1qps, vgatherqps, vpgatherqd, vpscatterqd,
15 vscatterqps.
16 * i386-tbl.h: Regenerate.
17
18 2014-03-19 Jose E. Marchesi <jose.marchesi@oracle.com>
19
20 * sparc-dis.c (v9_hpriv_reg_names): Names for %hstick_offset and
21 %hstick_enable added.
22
23 2014-03-19 Nick Clifton <nickc@redhat.com>
24
25 * rx-decode.opc (bwl): Allow for bogus instructions with a size
26 field of 3.
27 (sbwl, ubwl, SCALE): Likewise.
28 * rx-decode.c: Regenerate.
29
30 2014-03-12 Alan Modra <amodra@gmail.com>
31
32 * Makefile.in: Regenerate.
33
34 2014-03-05 Alan Modra <amodra@gmail.com>
35
36 Update copyright years.
37
38 2014-03-04 Heiher <r@hev.cc>
39
40 * mips-dis.c (mips_arch_choices): Usee ISA_MIPS64R2 for Loongson-3A.
41
42 2014-03-04 Richard Sandiford <rdsandiford@googlemail.com>
43
44 * mips-opc.c (mips_builtin_opcodes): Move the udi* instructions
45 so that they come after the Loongson extensions.
46
47 2014-03-03 Alan Modra <amodra@gmail.com>
48
49 * i386-gen.c (process_copyright): Emit copyright notice on one line.
50
51 2014-02-28 Alan Modra <amodra@gmail.com>
52
53 * msp430-decode.c: Regenerate.
54
55 2014-02-27 Jiong Wang <jiong.wang@arm.com>
56
57 * aarch64-tbl.h (aarch64_opcode_table): Replace IMM0 with
58 FPIMM0 for fcmeq, fcmgt, fcmge, fcmlt and fcmle.
59
60 2014-02-27 Yufeng Zhang <yufeng.zhang@arm.com>
61
62 * aarch64-opc.c (print_register_offset_address): Call
63 get_int_reg_name to prepare the register name.
64
65 2014-02-25 Ilya Tocar <ilya.tocar@intel.com>
66
67 * i386-opc.tbl: Remove wrong variant of vcvtps2ph
68 * i386-tbl.h: Regenerate.
69
70 2014-02-20 Ilya Tocar <ilya.tocar@intel.com>
71
72 * i386-gen.c (cpu_flag_init): Add CPU_PREFETCHWT1_FLAGS/
73 (cpu_flags): Add CpuPREFETCHWT1.
74 * i386-init.h: Regenerate.
75 * i386-opc.h (CpuPREFETCHWT1): New.
76 (i386_cpu_flags): Add cpuprefetchwt1.
77 * i386-opc.tbl: Cahnge CPU of prefetchwt1 from CpuAVX512PF to CpuPREFETCHWT1.
78 * i386-tbl.h: Regenerate.
79
80 2014-02-20 Ilya Tocar <ilya.tocar@intel.com>
81
82 * i386-opc.tbl: Change CPU of vptestnmq, vptestnmd from CpuAVX512CD,
83 to CpuAVX512F.
84 * i386-tbl.h: Regenerate.
85
86 2014-02-19 H.J. Lu <hongjiu.lu@intel.com>
87
88 * i386-gen.c (output_cpu_flags): Don't output trailing space.
89 (output_opcode_modifier): Likewise.
90 (output_operand_type): Likewise.
91 * i386-init.h: Regenerated.
92 * i386-tbl.h: Likewise.
93
94 2014-02-12 Ilya Tocar <ilya.tocar@intel.com>
95
96 * i386-dis.c (MOD enum): Add MOD_0FC7_REG_3, MOD_0FC7_REG_4,
97 MOD_0FC7_REG_5.
98 (PREFIX enum): Add PREFIX_0FAE_REG_7.
99 (reg_table): Add MOD_0FC7_REG_3, MOD_0FC7_REG_4 MOD_0FC7_REG_5.
100 (prefix_table): Add clflusopt.
101 (mod_table): Add xrstors, xsavec, xsaves.
102 * i386-gen.c (cpu_flag_init): Add CPU_CLFLUSHOPT_FLAGS,
103 CPU_XSAVES_FLAGS, CPU_XSAVEC_FLAGS.
104 (cpu_flags): Add CpuClflushOpt, CpuXSAVES, CpuXSAVEC.
105 * i386-init.h: Regenerate.
106 * i386-opc.tbl: Add clflushopt, xrstors, xrstors64, xsaves,
107 xsaves64, xsavec, xsavec64.
108 * i386-tbl.h: Regenerate.
109
110 2014-02-10 Alan Modra <amodra@gmail.com>
111
112 * po/POTFILES.in: Regenerate.
113 * po/opcodes.pot: Regenerate.
114
115 2014-01-30 Michael Zolotukhin <michael.v.zolotukhin@gmail.com>
116 Jan Beulich <jbeulich@suse.com>
117
118 PR binutils/16490
119 * i386-dis.c (OP_E_memory): Fix shift computation for
120 vex_vsib_q_w_dq_mode.
121
122 2014-01-09 Bradley Nelson <bradnelson@google.com>
123 Roland McGrath <mcgrathr@google.com>
124
125 * i386-dis.c (print_insn): Do not touch all_prefixes[-1] when
126 last_rex_prefix is -1.
127
128 2014-01-08 H.J. Lu <hongjiu.lu@intel.com>
129
130 * i386-gen.c (process_copyright): Update copyright year to 2014.
131
132 2014-01-03 Maciej W. Rozycki <macro@codesourcery.com>
133
134 * nds32-asm.c (parse_operand): Fix out-of-range integer constant.
135
136 For older changes see ChangeLog-2013
137 \f
138 Copyright (C) 2014 Free Software Foundation, Inc.
139
140 Copying and distribution of this file, with or without modification,
141 are permitted in any medium without royalty provided the copyright
142 notice and this notice are preserved.
143
144 Local Variables:
145 mode: change-log
146 left-margin: 8
147 fill-column: 74
148 version-control: never
149 End:
This page took 0.032152 seconds and 4 git commands to generate.