21169fcfad
* ppc-dis.c (print_insn_powerpc): Skip insn if it is deprecated. * ppc-opc.c (powerpc_opcodes) <mtfsf, mtfsf.>: Deprecate the two operand form and enable the four operand form for POWER6 and later. <mtfsfi, mtfsfi.>: Deprecate the two operand form and enable the three operand form for POWER6 and later. gas/testsuite/ * gas/ppc/power6.s ("mtfsf", "mtfsf.", "mtfsfi", "mtfsfi."): Add tests. * gas/ppc/power6.d: Likewise.
112 lines
3.2 KiB
Text
112 lines
3.2 KiB
Text
2009-01-14 Peter Bergner <bergner@vnet.ibm.com>
|
||
|
||
* gas/ppc/power6.s ("mtfsf", "mtfsf.", "mtfsfi", "mtfsfi."): Add tests.
|
||
* gas/ppc/power6.d: Likewise.
|
||
|
||
2009-01-12 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* gas/i386/sse-noavx.s: Add tests for lfence, mfence and movnti.
|
||
* gas/i386/x86-64-sse-noavx.s: Likewise.
|
||
|
||
* gas/i386/sse-noavx.d: Updated.
|
||
* gas/i386/x86-64-sse-noavx.d: Likewise.
|
||
|
||
2009-01-12 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* gas/i386/opts.s: Add tests for add, adc, and, cmp, or, sbb,
|
||
sub and xor.
|
||
* gas/i386/x86-64-opts.s: Likewise.
|
||
|
||
* gas/i386/opts.d: Updated.
|
||
* gas/i386/opts-intel.d: Likewise.
|
||
* gas/i386/sse2avx-opts.d: Likewise.
|
||
* gas/i386/sse2avx-opts-intel.d: Likewise.
|
||
* gas/i386/x86-64-opts.d: Likewise.
|
||
* gas/i386/x86-64-opts-intel.d: Likewise.
|
||
* gas/i386/x86-64-sse2avx-opts.d: Likewise.
|
||
* gas/i386/x86-64-sse2avx-opts-intel.d: Likewise.
|
||
|
||
2009-01-10 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* gas/i386/arch-10.s: Add clflush and syscall.
|
||
* gas/i386/x86-64-arch-2.s: Likewise.
|
||
|
||
* gas/i386/arch-10.d: Updated.
|
||
* gas/i386/arch-10-1.l: Likewise.
|
||
* gas/i386/arch-10-2.l: Likewise.
|
||
* gas/i386/arch-10-3.l: Likewise.
|
||
* gas/i386/arch-10-4.l: Likewise.
|
||
* gas/i386/x86-64-arch-2.d: Likewise.
|
||
|
||
2009-01-09 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
* gas/i386/arch-10.s: Add rdtscp.
|
||
* gas/i386/x86-64-arch-2.s: Likewise.
|
||
|
||
* gas/i386/arch-10.d: Updated.
|
||
* gas/i386/arch-10-1.l: Likewise.
|
||
* gas/i386/arch-10-2.l: Likewise.
|
||
* gas/i386/arch-10-3.l: Likewise.
|
||
* gas/i386/arch-10-4.l: Likewise.
|
||
* gas/i386/x86-64-arch-2.d: Likewise.
|
||
|
||
2009-01-06 Chao-ying Fu <fu@mips.com>
|
||
|
||
* gas/mips/jalr.s, gas/mips/jalr.l: Add more tests for jalr
|
||
and jalr.hb.
|
||
|
||
2009-01-06 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
AVX Programming Reference (December, 2008)
|
||
* gas/i386/avx.s: Add tests for 256bit vmovntdq, vmovntpd and
|
||
vmovntps.
|
||
* gas/i386/x86-64-avx.s: Likewise.
|
||
|
||
* gas/i386/avx.d: Updated.
|
||
* gas/i386/avx-intel.d: Likewise.
|
||
* gas/i386/x86-64-avx.d: Likewise.
|
||
* gas/i386/x86-64-avx-intel.d: Likewise.
|
||
|
||
2009-01-05 H.J. Lu <hongjiu.lu@intel.com>
|
||
|
||
AVX Programming Reference (December, 2008)
|
||
* gas/i386/arch-10.s: Replace vfmaddpd with vfmadd132pd.
|
||
* gas/i386/x86-64-arch-2.s: Likewise.
|
||
|
||
* gas/i386/arch-10.d: Updated.
|
||
* gas/i386/arch-10-1.l: Likewise.
|
||
* gas/i386/arch-10-2.l: Likewise.
|
||
* gas/i386/arch-10-3.l: Likewise.
|
||
* gas/i386/arch-10-4.l: Likewise.
|
||
* gas/i386/avx.d: Likewise.
|
||
* gas/i386/avx-intel.d: Likewise.
|
||
* gas/i386/inval-avx.l: Likewise.
|
||
* gas/i386/x86-64-arch-2.d: Likewise.
|
||
* gas/i386/x86-64-avx.d: Likewise.
|
||
* gas/i386/x86-64-avx-intel.d: Likewise.
|
||
* gas/i386/x86-64-inval-avx.l: Likewise.
|
||
|
||
* gas/i386/avx.s: Remove vpermil2ps/vpermil2pd and FMA
|
||
instructions. Update tests.
|
||
* gas/i386/inval-avx.s: Likewise.
|
||
* gas/i386/x86-64-avx.s: Likewise.
|
||
* gas/i386/x86-64-inval-avx.s: Likewise.
|
||
|
||
* gas/i386/fma.d: New.
|
||
* gas/i386/fma.s: Likewise.
|
||
* gas/i386/fma-intel.d: Likewise.
|
||
* gas/i386/x86-64-fma.d: Likewise.
|
||
* gas/i386/x86-64-fma.s: Likewise.
|
||
* gas/i386/x86-64-fma-intel.d: Likewise.
|
||
|
||
* gas/i386/i386.exp: Run fma, fma-intel, x86-64-fma and
|
||
x86-64-fma-intel.
|
||
|
||
For older changes see ChangeLog-2008
|
||
|
||
Local Variables:
|
||
mode: change-log
|
||
left-margin: 8
|
||
fill-column: 74
|
||
version-control: never
|
||
End:
|