aboutsummaryrefslogtreecommitdiff
path: root/gas
AgeCommit message (Expand)AuthorFilesLines
2022-05-27Remove use of bfd_uint64_t and similarAlan Modra8-70/+55
2022-05-27x86/Intel: allow MASM representation of embedded rounding / SAEJan Beulich12-1960/+2015
2022-05-27x86: re-work AVX512 embedded rounding / SAEJan Beulich4-72/+119
2022-05-27x86/Intel: adjust representation of embedded rounding / SAEJan Beulich36-9924/+9924
2022-05-27x86/Intel: allow MASM representation of embedded broadcastJan Beulich24-4140/+4262
2022-05-27x86/Intel: adjust representation of embedded broadcastJan Beulich50-16765/+16765
2022-05-26 arm: avoid use of GNU builtin function in s_arm_unwind_save_mixedRichard Earnshaw1-40/+17
2022-05-25RISC-V: Fix RV32Q conflictTsukasa OI7-3/+19
2022-05-25opcodes: introduce BC field; fix iselDmitry Selyutin4-4/+4
2022-05-25ppc: extend opindex to 16 bitsDmitry Selyutin2-13/+17
2022-05-20RISC-V: Update zfinx implement with zicsr.Jia-Wei Chen1-0/+36
2022-05-20RISC-V: Remove RV128-only fmv instructionsTsukasa OI3-0/+8
2022-05-19arm: Fix system register fpcxt_ns and fpcxt_s naming convention.Srinath Parvathaneni3-3/+88
2022-05-19Arm64: force emission of ILP32-dependent relocsJan Beulich1-1/+1
2022-05-18Arm64: follow-on to PR gas/27217 fixJan Beulich1-2/+7
2022-05-18oops - forgot changelog entry for the previous delta.Victor Do Nascimento1-0/+16
2022-05-18arm: Add unwind support for mixed register listsVictor Do Nascimento4-42/+107
2022-05-18gas: avoid octal numbers being accepted when processing .linefileJan Beulich3-0/+12
2022-05-18gas: avoid bignum related errors when processing .linefileJan Beulich4-4/+27
2022-05-18gas: fold do_repeat{,_with_expander}()Jan Beulich4-46/+15
2022-05-18gas: don't ignore .linefile inside false conditionalsJan Beulich4-0/+26
2022-05-18gas: simplify ignore_input()Jan Beulich1-11/+13
2022-05-18gas: tweak .irp and alike file/line handling for M68K/MRIJan Beulich1-1/+4
2022-05-17RISC-V: Added half-precision floating-point v1.0 instructions.Nelson Chu6-1/+191
2022-05-16IBM zSystems: Fix left-shifting negative PCRel32 values (PR gas/29152)Ilya Leoshkevich1-3/+3
2022-05-12Re: IBM zSystems: Accept (. - 0x100000000) PCRel32 operandsAlan Modra2-7/+7
2022-05-10gas: remove use of PTRAlan Modra1-1/+1
2022-05-09IBM zSystems: Accept (. - 0x100000000) PCRel32 operandsIlya Leoshkevich6-6/+26
2022-04-27x86: Disable 2 tests with large memory requirementH.J. Lu1-1/+2
2022-04-27x86: VFPCLASSSH is Evex.LLIGJan Beulich5-0/+52
2022-04-21Delete unused COFF gas macroAlan Modra1-6/+3
2022-04-20x86: reject all invalid SAE variantsJan Beulich3-1/+11
2022-04-20Revert "as: Reject unknown -gXXX option" testsuiteAlan Modra4-6/+0
2022-04-19as: Reject unknown -gXXX optionH.J. Lu5-0/+8
2022-04-19x86: don't mistake ordinary immediates for SAE / rounding controlJan Beulich3-3/+15
2022-04-19x86: VCMPSH is Evex.LLIGJan Beulich5-0/+61
2022-04-19x86/Intel: test non-legacy VCVT{,U}SI2SH insn formsJan Beulich2-6/+6
2022-04-19x86: correct and simplify NOP disassemblyJan Beulich3-43/+12
2022-04-14M68K: avoid quadratic slowdlow in label alignment checkSergei Trofimovich2-34/+26
2022-04-12gas: new_logical_line{,_flags}() can return "void"Jan Beulich3-18/+13
2022-04-12gas: drop .appfile and .applineJan Beulich18-141/+109
2022-04-12gas: further adjust file/line handling for .macroJan Beulich4-22/+50
2022-04-12gas: further adjust file/line handling for .irp and alikeJan Beulich17-1208/+1350
2022-04-12x86: make {disp16} work similarly to {disp32}Jan Beulich5-4/+22
2022-04-09Don't run pr27228 test for hppaAlan Modra1-1/+1
2022-04-08gas: Port "copy st_size only if unset" to aarch64 and riscvFangrui Song3-21/+22
2022-04-07Add support for COFF secidx relocationsMark Harmstone8-23/+192
2022-04-07gas/Dwarf: record functionsJan Beulich7-7/+368
2022-04-07Arm64: arrange for line number emission for .instJan Beulich4-1/+24
2022-04-07Arm32: arrange for line number emission for .instJan Beulich2-0/+23