aboutsummaryrefslogtreecommitdiff
path: root/gas
AgeCommit message (Expand)AuthorFilesLines
2023-02-17PR30046, power cmpi leads to unknown architectureAlan Modra1-7/+7
2023-02-16Delete PROGRESS macrosAlan Modra3-16/+0
2023-02-16gas_initAlan Modra1-19/+20
2023-02-16RISC-V: as_warn() already emits a newlineJan Beulich1-1/+1
2023-02-16x86/gas: replace inappropriate assertion when parsing registersJan Beulich1-6/+8
2023-02-15gas: buffer_and_nest() needs to pass nul-terminated string to temp_ilp()Jan Beulich1-5/+5
2023-02-14gas: correct symbol name comparison in .startof./.sizeof. handlingJan Beulich3-2/+7
2023-02-14gas: improve interaction between read_a_source_file() and s_linefile()Jan Beulich2-6/+10
2023-02-13PR30120: fix x87 fucomp misassembledMichael Matz2-3/+20
2023-02-13stabs.c static stateAlan Modra3-46/+71
2023-02-13Split off gas init to functionsAlan Modra1-72/+87
2023-02-11objdump -D of bss sections and -s with -jAlan Modra2-2/+2
2023-02-10Local label checks in integer_constantAlan Modra1-9/+0
2023-02-10x86: drop use of VEX3SOURCESJan Beulich1-16/+9
2023-02-10x86: drop use of XOP2SOURCESJan Beulich1-33/+7
2023-02-10x86: limit use of XOP2SOURCESJan Beulich1-10/+4
2023-02-10x86: move (and rename) opcodespace attributeJan Beulich1-47/+47
2023-02-10x86: simplify a few expressionsJan Beulich1-18/+7
2023-02-10x86: improve special casing of certain insnsJan Beulich1-76/+31
2023-02-09Internal error at gas/expr.c:1814Alan Modra1-1/+1
2023-02-03x86: drop LOCK from XCHG when optimizingJan Beulich6-6/+24
2023-02-03x86-64: respect {nooptimize} when building VEX prefixJan Beulich3-1/+7
2023-02-03x86: respect {nooptimize} for LEAJan Beulich8-2/+16
2023-02-03x86-64: respect MOVABS when choosing alternative encodingsJan Beulich1-1/+2
2023-02-03RISC-V: don't disassemble unrecognized insns as .byteJan Beulich2-16/+16
2023-02-02[gas] Update .loc syntax comment in dwarf2dbg.cTom de Vries1-1/+1
2023-02-02gas: use "stack trace" instead of "unwind" for SFrameIndu Bhagat11-33/+35
2023-02-02obj-elf.h BYTES_IN_WORDAlan Modra1-1/+0
2023-02-02gas obj_endAlan Modra8-28/+69
2023-02-01Fix compilation of the assembler with sanitization enabled.Nick Clifton2-2/+7
2023-02-01Recursion in as_info_whereAlan Modra1-2/+0
2023-02-01[gas] Emit v2 .debug_line for -gdwarf-2Tom de Vries4-24/+26
2023-01-31gas/ppc: Additional tests for DFP instructionsAndrew Burgess3-0/+186
2023-01-31RISC-V: make C-extension JAL available again for (32-bit) assemblyJan Beulich4-0/+53
2023-01-27x86: move reg_operands adjustmentJan Beulich1-13/+10
2023-01-27x86: drop dead SSE2AVX-related codeJan Beulich1-22/+8
2023-01-27x86: use ModR/M for FPU insns with operandsJan Beulich1-22/+34
2023-01-27x86/Intel: improve special casing of certain insnsJan Beulich1-21/+15
2023-01-27Call bfd_close_all_done in output_file_closeAlan Modra1-1/+1
2023-01-27gas macro memory leaksAlan Modra4-52/+45
2023-01-27gas/testsuite: Add -gcodeview test for aarch64-w64-mingw32Mark Harmstone4-0/+350
2023-01-27gas: Add CodeView constant for aarch64Mark Harmstone2-6/+14
2023-01-27Free gas/dwarf2dbg.c dirsAlan Modra1-0/+2
2023-01-27Sanity check dwarf5 form of .fileAlan Modra1-0/+2
2023-01-27resolve gas shift expressions with large exponents to zeroAlan Modra1-2/+12
2023-01-23Add support for secidx relocations to aarch64-w64-mingw32Mark Harmstone1-0/+26
2023-01-20Add OpenBSD ARM GAS support.Frederic Cambus2-1/+5
2023-01-20x86: avoid strcmp() in a few placesJan Beulich1-11/+11
2023-01-20x86: move insn mnemonics to a separate tableJan Beulich3-3/+4
2023-01-20x86: abstract out obtaining of a template's mnemonicJan Beulich2-75/+79