Age | Commit message (Expand) | Author | Files | Lines |
2015-11-11 | Add assembler, disassembler and linker support for power9. | Peter Bergner | 17 | -20/+1261 |
2015-11-10 | Add Qualcomm qdf24xx support. | Jim Wilson | 5 | -0/+15 |
2015-11-09 | gas: Fix left shift of negative value. | Dominik Vogt | 48 | -65/+118 |
2015-11-09 | Move copy_u.w to MSA64 ASE, remove copy_u.d. | Robert Suchanek | 7 | -44/+36 |
2015-11-02 | Disassemble RX NOP instructions as such. | Nick Clifton | 4 | -5/+25 |
2015-11-02 | Fix disassembly of RX zero-offset register indirect instructions. | Nick Clifton | 5 | -473/+541 |
2015-11-02 | Fix the RX assembler's section alignment parameter to use multiples of N rath... | Nick Clifton | 2 | -4/+9 |
2015-10-29 | Add support for AArch64 CloudABI binaries. | Ed Schouten | 2 | -0/+10 |
2015-10-29 | Fix CPS availability. | Thomas Preud'homme | 2 | -1/+6 |
2015-10-28 | Add tests for 16-bit versions of ARM teq, tst, cmp and cmn instructions. | Nick Clifton | 3 | -0/+45 |
2015-10-28 | Fix errors in the gas testsuite for the ARC target. | Cupertino Miranda | 2 | -189/+221 |
2015-10-27 | Fix RL78 disassembly of DE+offset addressing to always show the offset, even ... | Vinay Kumar | 5 | -1/+37 |
2015-10-27 | Display system registers by their names when disassembling RL78 instructions. | Vinay Kumar | 4 | -0/+47 |
2015-10-27 | Fix RL78 disassembly so that SP+OFFSET addressing always shows the offset, ev... | Vinay Kumar | 4 | -0/+59 |
2015-10-27 | Prevent overflowing the selected_cpu_name buffer in the ARM assembler. | Jim Wilson | 2 | -2/+15 |
2015-10-22 | Add support for MSP430 silicon errata to the assembler. | Nick Clifton | 11 | -80/+473 |
2015-10-22 | Properly check --enable-compressed-debug-sections={yes,all} | H.J. Lu | 3 | -2/+8 |
2015-10-22 | Handle --enable-compressed-debug-sections=ld,gas | H.J. Lu | 3 | -10/+18 |
2015-10-22 | Add R_X86_64_[REX_]GOTPCRELX support to gas and ld | H.J. Lu | 10 | -12/+119 |
2015-10-22 | Add R_386_GOT32X support to gas and ld | H.J. Lu | 9 | -19/+151 |
2015-10-22 | Fix tests for PR 18500, revisited | Alan Modra | 4 | -34/+42 |
2015-10-21 | Fix tests for PR 18500 so that they will pass for big-endian ARM toolchains. | Nick Clifton | 4 | -34/+42 |
2015-10-21 | Extend description of the --enable-compressed-debug-sections configure option... | Nick Clifton | 3 | -3/+4 |
2015-10-21 | Reset x86 Linux targets to not compressing debug sections by default. Enable... | Nick Clifton | 3 | -16/+42 |
2015-10-20 | Add --enable-compressed-debug-sections={all,gas,gold,ld} | H.J. Lu | 4 | -36/+29 |
2015-10-19 | Add a gas configure option to select the default behaviour for the generation... | Nick Clifton | 8 | -10/+79 |
2015-10-14 | Add missing changelog entries | Andreas Krebbel | 1 | -0/+7 |
2015-10-14 | S/390: Fix instruction type of troo, trot, trto, and trtt. | Andreas Krebbel | 4 | -24/+24 |
2015-10-12 | Update list of known MSP430 MCU names. | Nick Clifton | 2 | -62/+622 |
2015-10-12 | avr: Fix bugs in org/align tracking. | Andrew Burgess | 5 | -13/+33 |
2015-10-10 | Bug 19113 - read.c stringer assertion | Alan Modra | 2 | -3/+9 |
2015-10-07 | Avoid using 'template' C++ keyword | Yao Qi | 2 | -8/+13 |
2015-10-07 | New ARC implementation. | Nick Clifton | 86 | -4760/+5014 |
2015-10-02 | [GAS][AARCH64]Add TLSDESC large memory model support. | Renlin Li | 9 | -0/+152 |
2015-10-02 | [Binutils][AARCH64]Add TLS IE large memory support. | Renlin Li | 7 | -1/+66 |
2015-10-02 | [GAS][AARCH64]Add BFD_RELOC_AARCH64_TLSGD_MOVW_G0_NC support. | Renlin Li | 5 | -0/+37 |
2015-10-02 | [GAS][AARCH64]Add BFD_RELOC_AARCH64_TLSGD_MOVW_G1 support. | Renlin Li | 5 | -0/+38 |
2015-10-02 | [GAS][AARCH64]Add BFD_RELOC_AARCH64_MOVW_GOTOFF_G0_NC Support. | Renlin Li | 5 | -0/+37 |
2015-10-02 | [GAS][AARCH64]Add BFD_RELOC_AARCH64_MOVW_GOTOFF_G1 Support. | Renlin Li | 5 | -0/+38 |
2015-09-30 | Revise new e500 invalid opcode test | Alan Modra | 4 | -9/+14 |
2015-09-29 | Add support for extensions in the .machine pseudoop on S/390, e.g. ".machine ... | Dominik Vogt | 17 | -54/+267 |
2015-09-28 | Patches for illegal ppc 500 instructions | Tom Rix | 4 | -0/+26 |
2015-09-25 | Correct the generation of OR1K pc-relative relocations. | Peter Zotov | 3 | -18/+55 |
2015-09-25 | POSIX shell compatibility of gas/configure.ac | Ryo ONODERA | 3 | -10/+16 |
2015-09-23 | Fix compile time warnings generated when compiling with clang. | Nick Clifton | 2 | -1/+5 |
2015-09-22 | Change 7-byte NOP instruction for RX target, so that it only takes 1 cycle to... | Nick Clifton | 2 | -2/+6 |
2015-09-10 | S/390: Fix instruction format of crj*, clrj*, and clgrj*. | Andreas Krebbel | 1 | -39/+39 |
2015-09-10 | S/390: Fix MASK_RIE_R0PI and MASK_RIE_R0PU. | Andreas Krebbel | 1 | -52/+52 |
2015-09-09 | S/390: Fix opcode of ppno. | Andreas Krebbel | 1 | -1/+1 |
2015-09-08 | config/tc-avr.c (md_section_align): Append UL for -1 to avoid the latest gcc'... | Chen Gang | 2 | -1/+6 |