Age | Commit message (Expand) | Author | Files | Lines |
2023-08-01 | gas: rework timestamp preservation on doc/asconfig.texi | Jan Beulich | 2 | -2/+2 |
2023-07-31 | RISC-V: Fix typo in the test case name | Tsukasa OI | 4 | -3/+3 |
2023-07-30 | bpf: include, bfd, opcodes: add EF_BPF_CPUVER ELF header flags | Jose E. Marchesi | 4 | -0/+18 |
2023-07-30 | bpf: gas: add field overflow checking to the BPF assembler | Jose E. Marchesi | 19 | -8/+162 |
2023-07-28 | bpf: remove spurious comment from tc-bpf.c | Jose E. Marchesi | 1 | -2/+0 |
2023-07-28 | bpf: gas: support relaxation of V4 jump instructions | Jose E. Marchesi | 9 | -308/+858 |
2023-07-28 | gas: amend X_unsigned uses | Jan Beulich | 5 | -4/+37 |
2023-07-28 | MIPS: Support `-gnuabi64' target triplet suffix for 64-bit Linux targets | YunQiang Su | 4 | -8/+8 |
2023-07-28 | MIPS/GAS/testsuite: Fix n64 compact EH failures | YunQiang Su | 12 | -36/+24 |
2023-07-28 | testsuite: Handle composed R_MIPS_NONE relocations | YunQiang Su | 23 | -1/+188 |
2023-07-28 | MIPS/testsuite: Handle 64-bit addresses | YunQiang Su | 20 | -403/+403 |
2023-07-28 | MIPS/GAS/testsuite: Force o32 for tests expecting 32-bit addressing | YunQiang Su | 6 | -4/+6 |
2023-07-28 | MIPS/GAS/testsuite: Disable compact EH #7 tests with OpenBSD targets | Maciej W. Rozycki | 2 | -0/+2 |
2023-07-28 | Revert "MIPS: support mips*64 as CPU and gnuabi64 as ABI" | Maciej W. Rozycki | 2 | -8/+2 |
2023-07-28 | Fix recent x86 pe/coff testsuite regressions | Alan Modra | 10 | -0/+10 |
2023-07-27 | sh: uninitialised sh_operand_info.type in get_specific | Alan Modra | 2 | -21/+8 |
2023-07-27 | Support Intel PBNDKB | Hu, Lin1 | 10 | -0/+45 |
2023-07-27 | Support Intel SM4 | Haochen Jiang | 11 | -1/+201 |
2023-07-27 | Support Intel SM3 | Haochen Jiang | 11 | -1/+165 |
2023-07-27 | Support Intel SHA512 | Haochen Jiang | 17 | -1/+126 |
2023-07-27 | Support Intel AVX-VNNI-INT16 | konglin1 | 11 | -2/+778 |
2023-07-26 | bpf: accept # as an inline comment char | David Faust | 2 | -4/+3 |
2023-07-26 | bpf: gas: add negi and neg32i tests | Jose E. Marchesi | 13 | -0/+32 |
2023-07-26 | bpf: fix register NEG[32] instructions | Jose E. Marchesi | 14 | -16/+33 |
2023-07-26 | Don't warn on .attach_to_group to same group | Alan Modra | 1 | -2/+3 |
2023-07-26 | bpf: format not a string literal | Alan Modra | 1 | -1/+1 |
2023-07-25 | bpf: Add atomic compare-and-exchange instructions | David Faust | 7 | -4/+65 |
2023-07-25 | bpf: Update atomic instruction pseudo-C syntax | David Faust | 11 | -36/+155 |
2023-07-25 | RISC-V: Enable RVC on ".option arch, +zca" etc. | Tsukasa OI | 1 | -1/+2 |
2023-07-24 | RISC-V: Implications from 'Zc[fd]' extensions | Tsukasa OI | 2 | -0/+12 |
2023-07-24 | RISC-V: Prohibit the 'Zcf' extension on RV64 | Tsukasa OI | 2 | -0/+5 |
2023-07-24 | bpf: gas,include,opcode: add suppor for instructions BSWAP{16,32,64} | Jose E. Marchesi | 8 | -0/+48 |
2023-07-24 | bpf: gas: fix in manual that MOVS* pseudoc syntax uses = instead of s= | Jose E. Marchesi | 2 | -6/+11 |
2023-07-24 | bpf: gas,opcodes: fix pseudoc syntax for MOVS* and LDXS* insns | Jose E. Marchesi | 11 | -40/+54 |
2023-07-24 | bpf: add support for jal/gotol jump instruction with 32-bit target | Jose E. Marchesi | 9 | -23/+69 |
2023-07-21 | bpf: disasemble offsets of value 0 as "+0" | David Faust | 6 | -2/+14 |
2023-07-21 | bpf: opcodes, gas: support for signed load V4 instructions | Jose E. Marchesi | 8 | -0/+54 |
2023-07-21 | bpf: opcodes, gas: support for signed register move V4 instructions | Jose E. Marchesi | 14 | -0/+75 |
2023-07-21 | DesCGENization of the BPF binutils port | Jose E. Marchesi | 75 | -3109/+2432 |
2023-07-21 | x86: adjust disassembly of insns operating on selector values | Jan Beulich | 12 | -118/+119 |
2023-07-19 | gas 32-bit host compile warnings | Alan Modra | 5 | -19/+26 |
2023-07-18 | RISC-V: Supports Zcb extension. | Jiawei | 3 | -0/+110 |
2023-07-18 | RISC-V: Support Zca/f/d extensions. | Jiawei | 7 | -1/+155 |
2023-07-14 | Make the default gas symbol hash table larger | Alan Modra | 1 | -1/+1 |
2023-07-14 | AIX_WEAK_SUPPORT | Alan Modra | 3 | -2/+13 |
2023-07-11 | x86: various operations on mask registers can avoid going through mod_table[] | Jan Beulich | 4 | -414/+414 |
2023-07-11 | x86: misc further memory-only insns don't need to go through mod_table[] | Jan Beulich | 2 | -4/+4 |
2023-07-07 | Udated Freach and Romainian translations for various sub-directories | Nick Clifton | 1 | -2537/+2826 |
2023-07-04 | x86: optimize 128-bit VPBROADCASTQ to VPUNPCKLQDQ | Jan Beulich | 7 | -0/+38 |
2023-07-04 | x86: optimize pre-AVX512 {,V}PCMPGT* with identical sources | Jan Beulich | 14 | -0/+464 |