aboutsummaryrefslogtreecommitdiff
path: root/gas
AgeCommit message (Expand)AuthorFilesLines
2024-10-22LoongArch: Force relocation for every reference to the global offset tableLulu Cai4-0/+75
2024-10-18x86: Support x86 ZHAOXIN GMI instructionsMayShao-oc6-2/+28
2024-10-16Support Intel AVX10.2 convert instructionsLiwei Xu14-0/+1292
2024-10-15x86: Refine instruction check in x86_check_tls_relocationCui, Lili1-10/+11
2024-10-15x86/testsuite: Rename AVX10.2 media testcasesHaochen Jiang14-12/+12
2024-10-14ia64/ELF: fix HPUX testsuite falloutJan Beulich3-13/+13
2024-10-14gas: drop SKIP_WHITESPACE_AFTER_NAME()Jan Beulich21-98/+85
2024-10-14LoongArch: Fixed R_LARCH_[32/64]_PCREL generation bugLulu Cai3-1/+20
2024-10-11x86: bring 64-bit-only cmdline option handling in syncJan Beulich1-2/+8
2024-10-11bfd/ELF: restrict file alignment for object filesJan Beulich5-18/+18
2024-10-11Support Intel AVX10.2 media instructionsHaochen Jiang18-0/+1604
2024-10-10s390: Add arch15 instructionsAndreas Krebbel6-4/+206
2024-10-08RISC-V: Fix implicit dependency of Zabha and ZacasXiao Zeng1-2/+2
2024-10-04gas: hide emulation struct format_ops instances when not neededJan Beulich7-114/+131
2024-10-04x86: prune OBJ_MAYBE_... usesJan Beulich3-169/+113
2024-10-04x86: drop largely defunct gas emulationsJan Beulich10-185/+2
2024-10-04include: de-duplicate i386.h and x86_64.hJan Beulich1-6/+1
2024-10-04gas: drop generate_asm_lineno emulation hookJan Beulich5-14/+0
2024-10-04gas: don't use COFF-specific SF_SET_LOCAL() directly from read.cJan Beulich8-3/+23
2024-10-04gas/dw2gencfi: correct .sframe section conditionalJan Beulich1-6/+5
2024-10-04gas: put emul decls in emul.hJan Beulich3-5/+5
2024-10-04gas: drop unused fields from struct emulationJan Beulich9-76/+0
2024-10-01segv in read_a_source_fileAlan Modra1-0/+1
2024-09-28gas buffer overflow with --listing-rhs-widthAlan Modra1-5/+18
2024-09-27x86: fix Solaris gas testsuite runJan Beulich1-1/+9
2024-09-27RISC-V: odd data padding vs mapping symbolsJan Beulich3-5/+30
2024-09-27RISC-V: correct alignment directive handling for text sectionsJan Beulich6-17/+217
2024-09-27x86: optimize {,V}INSERTPS with certain immediatesJan Beulich10-0/+202
2024-09-27x86: optimize {,V}EXTRACT{F,I}{128,32x{4,8},64x{2,4}} with immediate 0Jan Beulich9-0/+296
2024-09-27x86: optimize {,V}EXTRACTPS with immediate 0Jan Beulich10-0/+114
2024-09-27x86: correct {,V}PEXTR{D,Q} optimizationJan Beulich1-0/+1
2024-09-26x86/testsuite: Refine AVX10.2 rounding testcasesHaochen Jiang2-2/+3
2024-09-26x86 TLS relocation checksAlan Modra1-7/+8
2024-09-25RISC-V: Add Smrnmi extension csrs.Jiawei10-2/+85
2024-09-24x86: Enable TLS relocation check only for ELFH.J. Lu1-11/+11
2024-09-23Fix compile time error introduced by d774bf9b3623239a1cfa729afcf048a15da657d3...Nick Clifton1-2/+8
2024-09-23x86: Turn PLT32 to PC32 only for PC-relative relocationsH.J. Lu5-1/+21
2024-09-21x86: Add tls check in gasCui, Lili23-32/+866
2024-09-20x86-64: Never make R_X86_64_GOT64 section relativeH.J. Lu3-0/+17
2024-09-18x86/APX: Don't promote AVX/AVX2 instructions out of APX specH.J. Lu7-44/+18
2024-09-15MIPS/GAS: Discard redundant instruction from DDIV/DREM macrosMaciej W. Rozycki12-29/+5
2024-09-15MIPS/GAS/testsuite: Print instructions in hex in division testsMaciej W. Rozycki21-241/+249
2024-09-12s390: Relax risbg[n]z, risb{h|l}gz, {rns|ros|rxs}bgt operand constraintsJens Remus2-12/+12
2024-09-12s390: Simplify (dis)assembly of insn operands with const bitsJens Remus1-7/+0
2024-09-11gas: avoid (scrubber) diagnostics for stuff past .endJan Beulich6-1/+108
2024-09-11gas: restrict scrubber mri_{state,last_ch} varsJan Beulich1-5/+7
2024-09-11arm: don't engage symver scrubber hack in CCS modeJan Beulich3-1/+20
2024-09-11x86: error handling in set_cpu_arch()Jan Beulich1-30/+34
2024-09-09s390: Document syntax to omit base register operandJens Remus1-2/+3
2024-09-09LoongArch: Fixed precedence of expression operators in instructionsLulu Cai3-12/+23