summaryrefslogtreecommitdiff
path: root/gas
AgeCommit message (Expand)Author
2020-03-11NEWS: Mention x86 assembler options for CVE-2020-0551H.J. Lu
2020-03-11i386: Add tests for lfence with load/indirect branch/retH.J. Lu
2020-03-11i386: Generate lfence with load/indirect branch/ret [CVE-2020-0551]H.J. Lu
2020-03-11Add support for generating DWARF-5 format directory and file name tables from...Nick Clifton
2020-03-10More 1 << 31 signed overflowsAlan Modra
2020-03-09x86: use template for AVX/AVX512 floating point comparison insnsJan Beulich
2020-03-07Re: Add support for a ".file 0" directive if supporting DWARF 5 or higher.Alan Modra
2020-03-06Add support for a ".file 0" directive if supporting DWARF 5 or higher.Nick Clifton
2020-03-06Add support for --dwarf-[3|4|5] to assembler command line.Nick Clifton
2020-03-06Stop the assembler from complaining that the input and output files are the s...Nick Clifton
2020-03-06x86: reduce amount of various VCVT* templatesJan Beulich
2020-03-06x86: drop/replace IgnoreSizeJan Beulich
2020-03-06x86: fold (supposed to be) identical codeJan Beulich
2020-03-06x86: replace NoRex64 on VEX-encoded insnsJan Beulich
2020-03-06x86: drop Rex64 attributeJan Beulich
2020-03-06x86: correct MPX insn w/o base or index encoding in 16-bit modeJan Beulich
2020-03-06x86: add missing IgnoreSizeJan Beulich
2020-03-06x86: refine TPAUSE and UMWAITJan Beulich
2020-03-04RISC-V: Support assembler modifier %got_pcrel_hi.Nelson Chu
2020-03-04RISC-V: Add description for RISC-V Modifiers to as doc.Nelson Chu
2020-03-04Generate a warning in the ARM assembler if a PC-relative thumb load instructi...Alexandre Oliva
2020-03-04x86: support VMGEXITJan Beulich
2020-03-03x86: Replace IgnoreSize/DefaultSize with MnemonicSizeH.J. Lu
2020-03-03The patch fixed invalid compilation of instruction LD IY,(HL) and disassemble...Sergey Belyashov
2020-03-03x86: Allow integer conversion without suffix in AT&T syntaxH.J. Lu
2020-03-03x86: Improve -malign-branchHongtao Liu
2020-03-03Fix a potential illegal memory access in the Z80 assembler.Sergey Belyashov
2020-03-03Tidy obj-coff.hAlan Modra
2020-03-02miscellaneous SEC_SMALL_DATAAlan Modra
2020-02-28MIPS/fix_loongson3_llsc: fix when target has multi labelsYunQiang Su
2020-02-26[binutils][arm] Arm CDE CX*A instructions allow condition codeMatthew Malcomson
2020-02-26gas gettext warningAlan Modra
2020-02-26gas strncpy warningAlan Modra
2020-02-26Indent labelsAlan Modra
2020-02-20RISC-V: Support the read-only CSR checking.Nelson Chu
2020-02-20RISC-V: Disable the CSR checking by default.Nelson Chu
2020-02-20RISC-V: Support the ISA-dependent CSR checking.Nelson Chu
2020-02-21pdp11 reloc processingAlan Modra
2020-02-21PR25569, PDP11 ld -s clobbers last data byteAlan Modra
2020-02-19RISC-V: Add description for -march-attr/-mno-arch-attr options in gas doc.Nelson Chu
2020-02-19RISC-V: Convert the ADD/ADDI to the compressed MV/LI if RS1 is zero.Jim Wilson
2020-02-19Various fixes for the Z80 support.Sergey Belyashov
2020-02-19x86: Mark cvtpi2ps and cvtpi2pd as MMXH.J. Lu
2020-02-17x86: Remove CpuABM and add CpuPOPCNTH.J. Lu
2020-02-17x86: fold AddrPrefixOpReg templatesJan Beulich
2020-02-17x86/Intel: don't swap operands of MONITOR{,X} and MWAIT{,X}Jan Beulich
2020-02-17x86/Intel: improve diagnostics for ambiguous VCVT* operandsJan Beulich
2020-02-16x86: Don't disable SSE4a when disabling SSE4H.J. Lu
2020-02-14Remove the old movsx and movzx documentation for AT&T syntaxH.J. Lu
2020-02-14x86: replace adhoc (partly wrong) ambiguous operand checking for MOVSX/MOVZXJan Beulich