summaryrefslogtreecommitdiff
path: root/gas
Commit message (Expand)AuthorAgeFilesLines
* Remove VL variants for 4FMAPS and 4VNNIW insns.Igor Tsimbalist2018-01-1120-1030/+36
* gas tc-arm.c warning fixAlan Modra2018-01-112-1/+6
* x86: fix Disp8 handling for scalar AVX512_4FMAPS insnsJan Beulich2018-01-1013-381/+402
* x86: fix Disp8 handling for AVX512VL VPCMP*{B,W} variantsJan Beulich2018-01-107-0/+46
* RISC-V: Disassemble x0 based addresses as 0.Jim Wilson2018-01-093-0/+21
* [Arm] Add CSDB instructionJames Greenhalgh2018-01-096-0/+44
* Add support for the AArch64's CSDB instruction.James Greenhalgh2018-01-092-1/+6
* x86: Properly encode vmovd with 64-bit memeoryH.J. Lu2018-01-085-0/+145
* Add a description of the X86_64 assembler's .largcomm pseudo-op.Nick Clifton2018-01-082-1/+16
* RISC-V: Add 2 missing privileged registers.Jim Wilson2018-01-043-24/+33
* Update year range in copyright notice of binutils filesAlan Modra2018-01-03578-580/+584
* ChangeLog rotationAlan Modra2018-01-032-4407/+4421
* Fix typo in do_mrs function in ARM assembler.Nick Clifton2018-01-022-1/+7
* RISC-V: Add missing privileged spec registers.Jim Wilson2017-12-283-0/+522
* RISC-V: Add compressed instruction hints, and a few misc cleanups.Jim Wilson2017-12-2014-0/+110
* Correct disassembly of dot product instructions.Tamar Christina2017-12-193-434/+446
* Add support for V_4B so we can properly reject it.Tamar Christina2017-12-195-3/+35
* Resolve PR 22493 - the encoding to be used when pushing the stack pointer ont...Nick Clifton2017-12-182-0/+11
* x86: fold certain AVX and AVX2 templatesJan Beulich2017-12-182-38/+52
* x86: fold RegXMM/RegYMM/RegZMM into RegSIMDJan Beulich2017-12-184-125/+146
* x86: drop FloatReg and FloatAccJan Beulich2017-12-182-11/+18
* x86: replace Reg8, Reg16, Reg32, and Reg64Jan Beulich2017-12-183-133/+138
* x86: Check pseudo prefix without instructionH.J. Lu2017-12-175-0/+32
* x86: correct operand type checksJan Beulich2017-12-152-4/+9
* x86: correct abort checkJan Beulich2017-12-152-2/+7
* Update the address of the FSF in the copyright notice of files which were usi...Nick Clifton2017-12-148-21/+31
* Add missing RISC-V fsrmi and fsflagsi instructions.Jim Wilson2017-12-133-0/+22
* This patch enables disassembler_needs_relocs for PRU. It is needed to print c...Dimitar Dimitrov2017-12-133-0/+21
* Don't mask X_add_number containing a register numberAlan Modra2017-12-122-1/+6
* gas: xtensa: fix comparison of trampoline chain symbolsMax Filippov2017-12-082-4/+28
* Documentation fixAlan Modra2017-12-042-1/+6
* Run powerpc vle gas tests for all powerpc ELF targetsAlan Modra2017-12-0419-39/+58
* Fix for texinfo 4.8.Jim Wilson2017-12-032-2/+6
* Update and clean up RISC-V gas documentation.Jim Wilson2017-12-013-19/+134
* Use consistent types for holding instructions, instruction masks, etc.Peter Bergner2017-12-012-32/+44
* x86: drop Vec_Disp8Jan Beulich2017-11-302-54/+28
* x86/Intel: issue diagnostics for redundant segment override prefixesJan Beulich2017-11-306-7/+64
* Revert "x86: Update segment register check in Intel syntax"Jan Beulich2017-11-307-57/+18
* Give Palmer co-credit for last patch.Jim Wilson2017-11-291-0/+1
* Fix riscv malloc error on small alignment after norvc.Jim Wilson2017-11-295-11/+23
* In x86 -n docs, mention that you need an explicit nop fill byte.Jim Wilson2017-11-292-1/+7
* [GAS][AARCH64]Fix a typo for IP1 register alias.Renlin Li2017-11-294-2/+12
* Support --localedir, --datarootdir and --datadirStefan Stroe2017-11-292-4/+10
* Use the record_alignment function when creating a .note section, in case the ...Nick Clifton2017-11-292-2/+7
* Compress loads/stores with implicit 0 offset.Jim Wilson2017-11-277-6/+99
* gas: xtensa: speed up find_trampoline_segMax Filippov2017-11-272-1/+13
* gas: xtensa: implement trampoline coalescingMax Filippov2017-11-277-28/+341
* gas: xtensa: reuse trampoline placement codeMax Filippov2017-11-273-91/+23
* gas: xtensa: rewrite xg_relax_trampolineMax Filippov2017-11-275-301/+284
* gas: xtensa: merge trampoline_frag into xtensa_frag_typeMax Filippov2017-11-273-67/+83