Age | Commit message (Expand) | Author | Files | Lines |
2018-08-22 | Fix typo in changelog entry for handling of undocumnented Z80 SLI instruction. | Nick Clifton | 1 | -1/+1 |
2018-08-22 | Re: Pack reloc_howto_struct | Alan Modra | 2 | -2/+6 |
2018-08-21 | Fix handling of undocumented SLL instruction for the Z80 target. | Arnold Metselaar | 2 | -13/+40 |
2018-08-21 | Fix invalid strcpy on unterminated buffer | Andreas Schwab | 2 | -1/+7 |
2018-08-21 | Use operand->extract to provide defaults for optional PowerPC operands | Alan Modra | 2 | -78/+81 |
2018-08-21 | Fix s12z test regexps | Alan Modra | 2 | -6/+10 |
2018-08-20 | Tidy bit twiddling | Alan Modra | 1 | -3/+3 |
2018-08-18 | Opcodes: (BRCLR / BRSET) Disassemble reserved codes instead of aborting. | John Darrington | 4 | -0/+37 |
2018-08-18 | S12Z: Move opcode header to public include directory. | John Darrington | 1 | -1/+1 |
2018-08-14 | x86-64: Display eiz for address with the addr32 prefix | H.J. Lu | 7 | -14/+34 |
2018-08-14 | When the assembler reports that the input and output are the same, report the... | Robert Yang | 2 | -7/+24 |
2018-08-11 | x86: Add CpuCMOV and CpuFXSR | H.J. Lu | 3 | -3/+20 |
2018-08-10 | x86: Don't display --32/--64/--x32 without BFD64 | H.J. Lu | 3 | -3/+17 |
2018-08-10 | x86: Replace evex-no-scale.s with evex-no-scale-[32|64].s | H.J. Lu | 5 | -12/+16 |
2018-08-09 | as --help: Display default option for --elf-stt-common= | H.J. Lu | 2 | -1/+10 |
2018-08-09 | x86: Display default x86-specific options for "as --help" | H.J. Lu | 2 | -12/+31 |
2018-08-07 | Correct the parsing of derferred register addressing in the PDP11 assembler. | James Patrick Conlon | 5 | -6/+49 |
2018-08-06 | [ARC] Check if an input asm file is rf16 compliant | claziss | 5 | -0/+50 |
2018-08-06 | [ARC] Add Tag_ARC_ATR_version. | claziss | 31 | -1/+69 |
2018-08-06 | [ARC] Update handling AUX-registers. | claziss | 5 | -169/+18 |
2018-08-06 | x86: fold RegEip/RegRip and RegEiz/RegRiz | Jan Beulich | 4 | -63/+45 |
2018-08-05 | x86: Update assembler tests for non-ELF targets | H.J. Lu | 6 | -2/+21 |
2018-08-05 | R_PPC64_REL24_NOTOC support | Alan Modra | 2 | -0/+8 |
2018-08-03 | Update PRU assembler to corect hardware register numbering for DWARF. | Dimitar Dimitrov | 3 | -6/+35 |
2018-08-03 | x86: drop "mem" operand type attribute | Jan Beulich | 3 | -8/+24 |
2018-08-01 | Fix bug in PDP11 assembler when handling a JSr instruction with deferred auto... | James Patrick Conlon | 5 | -3/+57 |
2018-08-01 | Fix compile time warning problem with gcc 8 and the NS32K assembler sources. | Nick Clifton | 2 | -1/+7 |
2018-08-01 | csky regen | Alan Modra | 2 | -0/+10 |
2018-07-31 | x86: also optimize KXOR{D,Q} and KANDN{D,Q} | Jan Beulich | 6 | -1/+43 |
2018-07-31 | x86: fold various AVX512 templates with so far differing Masking attributes | Jan Beulich | 2 | -6/+37 |
2018-07-31 | x86: add more exhaustive tests for invalid AVX512 zeroing-masking | Jan Beulich | 3 | -0/+414 |
2018-07-31 | x86/Intel: correct permitted operand sizes for AVX512 scatter/gather | Jan Beulich | 10 | -507/+610 |
2018-07-31 | x86: don't abort() upon DATA16 prefix on (E)VEX encoded insn | Jan Beulich | 7 | -5/+142 |
2018-07-31 | x86: drop CpuVREX | Jan Beulich | 2 | -1/+6 |
2018-07-30 | x86: don't mistakenly scale non-8-bit displacements | Jan Beulich | 6 | -1/+60 |
2018-07-30 | Add support for the C_SKY series of processors. | Andrew Jenner | 87 | -1/+10976 |
2018-07-29 | Fix unwind offset for start_symbol. | John David Anglin | 2 | -1/+9 |
2018-07-27 | RISC-V: Fix gas configure support for riscv*-*-*. | Jim Wilson | 2 | -1/+5 |
2018-07-27 | x86: Check for more than 2 memory references | H.J. Lu | 6 | -0/+32 |
2018-07-26 | x86: Initialize broadcast_op.bytes to 0 | H.J. Lu | 2 | -0/+6 |
2018-07-26 | PowerPC Improve support for Gekko & Broadway | Alex Chadwick | 7 | -7/+229 |
2018-07-26 | Implement PowerPC64 .localentry for value 1 | Alan Modra | 2 | -4/+19 |
2018-07-25 | x86: Expand Broadcast to 3 bits | H.J. Lu | 2 | -11/+42 |
2018-07-25 | Clarify doc for .arch/.cpu | Thomas Preud'homme | 2 | -2/+10 |
2018-07-24 | x86: Use unsigned int to iterate through vector operands | H.J. Lu | 2 | -5/+11 |
2018-07-24 | x86-64: correct AVX512F vcvtsi2s{d,s} handling | Jan Beulich | 11 | -364/+405 |
2018-07-23 | x86: Add a test for missing broadcast | H.J. Lu | 5 | -0/+19 |
2018-07-23 | x86: Remove broadcast_not_on_src_operand | H.J. Lu | 2 | -4/+6 |
2018-07-23 | [ARC] Fix decoding of w6 signed short immediate. | Claudiu Zissulescu | 2 | -1/+5 |
2018-07-23 | [ARC] Fix case-sensitivity for extension instructions. | claziss | 4 | -0/+26 |