]>
Commit | Line | Data |
---|---|---|
d6e9dd78 IT |
1 | 2014-02-25 Ilya Tocar <[email protected]> |
2 | ||
3 | * i386-opc.tbl: Remove wrong variant of vcvtps2ph | |
4 | * i386-tbl.h: Regenerate. | |
5 | ||
6 | 2014-02-20 Ilya Tocar <[email protected]> | |
dcf893b5 IT |
7 | |
8 | * i386-gen.c (cpu_flag_init): Add CPU_PREFETCHWT1_FLAGS/ | |
9 | (cpu_flags): Add CpuPREFETCHWT1. | |
10 | * i386-init.h: Regenerate. | |
11 | * i386-opc.h (CpuPREFETCHWT1): New. | |
12 | (i386_cpu_flags): Add cpuprefetchwt1. | |
13 | * i386-opc.tbl: Cahnge CPU of prefetchwt1 from CpuAVX512PF to CpuPREFETCHWT1. | |
14 | * i386-tbl.h: Regenerate. | |
15 | ||
957d0955 IT |
16 | 2014-02-20 Ilya Tocar <[email protected]> |
17 | ||
18 | * i386-opc.tbl: Change CPU of vptestnmq, vptestnmd from CpuAVX512CD, | |
19 | to CpuAVX512F. | |
20 | * i386-tbl.h: Regenerate. | |
21 | ||
10632b79 L |
22 | 2014-02-19 H.J. Lu <[email protected]> |
23 | ||
24 | * i386-gen.c (output_cpu_flags): Don't output trailing space. | |
25 | (output_opcode_modifier): Likewise. | |
26 | (output_operand_type): Likewise. | |
27 | * i386-init.h: Regenerated. | |
28 | * i386-tbl.h: Likewise. | |
29 | ||
963f3586 IT |
30 | 2014-02-12 Ilya Tocar <[email protected]> |
31 | ||
32 | * i386-dis.c (MOD enum): Add MOD_0FC7_REG_3, MOD_0FC7_REG_4, | |
33 | MOD_0FC7_REG_5. | |
34 | (PREFIX enum): Add PREFIX_0FAE_REG_7. | |
35 | (reg_table): Add MOD_0FC7_REG_3, MOD_0FC7_REG_4 MOD_0FC7_REG_5. | |
36 | (prefix_table): Add clflusopt. | |
37 | (mod_table): Add xrstors, xsavec, xsaves. | |
38 | * i386-gen.c (cpu_flag_init): Add CPU_CLFLUSHOPT_FLAGS, | |
39 | CPU_XSAVES_FLAGS, CPU_XSAVEC_FLAGS. | |
40 | (cpu_flags): Add CpuClflushOpt, CpuXSAVES, CpuXSAVEC. | |
41 | * i386-init.h: Regenerate. | |
42 | * i386-opc.tbl: Add clflushopt, xrstors, xrstors64, xsaves, | |
43 | xsaves64, xsavec, xsavec64. | |
44 | * i386-tbl.h: Regenerate. | |
45 | ||
c1c69e83 AM |
46 | 2014-02-10 Alan Modra <[email protected]> |
47 | ||
48 | * po/POTFILES.in: Regenerate. | |
49 | * po/opcodes.pot: Regenerate. | |
50 | ||
eaa9d1ad MZ |
51 | 2014-01-30 Michael Zolotukhin <[email protected]> |
52 | Jan Beulich <[email protected]> | |
53 | ||
54 | PR binutils/16490 | |
55 | * i386-dis.c (OP_E_memory): Fix shift computation for | |
56 | vex_vsib_q_w_dq_mode. | |
57 | ||
e2e6193d RM |
58 | 2014-01-09 Bradley Nelson <[email protected]> |
59 | Roland McGrath <[email protected]> | |
60 | ||
61 | * i386-dis.c (print_insn): Do not touch all_prefixes[-1] when | |
62 | last_rex_prefix is -1. | |
63 | ||
221fd5d5 L |
64 | 2014-01-08 H.J. Lu <[email protected]> |
65 | ||
66 | * i386-gen.c (process_copyright): Update copyright year to 2014. | |
67 | ||
b0b0c9fc MR |
68 | 2014-01-03 Maciej W. Rozycki <[email protected]> |
69 | ||
70 | * nds32-asm.c (parse_operand): Fix out-of-range integer constant. | |
71 | ||
5fb776a6 | 72 | For older changes see ChangeLog-2013 |
252b5132 | 73 | \f |
5fb776a6 | 74 | Copyright (C) 2014 Free Software Foundation, Inc. |
752937aa NC |
75 | |
76 | Copying and distribution of this file, with or without modification, | |
77 | are permitted in any medium without royalty provided the copyright | |
78 | notice and this notice are preserved. | |
79 | ||
252b5132 | 80 | Local Variables: |
2f6d2f85 NC |
81 | mode: change-log |
82 | left-margin: 8 | |
83 | fill-column: 74 | |
252b5132 RH |
84 | version-control: never |
85 | End: |