aboutsummaryrefslogtreecommitdiff
path: root/gas
AgeCommit message (Expand)AuthorFilesLines
2023-03-14Fix assembler documentation regarding data directives.Nick Clifton2-1/+31
2023-03-14gas/read.c: init more staticsAlan Modra1-62/+85
2023-03-14gas .include and .incbinAlan Modra5-105/+66
2023-03-14gas/dwarf2dbg.c init more staticsAlan Modra1-11/+17
2023-03-14gas/ecoff.c: don't use zero struct copies to initAlan Modra1-18/+9
2023-03-14gas/compress-debug.c init all of strmAlan Modra1-4/+2
2023-03-10Arm64/gas: drop redundant feature prereqsJan Beulich1-11/+4
2023-03-10Arm64/gas: add missing prereq featuresJan Beulich1-6/+6
2023-03-10x86: decouple broadcast type and bytes fieldsJan Beulich1-5/+6
2023-03-10x86-64: adjust REX-prefix part of SSE2AVX testJan Beulich2-46/+46
2023-03-10x86: move more disp processing out of md_assemble()Jan Beulich1-43/+46
2023-03-10x86: use set_rex_vrex() also for short-form handlingJan Beulich1-21/+20
2023-03-10eh static dataAlan Modra3-21/+31
2023-03-09gas: allow frag address wrapping in absolute sectionAlan Modra1-1/+2
2023-03-03x86: use swap_2_operands() in build_vex_prefix()Jan Beulich1-17/+3
2023-03-03x86: drop redundant calculation of EVEX broadcast sizeJan Beulich1-3/+0
2023-03-03gas: default .debug section compression method adjustmentsJan Beulich1-2/+7
2023-03-03x86: avoid .byte in testcases where possibleJan Beulich4-220/+152
2023-03-02More bounds checking in macro_expandAlan Modra1-4/+4
2023-03-02Using .mri in assemblyAlan Modra1-7/+8
2023-03-01Catch overflow in gas s_spaceAlan Modra1-11/+21
2023-03-01gas s_fill caused internal error in frag_newAlan Modra1-10/+20
2023-03-01Memory leak in gas do_repeatAlan Modra1-0/+1
2023-02-28[Aarch64] Add Binutils support for MECRichard Ball6-0/+61
2023-02-27gas/testsuite: adjust another test for case insensitive file systemsClément Chigot1-1/+1
2023-02-27Do not change the timestamp when updating the gas asconfig file.Benson Muite3-2/+9
2023-02-24x86: allow to request ModR/M encodingJan Beulich5-9/+296
2023-02-24x86: MONITOR/MWAIT are not SSE3 insnsJan Beulich17-28/+140
2023-02-24x86-64: don't permit LAHF/SAHF with "generic64"Jan Beulich12-5/+111
2023-02-24x86: have insns acting on segment selector values allow for consistent operandsJan Beulich7-1/+246
2023-02-24x86: restrict insn templates accepting negative 8-bit immediatesJan Beulich5-52/+66
2023-02-22x86-64: LAR and LSL don't need REX.WJan Beulich2-24/+24
2023-02-22x86: optimize BT{,C,R,S} $imm,%regJan Beulich8-0/+115
2023-02-21gas/testsuite: adjust a test for case insensitive file systemsClément Chigot2-7/+7
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