aboutsummaryrefslogtreecommitdiff
path: root/gas
AgeCommit message (Expand)AuthorFilesLines
2020-01-13[gas][aarch64] Turn on SVE when using f32mm or f64mm extensionsMatthew Malcomson2-2/+7
2020-01-13[ARC][committed] Code cleanup and improvements.Claudiu Zissulescu4-4/+24
2020-01-13ubsan: wasm32: signed integer overflowAlan Modra2-2/+6
2020-01-13tic4x: sign extension using shiftsAlan Modra2-1/+6
2020-01-10HPUX gas testsuite fixesAlan Modra3-2/+8
2020-01-09Fix compile time warnings about comparisons always being false.Sergey Belyashov2-89/+101
2020-01-09x86: refine when to trigger optimizationsJan Beulich2-10/+15
2020-01-09x86-64: assert sane internal state for REX conversionsJan Beulich2-1/+8
2020-01-09x86: consistently convert to byte registers for TEST w/ imm optimizationJan Beulich2-11/+15
2020-01-09x86: SYSENTER/SYSEXIT are unavailable in 64-bit mode on AMDJan Beulich7-0/+60
2020-01-08Document the fact that the assembler's alignment pseudo-ops can be issued wit...Nick Clifton2-9/+20
2020-01-08Make the assembler generate an error if there is an attempt to define a secti...Nick Clifton6-0/+34
2020-01-08ubsan: z8k: index 10 out of bounds for type 'unsigned int const[10]'Alan Modra2-2/+7
2020-01-07[ARC] Improve parsing instruction operands.Claudiu Zissulescu2-91/+117
2020-01-03Allow individual targets to decide if string escapes should be allowed. Disa...Sergey Belyashov7-9/+22
2020-01-03Updated Swedish translation for the GAS subdirectory.Nick Clifton2-408/+185
2020-01-03Arm64: correct address index operands for LD1RO{H,W,D}Jan Beulich3-24/+29
2020-01-03Arm64: correct {su,us}dot SIMD encodingsJan Beulich3-12/+34
2020-01-03Arm64: correct uzp{1,2} mnemonicsJan Beulich3-8/+13
2020-01-03Arm64: correct 64-bit element fmmla encodingJan Beulich3-3/+8
2020-01-02Add support for the GBZ80, Z180, and eZ80 variants of the Z80 architecure. A...Sergey Belyashov69-3430/+15547
2020-01-02[ARM][gas] fix build breakage with gcc-10 by using correct enum typeSzabolcs Nagy2-1/+6
2020-01-01Re: Update year range in copyright notice of binutils filesAlan Modra1-0/+4
2020-01-01Update year range in copyright notice of binutils filesAlan Modra567-570/+570
2020-01-01ChangeLog rotationAlan Modra2-4872/+4886
2019-12-27x86: adjust ignored prefix warning for branchesJan Beulich5-14/+27
2019-12-27x86-64: correct / adjust prefix emissionJan Beulich10-63/+72
2019-12-27x86-64: fix Intel64 handling of branch with data16 prefixJan Beulich6-24/+71
2019-12-27x86: consolidate Disp<NN> handling a littleJan Beulich4-46/+65
2019-12-17Remove tic80 supportAlan Modra2-1/+5
2019-12-12i386: Also check R12-R15 registers when optimizing testq to testbH.J. Lu5-3/+25
2019-12-12i386: Add tests for -malign-branch-boundary and -malign-branchH.J. Lu55-0/+2616
2019-12-12i386: Add -mbranches-within-32B-boundariesH.J. Lu3-0/+31
2019-12-12i386: Align branches within a fixed boundaryH.J. Lu4-3/+1160
2019-12-12gas: Add md_generic_table_relax_fragH.J. Lu3-1/+18
2019-12-12gas signed overflow fixesAlan Modra11-52/+68
2019-12-12obj-evax.c tidyAlan Modra2-29/+35
2019-12-11[gas][arm] Add -mwarn-restrict-itAndre Vieira10-8/+29
2019-12-11x86: further refine SSE check (SSE4a, SHA, GFNI)Jan Beulich7-25/+88
2019-12-10[gas][arm] Set context table for '.arch_extension'Andre Vieira4-0/+20
2019-12-09x86/Intel: fold "xmmword" with "oword"Jan Beulich2-11/+18
2019-12-09x86/Intel: support "mmword ptr"Jan Beulich7-5/+23
2019-12-09x86/Intel: fix "near ptr" / "far ptr" handlingJan Beulich4-3/+24
2019-12-09x86/Intel: drop pointless suffix setting for "tbyte ptr"Jan Beulich2-10/+11
2019-12-09x86/Intel: drop pointless suffix setting for "fword ptr"Jan Beulich2-2/+5
2019-12-09x86/Intel: drop pointless special casing of LxSJan Beulich2-6/+6
2019-12-08aarch64*-*-*ilp32 gas testsAlan Modra14-36/+50
2019-12-06[gas] Implement .cfi_negate_ra_state directiveKyrylo Tkachov4-0/+53
2019-12-05Arm64: simplify Crypto arch extension handlingJan Beulich2-3/+6
2019-12-05Arm64: correct "sha3" arch-extension directive handlingJan Beulich7-45/+49