Age | Commit message (Expand) | Author | Files | Lines |
2023-12-29 | LoongArch: bfd: Add support for tls le relax. | changjiachen | 6 | -5/+169 |
2023-12-29 | RISC-V: THEAD: Add 5 assembly pseudoinstructions for XTheadVector extension | Jin Ma | 3 | -0/+29 |
2023-12-29 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2023-12-28 | ld: Mention support for Intel APX relocations in NEWS | H.J. Lu | 1 | -0/+2 |
2023-12-28 | Gold: Handle R_X86_64_CODE_4_GOTPC32_TLSDESC/R_X86_64_CODE_4_GOTTPOFF | H.J. Lu | 8 | -37/+203 |
2023-12-28 | x86-64: Add R_X86_64_CODE_4_GOTTPOFF/R_X86_64_CODE_4_GOTPC32_TLSDESC | H.J. Lu | 14 | -21/+329 |
2023-12-28 | gold: Handle R_X86_64_CODE_4_GOTPCRELX | H.J. Lu | 8 | -10/+54 |
2023-12-28 | x86-64: Add R_X86_64_CODE_4_GOTPCRELX | H.J. Lu | 19 | -27/+382 |
2023-12-28 | gas: Mention initial support for Intel APX in NEWS | H.J. Lu | 1 | -0/+2 |
2023-12-28 | x86: Add NT_X86_SHSTK note | Schimpe, Christina | 2 | -0/+5 |
2023-12-28 | Support APX JMPABS for disassembler | Hu, Lin1 | 7 | -2/+122 |
2023-12-28 | Support APX NDD optimized encoding. | Hu, Lin1 | 4 | -0/+362 |
2023-12-28 | Support APX pushp/popp | Cui, Lili | 12 | -1062/+1154 |
2023-12-28 | Support APX Push2/Pop2 | Mo, Zewei | 19 | -1960/+2291 |
2023-12-28 | Support APX NDD | konglin1 | 14 | -430/+2102 |
2023-12-28 | Add tests for APX GPR32 with extend evex prefix | Cui, Lili | 12 | -0/+1498 |
2023-12-28 | Support APX GPR32 with extend evex prefix | Cui, Lili | 11 | -4196/+4847 |
2023-12-28 | Created an empty EVEX_MAP4_ sub-table for EVEX instructions. | Cui, Lili | 2 | -0/+292 |
2023-12-28 | Support APX GPR32 with rex2 prefix | Cui, Lili | 26 | -11903/+12808 |
2023-12-28 | sim: pru: Fix emulation of carry bit | Dimitar Dimitrov | 2 | -4/+424 |
2023-12-28 | RISC-V: PR31179, The SET/ADD/SUB fix breaks ABI compatibility with 2.41 objects | Nelson Chu | 8 | -15/+89 |
2023-12-28 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2023-12-27 | asan: buffer overflow in loongarch_elf_rtype_to_howto | Alan Modra | 1 | -21/+11 |
2023-12-27 | PR31191, objcopy leaves temporary files | Alan Modra | 1 | -23/+24 |
2023-12-26 | sim: common: pull in newlib extensions for Linux compatibility | Mike Frysinger | 2 | -1/+122 |
2023-12-27 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2023-12-26 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2023-12-25 | binutils: SECURITY: use https URI | Mike Frysinger | 1 | -2/+2 |
2023-12-25 | LoongArch: Add testsuit for DESC and tls transition and tls relaxation. | Lulu Cai | 23 | -0/+472 |
2023-12-25 | LoongArch: Add support for TLS LD/GD/DESC relaxation | mengqinggang | 13 | -543/+795 |
2023-12-25 | LoongArch: Add tls transition support. | Lulu Cai | 2 | -1/+221 |
2023-12-25 | LoongArch: Add support for TLSDESC in ld. | Lulu Cai | 1 | -22/+146 |
2023-12-25 | LoongArch: Add new relocs and macro for TLSDESC. | Lulu Cai | 7 | -4/+349 |
2023-12-25 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |
2023-12-25 | Re: LoongArch: Add support for <b ".L1"> and <beq, $t0, $t1, ".L1"> | Alan Modra | 1 | -14/+16 |
2023-12-24 | gdb: make value::allocate_register_lazy store id of next non-inline frame | Simon Marchi | 4 | -25/+21 |
2023-12-24 | gdb: remove VALUE_REGNUM, add value::regnum | Simon Marchi | 7 | -36/+26 |
2023-12-24 | gdb: remove VALUE_NEXT_FRAME_ID, add value::next_frame_id | Simon Marchi | 4 | -36/+21 |
2023-12-24 | gdb: implement address_from_register using value_from_register | Simon Marchi | 1 | -37/+4 |
2023-12-24 | gdb: remove read_frame_register_value's frame parameter | Simon Marchi | 2 | -13/+13 |
2023-12-24 | gdb: add type parameter to value::allocate_register and add value::allocate_r... | Simon Marchi | 4 | -35/+37 |
2023-12-24 | gdb: pass non-nullptr frame to gdbarch_value_from_register in address_from_re... | Simon Marchi | 2 | -20/+9 |
2023-12-24 | gdb: pass frame_info_ptr to gdbarch_value_from_register | Simon Marchi | 7 | -38/+33 |
2023-12-24 | gdb: don't set frame id after calling cooked_read_value | Simon Marchi | 1 | -1/+0 |
2023-12-24 | sim: cris: rvdummy: delete unused variable | Mike Frysinger | 1 | -1/+0 |
2023-12-24 | sim: cgen: mark cgen_rtx_error noreturn | Mike Frysinger | 1 | -1/+1 |
2023-12-24 | sim: cgen: regenerate decode tables | Mike Frysinger | 9 | -5827/+5827 |
2023-12-24 | sim: sh: refine pwsb & pwad nops | Mike Frysinger | 1 | -0/+2 |
2023-12-24 | sim: sh: fix plds Dz,MACL implementation | Mike Frysinger | 1 | -1/+1 |
2023-12-24 | Automatic date update in version.in | GDB Administrator | 1 | -1/+1 |