summaryrefslogtreecommitdiff
path: root/gas
Commit message (Expand)AuthorAgeFilesLines
* x86: use local variable in check_VecOperands()Jan Beulich2018-03-222-7/+13
* ix86: allow HLE store of accumulator to absolute addressJan Beulich2018-03-225-0/+25
* x86: fix swapped operand handling for BNDMOVJan Beulich2018-03-226-0/+31
* x86/Intel: fix fallout from earlier template foldingJan Beulich2018-03-225-2/+244
* x86: fold a few XOP templatesJan Beulich2018-03-225-4/+150
* Updated Spanish translation for the bfd/ sub-directory, and updated Ukranian ...Nick Clifton2018-03-192-2/+6
* RISC-V: Emit better warning for unknown CSR.Jim Wilson2018-03-165-6/+26
* Missing testcase files for last commit.Jim Wilson2018-03-142-0/+90
* RISC-V: Add .insn support.Jim Wilson2018-03-143-27/+673
* Updated Russian and Brazilian Portuguese translations.Nick Clifton2018-03-132-1027/+1247
* x86: Encode EVEX instructions with VEX128 if possibleH.J. Lu2018-03-094-25/+33
* x86: Strip whitespace in check_VecOperationsH.J. Lu2018-03-094-2/+15
* x86: Optimize with EVEX128 encoding for AVX512VLH.J. Lu2018-03-0813-56/+459
* x86-64: Also optimize "clr reg64"H.J. Lu2018-03-084-7/+23
* x86: Remove support for old (<= 2.8.1) versions of gccH.J. Lu2018-03-0810-54/+44
* x86: fold several AVX512VL templatesJan Beulich2018-03-082-6/+47
* x86: fold certain AVX512 rotate and shift templatesJan Beulich2018-03-082-3/+9
* x86: drop {X,Y,Z}MMWORD_MNEM_SUFFIXJan Beulich2018-03-083-43/+32
* x86: correct operand size match checks for BMI/BMI2 insnsJan Beulich2018-03-085-7/+64
* x86: fold redundant expressions in process_suffix()Jan Beulich2018-03-082-20/+18
* x86: simplify result processing of cpu_flags_match()Jan Beulich2018-03-082-24/+21
* x86: add GFNI, VAES, and VPCLMUL checking to cpu_flags_match()Jan Beulich2018-03-0819-2/+177
* x86: change AVX512VL handling in cpu_flags_match()Jan Beulich2018-03-082-11/+9
* x86: drop CPU_FLAGS_32BIT_MATCHJan Beulich2018-03-082-5/+10
* x86: simplify AVX checks in cpu_flags_match()Jan Beulich2018-03-082-22/+14
* x86: avoid cpu_flags_match() bogusly setting CPU_FLAGS_ARCH_MATCHJan Beulich2018-03-082-6/+5
* x86: extend SSE check to PCLMULQDQ, AES, and GFNI insnsJan Beulich2018-03-0816-126/+88
* x86: drop FloatDJan Beulich2018-03-082-7/+12
* x86/Intel: correct disassembly of fsub*/fdiv*Jan Beulich2018-03-083-0/+716
* x86: adjust 4-XMM-register-group related warningJan Beulich2018-03-084-30/+39
* x86: bogus VMOVD with 64-bit operands should only allow for registersJan Beulich2018-03-084-6/+6
* x86: fold AVX vcvtpd2ps memory formsJan Beulich2018-03-082-10/+42
* Really remove unnecessary power9 group terminating nopAlan Modra2018-03-082-4/+8
* Remove unnecessary power9 group terminating nopAlan Modra2018-03-082-10/+13
* x86: Rewrite NOP generation for fill and alignmentH.J. Lu2018-03-0765-3363/+2392
* XCOFF disassemblerAlan Modra2018-03-074-74/+81
* [ARM] Fix NULL dereference of march_ext_optThomas Preud'homme2018-03-022-1/+6
* [ARM] Clean up selection of feature bitsThomas Preud'homme2018-03-012-111/+171
* x86: Encode AVX256/AVX512 vpsub[bwdq] with VEX128/EVEX128H.J. Lu2018-03-016-2/+121
* Add missing translations to ALL_LINGUASAlan Modra2018-03-013-2/+7
* gas: Rename .nop directive to .nopsH.J. Lu2018-02-2726-44/+77
* x86: Add -O[2|s] assembler command-line optionsH.J. Lu2018-02-2721-2/+773
* Add a new Portuguese translation for the binutils sub-directory, and update t...Nick Clifton2018-02-272-1006/+1094
* GAS/doc: Clean up `.dc' and `.ds' directive descriptionsMaciej W. Rozycki2018-02-262-5/+9
* Fix typo in documentation of assembler's .dc directive.Nick Clifton2018-02-262-1/+5
* BFD messagesAlan Modra2018-02-262-1/+5
* MIPS messagesAlan Modra2018-02-262-1/+5
* Document the assembler's .dc, .dcb and .ds directives.Nick Clifton2018-02-232-5/+107
* nds32: Support target directive .ict_model.Kuan-Lin Chen2018-02-232-1/+59
* Diagnose when trying to assemble conditional FP16 vmovx and vinsAndre Simoes Dias Vieira2018-02-223-205/+279