summaryrefslogtreecommitdiff
path: root/gas
Commit message (Expand)AuthorAgeFilesLines
* PowerPC warning on symbol+offset@gotAlan Modra2019-09-052-3/+8
* [PATCH][ARM][GAS]: Assembler support to interpret MVE VMOV instruction correc...Srinath Parvathaneni2019-08-303-1/+86
* Add support for the MVE VMOV instruction to the ARM assembler. This instruct...Srinath Parvathaneni2019-08-275-202/+243
* RISC-V: Improve li expansion for better code density.Kito Cheng2019-08-255-5/+108
* Updated Swedish translation for the gas sub-directory.Nick Clifton2019-08-232-49/+26
* Arm: Add support for missing CPUsDennis Zhang2019-08-226-0/+39
* Fix the assembler's floating point number parser so that it can correctly han...Bosco Garc?a2019-08-225-7/+49
* Implement a float16 directive for assembling 16 bit IEEE 754 floating point n...Barnaby Wilks2019-08-227-5/+70
* [AArch64][gas] Update MTE system register encodingsKyrylo Tkachov2019-08-222-10/+15
* Remove test files for a different patch accidentally committed with patch for...Nick Clifton2019-08-202-35/+0
* Adds support for following CPUs to the ARM and Aarch64 assemblers: Cortex-A77...Dennis Zhang2019-08-2012-0/+112
* MIPS/gas: Fix misaligned address errors to disregard ISA mode bitFaraz Shahbazker2019-08-192-5/+32
* MIPS/gas: Retain ISA mode bit for labels with .insn annotationFaraz Shahbazker2019-08-195-3/+45
* Float16: Fix test failures for non ELF targetsBarnaby Wilks2019-08-192-27/+26
* Updatesd Swdish translation for the gas sub-directory.Nick Clifton2019-08-152-872/+466
* Modify the ARM encoding and decoding of SQRSHRL and UQRSHLL MVE instructions.Srinath Parvathaneni2019-08-126-8/+76
* Add generic and ARM specific support for half-precision IEEE 754 floating poi...Barnaby Wilks2019-08-1220-8/+324
* PR24851, gas/testsuite/gas/epiphany/badrelax.s failure with MALLOC_PERTURB_=1Alan Modra2019-08-122-17/+28
* x86-64: generalize SIMD test expectationsJan Beulich2019-08-097-927/+212
* Change the output of readelf's note display so that the "Data size" column he...Nick Clifton2019-08-085-4/+13
* Update the handling of shift rotate and load/store multiple instructions in ...Yoshinori Sato2019-08-081-4/+4
* Move the h8300 assembler's MOVFPE and MOVTPE tests to the correct location.Yoshinori Sato2019-08-085-50/+56
* Removes support in the ARM assembler for the unsigned variants of the VQ(R)DM...Barnaby Wilks2019-08-0512-2712/+55
* RISC-V: Fix minor issues with FP csr instructions.Jim Wilson2019-07-305-1/+71
* Update the Swedish translation for the gas sub-directory.Nick Clifton2019-07-242-4191/+5083
* [ARC] Update disassembler opcode selectionClaudiu Zissulescu2019-07-242-1/+5
* Complain about mbind, ifunc, and unique in final_writeAlan Modra2019-07-244-2/+11
* Define ELF_OSABI for visiumAlan Modra2019-07-244-5/+16
* [AArch64] Add support for GMID_EL1 register for +memtagKyrylo Tkachov2019-07-234-0/+9
* SHF_GNU_MBIND requires ELFOSABI_GNUAlan Modra2019-07-236-29/+65
* gas "mbind sections" testAlan Modra2019-07-232-2/+4
* This patch addresses the change in the June Armv8.1-M Mainline specification,...Barnaby Wilks2019-07-2210-137/+136
* x86: Pass -O0 to assembler in noextreg.dH.J. Lu2019-07-192-0/+5
* cpu,opcodes,gas: use %r0 and %r6 instead of %a and %ctf in eBPF disassemblerJose E. Marchesi2019-07-197-52/+60
* gas: make .lcomm to accept an optional aligmnet in eBPF targetsJose E. Marchesi2019-07-192-1/+49
* [AArch64] Rename +bitperm to +sve2-bitpermRichard Sandiford2019-07-198-7/+17
* [PowerPC64] pc-relative TLS relocationsAlan Modra2019-07-192-5/+47
* gas: .lcomm gets an alignment argument in eBPFJose E. Marchesi2019-07-182-1/+8
* gas: support .half, .word and .dword directives in eBPFJose E. Marchesi2019-07-177-0/+58
* x86: replace "anymem" checks where possibleJan Beulich2019-07-172-8/+22
* x86: make RegMem an opcode modifierJan Beulich2019-07-162-12/+25
* x86: fold SReg{2,3}Jan Beulich2019-07-166-328/+45
* cpu,opcodes,gas: fix explicit arguments to eBPF ldabs instructionsJose E. Marchesi2019-07-155-20/+29
* cpu,opcodes,gas: fix arguments to ldabs and ldind eBPF instructionsJose E. Marchesi2019-07-144-24/+31
* Re: gas/ELF: don't accumulate .type settingsAlan Modra2019-07-095-29/+42
* Kito's 5-part patch set to improve .insn support.Jim Wilson2019-07-054-53/+98
* x86: correct "-Q" option handlingJan Beulich2019-07-042-1/+9
* gas/ELF: don't accumulate .type settingsJan Beulich2019-07-048-1/+118
* Fix assembler tests to work with toolchains that have been configured with --...Nick Clifton2019-07-0393-64/+194
* This patch fixes a bug in the AArch64 assembler where an incorrect structural...Barnaby Wilks2019-07-026-1/+29