aboutsummaryrefslogtreecommitdiff
path: root/gas
AgeCommit message (Expand)AuthorFilesLines
2023-08-01gas: rework timestamp preservation on doc/asconfig.texiJan Beulich2-2/+2
2023-07-31RISC-V: Fix typo in the test case nameTsukasa OI4-3/+3
2023-07-30bpf: include, bfd, opcodes: add EF_BPF_CPUVER ELF header flagsJose E. Marchesi4-0/+18
2023-07-30bpf: gas: add field overflow checking to the BPF assemblerJose E. Marchesi19-8/+162
2023-07-28bpf: remove spurious comment from tc-bpf.cJose E. Marchesi1-2/+0
2023-07-28bpf: gas: support relaxation of V4 jump instructionsJose E. Marchesi9-308/+858
2023-07-28gas: amend X_unsigned usesJan Beulich5-4/+37
2023-07-28MIPS: Support `-gnuabi64' target triplet suffix for 64-bit Linux targetsYunQiang Su4-8/+8
2023-07-28MIPS/GAS/testsuite: Fix n64 compact EH failuresYunQiang Su12-36/+24
2023-07-28testsuite: Handle composed R_MIPS_NONE relocationsYunQiang Su23-1/+188
2023-07-28MIPS/testsuite: Handle 64-bit addressesYunQiang Su20-403/+403
2023-07-28MIPS/GAS/testsuite: Force o32 for tests expecting 32-bit addressingYunQiang Su6-4/+6
2023-07-28MIPS/GAS/testsuite: Disable compact EH #7 tests with OpenBSD targetsMaciej W. Rozycki2-0/+2
2023-07-28Revert "MIPS: support mips*64 as CPU and gnuabi64 as ABI"Maciej W. Rozycki2-8/+2
2023-07-28Fix recent x86 pe/coff testsuite regressionsAlan Modra10-0/+10
2023-07-27sh: uninitialised sh_operand_info.type in get_specificAlan Modra2-21/+8
2023-07-27Support Intel PBNDKBHu, Lin110-0/+45
2023-07-27Support Intel SM4Haochen Jiang11-1/+201
2023-07-27Support Intel SM3Haochen Jiang11-1/+165
2023-07-27Support Intel SHA512Haochen Jiang17-1/+126
2023-07-27Support Intel AVX-VNNI-INT16konglin111-2/+778
2023-07-26bpf: accept # as an inline comment charDavid Faust2-4/+3
2023-07-26bpf: gas: add negi and neg32i testsJose E. Marchesi13-0/+32
2023-07-26bpf: fix register NEG[32] instructionsJose E. Marchesi14-16/+33
2023-07-26Don't warn on .attach_to_group to same groupAlan Modra1-2/+3
2023-07-26bpf: format not a string literalAlan Modra1-1/+1
2023-07-25bpf: Add atomic compare-and-exchange instructionsDavid Faust7-4/+65
2023-07-25bpf: Update atomic instruction pseudo-C syntaxDavid Faust11-36/+155
2023-07-25RISC-V: Enable RVC on ".option arch, +zca" etc.Tsukasa OI1-1/+2
2023-07-24RISC-V: Implications from 'Zc[fd]' extensionsTsukasa OI2-0/+12
2023-07-24RISC-V: Prohibit the 'Zcf' extension on RV64Tsukasa OI2-0/+5
2023-07-24bpf: gas,include,opcode: add suppor for instructions BSWAP{16,32,64}Jose E. Marchesi8-0/+48
2023-07-24bpf: gas: fix in manual that MOVS* pseudoc syntax uses = instead of s=Jose E. Marchesi2-6/+11
2023-07-24bpf: gas,opcodes: fix pseudoc syntax for MOVS* and LDXS* insnsJose E. Marchesi11-40/+54
2023-07-24bpf: add support for jal/gotol jump instruction with 32-bit targetJose E. Marchesi9-23/+69
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