2012-02-09 02:46:11 +08:00
|
|
|
|
2012-02-08 Kai Tietz <ktietz@redhat.com>
|
|
|
|
|
|
|
|
|
|
* gas/i386/x86-64-disp32.d: Fix lable-pattern.
|
|
|
|
|
|
Implement Intel Transactional Synchronization Extensions
gas/
2012-02-08 H.J. Lu <hongjiu.lu@intel.com>
* config/tc-i386.c (HLE_PREFIX): New.
(check_hle): Likewise.
(_i386_insn): Add have_hle.
(cpu_arch): Add .hle and .rtm.
(md_assemble): Call check_hle if i.have_hle isn't zero.
(parse_insn): Set i.have_hle to 1 for HLE prefix.
(output_jump): Support up to 2 byte opcode.
* doc/c-i386.texi: Document hle/.hle and rtm/.rtm.
gas/testsuite/
2012-02-08 H.J. Lu <hongjiu.lu@intel.com>
* gas/i386/hle-intel.d: New.
* gas/i386/hle.d: Likewise.
* gas/i386/hle.s: Likewise.
* gas/i386/hlebad.l: Likewise.
* gas/i386/hlebad.s: Likewise.
* gas/i386/rtm-intel.d: Likewise.
* gas/i386/rtm.d: Likewise.
* gas/i386/rtm.s: Likewise.
* gas/i386/x86-64-hle-intel.d: Likewise.
* gas/i386/x86-64-hle.d: Likewise.
* gas/i386/x86-64-hle.s: Likewise.
* gas/i386/x86-64-hlebad.l: Likewise.
* gas/i386/x86-64-hlebad.s: Likewise.
* gas/i386/x86-64-rtm-intel.d: Likewise.
* gas/i386/x86-64-rtm.d: Likewise.
* gas/i386/x86-64-rtm.s: Likewise.
* gas/i386/i386.exp: Run hle, hle-intel, hlebad x86-64-hle, rtm,
rtm-intel, x86-64-hle-intel, x86-64-hlebad, x86-64-rtm and
x86-64-rtm-intel.
include/opcode/
2012-02-08 H.J. Lu <hongjiu.lu@intel.com>
* i386.h (XACQUIRE_PREFIX_OPCODE): New.
(XRELEASE_PREFIX_OPCODE): Likewise.
opcodes/
2012-02-08 H.J. Lu <hongjiu.lu@intel.com>
* i386-dis.c (HLE_Fixup1): New.
(HLE_Fixup2): Likewise.
(HLE_Fixup3): Likewise.
(Ebh1): Likewise.
(Evh1): Likewise.
(Ebh2): Likewise.
(Evh2): Likewise.
(Ebh3): Likewise.
(Evh3): Likewise.
(MOD_C6_REG_7): Likewise.
(MOD_C7_REG_7): Likewise.
(RM_C6_REG_7): Likewise.
(RM_C7_REG_7): Likewise.
(XACQUIRE_PREFIX): Likewise.
(XRELEASE_PREFIX): Likewise.
(dis386): Use Ebh1/Evh1 on add, adc, and, btc, btr, bts,
cmpxchg, dec, inc, neg, not, or, sbb, sub, xor and xadd. Use
Ebh2/Evh2 on xchg. Use Ebh3/Evh3 on mov.
(reg_table): Use Ebh1/Evh1 on add, adc, and, dec, inc, neg,
not, or, sbb, sub and xor. Use Ebh3/Evh3 on mov. Use
MOD_C6_REG_7 and MOD_C7_REG_7.
(mod_table): Add MOD_C6_REG_7 and MOD_C7_REG_7.
(rm_table): Add RM_C6_REG_7 and RM_C7_REG_7. Add xend and
xtest.
(prefix_name): Handle XACQUIRE_PREFIX and XRELEASE_PREFIX.
(CMPXCHG8B_Fixup): Handle HLE prefix on cmpxchg8b.
* i386-gen.c (cpu_flag_init): Add CPU_HLE_FLAGS and
CPU_RTM_FLAGS.
(cpu_flags): Add CpuHLE and CpuRTM.
(opcode_modifiers): Add HLEPrefixOk.
* i386-opc.h (CpuHLE): New.
(CpuRTM): Likewise.
(HLEPrefixOk): Likewise.
(i386_cpu_flags): Add cpuhle and cpurtm.
(i386_opcode_modifier): Add hleprefixok.
* i386-opc.tbl: Add HLEPrefixOk=3 to mov. Add HLEPrefixOk to
add, adc, and, btc, btr, bts, cmpxchg, dec, inc, neg, not, or,
sbb, sub, xor and xadd. Add HLEPrefixOk=2 to xchg with memory
operand. Add xacquire, xrelease, xabort, xbegin, xend and
xtest.
* i386-init.h: Regenerated.
* i386-tbl.h: Likewise.
2012-02-09 02:20:41 +08:00
|
|
|
|
2012-02-08 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* gas/i386/hle-intel.d: New.
|
|
|
|
|
* gas/i386/hle.d: Likewise.
|
|
|
|
|
* gas/i386/hle.s: Likewise.
|
|
|
|
|
* gas/i386/hlebad.l: Likewise.
|
|
|
|
|
* gas/i386/hlebad.s: Likewise.
|
|
|
|
|
* gas/i386/rtm-intel.d: Likewise.
|
|
|
|
|
* gas/i386/rtm.d: Likewise.
|
|
|
|
|
* gas/i386/rtm.s: Likewise.
|
|
|
|
|
* gas/i386/x86-64-hle-intel.d: Likewise.
|
|
|
|
|
* gas/i386/x86-64-hle.d: Likewise.
|
|
|
|
|
* gas/i386/x86-64-hle.s: Likewise.
|
|
|
|
|
* gas/i386/x86-64-hlebad.l: Likewise.
|
|
|
|
|
* gas/i386/x86-64-hlebad.s: Likewise.
|
|
|
|
|
* gas/i386/x86-64-rtm-intel.d: Likewise.
|
|
|
|
|
* gas/i386/x86-64-rtm.d: Likewise.
|
|
|
|
|
* gas/i386/x86-64-rtm.s: Likewise.
|
|
|
|
|
|
|
|
|
|
* gas/i386/i386.exp: Run hle, hle-intel, hlebad x86-64-hle, rtm,
|
|
|
|
|
rtm-intel, x86-64-hle-intel, x86-64-hlebad, x86-64-rtm and
|
|
|
|
|
x86-64-rtm-intel.
|
|
|
|
|
|
2012-01-21 04:53:50 +08:00
|
|
|
|
2012-01-20 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* gas/i386/disp32.s: Add tests for .d8 suffix.
|
|
|
|
|
* gas/i386/x86-64-disp32.s: Likewise.
|
|
|
|
|
|
|
|
|
|
* gas/i386/disp32.d: Updated.
|
|
|
|
|
* gas/i386/x86-64-disp32.d: Likewise.
|
|
|
|
|
|
2012-01-17 07:19:20 +08:00
|
|
|
|
2012-01-17 Andreas Schwab <schwab@linux-m68k.org>
|
|
|
|
|
|
|
|
|
|
* gas/m68k/pmove.s, gas/m68k/pmove.d: New test.
|
|
|
|
|
* gas/m68k/all.exp: Run it.
|
|
|
|
|
|
2012-01-14 06:19:32 +08:00
|
|
|
|
2012-01-13 H.J. Lu <hongjiu.lu@intel.com>
|
|
|
|
|
|
|
|
|
|
* gas/i386/i386.exp: Run vmfunc and x86-64-vmfunc.
|
|
|
|
|
|
|
|
|
|
* gas/i386/vmfunc.d: New.
|
|
|
|
|
* gas/i386/vmfunc.s: Likewise.
|
|
|
|
|
* gas/i386/x86-64-vmfunc.d: Likewise.
|
|
|
|
|
|
2012-01-13 23:19:13 +08:00
|
|
|
|
2012-01-13 Iain Sandoe <idsandoe@googlemail.com>
|
|
|
|
|
|
|
|
|
|
* gas/all/redef2.d: Skip for Darwin.
|
|
|
|
|
* gas/all/redef3.d: Likewise.
|
|
|
|
|
* gas/all/weakref1.d: Likewise.
|
|
|
|
|
* gas/macros/irp.d: Likewise.
|
|
|
|
|
* gas/macros/repeat.d: Likewise.
|
|
|
|
|
* gas/macros/rept.d: Likewise.
|
|
|
|
|
* gas/macros/test2.d: Likewise.
|
|
|
|
|
* gas/macros/vararg.d: Likewise.
|
|
|
|
|
* gas/mach-o/macro-irp.d: New.
|
|
|
|
|
* gas/mach-o/macro-repeat.d: New.
|
|
|
|
|
* gas/mach-o/macro-rept.d: New.
|
|
|
|
|
* gas/mach-o/macro-test2.d: New.
|
|
|
|
|
* gas/mach-o/macro-vararg.d: New.
|
|
|
|
|
* gas/mach-o/redef2.d: New.
|
|
|
|
|
* gas/mach-o/redef3.d: New.
|
|
|
|
|
|
2012-01-13 20:59:30 +08:00
|
|
|
|
2012-01-13 Iain Sandoe <idsandoe@googlemail.com>
|
|
|
|
|
|
|
|
|
|
* gas/mach-o/dysymtab-3.d: New.
|
|
|
|
|
* gas/mach-o/symbols-7.s: New.
|
|
|
|
|
|
2012-01-13 19:55:02 +08:00
|
|
|
|
2012-01-13 Iain Sandoe <idsandoe@googlemail.com>
|
|
|
|
|
|
|
|
|
|
* gas/mach-o/dysymtab-2.d: Update to include the set VMA.
|
|
|
|
|
* gas/mach-o/symbols-1-64.d: Likewise.
|
|
|
|
|
* gas/mach-o/symbols-1.d: Likewise.
|
|
|
|
|
* gas/mach-o/symbols-6.d: Likewise.
|
|
|
|
|
* gas/mach-o/zerofill-1.d: Likewise.
|
|
|
|
|
* gas/mach-o/zerofill-2.d: Likewise.
|
|
|
|
|
|
2012-01-12 22:03:12 +08:00
|
|
|
|
2012-01-12 Iain Sandoe <idsandoe@googlemail.com>
|
|
|
|
|
|
|
|
|
|
* gas/mach-o/dysymtab-2.d: New.
|
|
|
|
|
* gas/mach-o/err-syms-4.s: New.
|
|
|
|
|
* gas/mach-o/err-syms-5.s: New.
|
|
|
|
|
* gas/mach-o/err-syms-6.s: New.
|
|
|
|
|
* gas/mach-o/symbols-6-64.d: New.
|
|
|
|
|
* gas/mach-o/symbols-6-64.s: New.
|
|
|
|
|
* gas/mach-o/symbols-6.d: New.
|
|
|
|
|
* gas/mach-o/symbols-6.s: New.
|
|
|
|
|
|
2012-01-09 18:47:50 +08:00
|
|
|
|
2012-01-09 Iain Sandoe <idsandoe@googlemail.com>
|
|
|
|
|
|
|
|
|
|
* gas/mach-o/err-syms-1.s: New.
|
|
|
|
|
* gas/mach-o/err-syms-2.s: New.
|
|
|
|
|
* gas/mach-o/err-syms-3.s: New.
|
|
|
|
|
* gas/mach-o/symbols-2.d: New.
|
|
|
|
|
* gas/mach-o/symbols-2.s: New.
|
|
|
|
|
* gas/mach-o/symbols-3.s: New.
|
|
|
|
|
* gas/mach-o/symbols-4.s: New.
|
|
|
|
|
* gas/mach-o/symbols-5.d: New.
|
|
|
|
|
* gas/mach-o/symbols-5.s: New.
|
|
|
|
|
|
2012-01-08 20:33:54 +08:00
|
|
|
|
2012-01-08 Richard Sandiford <rdsandiford@googlemail.com>
|
|
|
|
|
|
|
|
|
|
* gas/mips/tls-relw.s, gas/mips/tls-relw.d: New test.
|
|
|
|
|
* gas/mips/mips.exp: Run it.
|
|
|
|
|
|
2012-01-08 20:11:42 +08:00
|
|
|
|
2012-01-08 Richard Sandiford <rdsandiford@googlemail.com>
|
|
|
|
|
|
|
|
|
|
* gas/mips/align3.s, gas/mips/align3.d: New testcase.
|
|
|
|
|
* gas/mips/mips.exp: Run it.
|
|
|
|
|
|
2012-01-04 19:25:11 +08:00
|
|
|
|
2012-01-04 Iain Sandoe <idsandoe@googlemail.com>
|
|
|
|
|
|
|
|
|
|
* gas/mach-o/zerofill-2.d: New.
|
|
|
|
|
|
|
|
|
|
2012-01-04 Iain Sandoe <idsandoe@googlemail.com>
|
2012-01-04 18:59:54 +08:00
|
|
|
|
|
|
|
|
|
* gas/mach-o/zerofill-1.d: New.
|
|
|
|
|
* gas/mach-o/zerofill-1.s: New.
|
|
|
|
|
|
2012-01-03 18:54:01 +08:00
|
|
|
|
2012-01-03 Iain Sandoe <idsandoe@googlemail.com>
|
|
|
|
|
|
|
|
|
|
* gas/mach-o/dysymtab-1-64.d: New.
|
|
|
|
|
* gas/mach-o/dysymtab-1.d: New.
|
|
|
|
|
* gas/mach-o/symbols-1-64.d: New.
|
|
|
|
|
* gas/mach-o/symbols-1.d: New.
|
|
|
|
|
* gas/mach-o/symbols-base-64.s: New.
|
|
|
|
|
* gas/mach-o/symbols-base.s: New.
|
|
|
|
|
|
2012-01-05 18:09:39 +08:00
|
|
|
|
For older changes see ChangeLog-2011
|
2004-01-02 19:16:21 +08:00
|
|
|
|
|
|
|
|
|
Local Variables:
|
|
|
|
|
mode: change-log
|
|
|
|
|
left-margin: 8
|
|
|
|
|
fill-column: 74
|
|
|
|
|
version-control: never
|
|
|
|
|
End:
|