aboutsummaryrefslogtreecommitdiff
path: root/gas/config
AgeCommit message (Expand)AuthorFilesLines
2020-02-19Various fixes for the Z80 support.Sergey Belyashov1-108/+115
2020-02-19x86: Mark cvtpi2ps and cvtpi2pd as MMXH.J. Lu1-1/+3
2020-02-17x86: Remove CpuABM and add CpuPOPCNTH.J. Lu1-0/+2
2020-02-17x86: fold AddrPrefixOpReg templatesJan Beulich1-48/+65
2020-02-17x86/Intel: don't swap operands of MONITOR{,X} and MWAIT{,X}Jan Beulich1-4/+6
2020-02-17x86/Intel: improve diagnostics for ambiguous VCVT* operandsJan Beulich1-40/+37
2020-02-16x86: Don't disable SSE4a when disabling SSE4H.J. Lu1-1/+4
2020-02-14x86: replace adhoc (partly wrong) ambiguous operand checking for MOVSX/MOVZXJan Beulich1-19/+49
2020-02-14x86: adjust segment override prefix emissionJan Beulich1-5/+7
2020-02-14x86: optimize away pointless segment overridesJan Beulich1-2/+9
2020-02-14x86: extend LEA's segment override warningJan Beulich1-3/+4
2020-02-13x86: Resolve PLT32 reloc aganst local symbol to sectionH.J. Lu1-2/+0
2020-02-13x86: fix SSE4a dependencies of ".arch .nosse*"Jan Beulich1-1/+1
2020-02-12x86: correct VFPCLASSP{S,D} operand size handlingJan Beulich1-3/+60
2020-02-12x86-64: Intel64 adjustments for insns dealing with far pointersJan Beulich2-3/+5
2020-02-12x86: also disallow non-byte/-word registers with byte/word suffixJan Beulich1-45/+8
2020-02-12x86/Intel: improve diagnosticsJan Beulich1-4/+5
2020-02-11x86: drop ShortForm attributeJan Beulich1-3/+9
2020-02-11[binutils][gas] Fix build failure with -std=c89Matthew Malcomson1-2/+2
2020-02-10[binutils][arm] Implement Custom Datapath Extensions for MVEMatthew Malcomson1-4/+252
2020-02-10[binutils][arm] arm support for ARMv8.m Custom Datapath ExtensionMatthew Malcomson1-3/+318
2020-02-10x86: Accept Intel64 only instruction by defaultH.J. Lu1-10/+30
2020-02-10gas: error for section type, attr, or entsize changeAlan Modra1-3/+18
2020-02-07Add support for the GBZ80 and Z80N variants of the Z80 architecture, and add ...Sergey Belyashov2-121/+510
2020-02-06ELF: Support the section flag 'o' in .section directiveH.J. Lu2-5/+48
2020-02-02ELF: Add support for unique section ID to assemblerH.J. Lu9-51/+124
2020-02-01moxie: don't force big-endian modeGitea1-2/+0
2020-01-31nios2: recognize %gotoff relocation in assemblerSandra Loosemore1-10/+30
2020-01-31arm: PR gas/25472 Enable DSP instructions with +mveAndre Vieira1-6/+8
2020-01-31Fix compile time build problem building the s390 assembler.Nick Clifton1-1/+1
2020-01-31[ARM]: Add support for vldmia/vldmdb/vstmia/vstmdb instructions in MVE.Srinath Parvathaneni1-4/+6
2020-01-30x86: prevent undue use of GOT32X and alike relocationsJan Beulich1-1/+2
2020-01-30x86-64: also diagnose far returns / IRET with ambiguous operand sizeJan Beulich1-5/+14
2020-01-30x86: drop further pointless/bogus DefaultSizeJan Beulich1-5/+4
2020-01-27x86-64: Properly encode and decode movsxdH.J. Lu1-1/+3
2020-01-22x86: Always disallow double word suffix with word general registerH.J. Lu1-18/+6
2020-01-22PowerPC64 __tls_get_addr_descAlan Modra1-1/+4
2020-01-21x86: replace adhoc ambiguous operand checking for CRC32Jan Beulich1-44/+22
2020-01-21x86: improve handling of insns with ambiguous operand sizesJan Beulich1-33/+37
2020-01-20x86-64: Fix TLSDESC relaxation for x32H.J. Lu1-2/+5
2020-01-17x86: Add {vex} pseudo prefixH.J. Lu1-3/+3
2020-01-16[binutils][arm] PR25376 Change MVE into a CORE_HIGH featureAndre Vieira1-7/+6
2020-01-16x86: drop found_cpu_match local variableJan Beulich1-8/+2
2020-01-15MSP430: Fix relocation overflow when using #lo(EXP) macroJozef Lawrynowicz1-11/+24
2020-01-14Fix various assembler testsuite failures for the Z80 target.Sergey Belyashov2-14/+55
2020-01-13[gas][aarch64] Turn on SVE when using f32mm or f64mm extensionsMatthew Malcomson1-2/+2
2020-01-13[ARC][committed] Code cleanup and improvements.Claudiu Zissulescu2-3/+16
2020-01-13tic4x: sign extension using shiftsAlan Modra1-1/+1
2020-01-09Fix compile time warnings about comparisons always being false.Sergey Belyashov1-89/+92
2020-01-09x86: refine when to trigger optimizationsJan Beulich1-10/+9