aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* nios2: Remove binutils support for Nios II target.Sandra Loosemore2024-11-263-4239/+0
* arm: Support pac_key_* register operand for MRS/MSR in Armv8.1-M MainlineAndre Vieira2024-11-201-1/+17
* RISC-V: Add Zcmt instructions and csr.Jiawei2024-11-201-0/+29
* Support x86 Intel MSR_IMMHu, Lin12024-11-191-10/+15
* x86: rename SPACE_{,E}VEX_MAP<N>Jan Beulich2024-11-181-21/+21
* x86: VP2INTERSECT{D,Q} have mask register destination groupJan Beulich2024-11-181-0/+6
* x86: generalize "implicit quad group" handlingJan Beulich2024-11-181-15/+28
* ELF: SHF_STRINGS isn't really tied to SHF_MERGEJan Beulich2024-11-181-13/+17
* ELF: SHF_MERGE vs SHT_NOBITSJan Beulich2024-11-181-0/+3
* gas/ELF: also reject merge entity size being zeroJan Beulich2024-11-181-1/+1
* aarch64: remove redundant register type R_NMatthieu Longo2024-11-081-5/+1
* aarch64: constify unchanged char* argumentsMatthieu Longo2024-11-081-1/+1
* x86: add a helper to copy insn operand infoJan Beulich2024-10-301-133/+44
* x86/APX: support JMPABS also in assemblerJan Beulich2024-10-302-5/+25
* x86/APX: squash REX prefix when REX2 is being emittedJan Beulich2024-10-301-1/+3
* LoongArch: Corrected to GNU style codeLulu Cai2024-10-291-10/+10
* gas: constify md_{short,long}opts and md_longopts_sizeJan Beulich2024-10-2975-233/+227
* Replace uses of asprintf with xasprintfAlan Modra2024-10-242-17/+4
* LoongArch: Force relocation for every reference to the global offset tableLulu Cai2024-10-222-0/+27
* x86: Support x86 ZHAOXIN GMI instructionsMayShao-oc2024-10-181-0/+1
* x86: Refine instruction check in x86_check_tls_relocationCui, Lili2024-10-151-10/+11
* gas: drop SKIP_WHITESPACE_AFTER_NAME()Jan Beulich2024-10-1415-72/+69
* LoongArch: Fixed R_LARCH_[32/64]_PCREL generation bugLulu Cai2024-10-141-1/+2
* x86: bring 64-bit-only cmdline option handling in syncJan Beulich2024-10-111-2/+8
* s390: Add arch15 instructionsAndreas Krebbel2024-10-101-0/+2
* gas: hide emulation struct format_ops instances when not neededJan Beulich2024-10-047-114/+131
* x86: prune OBJ_MAYBE_... usesJan Beulich2024-10-043-169/+113
* x86: drop largely defunct gas emulationsJan Beulich2024-10-043-84/+0
* include: de-duplicate i386.h and x86_64.hJan Beulich2024-10-041-6/+1
* gas: drop generate_asm_lineno emulation hookJan Beulich2024-10-044-13/+0
* gas: don't use COFF-specific SF_SET_LOCAL() directly from read.cJan Beulich2024-10-046-0/+20
* gas: drop unused fields from struct emulationJan Beulich2024-10-046-60/+0
* RISC-V: odd data padding vs mapping symbolsJan Beulich2024-09-271-5/+5
* RISC-V: correct alignment directive handling for text sectionsJan Beulich2024-09-272-17/+54
* x86: optimize {,V}INSERTPS with certain immediatesJan Beulich2024-09-271-0/+96
* x86: optimize {,V}EXTRACT{F,I}{128,32x{4,8},64x{2,4}} with immediate 0Jan Beulich2024-09-271-0/+74
* x86: optimize {,V}EXTRACTPS with immediate 0Jan Beulich2024-09-271-0/+36
* x86: correct {,V}PEXTR{D,Q} optimizationJan Beulich2024-09-271-0/+1
* x86 TLS relocation checksAlan Modra2024-09-261-7/+8
* RISC-V: Add Smrnmi extension csrs.Jiawei2024-09-251-0/+4
* x86: Enable TLS relocation check only for ELFH.J. Lu2024-09-241-11/+11
* Fix compile time error introduced by d774bf9b3623239a1cfa729afcf048a15da657d3...Nick Clifton2024-09-231-2/+8
* x86: Turn PLT32 to PC32 only for PC-relative relocationsH.J. Lu2024-09-231-1/+10
* x86: Add tls check in gasCui, Lili2024-09-211-22/+416
* x86-64: Never make R_X86_64_GOT64 section relativeH.J. Lu2024-09-201-0/+1
* MIPS/GAS: Discard redundant instruction from DDIV/DREM macrosMaciej W. Rozycki2024-09-151-4/+1
* s390: Simplify (dis)assembly of insn operands with const bitsJens Remus2024-09-121-7/+0
* x86: error handling in set_cpu_arch()Jan Beulich2024-09-111-30/+34
* LoongArch: Fixed precedence of expression operators in instructionsLulu Cai2024-09-091-12/+12
* Add macros to get opcode of instructions approriatelyXin Wang2024-09-071-18/+18