aboutsummaryrefslogtreecommitdiff
path: root/gas/config
AgeCommit message (Expand)AuthorFilesLines
2022-10-31Support Intel PREFETCHICui, Lili1-3/+8
2022-10-29RISC-V: Always generate mapping symbols at the start of the sections.Nelson Chu1-13/+0
2022-10-28RISC-V: Improve "bits undefined" diagnosticsTsukasa OI1-2/+2
2022-10-28RISC-V: Fallback for instructions longer than 64bTsukasa OI1-5/+8
2022-10-28RISC-V/gas: fix build with certain gcc versionsJan Beulich1-7/+7
2022-10-28RISC-V: Fix build failure for -Werror=maybe-uninitializedTsukasa OI1-1/+1
2022-10-28RISC-V: Output mapping symbols with ISA string.Nelson Chu2-37/+131
2022-10-27PowerPC: Add support for RFC02658 - MMA+ Outer-Product InstructionsPeter Bergner1-2/+1
2022-10-27PowerPC: Add support for RFC02653 - Dense Math FacilityPeter Bergner1-1/+12
2022-10-21Support Intel AMX-FP16Cui,Lili1-0/+1
2022-10-20x86: Check VEX/EVEX encoding before checking vector operandsH.J. Lu1-4/+4
2022-10-20x86: re-work AVX-VNNI supportJan Beulich1-6/+0
2022-10-19aarch64-pe support for LD, GAS and BFDJedidiah Thompson4-24/+76
2022-10-16PowerPC se_rfmci and VLE, SPE2 and LSP insns with -manyAlan Modra1-56/+40
2022-10-14e200 LSP supportAlan Modra1-0/+24
2022-10-12x86: drop "regmask" static variableJan Beulich1-3/+2
2022-10-05x86/gas: support quoted address scale factor in AT&T syntaxJan Beulich1-12/+19
2022-10-04RISC-V/gas: allow generating up to 176-bit instructions with .insnJan Beulich1-6/+26
2022-10-04RISC-V/gas: don't open-code insn_length()Jan Beulich1-1/+1
2022-10-04RISC-V/gas: drop stray call to install_insn()Jan Beulich1-1/+0
2022-10-04RISC-V/gas: drop riscv_subsets static variableJan Beulich1-18/+14
2022-10-04RISC-V: don't cast expressions' X_add_number to long in diagnosticsJan Beulich1-4/+4
2022-10-03RISC-V: Assign DWARF numbers to vector registersTsukasa OI1-0/+3
2022-09-30RISC-V: Eliminate long-casts of X_add_number in diagnosticsChristoph Müllner1-8/+8
2022-09-30RISC-V: fix build after "Add support for arbitrary immediate encoding formats"Jan Beulich1-4/+4
2022-09-30x86: improve match_template()'s diagnosticsJan Beulich1-31/+50
2022-09-30x86/Intel: restrict suffix derivationJan Beulich2-61/+85
2022-09-30LoongArch: Update ELF e_flags handling according to specification.liuzhensong1-10/+10
2022-09-28The help document of as misses some many optionsNick Clifton1-1/+2
2022-09-22RISC-V: Add support for literal instruction argumentsChristoph Müllner1-0/+10
2022-09-22RISC-V: Add support for arbitrary immediate encoding formatsChristoph Müllner1-0/+74
2022-09-22RISC-V: Add macro-only operands to validate_riscv_insnTsukasa OI1-0/+3
2022-09-21RISC-V: Fix riscv_set_tso declarationTsukasa OI1-1/+1
2022-09-21RISC-V: Set EF_RISCV_TSO also on .option archTsukasa OI1-0/+3
2022-09-21RISC-V: Implement Ztso extensionShihua1-0/+11
2022-09-21RISC-V: Always generate R_RISCV_CALL_PLT reloc for call in assembler.Nelson Chu1-6/+2
2022-09-21Re: PowerPC64 pcrel got relocs against local symbolsAlan Modra1-6/+52
2022-09-20LoongArch: Set macro SUB_SEGMENT_ALIGN to 0.liuzhensong1-0/+2
2022-09-16PowerPC64 pcrel got relocs against local symbolsAlan Modra1-0/+6
2022-09-15bfd, binutils, gas: Remove/mark unused variablesTsukasa OI1-3/+0
2022-09-12ppc: Document the -mfuture and -Mfuture options and make them usablePeter Bergner1-0/+2
2022-09-09RISC-V: Fix vector CSR requirementsTsukasa OI1-1/+1
2022-09-07LoongArch: fix gas BFD_RELOC_8/16/24 bugmengqinggang1-18/+41
2022-08-30LoongArch: Fix redefinition of "PACKAGE".liuzhensong1-1/+1
2022-08-25GAS: Allow AArch64 pseudo-ops to accept the command line separator character.Nick Clifton1-12/+5
2022-08-24gas: arm: handle multiple .directives on a single line (PR29519)Richard Earnshaw1-20/+44
2022-08-22LoongArch: gas: add support using constant variable in instructions.tangxiaolin2-18/+20
2022-08-18x86: move / quiesce pre-386 non-16-bit warningJan Beulich1-6/+12
2022-08-18x86: insert "no error" enumerator in i386_error enumerationJan Beulich1-0/+1
2022-08-11ppc/svp64: introduce non-zero operand flagDmitry Selyutin1-3/+18