Age | Commit message (Expand) | Author | Files | Lines |
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 |
2017-06-22 | x86: Support Intel IBT with IBT property and IBT-enable PLT | H.J. Lu | 3 | -0/+15 |
2017-06-21 | [ARM] Rework Tag_CPU_arch build attribute value selection | Thomas Preud'homme | 2 | -0/+5 |
2017-06-16 | Rewrite __start and __stop symbol handling | Alan Modra | 2 | -3/+8 |
2017-06-14 | Don't use print_insn_XXX in GDB | Yao Qi | 2 | -8/+8 |
2017-06-06 | ld: Allow section groups to be resolved as part of a relocatable link | Andrew Burgess | 2 | -0/+8 |
2017-06-01 | PPC64_OPT_LOCALENTRY | Alan Modra | 2 | -0/+5 |
2017-05-31 | Fix MinGW compilation warnings due to environ.h | Eli Zaretskii | 2 | -0/+6 |
2017-05-30 | [ARC] Add arc-cpu.def with processor definitions | Anton Kolesov | 2 | -0/+53 |
2017-05-30 | S/390: Improve error checking for optional operands | Andreas Krebbel | 1 | -3/+4 |
2017-05-30 | S/390: Remove optional operand flag. | Andreas Krebbel | 1 | -10/+6 |
2017-05-24 | Move print_insn_XXX to an opcodes internal header | Yao Qi | 2 | -78/+7 |
2017-05-24 | Refactor disassembler selection | Yao Qi | 2 | -2/+10 |
2017-05-23 | [ARC] Update MAX_INSN_FLGS. | claziss | 2 | -1/+5 |
2017-05-22 | x86: Add NOTRACK prefix support | H.J. Lu | 2 | -0/+5 |
2017-05-19 | binutils: support for the SPARC M8 processor | Jose E. Marchesi | 3 | -2/+58 |
2017-05-16 | Rename non_ir_ref to non_ir_ref_regular | Alan Modra | 2 | -1/+6 |
2017-05-16 | non_ir_ref_dynamic | Alan Modra | 2 | -5/+10 |
2017-05-15 | MIPS16e2: Add MIPS16e2 ASE support | Maciej W. Rozycki | 3 | -6/+46 |
2017-05-14 | Fix match and mask for 64-bit bb opcode. | John David Anglin | 2 | -1/+5 |
2017-05-10 | [ARC] Object attributes. | Claudiu Zissulescu | 4 | -64/+146 |
2017-04-20 | Handle symbol defined in IR and referenced in DSO | H.J. Lu | 2 | -0/+9 |
2017-04-19 | Implement -z dynamic-undefined-weak | Alan Modra | 2 | -2/+8 |
2017-04-11 | Reorder PPC_OPCODE_* and set PPC_OPCODE_TMR for e6500 | Alan Modra | 2 | -43/+48 |
2017-04-11 | Bye bye PPC_OPCODE_HTM and -mhtm | Alan Modra | 2 | -5/+1 |
2017-04-11 | Bye Bye PPC_OPCODE_VSX3 | Alan Modra | 2 | -3/+1 |
2017-04-11 | Bye bye PPC_OPCODE_ALTIVEC2 | Alan Modra | 2 | -3/+4 |
2017-04-06 | Add support for disassembling WebAssembly opcodes. | Pip Cet | 2 | -0/+7 |
2017-04-05 | -Wwrite-strings: Constify struct disassemble_info's disassembler_options field | Pedro Alves | 2 | -4/+10 |
2017-04-04 | Support ELF SHF_GNU_MBIND and PT_GNU_MBIND_XXX | H.J. Lu | 2 | -0/+14 |
2017-04-04 | RISC-V: Resurrect GP-relative disassembly hints | Palmer Dabbelt | 2 | -0/+7 |