aboutsummaryrefslogtreecommitdiff
path: root/gas
AgeCommit message (Expand)AuthorFilesLines
2022-09-07LoongArch: fix gas BFD_RELOC_8/16/24 bugmengqinggang3-18/+58
2022-09-02RISC-V: Print highest address (-1) on the disassemblerTsukasa OI6-0/+71
2022-09-02RISC-V: PR29342, Fix RV32 disassembler address computationTsukasa OI4-1/+135
2022-09-02RISC-V: Add address printer tests with ADDIWTsukasa OI3-0/+64
2022-08-31Add OpenBSD AArch64 GAS support.Frederic Cambus2-0/+5
2022-08-30Add a testcase for PR 29494.Nick Clifton3-0/+10001
2022-08-30LoongArch: Fix redefinition of "PACKAGE".liuzhensong1-1/+1
2022-08-30RISC-V: Add 'Zmmul' extension in assembler.Tsukasa OI15-2/+143
2022-08-28PR29494 Trailing jump table on ARMAlan Modra1-6/+6
2022-08-25GAS: Add a return type tag to DWARF DIEs generated for function symbols.Nick Clifton6-4/+82
2022-08-25GAS: Allow AArch64 pseudo-ops to accept the command line separator character.Nick Clifton4-12/+30
2022-08-25gas: NEWS: Add the RISC-V features for 2.39Palmer Dabbelt1-0/+12
2022-08-25gas: NEWS: Add the RISC-V features for 2.38Palmer Dabbelt1-0/+11
2022-08-25gas: NEWS: Add the RISC-V features for 2.37Palmer Dabbelt1-0/+3
2022-08-25gas: NEWS: Add the RISC-V features for 2.36Palmer Dabbelt1-0/+2
2022-08-25gas: NEWS: Add the RISC-V features for 2.35Palmer Dabbelt1-0/+5
2022-08-25gas: NEWS: Add the RISC-V features for 2.31Palmer Dabbelt1-0/+2
2022-08-24gas: arm: handle multiple .directives on a single line (PR29519)Richard Earnshaw3-20/+73
2022-08-22LoongArch: gas: add support using constant variable in instructions.tangxiaolin11-18/+352
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-16i386: Add MAX_OPERAND_BUFFER_SIZEH.J. Lu3-0/+14
2022-08-13readelf: print 0x0 as 0, and remove trailing spacesAlan Modra54-154/+153
2022-08-11ppc/svp64: support svindex instructionDmitry Selyutin3-0/+25
2022-08-11ppc/svp64: support svremap instructionDmitry Selyutin3-0/+25
2022-08-11ppc/svp64: support svshape instructionDmitry Selyutin3-0/+19
2022-08-11ppc/svp64: support svstep instructionsDmitry Selyutin3-0/+19
2022-08-11ppc/svp64: support setvl instructionsDmitry Selyutin3-0/+24
2022-08-11ppc/svp64: introduce non-zero operand flagDmitry Selyutin1-3/+18
2022-08-11ppc/svp64: support LibreSOC architectureDmitry Selyutin1-0/+2
2022-08-11PR29466, APP/NO_APP with .linefileAlan Modra9-4/+43
2022-08-10gas/Dwarf: properly skip zero-size functionsJan Beulich1-19/+20
2022-08-09Another gas manual typo correction.Stepan Nemec1-1/+1
2022-08-09Fix typos in assembler documentation.Stepan Nemec1-10/+11
2022-08-09x86-64: adjust MOVQ to/from SReg attributesJan Beulich2-6/+20
2022-08-09x86: allow use of broadcast with X/Y/Z-suffixed AVX512-FP16 insnsJan Beulich6-0/+9
2022-08-08Mach-O: i18n enablement on some error messages.Tsukasa OI2-2/+7
2022-08-05gas: fix a testcase broken by new ZSTD supportTsukasa OI2-3/+2
2022-08-05When gas/read.c calls mbstowcs with a NULL destination, it should set size to 0Nick Clifton2-1/+10
2022-08-04Don't use BFD_VMA_FMT in binutilsAlan Modra4-14/+14
2022-08-03x86: improve/shorten vector zeroing-idiom optimization conditionalJan Beulich1-12/+7
2022-08-03x86: also use D for MOVBEJan Beulich1-7/+7
2022-08-02arm: Add cfi expression support for ra_auth_codeVictor Do Nascimento3-0/+57
2022-08-02arm: Use DWARF numbering convention for pseudo-register representationVictor Do Nascimento3-70/+95
2022-08-01x86: SKINIT with operand needs IgnoreSizeJan Beulich3-0/+45
2022-08-01opcodes: LoongArch: add "ret" instruction to reduce typingWANG Xuerui2-0/+2
2022-08-01opcodes: LoongArch: make all non-native jumps desugar to canonical b{lt/ge}[u...WANG Xuerui1-3/+3
2022-08-01Get rid of fprintf_vma and sprintf_vmaAlan Modra12-350/+279
2022-07-29libopcodes/aarch64: add support for disassembler stylingAndrew Burgess1-1/+44
2022-07-29Arm64: re-work PR gas/27217 fixJan Beulich2-46/+23