Age | Commit message (Expand) | Author | Files | Lines |
2020-09-24 | arm: Add support for Neoverse N2 CPU | Alex Coplan | 3 | -0/+11 |
2020-09-24 | Add support for Intel TDX instructions. | Cui,Lili | 9 | -1/+62 |
2020-09-23 | CSKY: Add objdump option -M abi-names. | Cooper Qu | 7 | -416/+327 |
2020-09-23 | Enable support to Intel Keylocker instructions | Terry Guo | 14 | -1/+263 |
2020-09-21 | PR26569, R_RISCV_RVC_JUMP results in buffer overflow | Alan Modra | 2 | -3/+15 |
2020-09-18 | bpf: xBPF SDIV, SMOD instructions | David Faust | 6 | -0/+67 |
2020-09-18 | Ensure that space allocated by assembler directives converts from an octet co... | Nick Clifton | 2 | -1/+7 |
2020-09-17 | Tidy gas i386.exp | Alan Modra | 2 | -34/+38 |
2020-09-16 | Tidy elf_symbol_from | Alan Modra | 6 | -11/+18 |
2020-09-15 | PE/x86-64: Display PE relocation names | H.J. Lu | 3 | -5/+10 |
2020-09-15 | PR26610, ARM's "VFPv3 vldr to vmov" gas testcase fail | Alan Modra | 2 | -19/+28 |
2020-09-15 | Fix the assembler's new .nop directive so that the input line pointer is pres... | Nick Clifton | 3 | -6/+14 |
2020-09-15 | Change the /nop directive for the BPF port of the assembler to use the encodi... | David Faust | 2 | -1/+7 |
2020-09-14 | Fix support for theassembler's new ".nop" directive on the IA64 target. | Nick Clifton | 2 | -0/+3 |
2020-09-14 | Add a new ".nop" directive to the assembler to allow the creation of no-op in... | Nick Clifton | 18 | -39/+165 |
2020-09-14 | CSKY: Set feature flags for default cpu. | Cooper Qu | 1 | -3/+2 |
2020-09-11 | gas: Don't error when .debug_line already exists, unless .loc was used | Mark Wielaard | 13 | -10/+369 |
2020-09-10 | CSKY: Enable extend lrw by default for CK802, CK803 and CK860. | Cooper Qu | 2 | -1/+9 |
2020-09-10 | CSKY: Add L2Cache instructions for CK860. | Cooper Qu | 1 | -1/+1 |
2020-09-10 | CSKY: Add new arches while refine the cpu option process. | Cooper Qu | 2 | -172/+466 |
2020-09-09 | power10 on ppc32 | Alan Modra | 2 | -1/+7 |
2020-09-09 | CSKY: Change mvtc and mulsw's ISA flag. | Cooper Qu | 2 | -2/+7 |
2020-09-09 | CSKY: Support option -mfloat-abi. | Cooper Qu | 2 | -0/+67 |
2020-09-09 | CSKY: Add FPUV3 instructions, which supported by ck860f. | Cooper Qu | 2 | -31/+217 |
2020-09-08 | MSP430: Support relocations for subtract expressions in .uleb128 directives | Jozef Lawrynowicz | 2 | -1/+59 |
2020-09-08 | aarch64: Add -mcpu option for Cortex-R82 | Alex Coplan | 3 | -1/+8 |
2020-09-08 | aarch64: Add support for Armv8-R system registers | Alex Coplan | 9 | -4/+493 |
2020-09-08 | aarch64: Add support for Armv8-R DFB alias | Alex Coplan | 3 | -0/+15 |
2020-09-08 | aarch64: Add base support for Armv8-R | Alex Coplan | 3 | -1/+7 |
2020-09-07 | gas: Output directory and file names in .debug_line_str for DWARF5 | Mark Wielaard | 3 | -23/+82 |
2020-09-07 | gas: Output .debug_rnglists for DWARF 5. | Mark Wielaard | 2 | -14/+96 |
2020-09-07 | gas: Make sure to only add an md5 to a .file when requested. | Mark Wielaard | 3 | -2/+8 |
2020-09-03 | gas: Use DW_FORM_sec_offset for DWARF version 4 or higher. | Mark Wielaard | 2 | -9/+16 |
2020-09-02 | ubsan: expr.c:1725,1741 signed integer overflow | Alan Modra | 2 | -2/+7 |
2020-09-02 | ubsan: tc-z80.c:3656 shift exponent 32 is too large | Alan Modra | 2 | -1/+5 |
2020-09-02 | ubsan: tc-sparc.c:1146 left shift cannot be represented | Alan Modra | 2 | -1/+6 |
2020-09-02 | ubsan: tc-nios2.c:1403 shift exponent 32 is too large | Alan Modra | 2 | -1/+5 |
2020-09-02 | ubsan: tc-mips.c:9606 shift exponent 32 is too large | Alan Modra | 2 | -2/+9 |
2020-09-02 | ubsan: tc-d30v.c left shift cannot be represented | Alan Modra | 2 | -2/+6 |
2020-09-02 | ubsan: rx-parse.y:1743 shift exponent 32 is too large | Alan Modra | 2 | -24/+30 |
2020-09-02 | ubsan: obj-macho.c:503 left shift cannot be represented | Alan Modra | 2 | -1/+6 |
2020-09-02 | ubsan: bfin-lex.l:503 left shift cannot be represented | Alan Modra | 2 | -1/+5 |
2020-09-02 | 32-bit host pdp11 breakage | Alan Modra | 2 | -0/+7 |
2020-09-02 | CSKY: Add CPU CK803r3. | Cooper Qu | 2 | -17/+27 |
2020-09-02 | CSKY: Fix Encode of mulsws. | Cooper Qu | 2 | -1/+5 |
2020-09-02 | CSKY: Refine literals pool dump process and float register parser. | Cooper Qu | 2 | -3/+58 |
2020-09-01 | ELF: Document the .tls_common directive | H.J. Lu | 2 | -0/+17 |
2020-09-01 | PR26420, PR26421, PR26425, PR26427 UBSAN: tc-arm.c left shifts | Alan Modra | 2 | -78/+98 |
2020-08-31 | PR26510 UBSAN: tc-z8k.c left shift of negative value | Alan Modra | 2 | -8/+15 |
2020-08-31 | PR26503 UBSAN: tc-v850.c:1447 left shift cannot be represented | Alan Modra | 2 | -1/+6 |