aboutsummaryrefslogtreecommitdiff
path: root/gas
AgeCommit message (Expand)AuthorFilesLines
2023-11-24x86: shrink opcode sets tableJan Beulich2-130/+130
2023-11-24x86: also prefer VEX encoding over EVEX one for VCVTNEPS2BF16 when possibleJan Beulich3-13/+62
2023-11-24RISC-V: reduce redundancy in sign/zero extension macro insn handlingJan Beulich1-16/+5
2023-11-24RISC-V: disallow x0 with certain macro-insnsJan Beulich2-3/+6
2023-11-23s390: Add missing extended mnemonicsJens Remus13-7/+68
2023-11-23s390: Align optional operand definition to specsJens Remus6-10/+27
2023-11-23s390: Add brasl edge test cases from ESA to z/ArchitectureJens Remus2-0/+12
2023-11-23s390: Position independent verification of relative addressingJens Remus6-237/+237
2023-11-23MIPS/GAS: Use addiu instead of addi in test elf-rel.YunQiang Su4-30/+36
2023-11-23MIPS/GAS: Fix test failures due to jr encoding changes on r6YunQiang Su6-5/+14
2023-11-23RISC-V: Add vector permutation instructions for T-Head VECTOR vendor extensionJin Ma2-0/+68
2023-11-23RISC-V: Add vector mask instructions for T-Head VECTOR vendor extensionJin Ma2-0/+56
2023-11-23RISC-V: Add reductions instructions for T-Head VECTOR vendor extensionJin Ma2-0/+68
2023-11-23RISC-V: Add floating-point arithmetic instructions for T-Head VECTOR vendor e...Jin Ma2-0/+358
2023-11-23RISC-V: Add fixed-point arithmetic instructions for T-Head VECTOR vendor exte...Jin Ma2-0/+178
2023-11-23RISC-V: Add integer arithmetic instructions for T-Head VECTOR vendor extensionJin Ma2-0/+657
2023-11-23RISC-V: Add sub-extension XTheadZvamo for T-Head VECTOR vendor extensionJin Ma3-0/+161
2023-11-23RISC-V: Add load/store segment instructions for T-Head VECTOR vendor extensionJin Ma2-0/+1708
2023-11-23RISC-V: Add load/store instructions for T-Head VECTOR vendor extensionJin Ma2-0/+268
2023-11-23RISC-V: Add configuration-setting instructions for T-Head VECTOR vendor exten...Jin Ma2-0/+15
2023-11-23RISC-V: Add CSRs for T-Head VECTOR vendor extensionJin Ma5-0/+57
2023-11-23RISC-V: Add T-Head VECTOR vendor extension.Jin Ma5-0/+13
2023-11-22LoongArch: fix internal error when as handling unsupported modifier.Lulu Cai4-1/+13
2023-11-21bpf: Fixed register parsing disambiguating with possible symbol.Cupertino Miranda2-0/+7
2023-11-18gas: bpf: do not allow referring to register names as symbols in operandsJose E. Marchesi7-49/+102
2023-11-17bpf: avoid creating wrong symbols while parsingDavid Faust5-0/+107
2023-11-17x86: improve a few diagnosticsJan Beulich9-84/+93
2023-11-17x86: don't allow pseudo-prefixes to be overridden by legacy suffixesJan Beulich1-3/+19
2023-11-17x86: CPU-qualify {disp16} / {disp32}Jan Beulich5-19/+68
2023-11-17x86: use IS_ELFJan Beulich2-7/+4
2023-11-17x86: conditionally hide object-format-specific functionsJan Beulich2-23/+31
2023-11-17x86: fold conditionals in check_long_reg()Jan Beulich1-13/+5
2023-11-17x86-64: extend expected-size check in check_qword_reg()Jan Beulich3-19/+26
2023-11-16aarch64: Add support for VMSA feature enhancements.Srinath Parvathaneni3-0/+166
2023-11-16aarch64: Add new AT system instructions.Srinath Parvathaneni3-0/+11
2023-11-16aarch64: Add support to new features in RAS extension.Srinath Parvathaneni8-5/+87
2023-11-16aarch64: Add features to the Statistical Profiling Extension.Srinath Parvathaneni4-0/+18
2023-11-16aarch64: Add SLC target for PRFM instruction.Srinath Parvathaneni2-26/+32
2023-11-15GAS/MIPS: add "--defsym r6=" for default when it's r6YunQiang Su2-0/+10
2023-11-15Finalized intl-update patchesArsen Arsenovi?6-1358/+3522
2023-11-15MIPS: Fix Irix gas testcases about pdr sectionYunQiang Su10-7/+40
2023-11-13Regenerate gas/config.in and ld/configureMark Wielaard1-3/+3
2023-11-13Add documentation for the MIPS assembler's -march=from-abi command line optionNick Clifton1-0/+5
2023-11-10GAS/MIPS: Fix testcase module-defer-warn2 for r2+ triplesYunQiang Su4-1/+14
2023-11-10GAS/MIPS: Add mips16-e-irix.d testcaseYunQiang Su2-1/+51
2023-11-10MIPS: Change all E_MIPS_* to EF_MIPS_*Ying Huang4-16/+16
2023-11-10Add support for ilp32 register alias.Lulu Cai1-23/+18
2023-11-09aarch64: Fix error in THE system register checkingVictor Do Nascimento2-0/+10
2023-11-09x86: rework UWRMSR operand swappingJan Beulich1-15/+8
2023-11-09x86: do away with is_evex_encoding()Jan Beulich1-30/+15