Index: include/opcode/ChangeLog |
diff --git a/include/opcode/ChangeLog b/include/opcode/ChangeLog |
index 2cbb382d54dce0c7a0835e292562ae152e511378..4b8d3002c1bb8bceecb84b293388639a07ff900d 100644 |
--- a/include/opcode/ChangeLog |
+++ b/include/opcode/ChangeLog |
@@ -1,3 +1,74 @@ |
+2012-07-06 Maciej W. Rozycki <macro@codesourcery.com> |
+ |
+ * mips.h: Fix a typo in description. |
+ |
+2012-06-07 Georg-Johann Lay <avr@gjlay.de> |
+ |
+ * avr.h: (AVR_ISA_XCH): New define. |
+ (AVR_ISA_XMEGA): Use it. |
+ (XCH, LAS, LAT, LAC): New XMEGA opcodes. |
+ |
+2012-05-15 James Murray <jsm@jsm-net.demon.co.uk> |
+ |
+ * m68hc11.h: Add XGate definitions. |
+ (struct m68hc11_opcode): Add xg_mask field. |
+ |
+2012-05-14 Catherine Moore <clm@codesourcery.com> |
+ Maciej W. Rozycki <macro@codesourcery.com> |
+ Rhonda Wittels <rhonda@codesourcery.com> |
+ |
+ * ppc.h (PPC_OPCODE_VLE): New definition. |
+ (PPC_OP_SA): New macro. |
+ (PPC_OP_SE_VLE): New macro. |
+ (PPC_OP): Use a variable shift amount. |
+ (powerpc_operand): Update comments. |
+ (PPC_OPSHIFT_INV): New macro. |
+ (PPC_OPERAND_CR): Replace with... |
+ (PPC_OPERAND_CR_BIT): ...this and |
+ (PPC_OPERAND_CR_REG): ...this. |
+ |
+ |
+2012-05-03 Sean Keys <skeys@ipdatasys.com> |
+ |
+ * xgate.h: Header file for XGATE assembler. |
+ |
+2012-04-27 David S. Miller <davem@davemloft.net> |
+ |
+ * sparc.h: Document new arg code' )' for crypto RS3 |
+ immediates. |
+ |
+ * sparc.h (struct sparc_opcode): New field 'hwcaps'. |
+ F_MUL32, F_DIV32, F_FDMULD, F_V8PLUS, F_POPC, F_VIS, F_VIS2, |
+ F_ASI_BLK_INIT, F_FMAF, F_VIS3, F_HPC, F_RANDOM, F_TRANS, |
+ F_FJFMAU, F_IMA, F_ASI_CACHE_SPARING, F_HWCAP_MASK): Delete. |
+ (HWCAP_MUL32, HWCAP_DIV32, HWCAP_FSMULD, HWCAP_V8PLUS, HWCAP_POPC, |
+ HWCAP_VIS, HWCAP_VIS2, HWCAP_ASI_BLK_INIT, HWCAP_FMAF, |
+ HWCAP_VIS3, HWCAP_HPC, HWCAP_RANDOM, HWCAP_TRANS, HWCAP_FJFMAU, |
+ HWCAP_IMA, HWCAP_ASI_CACHE_SPARING, HWCAP_AES, HWCAP_DES, |
+ HWCAP_KASUMI, HWCAP_CAMELLIA, HWCAP_MD5, HWCAP_SHA1, |
+ HWCAP_SHA256, HWCAP_SHA512, HWCAP_MPMUL, HWCAP_MONT, HWCAP_PAUSE, |
+ HWCAP_CBCOND, HWCAP_CRC32): New defines. |
+ |
+2012-03-10 Edmar Wienskoski <edmar@freescale.com> |
+ |
+ * ppc.h: Add PPC_OPCODE_ALTIVEC2, PPC_OPCODE_E6500, PPC_OPCODE_TMR. |
+ |
+2012-02-27 Alan Modra <amodra@gmail.com> |
+ |
+ * crx.h (cst4_map): Update declaration. |
+ |
+2012-02-25 Walter Lee <walt@tilera.com> |
+ |
+ * tilegx.h (tilegx_mnemonic): Add TILEGX_OPC_LD4S_TLS, |
+ TILEGX_OPC_LD_TLS. |
+ * tilepro.h (tilepro_mnemonic): Add TILEPRO_OPC_LW_TLS, |
+ TILEPRO_OPC_LW_TLS_SN. |
+ |
+2012-02-08 H.J. Lu <hongjiu.lu@intel.com> |
+ |
+ * i386.h (XACQUIRE_PREFIX_OPCODE): New. |
+ (XRELEASE_PREFIX_OPCODE): Likewise. |
+ |
2011-12-08 Andrew Pinski <apinski@cavium.com> |
Adam Nemet <anemet@caviumnetworks.com> |