summaryrefslogtreecommitdiff
path: root/gas
Commit message (Expand)AuthorAgeFilesLines
* gas: apply md_register_arithmetic also to unary '+'Jan Beulich2023-03-172-11/+16
* gas: expose flag_macro_alternate globallyJan Beulich2023-03-175-33/+20
* gas: use flag_mri directly in macro processingJan Beulich2023-03-174-39/+23
* gas: isolate macro_strip_at to macro.cJan Beulich2023-03-173-9/+4
* gas: drop function pointer parameter from macro_init()Jan Beulich2023-03-173-40/+16
* configure: add new target aarch64-*-nto*Clément Chigot2023-03-161-0/+1
* BPF relocations review / refactoringCupertino Miranda2023-03-161-7/+0
* Fix assembler documentation regarding data directives.Nick Clifton2023-03-142-1/+31
* gas/read.c: init more staticsAlan Modra2023-03-141-62/+85
* gas .include and .incbinAlan Modra2023-03-145-105/+66
* gas/dwarf2dbg.c init more staticsAlan Modra2023-03-141-11/+17
* gas/ecoff.c: don't use zero struct copies to initAlan Modra2023-03-141-18/+9
* gas/compress-debug.c init all of strmAlan Modra2023-03-141-4/+2
* Arm64/gas: drop redundant feature prereqsJan Beulich2023-03-101-11/+4
* Arm64/gas: add missing prereq featuresJan Beulich2023-03-101-6/+6
* x86: decouple broadcast type and bytes fieldsJan Beulich2023-03-101-5/+6
* x86-64: adjust REX-prefix part of SSE2AVX testJan Beulich2023-03-102-46/+46
* x86: move more disp processing out of md_assemble()Jan Beulich2023-03-101-43/+46
* x86: use set_rex_vrex() also for short-form handlingJan Beulich2023-03-101-21/+20
* eh static dataAlan Modra2023-03-103-21/+31
* gas: allow frag address wrapping in absolute sectionAlan Modra2023-03-091-1/+2
* x86: use swap_2_operands() in build_vex_prefix()Jan Beulich2023-03-031-17/+3
* x86: drop redundant calculation of EVEX broadcast sizeJan Beulich2023-03-031-3/+0
* gas: default .debug section compression method adjustmentsJan Beulich2023-03-031-2/+7
* x86: avoid .byte in testcases where possibleJan Beulich2023-03-034-220/+152
* More bounds checking in macro_expandAlan Modra2023-03-021-4/+4
* Using .mri in assemblyAlan Modra2023-03-021-7/+8
* Catch overflow in gas s_spaceAlan Modra2023-03-011-11/+21
* gas s_fill caused internal error in frag_newAlan Modra2023-03-011-10/+20
* Memory leak in gas do_repeatAlan Modra2023-03-011-0/+1
* [Aarch64] Add Binutils support for MECRichard Ball2023-02-286-0/+61
* gas/testsuite: adjust another test for case insensitive file systemsClément Chigot2023-02-271-1/+1
* Do not change the timestamp when updating the gas asconfig file.Benson Muite2023-02-273-2/+9
* x86: allow to request ModR/M encodingJan Beulich2023-02-245-9/+296
* x86: MONITOR/MWAIT are not SSE3 insnsJan Beulich2023-02-2417-28/+140
* x86-64: don't permit LAHF/SAHF with "generic64"Jan Beulich2023-02-2412-5/+111
* x86: have insns acting on segment selector values allow for consistent operandsJan Beulich2023-02-247-1/+246
* x86: restrict insn templates accepting negative 8-bit immediatesJan Beulich2023-02-245-52/+66
* x86-64: LAR and LSL don't need REX.WJan Beulich2023-02-222-24/+24
* x86: optimize BT{,C,R,S} $imm,%regJan Beulich2023-02-228-0/+115
* gas/testsuite: adjust a test for case insensitive file systemsClément Chigot2023-02-212-7/+7
* PR30046, power cmpi leads to unknown architectureAlan Modra2023-02-171-7/+7
* Delete PROGRESS macrosAlan Modra2023-02-163-16/+0
* gas_initAlan Modra2023-02-161-19/+20
* RISC-V: as_warn() already emits a newlineJan Beulich2023-02-161-1/+1
* x86/gas: replace inappropriate assertion when parsing registersJan Beulich2023-02-161-6/+8
* gas: buffer_and_nest() needs to pass nul-terminated string to temp_ilp()Jan Beulich2023-02-151-5/+5
* gas: correct symbol name comparison in .startof./.sizeof. handlingJan Beulich2023-02-143-2/+7
* gas: improve interaction between read_a_source_file() and s_linefile()Jan Beulich2023-02-142-6/+10
* PR30120: fix x87 fucomp misassembledMichael Matz2023-02-132-3/+20