Age | Commit message (Expand) | Author | Files | Lines |
2017-12-01 | Use consistent types for holding instructions, instruction masks, etc. | Peter Bergner | 2 | -7/+25 |
2017-11-24 | Re-apply "elf: Properly compute offsets of note descriptor and next note" | H.J. Lu | 2 | -0/+23 |
2017-11-24 | Revert "elf: Properly compute offsets of note descriptor and next note" | Simon Marchi | 2 | -23/+0 |
2017-11-24 | elf: Properly compute offsets of note descriptor and next note | H.J. Lu | 2 | -0/+23 |
2017-11-16 | Add new AArch64 FP16 FM{A|S} instructions. | Tamar Christina | 2 | -1/+8 |
2017-11-15 | Separate the new FP16 instructions backported from Armv8.4-a to Armv8.2-a int... | Tamar Christina | 2 | -1/+7 |
2017-11-13 | PE: don't corrupt section flags when linking from ELF objects | Jan Beulich | 2 | -1/+10 |
2017-11-09 | Enable the Dot Product extension by default for Armv8.4-a. | Tamar Christina | 2 | -1/+6 |
2017-11-09 | Adds the new Fields and Operand types for the new instructions in Armv8.4-a. | Tamar Christina | 2 | -0/+16 |
2017-11-09 | Split the ARM Crypto ISA extensions for AES and SHA1+2 into their own options... | Tamar Christina | 2 | -0/+11 |
2017-11-09 | Change the type of the aarch64_feature_set typedef to unsigned long long so t... | Nick Clifton | 2 | -1/+6 |
2017-11-08 | Split the AArch64 Crypto instructions for AES and SHA1+2 into their own optio... | Nick Clifton | 2 | -0/+7 |
2017-11-08 | Adds command line support for Armv8.4-A, via the new command line option -mar... | Jiong Wang | 2 | -2/+14 |
2017-11-07 | RISC-V: Add satp as an alias for sptbr | Palmer Dabbelt | 2 | -2/+11 |
2017-11-07 | This patch similarly to the AArch64 one enables Dot Product support by defaul... | Tamar Christina | 2 | -19/+33 |
2017-11-02 | aarch64: Remove AARCH64_FEATURE_F16 from AARCH64_ARCH_V8_2 | Siddhesh Poyarekar | 2 | -1/+5 |
2017-11-01 | FT32B is a new FT32 family member. It has a code compression scheme, which re... | James Bowman | 2 | -0/+8 |
2017-10-25 | PR22348, conflicting global vars in crx and cr16 | Alan Modra | 3 | -14/+13 |
2017-10-24 | RISC-V: Only relax to C.LUI when imm != 0 and rd != 0/2 | Andrew Waterman | 2 | -1/+6 |
2017-10-12 | FT32: support for FT32B processor - part 1 | James Bowman | 3 | -3/+394 |
2017-10-05 | Handle FreeBSD-specific AT_EHDRFLAGS and AT_HWCAP auxiliary vector types. | John Baldwin | 2 | -0/+6 |
2017-09-22 | LVU: dump loclists with locviews | Alexandre Oliva | 3 | -0/+17 |
2017-09-15 | Sync libiberty/ & include/ with GCC | Pedro Alves | 12 | -81/+1737 |
2017-09-11 | nds32: Rename __BIT() to N32_BIT(). | Kuan-Lin Chen | 2 | -2/+6 |
2017-09-05 | Missing relocation R_PPC_VLE_ADDR20 and add VLE flag to details in readelf | Alexander Fedotov-B55613 | 2 | -0/+6 |
2017-08-24 | [PowerPC VLE] Add SPE2 and EFS2 instructions support | Alexander Fedotov | 2 | -0/+24 |
2017-08-23 | compile: Add 'set compile-gcc' | Jan Kratochvil | 2 | -14/+54 |
2017-08-23 | compile: set debug compile: Display GCC driver filename | Jan Kratochvil | 2 | -8/+35 |
2017-08-21 | [PowerPC VLE] Add LSP (Lightweight Signal Processing) instruction support | Alexander Fedotov | 2 | -0/+8 |
2017-08-16 | Add new NT_PPC_* available since Linux 4.8 | Gustavo Romero | 2 | -0/+42 |
2017-08-06 | Treat common symbol as undefined for --no-define-common | H.J. Lu | 2 | -0/+8 |
2017-07-31 | Fix compile time error when using ansidecl.h with an old version of GCC. | Nick Clifton | 2 | -12/+24 |
2017-07-19 | [ARC] Add SJLI instruction. | Claudiu Zissulescu | 2 | -0/+5 |
2017-07-19 | [ARC] Add JLI support. | John Eric Martin | 3 | -1/+27 |
2017-07-18 | Fix spelling typos. | Yuri Chornovian | 9 | -117/+134 |
2017-07-14 | binutils/objdump: Fix disassemble for huge elf sections | Ravi Bangoria | 2 | -1/+6 |
2017-07-07 | Recognize the recently-added FreeBSD core dump note for LWP info. | John Baldwin | 2 | -0/+5 |
2017-07-02 | Import include/+libiberty/ r249883 from upstream GCC. | Jan Kratochvil | 3 | -12/+34 |
2017-06-30 | Add support for a __gcc_isr pseudo isntruction to the AVR assembler. | Georg-Johann Lay | 2 | -0/+10 |
2017-06-30 | MIPS: Fix XPA base and Virtualization ASE instruction handling | Maciej W. Rozycki | 2 | -0/+8 |
2017-06-29 | S390: Support guarded-storage core note sections | Andreas Arnez | 2 | -0/+9 |
2017-06-28 | [AArch64] Add dot product support for AArch64 to binutils | Tamar Christina | 2 | -0/+7 |
2017-06-28 | [ARM] Assembler and disassembler support Dot Product Extension | Jiong Wang | 2 | -1/+9 |
2017-06-28 | MIPS: Add Imagination interAptiv MR2 MIPS32r3 processor support | Maciej W. Rozycki | 3 | -5/+33 |
2017-06-26 | RISC-V: Use pc-relative relocation for FDE initial location | Kuan-Lin Chen | 2 | -0/+5 |
2017-06-26 | Add pgste marker changelog | Andreas Krebbel | 1 | -0/+4 |
2017-06-24 | [ARM] Add support for ARMv8-R in assembler and readelf | Thomas Preud'homme | 3 | -1/+18 |
2017-06-24 | [ARM] Remove ARMv6S-M special casing | Thomas Preud'homme | 2 | -5/+15 |
2017-06-23 | S/390: Add support for pgste marker | Andreas Krebbel | 1 | -0/+3 |
2017-06-22 | x86: Support Intel Shadow Stack with SHSTK property | H.J. Lu | 3 | -0/+9 |