aboutsummaryrefslogtreecommitdiff
path: root/gas
AgeCommit message (Expand)AuthorFilesLines
2023-07-21bpf: disasemble offsets of value 0 as "+0"David Faust6-2/+14
2023-07-21bpf: opcodes, gas: support for signed load V4 instructionsJose E. Marchesi8-0/+54
2023-07-21bpf: opcodes, gas: support for signed register move V4 instructionsJose E. Marchesi14-0/+75
2023-07-21DesCGENization of the BPF binutils portJose E. Marchesi75-3109/+2432
2023-07-21x86: adjust disassembly of insns operating on selector valuesJan Beulich12-118/+119
2023-07-19gas 32-bit host compile warningsAlan Modra5-19/+26
2023-07-18RISC-V: Supports Zcb extension.Jiawei3-0/+110
2023-07-18RISC-V: Support Zca/f/d extensions.Jiawei7-1/+155
2023-07-14Make the default gas symbol hash table largerAlan Modra1-1/+1
2023-07-14AIX_WEAK_SUPPORTAlan Modra3-2/+13
2023-07-11x86: various operations on mask registers can avoid going through mod_table[]Jan Beulich4-414/+414
2023-07-11x86: misc further memory-only insns don't need to go through mod_table[]Jan Beulich2-4/+4
2023-07-07Udated Freach and Romainian translations for various sub-directoriesNick Clifton1-2537/+2826
2023-07-04x86: optimize 128-bit VPBROADCASTQ to VPUNPCKLQDQJan Beulich7-0/+38
2023-07-04x86: optimize pre-AVX512 {,V}PCMPGT* with identical sourcesJan Beulich14-0/+464
2023-07-04x86: optimize pre-AVX512 {,V}PCMPEQQ with identical sourcesJan Beulich7-0/+47
2023-07-04x86: flag bad EVEX masking for miscellaneous insnsJan Beulich2-0/+4
2023-07-04x86: flag EVEX masking when destination is GPR(-like)Jan Beulich2-0/+8
2023-07-04x86: flag EVEX.z set when destination is memoryJan Beulich2-0/+4
2023-07-04x86: flag EVEX.z set when destination is a mask registerJan Beulich2-0/+4
2023-07-04x86: re-work EVEX-z-without-masking checkJan Beulich1-2/+1
2023-07-04Updated Ukranian, Romanian and German translations for various sub-directoriesNick Clifton1-2537/+2826
2023-07-04arc: Update default target CPU to match GCC defaultsClaudiu Zissulescu1-1/+1
2023-07-03IBM Z: Fix pcrel relocs for symA-symB expressionsAndreas Krebbel2-5/+11
2023-07-03Change version number to 2.41.50 and regenerate filesNick Clifton3-2493/+2681
2023-07-03Add markers for the 2.41 branchNick Clifton2-0/+6
2023-07-03gas: NEWS: Announce LoongArch changes in the 2.41 cycleWANG Xuerui1-0/+12
2023-07-03LoongArch: gas: Fix shared buildsWANG Xuerui1-1/+0
2023-07-01RISC-V: Add support for the Zvksc ISA extensionNathan Huckleberry2-0/+28
2023-07-01RISC-V: Add support for the Zvknc ISA extensionNathan Huckleberry2-0/+28
2023-07-01RISC-V: Add support for the Zvksg ISA extensionNathan Huckleberry2-0/+16
2023-07-01RISC-V: Add support for the Zvks ISA extensionChristoph Müllner2-0/+81
2023-07-01RISC-V: Add support for the Zvkng ISA extensionNathan Huckleberry2-0/+16
2023-07-01RISC-V: Add support for the Zvkn ISA extensionChristoph Müllner2-0/+81
2023-07-01RISC-V: Add support for the Zvksh ISA extensionChristoph Müllner2-0/+14
2023-07-01RISC-V: Add support for the Zvksed ISA extensionChristoph Müllner2-0/+16
2023-07-01RISC-V: Add support for the Zvknh[a,b] ISA extensionsChristoph Müllner3-0/+27
2023-07-01RISC-V: Add support for the Zvkned ISA extensionChristoph Müllner2-0/+34
2023-07-01RISC-V: Add support for the Zvkg ISA extensionChristoph Müllner2-0/+12
2023-07-01RISC-V: Add support for the Zvbc extensionNathan Huckleberry2-0/+24
2023-07-01RISC-V: Add support for the Zvbb ISA extensionChristoph Müllner3-0/+90
2023-06-30RISC-V: Add support for the Zfa extensionChristoph Müllner11-0/+326
2023-06-30LoongArch: gas: Add LVZ and LBT instructions supportmengqinggang4-26/+402
2023-06-30LoongArch: Deprecate $v[01], $fv[01] and $x names per specWANG Xuerui4-5/+67
2023-06-30opcodes/loongarch: print unrecognized insn words with the .word directiveWANG Xuerui3-10/+28
2023-06-30opcodes/loongarch: do not print hex notation for signed immediatesWANG Xuerui10-227/+227
2023-06-30LoongArch: support disassembling certain pseudo-instructionsWANG Xuerui13-36/+37
2023-06-29sframe: bfd: gas: ld: format bump to SFrame version 2Indu Bhagat16-17/+22
2023-06-28aarch64: Remove version dependencies from featuresAndrew Carlotti12-11/+12
2023-06-28LoongArch: gas: Add LSX and LASX instructions testmengqinggang2-0/+2912