aboutsummaryrefslogtreecommitdiff
path: root/gas/config
AgeCommit message (Expand)AuthorFilesLines
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
2020-01-09x86-64: assert sane internal state for REX conversionsJan Beulich1-1/+3
2020-01-09x86: consistently convert to byte registers for TEST w/ imm optimizationJan Beulich1-11/+10
2020-01-08Make the assembler generate an error if there is an attempt to define a secti...Nick Clifton1-0/+12
2020-01-08ubsan: z8k: index 10 out of bounds for type 'unsigned int const[10]'Alan Modra1-2/+2
2020-01-07[ARC] Improve parsing instruction operands.Claudiu Zissulescu1-91/+110
2020-01-03Allow individual targets to decide if string escapes should be allowed. Disa...Sergey Belyashov2-1/+2
2020-01-02Add support for the GBZ80, Z180, and eZ80 variants of the Z80 architecure. A...Sergey Belyashov2-455/+2046
2020-01-02[ARM][gas] fix build breakage with gcc-10 by using correct enum typeSzabolcs Nagy1-1/+1
2020-01-01Update year range in copyright notice of binutils filesAlan Modra237-237/+237
2019-12-27x86: adjust ignored prefix warning for branchesJan Beulich1-6/+6
2019-12-27x86-64: correct / adjust prefix emissionJan Beulich1-12/+11
2019-12-27x86-64: fix Intel64 handling of branch with data16 prefixJan Beulich1-5/+39
2019-12-27x86: consolidate Disp<NN> handling a littleJan Beulich2-46/+51
2019-12-12i386: Also check R12-R15 registers when optimizing testq to testbH.J. Lu1-3/+2
2019-12-12i386: Add -mbranches-within-32B-boundariesH.J. Lu1-0/+13
2019-12-12i386: Align branches within a fixed boundaryH.J. Lu2-3/+1074
2019-12-12gas signed overflow fixesAlan Modra10-52/+51
2019-12-12obj-evax.c tidyAlan Modra1-29/+22
2019-12-11[gas][arm] Add -mwarn-restrict-itAndre Vieira1-0/+7
2019-12-11x86: further refine SSE check (SSE4a, SHA, GFNI)Jan Beulich1-0/+3
2019-12-10[gas][arm] Set context table for '.arch_extension'Andre Vieira1-0/+1
2019-12-09x86/Intel: fold "xmmword" with "oword"Jan Beulich1-11/+9