summaryrefslogtreecommitdiff
path: root/gas
Commit message (Expand)AuthorAgeFilesLines
* aarch64: Consolidate ZA tile range checksRichard Sandiford2023-03-306-163/+127
* aarch64: Reuse parse_typed_reg for ZA tilesRichard Sandiford2023-03-301-51/+47
* aarch64: Rework parse_typed_reg interfaceRichard Sandiford2023-03-301-71/+53
* aarch64: Move vectype_to_qualifier further upRichard Sandiford2023-03-301-75/+75
* aarch64: Add REG_TYPE_ZATHVRichard Sandiford2023-03-301-14/+9
* aarch64: Rename REG_TYPE_ZA* to REG_TYPE_ZAT*Richard Sandiford2023-03-301-10/+11
* aarch64: Use aarch64_operand_error more widelyRichard Sandiford2023-03-301-22/+8
* aarch64: Fix SVE2 register/immediate distinctionRichard Sandiford2023-03-303-1/+13
* aarch64: Restrict range of PRFM opcodesRichard Sandiford2023-03-304-17/+17
* aarch64: Fix PSEL opcode maskRichard Sandiford2023-03-302-0/+8
* aarch64: Add sme-i16i64 and sme-f64f64 aliasesRichard Sandiford2023-03-304-6/+160
* Avoid undefined behaviour in m68hc11 md_beginAlan Modra2023-03-281-17/+15
* Tidy tc-ppc.c XCOFF auxent accessAlan Modra2023-03-271-45/+48
* Use stdint types in coff internal_auxentAlan Modra2023-03-272-17/+17
* gas: expand_irp memory leaksAlan Modra2023-03-221-2/+10
* x86: Check unbalanced braces in memory referenceH.J. Lu2023-03-215-1/+15
* x86: drop identifier_chars[]Jan Beulich2023-03-201-22/+4
* x86/AT&T: restrict recognition of the "absolute branch" prefix characterJan Beulich2023-03-201-2/+4
* x86: VexVVVV is now merely a booleanJan Beulich2023-03-201-1/+1
* x86: re-work build_modrm_byte()'s register assignmentJan Beulich2023-03-201-287/+112
* Changed ld and gas BPF testsCupertino Miranda2023-03-201-1/+1
* 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