aboutsummaryrefslogtreecommitdiff
path: root/gas/testsuite
AgeCommit message (Expand)AuthorFilesLines
2014-10-21MIPS/GAS: Correct file option settings with `.insn'Maciej W. Rozycki4-0/+48
2014-10-21gas: avoid bogus warnings in false branches of conditionalJan Beulich3-0/+20
2014-10-21ppc: enable msgclr and msgsnd on Power8Jan Beulich3-0/+9
2014-10-18Fix PR17493, attempted output of *GAS `reg' section* symbolAlan Modra2-6/+10
2014-10-15ChangeLog typo fixAlan Modra1-1/+1
2014-10-09This is a series of patches that add support for the SPARC M7 cpu toJose E. Marchesi12-10/+344
2014-09-27Do away with hash table line lookup in dwarf2dbg.cAlan Modra4-0/+27
2014-09-23Disallow VEX/EVEX encoded instructions in 16-bit modeH.J. Lu4-0/+38
2014-09-22Ignore MOD field for control/debug register moveH.J. Lu5-0/+51
2014-09-16Add -mevexrcig={rne|rd|ru|rz} option to x86 assembler.Ilya Tocar56-0/+7672
2014-09-15Add support for MIPS R6.Andrew Bennett76-42/+6306
2014-09-15Ensure softfloat and singlefloat take precedence in consistency checksMatthew Fortune10-10/+28
2014-09-12Add mips*-img-elf* target triple.Andrew Bennett2-1/+7
2014-09-10Properly handle suffix for iret and sysretH.J. Lu8-9/+159
2014-09-11Move ELF section headers to end of object fileAlan Modra29-76/+107
2014-09-06MIPS testsuite cleanup - part 3Matthew Fortune9-20/+31
2014-09-06MIPS testsuite cleanup - part 2Matthew Fortune2-2/+7
2014-09-06MIPS testsuite cleanup - part 1Matthew Fortune10-15/+55
2014-09-04MIPS: Update the list of addr32 targetsMatthew Fortune2-1/+7
2014-09-03[PATCH/AArch64] Generic support for all system registers using mrs and msrJiong Wang5-3/+37
2014-09-03[PATCH/AArch64] Implement LSE featureJiong Wang8-0/+1067
2014-08-26[ARM] Update selected_cpu based on info got during parsingJiong Wang4-0/+51
2014-08-26MIPS/gas/testsuite: Remove ECOFF offset alternativesMaciej W. Rozycki9-504/+515
2014-08-25gas tests for the sparc instructions ldfsr, stfsr, ldx, ldxa, stx, stxa, ldxf...Jose E. Marchesi8-0/+68
2014-08-22ARM/opcodes: Fix negative hexadecimal offset disassemblyMaciej W. Rozycki3-2/+8
2014-08-21MIPS/gas/testsuite: mips.exp indentation fixesMaciej W. Rozycki2-5/+9
2014-08-20[ARM] Fix vcmp with #0.0Kyrylo Tkachov6-0/+77
2014-08-13opcodes: blackfin: push down global stateMike Frysinger2-5/+9
2014-08-13opcodes: blackfin: do not force align the PCMike Frysinger3-9/+8
2014-08-12Remove type directiveH.J. Lu2-2/+5
2014-08-06Add -momit_lock_prefix=[no|yes] optionIlya Tocar5-0/+39
2014-08-05gas/testuite ChangeLog typoAlan Modra1-1/+1
2014-07-29[MIPS] Implement O32 FPXX, FP64 and FP64A ABI extensionsMatthew Fortune126-15/+1448
2014-07-22Add AVX512DQ instructions and their AVX512VL variants.Ilya Tocar14-0/+18091
2014-07-22Add support for AVX512BW instructions and their AVX512VL versions.Ilya Tocar38-0/+45175
2014-07-22Add support for AVX512VL versions of AVX512CD instructions.Ilya Tocar8-0/+1429
2014-07-22Add support for AVX512VL. Add AVX512VL versions of AVX512F instructions.Ilya Tocar20-0/+75793
2014-07-17Properly handle EVEX register aliasesIlya Tocar4-0/+28
2014-07-12Don't force "set" symbols local for PEAlan Modra4-0/+27
2014-07-10gas/ARM: Fix testsuite failure for arm-elfWill Newton4-19/+7
2014-07-10Fix tests when configured for arm-linux and arm-elfWill Newton5-5/+13
2014-07-08Fix disasm of vmovsd/vmovss with different length values.Ilya Tocar9-64/+75
2014-07-08Fix PR 16722 by adding support for 8-byte vector constants.Jiong Wang18-0/+1231
2014-06-17gas/ARM: Misses deprecated IT instruction warning for ARMv8Jiong Wang3-0/+24
2014-06-17GAS: Fix CRIS double-error reports caused by recent generic GAS changes.Hans-Peter Nilsson2-0/+14
2014-06-16This fixes the aarch64 assembler so that it will generate error messages whenJiong Wang3-1/+22
2014-06-16Run write_object_file after errorsAlan Modra11-16/+39
2014-06-16Fix uninitialised VAX insnAlan Modra2-4/+8
2014-06-16Fix uninitialised CRIS insnAlan Modra2-1/+5
2014-06-10Only print prefixes before fwaitH.J. Lu3-0/+10