]>
Commit | Line | Data |
---|---|---|
54064fdb AM |
1 | 2017-02-11 Stafford Horne <[email protected]> |
2 | Alan Modra <[email protected]> | |
3 | ||
4 | * cgen-opc.c (cgen_lookup_insn): Delete buf and base_insn temps. | |
5 | Use insn_bytes_value and insn_int_value directly instead. Don't | |
6 | free allocated memory until function exit. | |
7 | ||
dce75bf9 NP |
8 | 2017-02-10 Nicholas Piggin <[email protected]> |
9 | ||
10 | * ppc-opc.c (powerpc_opcodes) <scv, rfscv>: New mnemonics. | |
11 | ||
1b7e3d2f NC |
12 | 2017-02-03 Nick Clifton <[email protected]> |
13 | ||
14 | PR 21096 | |
15 | * aarch64-opc.c (print_register_list): Ensure that the register | |
16 | list index will fir into the tb buffer. | |
17 | (print_register_offset_address): Likewise. | |
18 | * tic6x-dis.c (print_insn_tic6x): Increase size of func_unit_buf. | |
19 | ||
8ec5cf65 AD |
20 | 2017-01-27 Alexis Deruell <[email protected]> |
21 | ||
22 | PR 21056 | |
23 | * tic6x-dis.c (print_insn_tic6x): Correct displaying of parallel | |
24 | instructions when the previous fetch packet ends with a 32-bit | |
25 | instruction. | |
26 | ||
a1aa5e81 DD |
27 | 2017-01-24 Dimitar Dimitrov <[email protected]> |
28 | ||
29 | * pru-opc.c: Remove vague reference to a future GDB port. | |
30 | ||
add3afb2 NC |
31 | 2017-01-20 Nick Clifton <[email protected]> |
32 | ||
33 | * po/ga.po: Updated Irish translation. | |
34 | ||
c13a63b0 SN |
35 | 2017-01-18 Szabolcs Nagy <[email protected]> |
36 | ||
37 | * arm-dis.c (coprocessor_opcodes): Fix vcmla mask and disassembly. | |
38 | ||
9608051a YQ |
39 | 2017-01-13 Yao Qi <[email protected]> |
40 | ||
41 | * m68k-dis.c (match_insn_m68k): Extend comments. Return -1 | |
42 | if FETCH_DATA returns 0. | |
43 | (m68k_scan_mask): Likewise. | |
44 | (print_insn_m68k): Update code to handle -1 return value. | |
45 | ||
f622ea96 YQ |
46 | 2017-01-13 Yao Qi <[email protected]> |
47 | ||
48 | * m68k-dis.c (enum print_insn_arg_error): New. | |
49 | (NEXTBYTE): Replace -3 with | |
50 | PRINT_INSN_ARG_MEMORY_ERROR. | |
51 | (NEXTULONG): Likewise. | |
52 | (NEXTSINGLE): Likewise. | |
53 | (NEXTDOUBLE): Likewise. | |
54 | (NEXTDOUBLE): Likewise. | |
55 | (NEXTPACKED): Likewise. | |
56 | (FETCH_ARG): Likewise. | |
57 | (FETCH_DATA): Update comments. | |
58 | (print_insn_arg): Update comments. Replace magic numbers with | |
59 | enum. | |
60 | (match_insn_m68k): Likewise. | |
61 | ||
620214f7 IT |
62 | 2017-01-12 Igor Tsimbalist <[email protected]> |
63 | ||
64 | * i386-dis.c (enum): Add PREFIX_EVEX_0F3855, EVEX_W_0F3855_P_2. | |
65 | * i386-dis-evex.h (evex_table): Updated. | |
66 | * i386-gen.c (cpu_flag_init): Add CPU_AVX512_VPOPCNTDQ_FLAGS, | |
67 | CPU_ANY_AVX512_VPOPCNTDQ_FLAGS. Update CPU_ANY_AVX512F_FLAGS. | |
68 | (cpu_flags): Add CpuAVX512_VPOPCNTDQ. | |
69 | * i386-opc.h (enum): (AVX512_VPOPCNTDQ): New. | |
70 | (i386_cpu_flags): Add cpuavx512_vpopcntdq. | |
71 | * i386-opc.tbl: Add Intel AVX512_VPOPCNTDQ instructions. | |
72 | * i386-init.h: Regenerate. | |
73 | * i386-tbl.h: Ditto. | |
74 | ||
d95014a2 YQ |
75 | 2017-01-12 Yao Qi <[email protected]> |
76 | ||
77 | * msp430-dis.c (msp430_singleoperand): Return -1 if | |
78 | msp430dis_opcode_signed returns false. | |
79 | (msp430_doubleoperand): Likewise. | |
80 | (msp430_branchinstr): Return -1 if | |
81 | msp430dis_opcode_unsigned returns false. | |
82 | (msp430x_calla_instr): Likewise. | |
83 | (print_insn_msp430): Likewise. | |
84 | ||
0ae60c3e NC |
85 | 2017-01-05 Nick Clifton <[email protected]> |
86 | ||
87 | PR 20946 | |
88 | * frv-desc.c (lookup_mach_via_bfd_name): Return NULL if the name | |
89 | could not be matched. | |
90 | (frv_cgen_cpu_open): Allow for lookup_mach_via_bfd_name returning | |
91 | NULL. | |
92 | ||
d74d4880 SN |
93 | 2017-01-04 Szabolcs Nagy <[email protected]> |
94 | ||
95 | * aarch64-tbl.h (RCPC, RCPC_INSN): Define. | |
96 | (aarch64_opcode_table): Use RCPC_INSN. | |
97 | ||
cc917fd9 KC |
98 | 2017-01-03 Kito Cheng <[email protected]> |
99 | ||
100 | * riscv-opc.c (riscv-opcodes): Add support for the "q" ISA | |
101 | extension. | |
102 | * riscv-opcodes/all-opcodes: Likewise. | |
103 | ||
b52d3cfc DP |
104 | 2017-01-03 Dilyan Palauzov <[email protected]> |
105 | ||
106 | * riscv-dis.c (print_insn_args): Add fall through comment. | |
107 | ||
f90c58d5 NC |
108 | 2017-01-03 Nick Clifton <[email protected]> |
109 | ||
110 | * po/sr.po: New Serbian translation. | |
111 | * configure.ac (ALL_LINGUAS): Add sr. | |
112 | * configure: Regenerate. | |
113 | ||
f47b0d4a AM |
114 | 2017-01-02 Alan Modra <[email protected]> |
115 | ||
116 | * epiphany-desc.h: Regenerate. | |
117 | * epiphany-opc.h: Regenerate. | |
118 | * fr30-desc.h: Regenerate. | |
119 | * fr30-opc.h: Regenerate. | |
120 | * frv-desc.h: Regenerate. | |
121 | * frv-opc.h: Regenerate. | |
122 | * ip2k-desc.h: Regenerate. | |
123 | * ip2k-opc.h: Regenerate. | |
124 | * iq2000-desc.h: Regenerate. | |
125 | * iq2000-opc.h: Regenerate. | |
126 | * lm32-desc.h: Regenerate. | |
127 | * lm32-opc.h: Regenerate. | |
128 | * m32c-desc.h: Regenerate. | |
129 | * m32c-opc.h: Regenerate. | |
130 | * m32r-desc.h: Regenerate. | |
131 | * m32r-opc.h: Regenerate. | |
132 | * mep-desc.h: Regenerate. | |
133 | * mep-opc.h: Regenerate. | |
134 | * mt-desc.h: Regenerate. | |
135 | * mt-opc.h: Regenerate. | |
136 | * or1k-desc.h: Regenerate. | |
137 | * or1k-opc.h: Regenerate. | |
138 | * xc16x-desc.h: Regenerate. | |
139 | * xc16x-opc.h: Regenerate. | |
140 | * xstormy16-desc.h: Regenerate. | |
141 | * xstormy16-opc.h: Regenerate. | |
142 | ||
2571583a AM |
143 | 2017-01-02 Alan Modra <[email protected]> |
144 | ||
145 | Update year range in copyright notice of all files. | |
146 | ||
5c1ad6b5 | 147 | For older changes see ChangeLog-2016 |
3499769a | 148 | \f |
5c1ad6b5 | 149 | Copyright (C) 2017 Free Software Foundation, Inc. |
3499769a AM |
150 | |
151 | Copying and distribution of this file, with or without modification, | |
152 | are permitted in any medium without royalty provided the copyright | |
153 | notice and this notice are preserved. | |
154 | ||
155 | Local Variables: | |
156 | mode: change-log | |
157 | left-margin: 8 | |
158 | fill-column: 74 | |
159 | version-control: never | |
160 | End: |