Extend the assembler so that it can automatically generate GNU Build attribute notes...
[external/binutils.git] / gas / ChangeLog
2018-04-26 Nick CliftonExtend the assembler so that it can automatically gener...
2018-04-26 Jan Beulichx86: fold various non-memory operand AVX512VL templates
2018-04-26 Jan Beulichx86: also optimize zeroing-masking variants of insns
2018-04-26 Jan Beulichx86: properly force / avoid forcing EVEX encoding
2018-04-26 Jan Beulichx86: CpuXSAVE is a prereq for various other features
2018-04-26 Jan Beulichx86: drop CpuRegMMX, CpuReg[XYZ]MM, and CpuRegMask
2018-04-26 Jan Beulichx86: don't recognize bnd<N> as registers without CpuMPX
2018-04-26 Jan Beulichx86: x87-related adjustments
2018-04-26 Jan Beulichx86: fix indentation in build_modrm_byte()
2018-04-26 Jan Beulichx86: move and fold common code in build_modrm_byte()
2018-04-26 Jan Beulichx86: drop VexImmExt
2018-04-26 Jan Beulichx86: tighten assertion in build_modrm_byte()
2018-04-26 Jan Beulichx86: drop dead code from build_modrm_byte()
2018-04-25 Christophe Lyon[ARM] Add TLS relocations for FDPIC.
2018-04-25 Christophe Lyon[ARM] Add FDPIC relocations definitions
2018-04-25 Christophe Lyon[ARM] Add FDPIC OSABI flag support.
2018-04-25 Tamar ChristinaFix the mask for the sqrdml(a|s)h instructions.
2018-04-25 Nick CliftonUpdated Spanish translation for the gas directory.
2018-04-25 Alan ModraRemove arm-aout and arm-coff support
2018-04-23 Alan ModraSilence gcc-8 warnings
2018-04-20 Jim WilsonRISC-V: Add new option -mrelax/-mno-relax.
2018-04-20 Nick CliftonUpdated Spanish translation for gas sub-directory
2018-04-18 Alan Modravarious i386-aout and i386-coff target removal
2018-04-18 Alan ModraTidy gas/configure.tgt
2018-04-18 Alan ModraCorrect ChangeLog dates for git commit 3f0a5f17d7f
2018-04-17 Michael Eager[MicroBlaze] PIC data text relative
2018-04-17 Igor TsimbalistFix tests to avoid cldemote encoding.
2018-04-17 Igor TsimbalistEnable Intel CLDEMOTE instruction.
2018-04-16 Nick CliftonFix illegal memory accesses in the assembler when attem...
2018-04-16 Alan ModraRemove arm-epoc-pe support
2018-04-16 Alan ModraRemove sparc-aout and sparc-coff support
2018-04-16 Alan ModraRemove m68k-aout and m68k-coff support
2018-04-16 Alan ModraRemove sh5 and sh64 support
2018-04-16 Alan ModraRemove sh-symbianelf support
2018-04-16 Alan ModraRemove m88k support
2018-04-16 Alan ModraRemove i370 support
2018-04-16 Alan ModraRemove h8500 support
2018-04-16 Alan ModraRemove h8300-coff support
2018-04-16 Alan ModraRemove IEEE 695 object support
2018-04-16 Alan ModraRemove netware support
2018-04-15 H.J. Lux86: Allow 32-bit registers for tpause and umwait
2018-04-12 John DarringtonStop the assembler from overwriting its output file.
2018-04-12 Nick CliftonUpdated Spanish and Russian translations for the gas...
2018-04-11 Igor TsimbalistEnable Intel WAITPKG instructions.
2018-04-11 Alan ModraRemove i860, i960, bout and aout-adobe targets
2018-04-05 H.J. LuUse dlsym to check if libdl is needed for plugin
2018-04-04 H.J. Lui386: Clear vex instead of vex.evex
2018-03-30 Peter BergnerMake power8 the default cpu when assembling for 64...
2018-03-28 Renlin Li[1/2][GAS][AARCH64]Add BFD_RELOC_AARCH64_TLSLE_LDST8...
2018-03-28 Jan Beulichx86: drop VecESize
2018-03-28 Jan Beulichx86: convert broadcast insn attribute to boolean
2018-03-28 Jan Beulichx86: fold to-scalar-int conversion insns
2018-03-28 Jan Beulichx86: don't show suffixes for to-scalar-int conversion...
2018-03-28 Nick CliftonEnhance the AARCH64 assembler to support LDFF1xx instru...
2018-03-22 Jan Beulichx86: use local variable in check_VecOperands()
2018-03-22 Jan Beulichix86: allow HLE store of accumulator to absolute address
2018-03-22 Jan Beulichx86: fix swapped operand handling for BNDMOV
2018-03-22 Jan Beulichx86/Intel: fix fallout from earlier template folding
2018-03-22 Jan Beulichx86: fold a few XOP templates
2018-03-19 Nick CliftonUpdated Spanish translation for the bfd/ sub-directory...
2018-03-16 Jim WilsonRISC-V: Emit better warning for unknown CSR.
2018-03-14 Jim WilsonRISC-V: Add .insn support.
2018-03-13 Nick CliftonUpdated Russian and Brazilian Portuguese translations.
2018-03-09 H.J. Lux86: Encode EVEX instructions with VEX128 if possible
2018-03-09 H.J. Lux86: Strip whitespace in check_VecOperations
2018-03-09 H.J. Lux86: Optimize with EVEX128 encoding for AVX512VL
2018-03-08 H.J. Lux86-64: Also optimize "clr reg64"
2018-03-08 H.J. Lux86: Remove support for old (<= 2.8.1) versions of gcc
2018-03-08 Jan Beulichx86: fold several AVX512VL templates
2018-03-08 Jan Beulichx86: fold certain AVX512 rotate and shift templates
2018-03-08 Jan Beulichx86: drop {X,Y,Z}MMWORD_MNEM_SUFFIX
2018-03-08 Jan Beulichx86: correct operand size match checks for BMI/BMI2...
2018-03-08 Jan Beulichx86: fold redundant expressions in process_suffix()
2018-03-08 Jan Beulichx86: simplify result processing of cpu_flags_match()
2018-03-08 Jan Beulichx86: add GFNI, VAES, and VPCLMUL checking to cpu_flags_...
2018-03-08 Jan Beulichx86: change AVX512VL handling in cpu_flags_match()
2018-03-08 Jan Beulichx86: drop CPU_FLAGS_32BIT_MATCH
2018-03-08 Jan Beulichx86: simplify AVX checks in cpu_flags_match()
2018-03-08 Jan Beulichx86: avoid cpu_flags_match() bogusly setting CPU_FLAGS_...
2018-03-08 Jan Beulichx86: extend SSE check to PCLMULQDQ, AES, and GFNI insns
2018-03-08 Jan Beulichx86: drop FloatD
2018-03-08 Jan Beulichx86/Intel: correct disassembly of fsub*/fdiv*
2018-03-08 Jan Beulichx86: adjust 4-XMM-register-group related warning
2018-03-08 Jan Beulichx86: bogus VMOVD with 64-bit operands should only allow...
2018-03-08 Jan Beulichx86: fold AVX vcvtpd2ps memory forms
2018-03-08 Alan ModraReally remove unnecessary power9 group terminating nop
2018-03-08 Alan ModraRemove unnecessary power9 group terminating nop
2018-03-07 H.J. Lux86: Rewrite NOP generation for fill and alignment
2018-03-07 Alan ModraXCOFF disassembler
2018-03-02 Thomas Preud'homme[ARM] Fix NULL dereference of march_ext_opt
2018-03-01 Thomas Preud'homme[ARM] Clean up selection of feature bits
2018-03-01 H.J. Lux86: Encode AVX256/AVX512 vpsub[bwdq] with VEX128/EVEX128
2018-02-28 Alan ModraAdd missing translations to ALL_LINGUAS
2018-02-27 H.J. Lugas: Rename .nop directive to .nops
2018-02-27 H.J. Lux86: Add -O[2|s] assembler command-line options
2018-02-27 Nick CliftonAdd a new Portuguese translation for the binutils sub...
2018-02-26 Maciej W. RozyckiGAS/doc: Clean up `.dc' and `.ds' directive descriptions
2018-02-26 Nick CliftonFix typo in documentation of assembler's .dc directive.
2018-02-25 Alan ModraBFD messages
2018-02-25 Alan ModraMIPS messages
next