Age | Commit message (Expand) | Author | Files | Lines |
2024-09-27 | RISC-V: correct alignment directive handling for text sections | Jan Beulich | 2 | -17/+54 |
2024-09-27 | x86: optimize {,V}INSERTPS with certain immediates | Jan Beulich | 1 | -0/+96 |
2024-09-27 | x86: optimize {,V}EXTRACT{F,I}{128,32x{4,8},64x{2,4}} with immediate 0 | Jan Beulich | 1 | -0/+74 |
2024-09-27 | x86: optimize {,V}EXTRACTPS with immediate 0 | Jan Beulich | 1 | -0/+36 |
2024-09-27 | x86: correct {,V}PEXTR{D,Q} optimization | Jan Beulich | 1 | -0/+1 |
2024-09-26 | x86 TLS relocation checks | Alan Modra | 1 | -7/+8 |
2024-09-25 | RISC-V: Add Smrnmi extension csrs. | Jiawei | 1 | -0/+4 |
2024-09-24 | x86: Enable TLS relocation check only for ELF | H.J. Lu | 1 | -11/+11 |
2024-09-23 | Fix compile time error introduced by d774bf9b3623239a1cfa729afcf048a15da657d3... | Nick Clifton | 1 | -2/+8 |
2024-09-23 | x86: Turn PLT32 to PC32 only for PC-relative relocations | H.J. Lu | 1 | -1/+10 |
2024-09-21 | x86: Add tls check in gas | Cui, Lili | 1 | -22/+416 |
2024-09-20 | x86-64: Never make R_X86_64_GOT64 section relative | H.J. Lu | 1 | -0/+1 |
2024-09-15 | MIPS/GAS: Discard redundant instruction from DDIV/DREM macros | Maciej W. Rozycki | 1 | -4/+1 |
2024-09-12 | s390: Simplify (dis)assembly of insn operands with const bits | Jens Remus | 1 | -7/+0 |
2024-09-11 | x86: error handling in set_cpu_arch() | Jan Beulich | 1 | -30/+34 |
2024-09-09 | LoongArch: Fixed precedence of expression operators in instructions | Lulu Cai | 1 | -12/+12 |
2024-09-07 | Add macros to get opcode of instructions approriately | Xin Wang | 1 | -18/+18 |
2024-09-06 | x86/APX: use D for 2-operand CFCMOVcc | Jan Beulich | 1 | -1/+7 |
2024-09-06 | x86/APX: optimize certain reg-only CFCMOVcc forms | Jan Beulich | 1 | -0/+35 |
2024-09-03 | RISC-V: Add support for XCVsimd extension in CV32E40P | Mary Bennett | 1 | -0/+40 |
2024-09-02 | Support ymm rounding control for Intel AVX10.2 | Haochen Jiang | 1 | -56/+64 |
2024-08-30 | x86: replace conditional operators used to calculate booleans | Jan Beulich | 1 | -10/+11 |
2024-08-30 | x86: limit RegRex64 use | Jan Beulich | 1 | -9/+7 |
2024-08-30 | LoongArch: LoongArch64 allows relocations to use 64-bit addends | Lulu Cai | 1 | -0/+3 |
2024-08-28 | x86: Report invalid TLS operator | H.J. Lu | 1 | -2/+2 |
2024-08-27 | x86: Report invalid TLS relocation name | H.J. Lu | 1 | -91/+98 |
2024-08-27 | x86: Allow R_386_TLS_LE_32 with KMOVD | H.J. Lu | 1 | -2/+2 |
2024-08-27 | RISC-V: PR32036, Support Zcmp cm.mva01s and cm.mvsa01 instructions. | Jiawei | 1 | -0/+15 |
2024-08-23 | x86: simplify SAE checking | Jan Beulich | 1 | -12/+10 |
2024-08-23 | RISC-V: process rs_align_code also when relaxing | Jan Beulich | 1 | -32/+29 |
2024-08-19 | gas: ginsn: x86: pacify Wmaybe-uininitialized compiler warning | Indu Bhagat | 1 | -0/+2 |
2024-08-16 | gas: don't open-code LEX_*NAME | Jan Beulich | 5 | -6/+6 |
2024-08-15 | gas: pru: Fix trailing whitespace handling | Dimitar Dimitrov | 1 | -0/+8 |
2024-08-14 | x86: correct .insn with opcode extension and VEX/XOP/EVEX encoding | Jan Beulich | 1 | -1/+2 |
2024-08-12 | Revert "gas: have scrubber retain more whitespace" | H.J. Lu | 7 | -84/+28 |
2024-08-12 | Revert "gas: drop scrubber states 14 and 15" | H.J. Lu | 2 | -0/+5 |
2024-08-09 | gas: drop scrubber states 14 and 15 | Jan Beulich | 2 | -5/+0 |
2024-08-09 | gas: have scrubber retain more whitespace | Jan Beulich | 7 | -28/+84 |
2024-08-09 | m32r: move scrubber override to target header | Jan Beulich | 1 | -0/+3 |
2024-08-09 | RISC-V: PR32014, .option directives shuoldn't affect elf attribute. | Nelson Chu | 1 | -12/+16 |
2024-08-09 | gas: sparc: Fix faligndatai assembly and disassembly | Richard Henderson | 1 | -8/+9 |
2024-08-07 | score: drop TC_ALPHA code | Jan Beulich | 2 | -24/+0 |
2024-08-07 | VAX: drop OBJ_VMS leftovers | Jan Beulich | 2 | -55/+7 |
2024-08-06 | RISC-V: Add support for XCvBitmanip extension in CV32E40P | Mary Bennett | 1 | -0/+26 |
2024-08-02 | gas: drop unnecessary use of tc_comment_chars | Jan Beulich | 8 | -22/+5 |
2024-08-01 | gas: x86: ginsn: handle previously missed indirect call and jmp ops | Indu Bhagat | 1 | -44/+57 |
2024-07-31 | x86: move ginsn stuff | Jan Beulich | 2 | -1102/+1123 |
2024-07-26 | microMIPS: Add MT ASE instruction set support | YunQiang Su | 1 | -1/+1 |
2024-07-26 | x86: accept whitespace around prefix separator | Jan Beulich | 1 | -19/+30 |
2024-07-26 | x86/APX: optimize certain {nf}-form insns to BMI2 ones | Jan Beulich | 1 | -0/+107 |