aboutsummaryrefslogtreecommitdiff
path: root/gas
AgeCommit message (Expand)AuthorFilesLines
2023-03-22gas: expand_irp memory leaksAlan Modra1-2/+10
2023-03-21x86: Check unbalanced braces in memory referenceH.J. Lu5-1/+15
2023-03-20x86: drop identifier_chars[]Jan Beulich1-22/+4
2023-03-20x86/AT&T: restrict recognition of the "absolute branch" prefix characterJan Beulich1-2/+4
2023-03-20x86: VexVVVV is now merely a booleanJan Beulich1-1/+1
2023-03-20x86: re-work build_modrm_byte()'s register assignmentJan Beulich1-287/+112
2023-03-20Changed ld and gas BPF testsCupertino Miranda1-1/+1
2023-03-17gas: apply md_register_arithmetic also to unary '+'Jan Beulich2-11/+16
2023-03-17gas: expose flag_macro_alternate globallyJan Beulich5-33/+20
2023-03-17gas: use flag_mri directly in macro processingJan Beulich4-39/+23
2023-03-17gas: isolate macro_strip_at to macro.cJan Beulich3-9/+4
2023-03-17gas: drop function pointer parameter from macro_init()Jan Beulich3-40/+16
2023-03-16configure: add new target aarch64-*-nto*Clément Chigot1-0/+1
2023-03-16BPF relocations review / refactoringCupertino Miranda1-7/+0
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