x86: refine when to trigger optimizations
[deliverable/binutils-gdb.git] / gas / ChangeLog
1 2020-01-09 Jan Beulich <jbeulich@suse.com>
2
3 * config/tc-i386.c (optimize_encoding): Add
4 is_any_vex_encoding() invocations. Drop respective
5 i.tm.extension_opcode == None checks.
6
7 2020-01-09 Jan Beulich <jbeulich@suse.com>
8
9 * config/tc-i386.c (md_assemble): Check RegRex is clear during
10 REX transformations. Correct comment indentation.
11
12 2020-01-09 Jan Beulich <jbeulich@suse.com>
13
14 * config/tc-i386.c (optimize_encoding): Generalize register
15 transformation for TEST optimization.
16
17 2020-01-09 Jan Beulich <jbeulich@suse.com>
18
19 * testsuite/gas/i386/x86-64-sysenter-amd.s,
20 testsuite/gas/i386/x86-64-sysenter-amd.d,
21 testsuite/gas/i386/x86-64-sysenter-amd.l,
22 testsuite/gas/i386/x86-64-sysenter-intel.d,
23 testsuite/gas/i386/x86-64-sysenter-mixed.d: New.
24 * testsuite/gas/i386/i386.exp: Run new tests.
25
26 2020-01-08 Nick Clifton <nickc@redhat.com>
27
28 PR 25284
29 * doc/as.texi (Align): Document the fact that all arguments can be
30 omitted.
31 (Balign): Likewise.
32 (P2align): Likewise.
33
34 2020-01-08 Nick Clifton <nickc@redhat.com>
35
36 PR 14891
37 * config/obj-elf.c (obj_elf_section): Fail if the section name is
38 already defined as a different symbol type.
39 * testsuite/gas/elf/pr14891.s: New test source file.
40 * testsuite/gas/elf/pr14891.d: New test driver.
41 * testsuite/gas/elf/pr14891.s: New test expected error output.
42 * testsuite/gas/elf/elf.exp: Run the new test.
43
44 2020-01-08 Alan Modra <amodra@gmail.com>
45
46 * config/tc-z8k.c (md_begin): Make idx unsigned.
47 (get_specific): Likewise for this_index.
48
49 2020-01-07 Claudiu Zissulescu <claziss@synopsys.com>
50
51 * onfig/tc-arc.c (parse_reloc_symbol): New function.
52 (tokenize_arguments): Clean up, use parse_reloc_symbol function.
53 (md_operand): Set X_md to absent.
54 (arc_parse_name): Check for X_md.
55
56 2020-01-03 Sergey Belyashov <sergey.belyashov@gmail.com>
57
58 PR 25311
59 * as.h (TC_STRING_ESCAPES): Provide a default definition.
60 * app.c (do_scrub_chars): Use TC_STRING_ESCAPES instead of
61 NO_STRING_ESCAPES.
62 * read.c (next_char_of_string): Likewise.
63 * config/tc-ppc.h (TC_STRING_ESCAPES): Define.
64 * config/tc-z80.h (TC_STRING_ESCAPES): Define.
65
66 2020-01-03 Nick Clifton <nickc@redhat.com>
67
68 * po/sv.po: Updated Swedish translation.
69
70 2020-01-03 Jan Beulich <jbeulich@suse.com>
71
72 * testsuite/gas/aarch64/f64mm.s: Scale index of LD1RO{H,W,D}.
73 * testsuite/gas/aarch64/f64mm.d: Adjust expectations.
74
75 2020-01-03 Jan Beulich <jbeulich@suse.com>
76
77 * testsuite/gas/aarch64/i8mm.s: Add 128-bit form tests for
78 by-element usdot. Add 64-bit form tests for by-element sudot.
79 * testsuite/gas/aarch64/i8mm.d: Adjust expectations.
80
81 2020-01-03 Jan Beulich <jbeulich@suse.com>
82
83 * testsuite/gas/aarch64/f64mm.s: Drop 'i' from uzip<n>.
84 * testsuite/gas/aarch64/f64mm.d: Adjust expectations.
85
86 2020-01-03 Jan Beulich <jbeulich@suse.com>
87
88 * testsuite/gas/aarch64/f64mm.d,
89 testsuite/gas/aarch64/sve-movprfx-mm.d: Adjust expectations.
90
91 2020-01-02 Sergey Belyashov <sergey.belyashov@gmail.com>
92
93 * config/tc-z80.c: Add new architectures: Z180 and eZ80. Add
94 support for assembler code generated by SDCC. Add new relocation
95 types. Add z80-elf target support.
96 * config/tc-z80.h: Add z80-elf target support. Enable dollar local
97 labels. Local labels starts from ".L".
98 * NEWS: Mention the new support.
99 * testsuite/gas/all/fwdexp.d: Fix failure due to symbol conflict.
100 * testsuite/gas/all/fwdexp.s: Likewise.
101 * testsuite/gas/all/cond.l: Likewise.
102 * testsuite/gas/all/cond.s: Likewise.
103 * testsuite/gas/all/fwdexp.d: Likewise.
104 * testsuite/gas/all/fwdexp.s: Likewise.
105 * testsuite/gas/elf/section2.e-mips: Likewise.
106 * testsuite/gas/elf/section2.l: Likewise.
107 * testsuite/gas/elf/section2.s: Likewise.
108 * testsuite/gas/macros/app1.d: Likewise.
109 * testsuite/gas/macros/app1.s: Likewise.
110 * testsuite/gas/macros/app2.d: Likewise.
111 * testsuite/gas/macros/app2.s: Likewise.
112 * testsuite/gas/macros/app3.d: Likewise.
113 * testsuite/gas/macros/app3.s: Likewise.
114 * testsuite/gas/macros/app4.d: Likewise.
115 * testsuite/gas/macros/app4.s: Likewise.
116 * testsuite/gas/macros/app4b.s: Likewise.
117 * testsuite/gas/z80/suffix.d: Fix failure on ELF target.
118 * testsuite/gas/z80/z80.exp: Add new tests
119 * testsuite/gas/z80/dollar.d: New file.
120 * testsuite/gas/z80/dollar.s: New file.
121 * testsuite/gas/z80/ez80_adl_all.d: New file.
122 * testsuite/gas/z80/ez80_adl_all.s: New file.
123 * testsuite/gas/z80/ez80_adl_suf.d: New file.
124 * testsuite/gas/z80/ez80_isuf.s: New file.
125 * testsuite/gas/z80/ez80_z80_all.d: New file.
126 * testsuite/gas/z80/ez80_z80_all.s: New file.
127 * testsuite/gas/z80/ez80_z80_suf.d: New file.
128 * testsuite/gas/z80/r800_extra.d: New file.
129 * testsuite/gas/z80/r800_extra.s: New file.
130 * testsuite/gas/z80/r800_ii8.d: New file.
131 * testsuite/gas/z80/r800_z80_doc.d: New file.
132 * testsuite/gas/z80/z180.d: New file.
133 * testsuite/gas/z80/z180.s: New file.
134 * testsuite/gas/z80/z180_z80_doc.d: New file.
135 * testsuite/gas/z80/z80_doc.d: New file.
136 * testsuite/gas/z80/z80_doc.s: New file.
137 * testsuite/gas/z80/z80_ii8.d: New file.
138 * testsuite/gas/z80/z80_ii8.s: New file.
139 * testsuite/gas/z80/z80_in_f_c.d: New file.
140 * testsuite/gas/z80/z80_in_f_c.s: New file.
141 * testsuite/gas/z80/z80_op_ii_ld.d: New file.
142 * testsuite/gas/z80/z80_op_ii_ld.s: New file.
143 * testsuite/gas/z80/z80_out_c_0.d: New file.
144 * testsuite/gas/z80/z80_out_c_0.s: New file.
145 * testsuite/gas/z80/z80_reloc.d: New file.
146 * testsuite/gas/z80/z80_reloc.s: New file.
147 * testsuite/gas/z80/z80_sli.d: New file.
148 * testsuite/gas/z80/z80_sli.s: New file.
149
150 2020-01-02 Szabolcs Nagy <szabolcs.nagy@arm.com>
151
152 * config/tc-arm.c (parse_reg_list): Use REG_TYPE_RN instead of
153 REGLIST_RN.
154
155 2020-01-01 Alan Modra <amodra@gmail.com>
156
157 Update year range in copyright notice of all files.
158
159 For older changes see ChangeLog-2019
160 \f
161 Copyright (C) 2020 Free Software Foundation, Inc.
162
163 Copying and distribution of this file, with or without modification,
164 are permitted in any medium without royalty provided the copyright
165 notice and this notice are preserved.
166
167 Local Variables:
168 mode: change-log
169 left-margin: 8
170 fill-column: 74
171 version-control: never
172 End:
This page took 0.0323 seconds and 4 git commands to generate.