aboutsummaryrefslogtreecommitdiff
path: root/gas
AgeCommit message (Expand)AuthorFilesLines
2018-08-29[MIPS/GAS] Split Loongson EXT Instructions from loongson3a.Chenghua Xu6-2/+58
2018-08-29[MIPS/GAS] Split Loongson CAM Instructions from loongson3aChenghua Xu11-11/+102
2018-08-27x86: Don't mask out the GNU_PROPERTY_X86_UINT32_VALID bitH.J. Lu5-0/+57
2018-08-23RISC-V: Reject empty rouding mode and fence operand.Jim Wilson8-0/+34
2018-08-23Prune BFD warnings for unknown GNU propertiesH.J. Lu3-2/+21
2018-08-22Fix typo in changelog entry for handling of undocumnented Z80 SLI instruction.Nick Clifton1-1/+1
2018-08-22Re: Pack reloc_howto_structAlan Modra2-2/+6
2018-08-21Fix handling of undocumented SLL instruction for the Z80 target.Arnold Metselaar2-13/+40
2018-08-21Fix invalid strcpy on unterminated bufferAndreas Schwab2-1/+7
2018-08-21Use operand->extract to provide defaults for optional PowerPC operandsAlan Modra2-78/+81
2018-08-21Fix s12z test regexpsAlan Modra2-6/+10
2018-08-20Tidy bit twiddlingAlan Modra1-3/+3
2018-08-18Opcodes: (BRCLR / BRSET) Disassemble reserved codes instead of aborting.John Darrington4-0/+37
2018-08-18S12Z: Move opcode header to public include directory.John Darrington1-1/+1
2018-08-14x86-64: Display eiz for address with the addr32 prefixH.J. Lu7-14/+34
2018-08-14When the assembler reports that the input and output are the same, report the...Robert Yang2-7/+24
2018-08-11x86: Add CpuCMOV and CpuFXSRH.J. Lu3-3/+20
2018-08-10x86: Don't display --32/--64/--x32 without BFD64H.J. Lu3-3/+17
2018-08-10x86: Replace evex-no-scale.s with evex-no-scale-[32|64].sH.J. Lu5-12/+16
2018-08-09as --help: Display default option for --elf-stt-common=H.J. Lu2-1/+10
2018-08-09x86: Display default x86-specific options for "as --help"H.J. Lu2-12/+31
2018-08-07Correct the parsing of derferred register addressing in the PDP11 assembler.James Patrick Conlon5-6/+49
2018-08-06[ARC] Check if an input asm file is rf16 compliantclaziss5-0/+50
2018-08-06[ARC] Add Tag_ARC_ATR_version.claziss31-1/+69
2018-08-06[ARC] Update handling AUX-registers.claziss5-169/+18
2018-08-06x86: fold RegEip/RegRip and RegEiz/RegRizJan Beulich4-63/+45
2018-08-05x86: Update assembler tests for non-ELF targetsH.J. Lu6-2/+21
2018-08-05R_PPC64_REL24_NOTOC supportAlan Modra2-0/+8
2018-08-03Update PRU assembler to corect hardware register numbering for DWARF.Dimitar Dimitrov3-6/+35
2018-08-03x86: drop "mem" operand type attributeJan Beulich3-8/+24
2018-08-01Fix bug in PDP11 assembler when handling a JSr instruction with deferred auto...James Patrick Conlon5-3/+57
2018-08-01Fix compile time warning problem with gcc 8 and the NS32K assembler sources.Nick Clifton2-1/+7
2018-08-01csky regenAlan Modra2-0/+10
2018-07-31x86: also optimize KXOR{D,Q} and KANDN{D,Q}Jan Beulich6-1/+43
2018-07-31x86: fold various AVX512 templates with so far differing Masking attributesJan Beulich2-6/+37
2018-07-31x86: add more exhaustive tests for invalid AVX512 zeroing-maskingJan Beulich3-0/+414
2018-07-31x86/Intel: correct permitted operand sizes for AVX512 scatter/gatherJan Beulich10-507/+610
2018-07-31x86: don't abort() upon DATA16 prefix on (E)VEX encoded insnJan Beulich7-5/+142
2018-07-31x86: drop CpuVREXJan Beulich2-1/+6
2018-07-30x86: don't mistakenly scale non-8-bit displacementsJan Beulich6-1/+60
2018-07-30Add support for the C_SKY series of processors.Andrew Jenner87-1/+10976
2018-07-29Fix unwind offset for start_symbol.John David Anglin2-1/+9
2018-07-27RISC-V: Fix gas configure support for riscv*-*-*.Jim Wilson2-1/+5
2018-07-27x86: Check for more than 2 memory referencesH.J. Lu6-0/+32
2018-07-26x86: Initialize broadcast_op.bytes to 0H.J. Lu2-0/+6
2018-07-26PowerPC Improve support for Gekko & BroadwayAlex Chadwick7-7/+229
2018-07-26Implement PowerPC64 .localentry for value 1Alan Modra2-4/+19
2018-07-25x86: Expand Broadcast to 3 bitsH.J. Lu2-11/+42
2018-07-25Clarify doc for .arch/.cpuThomas Preud'homme2-2/+10
2018-07-24x86: Use unsigned int to iterate through vector operandsH.J. Lu2-5/+11