aboutsummaryrefslogtreecommitdiff
path: root/gas
AgeCommit message (Expand)AuthorFilesLines
2022-12-16gas: sframe: testsuite: add testcase for .cfi_negate_ra_stateIndu Bhagat3-0/+39
2022-12-16gas: sframe: add support for .cfi_negate_ra_stateIndu Bhagat5-41/+39
2022-12-16gas: restore Dwarf info generation after macro diagnostic adjustmentsJan Beulich6-5/+29
2022-12-14RISC-V: Add string length check for operands in ASLi Xu4-1/+9
2022-12-14x86: adjust type checking constructsJan Beulich1-2/+2
2022-12-13gas: re-work line number tracking for macros and their expansionsJan Beulich62-2592/+9757
2022-12-13Arm: avoid unhelpful uses of .macro in testsuiteJan Beulich141-2306/+2237
2022-12-12x86: further re-work insn/suffix recognition to also cover MOVSXJan Beulich9-12/+189
2022-12-12x86: drop (now) stray IsStringJan Beulich1-9/+7
2022-12-12x86: move bad-use-of-TLS-reloc checkJan Beulich1-32/+35
2022-12-12x86-64: allow HLE store of accumulator to absolute 32-bit addressJan Beulich4-5/+26
2022-12-12ix86: don't recognize/derive Q suffix in the common caseJan Beulich14-51/+140
2022-12-12x86: re-work insn/suffix recognitionJan Beulich7-163/+195
2022-12-12x86: constify parse_insn()'s inputJan Beulich1-7/+8
2022-12-12x86: revert disassembler parts of "x86: Allow 16-bit register source for LAR ...Jan Beulich6-52/+52
2022-12-12gas/codeview: avoid "shadowing" of glibc function nameJan Beulich1-4/+4
2022-12-12x86: generate template sets data at build timeJan Beulich1-15/+10
2022-12-12x86: drop sentinel from i386_optab[]Jan Beulich1-22/+11
2022-12-12x86: add generated tables dependency check to gasJan Beulich2-0/+22
2022-12-12x86: break gas dependency on libopcodesJan Beulich2-2/+2
2022-12-12x86: instantiate i386_{op,reg}tab[] in gas instead of in libopcodesJan Beulich1-0/+2
2022-12-09gas: sframe: fine tune the fragment fixup for SFrame func infoIndu Bhagat2-21/+68
2022-12-09sframe: gas: libsframe: define constants and remove magic numbersIndu Bhagat1-6/+6
2022-12-07PowerPC: Add support for RFC02655 - Saturating Subtract InstructionPeter Bergner5-0/+52
2022-12-07PowerPC: Add support for RFC02656 - Enhanced Load Store with Length InstructionsPeter Bergner3-0/+30
2022-12-07gas compress_debug tidyAlan Modra1-22/+14
2022-12-07Compression tidy and fixesAlan Modra1-8/+9
2022-12-05gas: add Dwarf line number test for .macro expansionsJan Beulich3-0/+56
2022-12-05gas: squash (some) .linefile from listingsJan Beulich1-1/+4
2022-12-05gas: avoid inserting extra newline in buffer_and_nest()Jan Beulich1-3/+3
2022-12-05opcodes/mips: use .word/.short for undefined instructionsAndrew Burgess13-514/+514
2022-12-03x86: Allow 16-bit register source for LAR and LSLH.J. Lu10-8/+170
2022-12-02x86: drop most OPERAND_TYPE_* (and rework the rest)Jan Beulich1-47/+81
2022-12-02x86: simplify and slightly correct XCHG vs NOP checkingJan Beulich1-5/+3
2022-12-02x86: also use D for XCHG and TESTJan Beulich1-4/+8
2022-12-01x86: rework of match_template()'s suffix checkingJan Beulich1-27/+5
2022-12-01x86: drop No_ldSufJan Beulich1-2/+0
2022-12-01x86/Intel: drop LONG_DOUBLE_MNEM_SUFFIXJan Beulich2-24/+24
2022-12-01x86/Intel: restrict use of LONG_DOUBLE_MNEM_SUFFIXJan Beulich1-7/+7
2022-11-30x86/Intel: adjustment to restricted suffix derivationJan Beulich1-3/+8
2022-11-30x86: clean up after removal of support for gcc <= 2.8.1Jan Beulich1-14/+17
2022-11-30x86: drop FloatRJan Beulich1-4/+8
2022-11-30x86: extend FPU test coverage for AT&T / Intel mnemonic differencesJan Beulich5-0/+44
2022-11-28xtensa: allow dynamic configurationMax Filippov3-20/+3
2022-11-28regen gas/Makefile.inAlan Modra1-8/+9
2022-11-28RISC-V: Better support for long instructions (tests)Tsukasa OI4-1/+48
2022-11-28RISC-V: Better support for long instructions (assembler)Tsukasa OI1-9/+32
2022-11-25riscv: Add AIA extension support (Smaia, Ssaia)Christoph Müllner12-0/+882
2022-11-24Impport libiberty commit: 885b6660c17f from gcc mainline. Fix gas's acinclud...Nick Clifton2-0/+2
2022-11-24x86: widen applicability and use of CheckRegSizeJan Beulich3-9/+65