* include/opcode/tic6x.h: add tic6x_coding_dreg_(msb|lsb) field coding type in
[binutils-gdb.git] / gas / testsuite / gas / i386 /
2013-03-02 H.J. LuAdd tests for invalid addresses and riz/eiz
2013-02-28 H.J. LuOptimize REP prefix check
2013-02-19 H.J. LuImplement Intel SMAP instructions
2013-01-17 H.J. LuAdd x86 size relocation support to gas
2013-01-15 H.J. LuIncrement length by 1 if the relocation token is removed
2012-12-17 Nick CliftonAdd copyright notices
2012-11-20 H.J. LuFix opcode for 64-bit jecxz
2012-10-24 Roland McGrathgas/testsuite/
2012-10-09 Nagajyothi EggoneAdd AMD bdver3 support.
2012-09-25 H.J. LuAdd missing Cpu flags in bd and bt cores
2012-09-20 H.J. LuAdd x86-64-arch-2-1/x86-64-arch-2-2 tests
2012-09-20 H.J. LuReplace CpuSSE3 with CpuCX16 for cmpxchg16b
2012-08-24 H.J. LuProperly check x32 support
2012-08-24 H.J. LuSkip x32 tests for Solaris
2012-08-17 H.J. LuAdd AMD btver1 and btver2 support
2012-08-14 H.J. LuTerminate register name when reporting bad register
2012-08-10 H.J. LuEnable FMA instructions for bdver2
2012-08-07 Roland McGrathgas/testsuite/
2012-08-07 Jan BeulichDespite them being ignored by the CPU, gas issues segme...
2012-08-07 Jan BeulichThe VGATHER group of instructions requires that all...
2012-08-07 Jan BeulichThere were several cases where the registers in the...
2012-08-07 Nick Clifton * config/tc-i386.c (lex_got): Provide implementation...
2012-08-06 Roland McGrathgas/testsuite/
2012-08-06 Roland McGrathgas/testsuite/
2012-08-03 Roland McGrathgas/testsuite/
2012-08-02 H.J. LuDisplay null bytes in DWARF debug info
2012-07-31 H.J. LuAppend "#pass" to gas/i386/rdseed-intel.d
2012-07-30 H.J. LuUpdate gas/i386/inval-equ-2.l
2012-07-16 H.J. LuImplement RDRSEED, ADX and PRFCHW instructions
2012-07-02 Roland McGrathgas/testsuite/
2012-07-02 H.J. LuMove rep tests for bsf/bsr/ret to rep-suffix
2012-06-27 Alan Modra * gas/i386/rep-ret.s: Zero pad section.
2012-06-22 Roland McGrathgas/
2012-06-22 Roland McGrathgas/
2012-06-13 H.J. LuFix .dc.a for x32
2012-06-07 H.J. LuMove gas/all/rept.[ds] to gas/i386
2012-05-29 Roland McGrathgas/
2012-05-17 H.J. LuExpect addend as signed
2012-05-17 Alan Modrabinutils/
2012-05-14 H.J. LuPrint addend as signed in objdump
2012-05-12 H.J. LuRemove x32 addend overflow for BFD_RELOC_64
2012-05-10 H.J. LuCheck 64-bit relocation addend overflow for x32
2012-04-03 Roland McGrathbfd/
2012-03-15 Alan Modra * gas/i386/bundle-lock.d: Ignore trailing nops.
2012-03-13 Roland McGrathgas/
2012-02-14 Alan Modra * gas/elf/bad-group.s: Add section attributes.
2012-02-11 Kai Tietz * gas/i386/disp32.d: Adjust lable-pattern.
2012-02-08 Kai Tietz * gas/i386/x86-64-disp32.d: Fix lable-pattern.
2012-02-08 H.J. LuImplement Intel Transactional Synchronization Extensions
2012-01-20 H.J. LuAdd .d8 suffix support to x86 assembler
2012-01-13 H.J. LuAdd vmfunc
2011-08-19 H.J. LuUpdate AVX tests.
2011-08-05 H.J. LuUpdate gas/i386/x86-64-branch.d to support win64.
2011-08-01 H.J. LuCheck R_X86_64_32 overflow and allow R_X86_64_64 for...
2011-08-01 H.J. LuAdd Disp32S to 64bit call.
2011-07-22 H.J. LuAdd initial Intel K1OM support.
2011-06-30 H.J. LuFix rorx in BMI2.
2011-06-13 H.J. LuUpdate lzcnt testcases.
2011-06-10 H.J. LuSupport AVX Programming Reference (June, 2011).
2011-05-10 Quentin Neill2011-05-10 Quentin Neill <quentin.neill@amd.com>
2011-04-29 Hans-Peter Nilsson * gas/elf/dwarf2-1.d, gas/elf/dwarf2-2.d: Adjust for...
2011-04-11 Nick Clifton * config/tc-i386.c (x86_cons): Define even for non...
2011-03-29 H.J. LuProperly handle multiple operands for x32 quad.
2011-03-28 H.J. LuSupport .quad for x32.
2011-03-18 Alan Modragas/
2011-03-17 H.J. LuAdd a testase for PR gas/12589.
2011-03-16 H.J. LuAdd --size-check=[error|warning].
2011-03-05 H.J. LuRevert the last change.
2011-03-05 H.J. LuSet x86_cie_data_alignment to -4 for x32.
2011-02-25 H.J. LuDon't sign-checking 4-byte relocations for x32.
2011-02-08 H.J. LuUse f32_patt in i386_align_code when tuning for i686.
2011-02-08 H.J. LuAlso update cpu_arch_isa_flags for ISA extensions.
2011-01-18 H.J. LuProperly sign-extend byte.
2011-01-18 H.J. LuAdd tbm flag and TBM instruction pattern.
2011-01-17 Quentin NeillAdd TBM testsuite files missing from last commit.
2011-01-17 Quentin NeillAdd support for TBM instructions.
2011-01-16 H.J. LuDisallow 64bit relocations in x32 mode.
2011-01-15 H.J. LuDon't allow movabs with relocation in x32 mode.
2011-01-14 H.J. LuRename --n32 to --x32.
2011-01-07 H.J. LuUpdate gas/i386/ilp32/x86-64-arch-2.d.
2011-01-07 Quentin NeillAdd docs and arch tests to BMI.
2011-01-05 H.J. LuImplement BMI instructions.
2011-01-01 H.J. LuAlso expect .zdebug in section name in ILP32 tests.
2010-12-31 H.J. LuAdd x86-64 ILP32 support.
2010-12-02 Richard Sandifordgas/
2010-11-15 H.J. LuAlso expect .zdebug in DWARF debug section name.
2010-11-03 H.J. LuProperly fold _GLOBAL_OFFSET_TABLE_ in Intel syntax.
2010-10-29 H.J. LuAdd compressed debug section support to binutils and ld.
2010-10-26 Alan Modra * gas/i386/x86-64-relax-1.s: Use .balign. not .align.
2010-10-26 Alan Modra * gas/i386/relax-1.s: Use .p2align, not .align.
2010-10-26 Dave Korn * i386/relax-1.d: Generalize regexes a bit.
2010-10-25 H.J. LuAdd a new testcase for PR gas/12049.
2010-10-19 H.J. LuAdd testcase for PR gas/12049.
2010-10-18 Kai Tietz2010-10-18 Kai Tietz <kaI.tietz@onevision.com>
2010-10-16 H.J. LuAdd CpuNop to CPU_GENERIC64_FLAGS.
2010-10-14 H.J. LuAdd CheckRegSize to instructions which require register...
2010-10-14 H.J. LuAdd .d32 encoding suffix.
2010-09-16 Alan Modra * gas/all/redef3.d: Don't run on arc.
2010-09-03 H.J. LuCheck flag_code instead of use_rela_relocations for...
2010-09-03 Jan Kratochvilbinutils/
next