Age | Commit message (Expand) | Author | Files | Lines |
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 |
2020-08-31 | PR26502 UBSAN: tc-tic6x.c left shift of negative value | Alan Modra | 2 | -21/+26 |
2020-08-31 | PR26497 UBSAN: tc-sh.c:2467 left shift cannot be represented | Alan Modra | 2 | -6/+11 |
2020-08-31 | PR26495 UBSAN: tc-score.c, tc-score7.c left shift of negative value | Alan Modra | 3 | -15/+21 |
2020-08-31 | PR26480 UBSAN: tc-nios2.c:1634 left shift cannot be represented | Alan Modra | 2 | -1/+6 |
2020-08-31 | PR26479 UBSAN: tc-nios2.c:244 left shift cannot be represented | Alan Modra | 2 | -2/+7 |
2020-08-31 | PR26472, PR26473, PR26474 UBSAN: tc-mips.c shift left UB | Alan Modra | 2 | -9/+17 |
2020-08-31 | PR26471 UBSAN: tc-metag.c:7038 left shift cannot be represented | Alan Modra | 2 | -1/+6 |
2020-08-31 | PR26468 UBSAN: tc-mep.c:1684 left shift of negative value | Alan Modra | 2 | -2/+8 |
2020-08-31 | PR26493 UBSAN: tc-riscv.c left shift negative and not representable | Alan Modra | 2 | -17/+23 |
2020-08-31 | crx: ubsan: cannot be represented | Alan Modra | 3 | -128/+116 |
2020-08-31 | PR26509 UBSAN: tc-z80.c:3656 shift exponent is too large | Alan Modra | 2 | -1/+6 |
2020-08-31 | tic4x-coff: ubsan: various shift UB | Alan Modra | 2 | -10/+12 |
2020-08-31 | CSKY: Refine operand format error reporting. | Cooper Qu | 2 | -109/+208 |
2020-08-31 | CSKY: Add warning when -mdsp and -mcpu=ck803ern are both added. | Cooper Qu | 2 | -3/+22 |
2020-08-30 | changelog PR fix | Alan Modra | 1 | -2/+2 |
2020-08-30 | cr16 disassembly error of disp20 fields | Alan Modra | 9 | -55/+66 |
2020-08-30 | PR26437, PR26438 UBSAN: tc-cr16.c left shifts and overflows | Alan Modra | 2 | -801/+799 |
2020-08-29 | PR26481 UBSAN: tc-pj.c:281 index out of bounds | Alan Modra | 2 | -2/+8 |
2020-08-28 | PR26460 UBSAN: tc-ia64.c:6107 index out of bounds | Alan Modra | 2 | -2/+10 |
2020-08-28 | gas: Handle bad -gdwarf options, just like bad --gdwarf options. | Mark Wielaard | 2 | -0/+11 |
2020-08-28 | CSKY: Support attribute section. | Cooper Qu | 23 | -8/+148 |
2020-08-27 | PR26467 UBSAN: cgen.c:762 shift exponent 18446744073709551615 | Alan Modra | 2 | -1/+7 |
2020-08-26 | PR26508 UBSAN: tc-xtensa.c:7764 null pointer bsearch | Alan Modra | 2 | -0/+9 |
2020-08-26 | PR26448 UBSAN: symbols.c:1586 left shift of negative value | Alan Modra | 2 | -2/+26 |
2020-08-26 | PR26447 UBSAN: expr.c:1936 left shift of negative value | Alan Modra | 2 | -6/+22 |
2020-08-26 | bpf: add xBPF ISA | David Faust | 7 | -4/+82 |
2020-08-25 | PR26501, ASAN: tic54x_undefined_symbol tc-tic54x.c:5015 | Alan Modra | 2 | -8/+9 |
2020-08-25 | PR26500, ASAN: tic4x_inst_make tc-tic4x.c:1247 | Alan Modra | 2 | -2/+7 |
2020-08-25 | PR26441, ASAN: get_b_cc tc-cr16.c:1521 | Alan Modra | 2 | -6/+9 |
2020-08-25 | PR26426, ASAN: neon_quad tc-arm.c:15175 | Alan Modra | 2 | -0/+11 |
2020-08-25 | PR26410, UBSAN: symbols.c:1818 | Alan Modra | 2 | -3/+10 |
2020-08-25 | gas warning fixes | Alan Modra | 6 | -5/+16 |
2020-08-24 | CSKY: Add new arch CK860. | Cooper Qu | 8 | -9/+117 |
2020-08-24 | tic54x fixes | Alan Modra | 5 | -29/+33 |
2020-08-24 | Remove "memory exhausted" messages | Alan Modra | 10 | -79/+50 |
2020-08-24 | gcc-4 -Og false positive "may be used uninitialised" | Alan Modra | 2 | -6/+10 |
2020-08-24 | PR26526, 5014c2d22b2 breaks compiling the Linux kernel for ARM | Alan Modra | 2 | -1/+7 |
2020-08-24 | CSKY: Add ck803r2 series cpu. | Cooper Qu | 4 | -8/+71 |
2020-08-23 | PR26513, 629310abec breaks assembling PowerPC Linux kernels | Alan Modra | 67 | -364/+633 |
2020-08-21 | Redo gas local symbol support | Alan Modra | 2 | -399/+375 |
2020-08-21 | gas symbol struct field renaming | Alan Modra | 3 | -359/+364 |