1 2016-04-05 Andrew Burgess <andrew.burgess@embecosm.com>
3 * arc-nps400-tbl.h: Add movbi, decode1, fbset, fbclear, encode0,
4 encode1, rflt, crc16, and crc32 instructions.
5 * arc-opc.c (arc_flag_operands): Add F_NPS_R.
6 (arc_flag_classes): Add C_NPS_R.
7 (insert_nps_bitop_size_2b): New function.
8 (extract_nps_bitop_size_2b): Likewise.
9 (insert_nps_bitop_uimm8): Likewise.
10 (extract_nps_bitop_uimm8): Likewise.
11 (arc_operands): Add new operand entries.
13 2016-04-05 Claudiu Zissulescu <claziss@synopsys.com>
15 * arc-regs.h: Add a new subclass field. Add double assist
16 accumulator register values.
17 * arc-tbl.h: Use DPA subclass to mark the double assist
18 instructions. Use DPX/SPX subclas to mark the FPX instructions.
19 * arc-opc.c (RSP): Define instead of SP.
20 (arc_aux_regs): Add the subclass field.
22 2016-04-05 Jiong Wang <jiong.wang@arm.com>
24 * arm-dis.c: Support FP16 vmul, vmla, vmls (by scalar).
26 2016-03-31 Andrew Burgess <andrew.burgess@embecosm.com>
28 * arc-opc.c (arc_operands): Fix operand flags for NPS_R_DST, and
31 2016-03-30 Andrew Burgess <andrew.burgess@embecosm.com>
33 * arc-nps400-tbl.h: Add a header comment, and fix some whitespace
34 issues. No functional changes.
36 2016-03-30 Claudiu Zissulescu <claziss@synopsys.com>
38 * arc-regs.h (IC_RAM_ADDRESS, IC_TAG, IC_WP, IC_DATA, CONTROL0)
39 (AX2, AY2, MX2, MY2, AY0, AY1, DC_RAM_ADDR, DC_TAG, CONTROL1)
40 (RTT): Remove duplicate.
41 (LCDINSTR, LCDDATA, LCDSTAT, CC_*, PCT_COUNT*, PCT_SNAP*)
42 (PCT_CONFIG*): Remove.
43 (D1L, D1H, D2H, D2L): Define.
45 2016-03-29 Claudiu Zissulescu <claziss@synopsys.com>
47 * arc-ext-tbl.h (dsp_fp_i2flt): Fix typo.
49 2016-03-29 Claudiu Zissulescu <claziss@synopsys.com>
51 * arc-tbl.h (invld07): Remove.
52 * arc-ext-tbl.h: New file.
53 * arc-dis.c (FIELDA, FIELDB, FIELDC): Remove.
54 * arc-opc.c (arc_opcodes): Add ext-tbl include.
56 2016-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
58 Fix -Wstack-usage warnings.
59 * aarch64-dis.c (print_operands): Substitute size.
60 * aarch64-opc.c (print_register_offset_address): Substitute tblen.
62 2016-03-22 Jose E. Marchesi <jose.marchesi@oracle.com>
64 * sparc-opc.c (sparc_opcodes): Reorder entries for `rd' in order
65 to get a proper diagnostic when an invalid ASR register is used.
67 2016-03-22 Nick Clifton <nickc@redhat.com>
69 * configure: Regenerate.
71 2016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
73 * arc-nps400-tbl.h: New file.
74 * arc-opc.c: Add top level comment.
75 (insert_nps_3bit_dst): New function.
76 (extract_nps_3bit_dst): New function.
77 (insert_nps_3bit_src2): New function.
78 (extract_nps_3bit_src2): New function.
79 (insert_nps_bitop_size): New function.
80 (extract_nps_bitop_size): New function.
81 (arc_flag_operands): Add nps400 entries.
82 (arc_flag_classes): Add nps400 entries.
83 (arc_operands): Add nps400 entries.
84 (arc_opcodes): Add nps400 include.
86 2016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
88 * arc-opc.c (arc_flag_classes): Convert all flag classes to use
89 the new class enum values.
91 2016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
93 * arc-dis.c (print_insn_arc): Handle nps400.
95 2016-03-21 Andrew Burgess <andrew.burgess@embecosm.com>
97 * arc-opc.c (BASE): Delete.
99 2016-03-18 Nick Clifton <nickc@redhat.com>
102 * aarch64-tbl.h (aarch64_opcode_table): Fix type of second operand
103 of MOV insn that aliases an ORR insn.
105 2016-03-16 Jiong Wang <jiong.wang@arm.com>
107 * arm-dis.c (neon_opcodes): Support new FP16 instructions.
109 2016-03-07 Trevor Saunders <tbsaunde+binutils@tbsaunde.org>
111 * mcore-opc.h: Add const qualifiers.
112 * microblaze-opc.h (struct op_code_struct): Likewise.
113 * sh-opc.h: Likewise.
114 * tic4x-dis.c (tic4x_print_indirect): Likewise.
115 (tic4x_print_op): Likewise.
117 2016-03-02 Alan Modra <amodra@gmail.com>
119 * or1k-desc.h: Regenerate.
120 * fr30-ibld.c: Regenerate.
121 * rl78-decode.c: Regenerate.
123 2016-03-01 Nick Clifton <nickc@redhat.com>
126 * rl78-dis.c (print_insn_rl78_common): Fix typo.
128 2016-02-24 Renlin Li <renlin.li@arm.com>
130 * arm-dis.c (coprocessor_opcodes): Add fp16 instruction entries.
131 (print_insn_coprocessor): Support fp16 instructions.
133 2016-02-24 Renlin Li <renlin.li@arm.com>
135 * arm-dis.c (print_insn_coprocessor): Fix mask for vsel, vmaxnm,
138 2016-02-24 Renlin Li <renlin.li@arm.com>
140 * arm-dis.c (print_insn_coprocessor): Check co-processor number for
141 cpd/cpd2, mcr/mcr2, mrc/mrc2, ldc/ldc2, stc/stc2.
143 2016-02-15 H.J. Lu <hongjiu.lu@intel.com>
145 * i386-dis.c (print_insn): Parenthesize expression to prevent
149 2016-02-10 Claudiu Zissulescu <claziss@synopsys.com>
150 Janek van Oirschot <jvanoirs@synopsys.com>
152 * arc-opc.c (arc_relax_opcodes, arc_num_relax_opcodes): New
155 2016-02-04 Nick Clifton <nickc@redhat.com>
158 * msp430-dis.c (print_insn_msp430): Add a special case for
159 decoding an RRC instruction with the ZC bit set in the extension
162 2016-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
164 * cgen-ibld.in (insert_normal): Rework calculation of shift.
165 * epiphany-ibld.c: Regenerate.
166 * fr30-ibld.c: Regenerate.
167 * frv-ibld.c: Regenerate.
168 * ip2k-ibld.c: Regenerate.
169 * iq2000-ibld.c: Regenerate.
170 * lm32-ibld.c: Regenerate.
171 * m32c-ibld.c: Regenerate.
172 * m32r-ibld.c: Regenerate.
173 * mep-ibld.c: Regenerate.
174 * mt-ibld.c: Regenerate.
175 * or1k-ibld.c: Regenerate.
176 * xc16x-ibld.c: Regenerate.
177 * xstormy16-ibld.c: Regenerate.
179 2016-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
181 * epiphany-dis.c: Regenerated from latest cpu files.
183 2016-02-01 Michael McConville <mmcco@mykolab.com>
185 * cgen-dis.c (count_decodable_bits): Use unsigned value for mask
188 2016-01-25 Renlin Li <renlin.li@arm.com>
190 * arm-dis.c (mapping_symbol_for_insn): New function.
191 (find_ifthen_state): Call mapping_symbol_for_insn().
193 2016-01-20 Matthew Wahab <matthew.wahab@arm.com>
195 * aarch64-opc.c (operand_general_constraint_met_p): Check validity
196 of MSR UAO immediate operand.
198 2016-01-18 Maciej W. Rozycki <macro@imgtec.com>
200 * mips-dis.c (print_insn_micromips): Remove 48-bit microMIPS
203 2016-01-17 Alan Modra <amodra@gmail.com>
205 * configure: Regenerate.
207 2016-01-14 Nick Clifton <nickc@redhat.com>
209 * rl78-decode.opc (rl78_decode_opcode): Add 's' operand to movw
210 instructions that can support stack pointer operations.
211 * rl78-decode.c: Regenerate.
212 * rl78-dis.c: Fix display of stack pointer in MOVW based
215 2016-01-14 Matthew Wahab <matthew.wahab@arm.com>
217 * aarch64-opc.c (aarch64_sys_reg_supported_p): Merge conditionals
218 testing for RAS support. Add checks for erxfr_el1, erxctlr_el1,
219 erxtatus_el1 and erxaddr_el1.
221 2016-01-12 Matthew Wahab <matthew.wahab@arm.com>
223 * arm-dis.c (arm_opcodes): Add "esb".
224 (thumb_opcodes): Likewise.
226 2016-01-11 Peter Bergner <bergner@vnet.ibm.com>
228 * ppc-opc.c <xscmpnedp>: Delete.
229 <xvcmpnedp>: Likewise.
230 <xvcmpnedp.>: Likewise.
231 <xvcmpnesp>: Likewise.
232 <xvcmpnesp.>: Likewise.
234 2016-01-08 Andreas Schwab <schwab@linux-m68k.org>
237 * m68k-opc.c (moveb, movew): For ISA_B/C only allow #,d(An) in
240 2016-01-01 Alan Modra <amodra@gmail.com>
242 Update year range in copyright notice of all files.
244 For older changes see ChangeLog-2015
246 Copyright (C) 2016 Free Software Foundation, Inc.
248 Copying and distribution of this file, with or without modification,
249 are permitted in any medium without royalty provided the copyright
250 notice and this notice are preserved.
256 version-control: never