aboutsummaryrefslogtreecommitdiff
path: root/gas
AgeCommit message (Expand)AuthorFilesLines
2018-03-08x86: avoid cpu_flags_match() bogusly setting CPU_FLAGS_ARCH_MATCHJan Beulich2-6/+5
2018-03-08x86: extend SSE check to PCLMULQDQ, AES, and GFNI insnsJan Beulich16-126/+88
2018-03-08x86: drop FloatDJan Beulich2-7/+12
2018-03-08x86/Intel: correct disassembly of fsub*/fdiv*Jan Beulich3-0/+716
2018-03-08x86: adjust 4-XMM-register-group related warningJan Beulich4-30/+39
2018-03-08x86: bogus VMOVD with 64-bit operands should only allow for registersJan Beulich4-6/+6
2018-03-08x86: fold AVX vcvtpd2ps memory formsJan Beulich2-10/+42
2018-03-08Really remove unnecessary power9 group terminating nopAlan Modra2-4/+8
2018-03-08Remove unnecessary power9 group terminating nopAlan Modra2-10/+13
2018-03-07x86: Rewrite NOP generation for fill and alignmentH.J. Lu65-3363/+2392
2018-03-07XCOFF disassemblerAlan Modra4-74/+81
2018-03-02[ARM] Fix NULL dereference of march_ext_optThomas Preud'homme2-1/+6
2018-03-01[ARM] Clean up selection of feature bitsThomas Preud'homme2-111/+171
2018-03-01x86: Encode AVX256/AVX512 vpsub[bwdq] with VEX128/EVEX128H.J. Lu6-2/+121
2018-03-01Add missing translations to ALL_LINGUASAlan Modra3-2/+7
2018-02-27gas: Rename .nop directive to .nopsH.J. Lu26-44/+77
2018-02-27x86: Add -O[2|s] assembler command-line optionsH.J. Lu21-2/+773
2018-02-27Add a new Portuguese translation for the binutils sub-directory, and update t...Nick Clifton2-1006/+1094
2018-02-26GAS/doc: Clean up `.dc' and `.ds' directive descriptionsMaciej W. Rozycki2-5/+9
2018-02-26Fix typo in documentation of assembler's .dc directive.Nick Clifton2-1/+5
2018-02-26BFD messagesAlan Modra2-1/+5
2018-02-26MIPS messagesAlan Modra2-1/+5
2018-02-23Document the assembler's .dc, .dcb and .ds directives.Nick Clifton2-5/+107
2018-02-23nds32: Support target directive .ict_model.Kuan-Lin Chen2-1/+59
2018-02-22Diagnose when trying to assemble conditional FP16 vmovx and vinsAndre Simoes Dias Vieira3-205/+279
2018-02-22x86: Add {rex} pseudo prefixH.J. Lu5-0/+94
2018-02-22Fix memory access violation when attempting to shorten a suffixed micromips i...A. Wilcox2-1/+7
2018-02-20MIPS16/GAS/testsuite: Add cross-section R_MIPS16_PC16_S1 relocation testsMaciej W. Rozycki6-0/+122
2018-02-20gas: xtensa: limit size of auto litpoolsMax Filippov7-45/+119
2018-02-20Clarify .arch_extension possible valuesThomas Preud'homme2-1/+6
2018-02-17Add .nop assembler directiveH.J. Lu30-111/+812
2018-02-15Fix AArch32 build attributes for Armv8.4-A.Tamar Christina3-1/+23
2018-02-13gas: xtensa: fix trampoline placementMax Filippov2-0/+11
2018-02-13Fix ARm assembler so that it rejects invalid immediate values for the Thumb O...Nick Clifton5-3/+28
2018-02-13x86-64: Generate branch with PLT32 relocationH.J. Lu10-23/+85
2018-02-13Fix compile time warning messages from gcc version 8 about cast between incom...Nick Clifton9-16/+75
2018-02-13MIPS/GAS/testsuite: Correct duplicate `Loongson-3A tests' test nameMaciej W. Rozycki2-1/+5
2018-02-12MIPS/GAS/test: Fix an n32 `.reginfo' size test failureMaciej W. Rozycki2-1/+6
2018-02-12MIPS: Fix encoding for MIPSr6 sigrie instruction.Henry Wong4-6/+12
2018-02-12Update Russian translation for the gas/ sub-directory.Nick Clifton2-574/+600
2018-02-08PR22819, powerpc gas "instruction address is not a multiple of 4"Alan Modra8-35/+70
2018-02-05RISC-V/GAS: Correct an `expr' global shadowing error for pre-4.8 GCCMaciej W. Rozycki2-3/+8
2018-02-05MIPS/BFD: Correctly report unsupported `.reginfo' section sizeMaciej W. Rozycki6-0/+24
2018-02-05Updated Brazillian portuguese and Russian translationNick Clifton2-273/+263
2018-01-31PR22714, Assembler preprocessor loses track of \@Alan Modra2-1/+29
2018-01-30Fix PR gas/22738 (.dc.a directive has wrong size on SPARC 64-bit).Eric Botcazou3-2/+26
2018-01-29Update Russian translation for the gas sub-directoryNick Clifton2-4734/+9701
2018-01-26MIPS/GAS: Correct `mips-*-windiss' target emulation configurationMaciej W. Rozycki2-0/+6
2018-01-26MIPS/GAS: Correct `mips-*-sysv4*' target emulation configurationMaciej W. Rozycki2-1/+6
2018-01-24[GAS][AARCH64]Add group relocations to create PC-relative offset.Renlin Li16-0/+263