Age | Commit message (Expand) | Author | Files | Lines |
2020-12-17 | [Ada] Performance of CW_Membership | Arnaud Charlet | 1 | -23/+0 |
2020-12-17 | [Ada] Fixes for GNAT error/warning messages | Yannick Moy | 3 | -5/+5 |
2020-12-17 | Fortran: Delay vtab generation until after parsing [PR92587] | Tobias Burnus | 1 | -0/+80 |
2020-12-17 | PR fortran/98307 - Dependency check fails when using "allocatable" | Harald Anlauf | 1 | -0/+32 |
2020-12-16 | test: add new Go tests from source repo | Ian Lance Taylor | 505 | -0/+13602 |
2020-12-16 | test: add new Go tests from source repo | Ian Lance Taylor | 274 | -0/+7480 |
2020-12-16 | gcc: xtensa: add optimizations for shift operations | Takayuki 'January June' Suwa | 1 | -0/+31 |
2020-12-17 | Daily bump. | GCC Administrator | 1 | -0/+89 |
2020-12-17 | fwprop: Rewrite to use RTL SSA | Richard Sandiford | 3 | -9/+9 |
2020-12-16 | test: add new Go tests from source repo | Ian Lance Taylor | 14 | -0/+579 |
2020-12-16 | C: Drop qualifiers of assignment expressions. [PR98047] | Martin Uecker | 1 | -0/+18 |
2020-12-16 | C: Avoid incorrect warning for volatile in compound expressions [PR98260] | Martin Uecker | 1 | -0/+13 |
2020-12-16 | testsuite: Adjust expected instruction count for PPC fold testcases. | David Edelsohn | 8 | -12/+12 |
2020-12-16 | c++: Fix template parm ICE [PR 98297] | Nathan Sidwell | 1 | -0/+6 |
2020-12-16 | PR fortran/98284 - ICE in get_array_index | Harald Anlauf | 1 | -0/+12 |
2020-12-16 | Require .init_array/.fini_array support for SHF_GNU_RETAIN | H.J. Lu | 1 | -1/+1 |
2020-12-16 | Warn used and not used symbols in section with the same name | H.J. Lu | 4 | -0/+4 |
2020-12-16 | Switch to a new section if the SECTION_RETAIN bit doesn't match | H.J. Lu | 5 | -0/+96 |
2020-12-16 | bswap: Handle vector CONSTRUCTORs [PR96239] | Jakub Jelinek | 1 | -0/+54 |
2020-12-16 | Add -Wtsan. | Martin Liska | 1 | -0/+11 |
2020-12-16 | options: fix integer overflow | Martin Liska | 1 | -0/+13 |
2020-12-16 | Fix PR tree-optimization/98272 | Eric Botcazou | 1 | -0/+22 |
2020-12-16 | rs6000: Use subreg for QI/HI vector init | Kewen Lin | 2 | -0/+2 |
2020-12-16 | Daily bump. | GCC Administrator | 1 | -0/+63 |
2020-12-15 | c++: Remove dg-ice in constexpr-52830.C [PR52830] | Marek Polacek | 1 | -1/+0 |
2020-12-15 | match.pd: Optimize X / bool_range_Y to X [PR96094] | Jakub Jelinek | 1 | -0/+34 |
2020-12-15 | d: Fix ICE in gimplify_expr, at gimplify.c (PR98277) | Iain Buclaw | 1 | -0/+13 |
2020-12-15 | Go testsuite: update bugs for recent change | Ian Lance Taylor | 2 | -2/+2 |
2020-12-15 | c++: Fix return type deduction during satisfaction | Patrick Palka | 1 | -0/+9 |
2020-12-15 | c++: Modules Is Landing | Nathan Sidwell | 9 | -0/+108 |
2020-12-15 | i386: Fix up -march=x86-64-v[234] vs. target attribute [PR98274] | Jakub Jelinek | 1 | -0/+8 |
2020-12-15 | i386: Make -march=x86-64-v[234] behave more like other -march= options | Jakub Jelinek | 9 | -7/+43 |
2020-12-14 | gcc: xtensa: fix PR target/98285 | Max Filippov | 1 | -0/+54 |
2020-12-14 | go-test.exp: retain any characters at end of ERROR line | Ian Lance Taylor | 1 | -2/+1 |
2020-12-15 | Fix up testcase. | liuhongt | 1 | -1/+1 |
2020-12-15 | Daily bump. | GCC Administrator | 1 | -0/+69 |
2020-12-14 | Correct/improve maybe_emit_free_warning (PR middle-end/98166, PR c++/57111, P... | Martin Sebor | 12 | -71/+1104 |
2020-12-14 | AArch64: Add support for --with-tune | Wilco Dijkstra | 5 | -0/+35 |
2020-12-14 | middle-end: Exclude TOP permute from blend considerations | Tamar Christina | 1 | -0/+22 |
2020-12-14 | Limit perf data buffer during feature checking | Ilya Leoshkevich | 1 | -1/+1 |
2020-12-14 | arm: Auto-vectorization for MVE: vneg | Christophe Lyon | 1 | -0/+49 |
2020-12-14 | arm: Auto-vectorization for MVE: vmvn | Christophe Lyon | 1 | -0/+35 |
2020-12-14 | arm: Auto-vectorization for MVE: vbic | Christophe Lyon | 1 | -0/+65 |
2020-12-14 | arm: Auto-vectorization for MVE: veor | Christophe Lyon | 1 | -0/+61 |
2020-12-14 | arm,testsuite: Fix vect-half-floats.c test | Christophe Lyon | 1 | -3/+3 |
2020-12-14 | sanitizer: do not ICE for pointer cmp/sub | Martin Liska | 1 | -0/+6 |
2020-12-13 | -fgo-dump-spec: skip typedefs that match struct tag | Nikhil Benesch | 1 | -0/+23 |
2020-12-14 | Daily bump. | GCC Administrator | 1 | -0/+79 |
2020-12-13 | VAX: Check the correct operand for constant 0 push operation | Maciej W. Rozycki | 1 | -0/+27 |
2020-12-13 | widening_mul: Fix a > ~b to .ADD_OVERFLOW optimization [PR98256] | Jakub Jelinek | 1 | -0/+9 |