Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(680)

Side by Side Diff: include/opcode/ChangeLog

Issue 11969036: Merge GDB 7.5.1 (Closed) Base URL: http://git.chromium.org/native_client/nacl-gdb.git@master
Patch Set: Created 7 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « include/mach-o/reloc.h ('k') | include/opcode/avr.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 2012-07-06 Maciej W. Rozycki <macro@codesourcery.com>
2
3 * mips.h: Fix a typo in description.
4
5 2012-06-07 Georg-Johann Lay <avr@gjlay.de>
6
7 * avr.h: (AVR_ISA_XCH): New define.
8 (AVR_ISA_XMEGA): Use it.
9 (XCH, LAS, LAT, LAC): New XMEGA opcodes.
10
11 2012-05-15 James Murray <jsm@jsm-net.demon.co.uk>
12
13 * m68hc11.h: Add XGate definitions.
14 (struct m68hc11_opcode): Add xg_mask field.
15
16 2012-05-14 Catherine Moore <clm@codesourcery.com>
17 Maciej W. Rozycki <macro@codesourcery.com>
18 Rhonda Wittels <rhonda@codesourcery.com>
19
20 * ppc.h (PPC_OPCODE_VLE): New definition.
21 (PPC_OP_SA): New macro.
22 (PPC_OP_SE_VLE): New macro.
23 (PPC_OP): Use a variable shift amount.
24 (powerpc_operand): Update comments.
25 (PPC_OPSHIFT_INV): New macro.
26 (PPC_OPERAND_CR): Replace with...
27 (PPC_OPERAND_CR_BIT): ...this and
28 (PPC_OPERAND_CR_REG): ...this.
29
30
31 2012-05-03 Sean Keys <skeys@ipdatasys.com>
32
33 * xgate.h: Header file for XGATE assembler.
34
35 2012-04-27 David S. Miller <davem@davemloft.net>
36
37 * sparc.h: Document new arg code' )' for crypto RS3
38 immediates.
39
40 * sparc.h (struct sparc_opcode): New field 'hwcaps'.
41 F_MUL32, F_DIV32, F_FDMULD, F_V8PLUS, F_POPC, F_VIS, F_VIS2,
42 F_ASI_BLK_INIT, F_FMAF, F_VIS3, F_HPC, F_RANDOM, F_TRANS,
43 F_FJFMAU, F_IMA, F_ASI_CACHE_SPARING, F_HWCAP_MASK): Delete.
44 (HWCAP_MUL32, HWCAP_DIV32, HWCAP_FSMULD, HWCAP_V8PLUS, HWCAP_POPC,
45 HWCAP_VIS, HWCAP_VIS2, HWCAP_ASI_BLK_INIT, HWCAP_FMAF,
46 HWCAP_VIS3, HWCAP_HPC, HWCAP_RANDOM, HWCAP_TRANS, HWCAP_FJFMAU,
47 HWCAP_IMA, HWCAP_ASI_CACHE_SPARING, HWCAP_AES, HWCAP_DES,
48 HWCAP_KASUMI, HWCAP_CAMELLIA, HWCAP_MD5, HWCAP_SHA1,
49 HWCAP_SHA256, HWCAP_SHA512, HWCAP_MPMUL, HWCAP_MONT, HWCAP_PAUSE,
50 HWCAP_CBCOND, HWCAP_CRC32): New defines.
51
52 2012-03-10 Edmar Wienskoski <edmar@freescale.com>
53
54 * ppc.h: Add PPC_OPCODE_ALTIVEC2, PPC_OPCODE_E6500, PPC_OPCODE_TMR.
55
56 2012-02-27 Alan Modra <amodra@gmail.com>
57
58 * crx.h (cst4_map): Update declaration.
59
60 2012-02-25 Walter Lee <walt@tilera.com>
61
62 * tilegx.h (tilegx_mnemonic): Add TILEGX_OPC_LD4S_TLS,
63 TILEGX_OPC_LD_TLS.
64 * tilepro.h (tilepro_mnemonic): Add TILEPRO_OPC_LW_TLS,
65 TILEPRO_OPC_LW_TLS_SN.
66
67 2012-02-08 H.J. Lu <hongjiu.lu@intel.com>
68
69 * i386.h (XACQUIRE_PREFIX_OPCODE): New.
70 (XRELEASE_PREFIX_OPCODE): Likewise.
71
1 2011-12-08 Andrew Pinski <apinski@cavium.com> 72 2011-12-08 Andrew Pinski <apinski@cavium.com>
2 Adam Nemet <anemet@caviumnetworks.com> 73 Adam Nemet <anemet@caviumnetworks.com>
3 74
4 * mips.h (INSN_CHIP_MASK): Update according to INSN_OCTEON2. 75 * mips.h (INSN_CHIP_MASK): Update according to INSN_OCTEON2.
5 (INSN_OCTEON2): New macro. 76 (INSN_OCTEON2): New macro.
6 (CPU_OCTEON2): New macro. 77 (CPU_OCTEON2): New macro.
7 (OPCODE_IS_MEMBER): Add Octeon2. 78 (OPCODE_IS_MEMBER): Add Octeon2.
8 79
9 2011-11-29 Andrew Pinski <apinski@cavium.com> 80 2011-11-29 Andrew Pinski <apinski@cavium.com>
10 81
(...skipping 1448 matching lines...) Expand 10 before | Expand all | Expand 10 after
1459 1530
1460 For older changes see ChangeLog-9103 1531 For older changes see ChangeLog-9103
1461 1532
1462 1533
1463 Local Variables: 1534 Local Variables:
1464 mode: change-log 1535 mode: change-log
1465 left-margin: 8 1536 left-margin: 8
1466 fill-column: 74 1537 fill-column: 74
1467 version-control: never 1538 version-control: never
1468 End: 1539 End:
OLDNEW
« no previous file with comments | « include/mach-o/reloc.h ('k') | include/opcode/avr.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698