aboutsummaryrefslogtreecommitdiff
path: root/gas
AgeCommit message (Expand)AuthorFilesLines
2018-10-02RISC-V: Add fence.tso instructionPalmer Dabbelt3-0/+18
2018-09-26Skip broken assembler test on Windows host.Sandra Loosemore2-1/+10
2018-09-25S/390: Fix symbolic displacement in layAndreas Krebbel4-1/+8
2018-09-21Correct ChangeLog entry for commit b8426d169d3f8aH.J. Lu1-1/+1
2018-09-21gas: Make bfin-parse.c/rl78-parse.c/rx-parse.c depend on bfd/reloc.cH.J. Lu3-6/+14
2018-09-21Fix more fallout from 17f6ade235fcAlan Modra2-3/+6
2018-09-20gas: Update expected outputs of "readelf -wL"H.J. Lu12-70/+86
2018-09-20S12Z/GAS: Correct a signed vs unsigned comparison error with GCC 4.1Maciej W. Rozycki2-11/+18
2018-09-20PPC/GAS: Correct a signed vs unsigned comparison error with GCC 4.1Maciej W. Rozycki2-1/+6
2018-09-20ARC: Fix build errors with large constants and C89Maciej W. Rozycki2-2/+7
2018-09-20Andes Technology has good news for you, we plan to update the nds32 port of b...Nick Clifton15-1643/+3027
2018-09-18Fix Aarch64 bug in warning filtering.Tamar Christina2-1/+6
2018-09-17RISC-V: bge[u] should get higher priority than ble[u].Jim Wilson3-0/+23
2018-09-17x86: Set EVex=2 on EVEX.128 only vmovd and vmovqH.J. Lu6-0/+79
2018-09-17x86: Set Vex=1 on VEX.128 only vmovd and vmovqH.J. Lu12-336/+131
2018-09-17x86: Add -mvexwig=[0|1] option to assemblerH.J. Lu13-11/+1545
2018-09-17Remove bogus notarget in gas teststuiteAlan Modra15-18/+20
2018-09-17A few hppa testcase tidiesAlan Modra4-16/+11
2018-09-17Ensure that binutils test names are unique.Nick Clifton8-7/+19
2018-09-15x86: Set Vex=1 on VEX.128 only vmovqH.J. Lu5-32/+40
2018-09-15Consolidate run_dump_testAlan Modra3-496/+8
2018-09-15run_dump_test replace PROG with DUMPPROG in gas and ldAlan Modra33-54/+90
2018-09-15gas testuite fixes: don't match dump.oAlan Modra246-253/+503
2018-09-15gas run_dump_test rename stderr and error-outputAlan Modra427-448/+877
2018-09-15gas run_dump_test rename not-target and not-skipAlan Modra151-169/+323
2018-09-15Remove run_dump_test support for objcopy as a dump programAlan Modra4-28/+24
2018-09-14x86: Check non-WIG EVEX instruction encoding with -mevexwig=1H.J. Lu6-0/+68
2018-09-14x86: Support VEX/EVEX WIG encodingH.J. Lu2-17/+21
2018-09-14x86: Handle unsupported static rounding in vcvt[u]si2sd in 32-bit modeH.J. Lu2-2/+7
2018-09-14x86: Properly decode EVEX.W in vcvt[u]si2s[sd] in 32-bit modeH.J. Lu4-0/+35
2018-09-14csky: Support PC relative diff relocationLifang Xia3-0/+18
2018-09-14x86: fold CRC32 templatesJan Beulich2-11/+12
2018-09-13x86: Swap destination/source to encode VEX only if possibleH.J. Lu2-3/+9
2018-09-13x86: also allow D on 3-operand insnsJan Beulich2-19/+29
2018-09-13x86: use D attribute also for SIMD templatesJan Beulich6-9/+126
2018-09-13x86: fold ILP32 output of "opts" testsJan Beulich5-1296/+12
2018-09-13x86: improve operand reversalJan Beulich6-11/+970
2018-09-13x86: add code comment on deprecated status of pseudo-suffixesJan Beulich2-1/+7
2018-09-13x86-64: bndmk, bndldx, and bndstx don't allow RIP-relative addressingJan Beulich3-0/+14
2018-09-13Fix the use by the RL78 assembler of an uninitialised field in the expresion ...Nick Clifton2-0/+22
2018-09-06PR23570, AVR .noinit section defaults to PROGBITSAlan Modra2-19/+5
2018-09-04gas, sparc: Allow non-fpop2 instructions before floating point branchesDaniel Cederman5-5/+44
2018-09-03Change the .section directive for the AVR assembler so that the .noinit secti...Nick Clifton2-0/+26
2018-08-31RISC-V: Correct the requirement of compressed floating point instructionsJim Wilson4-0/+15
2018-08-31gas/elf/section14.d: Change skip to xfailH.J. Lu3-1/+16
2018-08-31PowerPC64 higher REL16 relocationsAlan Modra3-13/+51
2018-08-31gas: Pass -mx86-used-note=no to assemblerH.J. Lu2-1/+10
2018-08-31x86: pass -mx86-used-note=no to assemblerH.J. Lu2-0/+6
2018-08-31x86: Add explicit -mx86-used-note=[yes|no] to testsH.J. Lu19-1/+39
2018-08-31x86: Extend assembler to generate GNU property notesH.J. Lu8-14/+385