Age | Commit message (Expand) | Author | Files | Lines |
2022-04-02 | d: Merge upstream dmd 47871363d, druntime, c52e28b7, phobos 99e9c1b77. | Iain Buclaw | 527 | -1913/+2728 |
2022-04-02 | mips: Fix an ICE caused by r12-7962 | Xi Ruoyao | 2 | -1/+12 |
2022-04-02 | libstdc++: Tweak source_location for clang trunk [PR105128] | Jakub Jelinek | 1 | -8/+7 |
2022-04-01 | fixed-point/composite-type: add -Wno-array-parameter | Alexandre Oliva | 1 | -1/+1 |
2022-04-01 | c++: deducing from class type of NTTP [PR105110] | Patrick Palka | 2 | -2/+16 |
2022-04-01 | Regenerate gcc.pot | Joseph Myers | 1 | -6816/+7031 |
2022-04-01 | Update gcc hr.po | Joseph Myers | 1 | -91/+91 |
2022-04-01 | Add an assertion: the zeroed_hardregs set is a subset of all call used regs. | Qing Zhao | 4 | -13/+50 |
2022-04-01 | mips: Ignore zero width fields in arguments and issue -Wpsabi warning about C... | Xi Ruoyao | 4 | -4/+102 |
2022-04-01 | mips: Emit psabi diagnostic for return values affected by C++ zero-width bit-... | Xi Ruoyao | 3 | -8/+104 |
2022-04-01 | Revert "c++: delayed parse DMI [PR96645]" | Jason Merrill | 6 | -102/+7 |
2022-04-01 | jit: further doc fixes | David Malcolm | 3 | -702/+1320 |
2022-04-01 | jit: Update docs | Petter Tomner | 4 | -11/+29 |
2022-04-01 | libstdc++: Implement std::unreachable() for C++23 (P0627R6) | Jonathan Wakely | 5 | -2/+59 |
2022-04-01 | libstdc++: Fix mismatched noexcept-specifiers in Filesystem TS | Jonathan Wakely | 2 | -3/+3 |
2022-04-01 | [libgomp, testsuite, nvptx] Limit recursion in declare_target-{1,2}.f90 | Tom de Vries | 2 | -11/+27 |
2022-04-01 | [libgomp, testsuite, nvptx] Fix dg-output test in vector-length-128-7.c | Tom de Vries | 1 | -1/+1 |
2022-04-01 | libstdc++: Fix filenames in Doxygen @file comments | Timm Bäder | 2 | -2/+2 |
2022-04-01 | phiopt: Improve value_replacement [PR104645] | Jakub Jelinek | 2 | -14/+77 |
2022-04-01 | testsuite: Add further zero size elt passing tests [PR102024] | Jakub Jelinek | 2 | -0/+12 |
2022-04-01 | [nvptx, testsuite] Fix gcc.target/nvptx/alias-*.c on sm_80 | Tom de Vries | 5 | -12/+70 |
2022-04-01 | MIPS: IPL is 8bit in Cause and Status registers if TARGET_MCU | YunQiang Su | 1 | -2/+14 |
2022-04-01 | MAINTAINERS: Update my email address | Qian Jianhua | 1 | -1/+1 |
2022-04-01 | Test for linking for arm/size-optimization-ieee-[123].c | Alexandre Oliva | 4 | -3/+15 |
2022-04-01 | Daily bump. | GCC Administrator | 6 | -1/+154 |
2022-03-31 | rs6000: Fix some missing built-in attributes [PR104004] | Bill Schmidt | 1 | -5/+5 |
2022-03-31 | runtime: support PPC32 MUSL register access | Ian Lance Taylor | 2 | -1/+19 |
2022-03-31 | options: Clarifications around option definition records' help texts | Thomas Schwinge | 1 | -0/+11 |
2022-03-31 | options: Fix "Multiple different help strings" error diagnostic | Thomas Schwinge | 1 | -2/+5 |
2022-03-31 | contrib: Fix up spelling of loongarch-str.h dependency [PR105114] | Jakub Jelinek | 1 | -1/+1 |
2022-03-31 | aarch64: Implement determine_suggested_unroll_factor | Andre Vieira | 3 | -2/+97 |
2022-03-31 | ipa: Careful processing ANCESTOR jump functions and NULL pointers (PR 103083) | Martin Jambor | 5 | -29/+137 |
2022-03-31 | libstdc++: Add comment about memalign requirements | Jonathan Wakely | 1 | -0/+2 |
2022-03-31 | ipa-cp: Do not create clones for values outside known value range (PR 102513) | Martin Jambor | 2 | -2/+59 |
2022-03-31 | ipa: Create LOAD references when necessary during inlining (PR 103171) | Martin Jambor | 5 | -15/+96 |
2022-03-31 | [nvptx, testsuite] Fix typo in gcc.target/nvptx/march.c | Tom de Vries | 1 | -1/+1 |
2022-03-31 | tree-optimization/105109 - bogus uninit diagnostic with _Complex | Richard Biener | 2 | -0/+16 |
2022-03-31 | [nvptx] Fix ASM_SPEC workaround for sm_30 | Tom de Vries | 1 | -4/+18 |
2022-03-31 | rtl-optimization/105091 - wrong DSE with missed TREE_ADDRESSABLE | Richard Biener | 1 | -1/+2 |
2022-03-31 | Revert "gimple: allow more folding of memcpy [PR102125]" | Richard Biener | 1 | -11/+5 |
2022-03-31 | gcov: Reword comment for gcov_read_string() | Sebastian Huber | 1 | -3/+3 |
2022-03-30 | c++: parse trivial DMI immediately [PR96645] | Jason Merrill | 4 | -6/+31 |
2022-03-31 | Daily bump. | GCC Administrator | 7 | -1/+175 |
2022-03-30 | Fortran: NULL pointer dereference checking arguments to ASSOCIATED intrinsic | Harald Anlauf | 2 | -1/+17 |
2022-03-30 | Update gcc hr.po | Joseph Myers | 1 | -184/+193 |
2022-03-30 | rs6000: vec_neg built-ins wrongly require POWER8 | Bill Schmidt | 1 | -18/+18 |
2022-03-30 | [PR105032] LRA: modify loop condition to find reload insns for hard reg split... | Vladimir N. Makarov | 2 | -1/+38 |
2022-03-30 | Revert "testsuite: Change pr80334.C testcase to dg-do compile [PR102772]" | Jakub Jelinek | 1 | -5/+1 |
2022-03-30 | c-family: ICE with -Wconversion and A ?: B [PR101030] | Marek Polacek | 2 | -1/+14 |
2022-03-30 | c++: ICE with failed __is_constructible constraint [PR100474] | Patrick Palka | 2 | -1/+108 |