aboutsummaryrefslogtreecommitdiff
path: root/gas/config
AgeCommit message (Expand)AuthorFilesLines
2018-08-29[MIPS] Add Loongson 2K1000 proccessor support.Chenghua Xu1-1/+4
2018-08-29[MIPS] Add Loongson 3A2000/3A3000 proccessor support.Chenghua Xu1-1/+4
2018-08-29[MIPS] Add Loongson 3A1000 proccessor support.Chenghua Xu1-2/+5
2018-08-29[MIPS/GAS] Add Loongson EXT2 Instructions support.Chenghua Xu1-1/+16
2018-08-29[MIPS/GAS] Split Loongson EXT Instructions from loongson3a.Chenghua Xu1-2/+16
2018-08-29[MIPS/GAS] Split Loongson CAM Instructions from loongson3aChenghua Xu1-2/+17
2018-08-23RISC-V: Reject empty rouding mode and fence operand.Jim Wilson1-0/+3
2018-08-21Fix handling of undocumented SLL instruction for the Z80 target.Arnold Metselaar1-13/+29
2018-08-21Use operand->extract to provide defaults for optional PowerPC operandsAlan Modra1-78/+74
2018-08-18S12Z: Move opcode header to public include directory.John Darrington1-1/+1
2018-08-11x86: Add CpuCMOV and CpuFXSRH.J. Lu1-0/+6
2018-08-10x86: Don't display --32/--64/--x32 without BFD64H.J. Lu1-2/+2
2018-08-09x86: Display default x86-specific options for "as --help"H.J. Lu1-12/+27
2018-08-07Correct the parsing of derferred register addressing in the PDP11 assembler.James Patrick Conlon1-5/+13
2018-08-06[ARC] Check if an input asm file is rf16 compliantclaziss1-0/+25
2018-08-06[ARC] Add Tag_ARC_ATR_version.claziss1-1/+5
2018-08-06[ARC] Update handling AUX-registers.claziss1-1/+9
2018-08-06x86: fold RegEip/RegRip and RegEiz/RegRizJan Beulich2-28/+16
2018-08-05R_PPC64_REL24_NOTOC supportAlan Modra1-0/+3
2018-08-03Update PRU assembler to corect hardware register numbering for DWARF.Dimitar Dimitrov2-6/+26
2018-08-03x86: drop "mem" operand type attributeJan Beulich2-8/+15
2018-08-01Fix bug in PDP11 assembler when handling a JSr instruction with deferred auto...James Patrick Conlon1-1/+15
2018-08-01Fix compile time warning problem with gcc 8 and the NS32K assembler sources.Nick Clifton1-1/+1
2018-07-31x86: also optimize KXOR{D,Q} and KANDN{D,Q}Jan Beulich1-1/+16
2018-07-31x86: fold various AVX512 templates with so far differing Masking attributesJan Beulich1-6/+32
2018-07-31x86: don't abort() upon DATA16 prefix on (E)VEX encoded insnJan Beulich1-5/+19
2018-07-31x86: drop CpuVREXJan Beulich1-1/+1
2018-07-30x86: don't mistakenly scale non-8-bit displacementsJan Beulich1-1/+2
2018-07-30Add support for the C_SKY series of processors.Andrew Jenner6-0/+7504
2018-07-29Fix unwind offset for start_symbol.John David Anglin1-1/+3
2018-07-27x86: Check for more than 2 memory referencesH.J. Lu1-0/+7
2018-07-26x86: Initialize broadcast_op.bytes to 0H.J. Lu1-0/+1
2018-07-26PowerPC Improve support for Gekko & BroadwayAlex Chadwick1-1/+2
2018-07-26Implement PowerPC64 .localentry for value 1Alan Modra1-4/+14
2018-07-25x86: Expand Broadcast to 3 bitsH.J. Lu1-11/+33
2018-07-24x86: Use unsigned int to iterate through vector operandsH.J. Lu1-5/+5
2018-07-24x86-64: correct AVX512F vcvtsi2s{d,s} handlingJan Beulich1-4/+7
2018-07-23x86: Remove broadcast_not_on_src_operandH.J. Lu1-4/+0
2018-07-23[ARC] Fix case-sensitivity for extension instructions.claziss1-0/+4
2018-07-22x86: Determine vector length from the last vector operandH.J. Lu1-10/+25
2018-07-21gas/config/tc-i386.c: Break long lineH.J. Lu1-4/+6
2018-07-20x86: Rename match_reg_size to match_operand_sizeH.J. Lu1-11/+12
2018-07-20MIPS/GAS: Split Loongson MMI Instructions from loongson2f/3aChenghua Xu1-2/+16
2018-07-19x86: fold VFPCLASSP{D,S} templatesJan Beulich1-1/+19
2018-07-19x86: fold various AVX512VL templates into their AVX512F counterpartsJan Beulich1-2/+43
2018-07-16x86: fix operand size checkingJan Beulich1-54/+61
2018-07-13Allow bit-patterns in the immediate field of ARM neon mov instructions.Nick Clifton1-4/+15
2018-07-11Adds the speculation barrier instructions to the ARM assembler and disassembler.Sudakshina Das1-0/+2
2018-07-11x86: drop {,reg16_}inoutportreg variablesJan Beulich1-7/+2
2018-07-11x86: simplify legacy prefix emissionJan Beulich1-10/+4