aboutsummaryrefslogtreecommitdiff
path: root/gas/testsuite
AgeCommit message (Expand)AuthorFilesLines
2020-07-15x86: avoid attaching suffixes to unambiguous insnsJan Beulich71-487/+489
2020-07-14x86-64: Zero-extend lower 32 bits displacement to 64 bitsH.J. Lu7-54/+36
2020-07-14x86/Intel: debug registers are named DRnJan Beulich4-7/+7
2020-07-14x86: simplify decode of opcodes valid with (embedded) 66 prefix onlyJan Beulich1-4/+4
2020-07-14x86-64: fix {,V}PCMPESTR{I,M} disassembly in Intel modeJan Beulich2-4/+4
2020-07-14x86: don't disassemble MOVBE with two suffixesJan Beulich3-0/+52
2020-07-14x86: avoid attaching suffix to register-only CRC32Jan Beulich32-675/+133
2020-07-14x86-64: don't hide an empty but meaningless REX prefixJan Beulich4-8/+14
2020-07-14x86: drop dead code from OP_IMREG()Jan Beulich2-0/+4
2020-07-14x86-64: fold ILP32 test expectationsJan Beulich16-7806/+16
2020-07-13gas DWARF2 test XPASSesAlan Modra4-8/+4
2020-07-11x86: Support GNU_PROPERTY_X86_FEATURE_2_TMMH.J. Lu7-0/+36
2020-07-10x86: Extract extended states from instruction templateH.J. Lu4-0/+23
2020-07-10gas/i386/property-5.d: Correct test nameH.J. Lu1-1/+1
2020-07-10x86: Add support for Intel AMX instructionsLili Cui10-0/+339
2020-07-10[readelf] Fix end_seq entry in -wL. Specifically stop the display of a line ...Tom de Vries12-12/+12
2020-07-09x86: Properly set YMM/ZMM featuresH.J. Lu7-0/+46
2020-07-09Remove powerpc PE supportAlan Modra2-3/+1
2020-07-08x86: FMA4 scalar insns ignore VEX.LJan Beulich3-0/+104
2020-07-07arc: Improve error messages when assemblingClaudiu Zissulescu5-12/+12
2020-07-07arc: Update vector instructions.Claudiu Zissulescu1-2/+2
2020-07-07Use is_xcoff_format in gas testsuiteAlan Modra3-5/+5
2020-07-07Fix recent failures in the ARM assembler testsuite due to the correction of a...Nick Clifton1-92/+92
2020-07-06x86: AVX512 extract/insert insns need to honor EVEX.L'LJan Beulich4-36/+36
2020-07-06x86: replace EXqScalarS by EXqVexScalarSJan Beulich6-4/+12
2020-07-03Re: Change readelf's display of symbol namesAlan Modra1-1/+1
2020-07-02Skip fill-1 gas test for MeP targets.Nick Clifton1-1/+3
2020-07-02aarch64: Fix segfault on unicode symbolsAlex Coplan2-0/+10
2020-07-02Change readelf's display of symbol names (when not in --wide mode) so that if...Nick Clifton6-6/+6
2020-07-01gas eqv-dot test failsAlan Modra1-1/+4
2020-06-30Remove x86 NaCl target supportH.J. Lu8-15/+6
2020-06-30RISC-V: Support debug and float CSR as the unprivileged ones.Nelson Chu15-159/+150
2020-06-29gas/testsuite: test-case for PR25331 (mmix reloc fixup bug)Hans-Peter Nilsson2-0/+481
2020-06-26x86: fix processing of -M disassembler optionJan Beulich2-0/+61
2020-06-25Stop the assembler from generating R_ARM_THM_JMP11 relocations as these are n...Nick Clifton1-8/+4
2020-06-25x86: operand sizing prefixes can disambiguate insnsJan Beulich11-447/+1149
2020-06-25x86: fix SYSRET disassembly, improve {,V}CVTSI2S{S,D} and PTWRITEJan Beulich16-225/+225
2020-06-25x86-64: REX prefix is invalid with VEX etcJan Beulich4-12/+6
2020-06-25x86-64: honor REX prefixes for SSE2AVXJan Beulich2-1/+65
2020-06-25x86: also refuse data size prefix on SIMD insnsJan Beulich6-11/+17
2020-06-23RISC-V: Generate ELF priv attributes if priv instruction are explicited used.Nelson Chu7-0/+61
2020-06-18x86: also test alternative VMGEXIT encodingJan Beulich2-1/+3
2020-06-16x86: drop SSE4a from SSE check againJan Beulich4-10/+5
2020-06-15xtensa: allow runtime ABI selectionMax Filippov3-0/+15
2020-06-14x86: Correct xsusldtrk mnemonicH.J. Lu3-3/+3
2020-06-12RISC-V: Drop the privileged spec v1.9 support.Nelson Chu3-298/+0
2020-06-09x86: add missing 64-bit tests for "don't ignore mandatory pseudo prefixes"Jan Beulich2-0/+7
2020-06-09x86: consistently print prefixes explicitly which are invalid with VEX etcJan Beulich2-1/+9
2020-06-09x86: correct decoding of packed-FP-only AVX encodingsJan Beulich2-0/+74
2020-06-09x86-64: adjust far indirect branch handlingJan Beulich6-0/+146