Age | Commit message (Expand) | Author | Files | Lines |
2020-04-28 | analyzer: fix ICE copying struct [PR 94816] | David Malcolm | 6 | -5/+37 |
2020-04-28 | [arm] Remove +nofp from -mcpu=cortex-m55 options | Kyrylo Tkachov | 3 | -2/+6 |
2020-04-28 | [Arm] Account for C++17 artificial field determining Homogeneous Aggregates | Matthew Malcomson | 2 | -8/+59 |
2020-04-28 | analyzer: remove -Wanalyzer-use-of-uninitialized-value for GCC 10 | David Malcolm | 16 | -99/+129 |
2020-04-28 | Fix missing gcc/ChangeLog entry from fa29cf0c3f19b648e30b16fd2485c3c17a528a6e | David Malcolm | 1 | -0/+16 |
2020-04-28 | Check whether -fcf-protection=none -Wl,-z,ibt,-z,shstk work first | H.J. Lu | 6 | -57/+138 |
2020-04-28 | tree: Fix up TREE_SIDE_EFFECTS on internal calls [PR94809] | Jakub Jelinek | 4 | -2/+26 |
2020-04-28 | aarch64: Add TX3 machine model | Anton Youdkevitch | 8 | -2/+895 |
2020-04-28 | s390: -Wpsabi diagnostics for C++14 vs. C++17 ABI incompatibility on s390{,x}... | Jakub Jelinek | 2 | -6/+54 |
2020-04-28 | vect: Fix COND_EXPRs involving variant booleans [PR94727] | Richard Sandiford | 2 | -11/+25 |
2020-04-28 | coroutines: Pass class ref to traits lookup and promise allocator [PR94760]. | Iain Sandoe | 4 | -4/+98 |
2020-04-28 | coroutines: Fix handling of non-class coroutine returns [PR94759] | Iain Sandoe | 11 | -66/+151 |
2020-04-28 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2020-04-27 | coroutines: Fix for uses of structured binding [PR94701] | Iain Sandoe | 4 | -11/+99 |
2020-04-27 | Revert r10-7920-g06eca1acafa27e19e82dc73927394a7a4d0bdbc5 . | Thomas Koenig | 5 | -86/+15 |
2020-04-27 | libphobos: Backport extern(C) bindings from druntime 2.091 | Iain Buclaw | 37 | -207/+697 |
2020-04-27 | x86: Fix up ix86_atomic_assign_expand_fenv [PR94780] | Jakub Jelinek | 4 | -10/+38 |
2020-04-27 | c++: Avoid ICE with dependent attribute on type. | Jason Merrill | 6 | -3/+34 |
2020-04-27 | Regenerate gcc.pot. | Joseph Myers | 2 | -6738/+6910 |
2020-04-27 | c++: Delegating constructor in constexpr init [PR94772] | Patrick Palka | 6 | -1/+155 |
2020-04-27 | Update gcc fr.po, sv.po. | Joseph Myers | 3 | -363/+243 |
2020-04-27 | Fix warning URLs for Fortran and analyzer [PR 92830] | David Malcolm | 5 | -10/+83 |
2020-04-27 | demangler: Handle <=> operator in the demangler [PR94797] | Jakub Jelinek | 3 | -0/+10 |
2020-04-27 | aarch64: disable test on ilp32 [PR94697] | Szabolcs Nagy | 2 | -0/+6 |
2020-04-27 | arm: Fix an rtl checking failure in cde-errors.c | Richard Sandiford | 2 | -1/+7 |
2020-04-27 | [GCC][PATCH][ARM]: Change arm constraint name from "e" to "Te". | Srinath Parvathaneni | 3 | -31/+57 |
2020-04-27 | c-family: Fix ICE on __builtin_speculation_safe_value () [PR94755] | Jakub Jelinek | 4 | -2/+26 |
2020-04-27 | arm: Fix bootstrap failure with rtl-checking | Andre Vieira | 2 | -1/+7 |
2020-04-27 | forwprop: Fix ICE when building an identity constructor [PR94784] | Fei Yang | 4 | -2/+37 |
2020-04-27 | aarch64: Fix .cfi_window_save with pac-ret [PR94515] | Szabolcs Nagy | 5 | -7/+139 |
2020-04-27 | s390: Fix C++14 vs. C++17 ABI incompatibility on s390{,x} [PR94704] | Jakub Jelinek | 2 | -2/+10 |
2020-04-27 | rs6000: enable -fweb for small loops unrolling | guojiufu | 3 | -6/+12 |
2020-04-27 | RS6000: Use .machine ppc for some CRT files | Sebastian Huber | 4 | -0/+9 |
2020-04-27 | Do not remove ifunc_resolver in LTO. | Martin Liska | 2 | -1/+7 |
2020-04-26 | rs6000: Don't use HARD_FRAME_POINTER_REGNUM if it's not live in pro_and_epilo... | Xionghu Luo | 2 | -9/+25 |
2020-04-26 | Fix CL dates. | Marek Polacek | 2 | -2/+2 |
2020-04-26 | c++: Explicit constructor called in copy-initialization [PR90320] | Marek Polacek | 5 | -5/+66 |
2020-04-27 | libphobos: Add hppa-*-linux* as a supported target | Iain Buclaw | 2 | -0/+7 |
2020-04-27 | libphobos: Remove AC_CACHE_CHECK from network library tests. | Iain Buclaw | 2 | -82/+72 |
2020-04-27 | d: Merge upstream dmd f8a1a5153, druntime 2b5c0b27 | Iain Buclaw | 7 | -4/+21 |
2020-04-27 | d: Fix ICE in assign_temp, at function.c:984 (PR94777) | Iain Buclaw | 9 | -23/+254 |
2020-04-27 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2020-04-26 | coroutines: Do not assume parms are named [PR94752]. | Iain Sandoe | 4 | -2/+41 |
2020-04-26 | Added test case from PR 94737. | Thomas Koenig | 2 | -0/+30 |
2020-04-26 | Add ChangeLog changes from previous commit, r10-7920. | Thomas Koenig | 2 | -0/+12 |
2020-04-26 | libphobos: Add power*-*-linux* as a supported target | Iain Buclaw | 4 | -4/+18 |
2020-04-26 | Add changelog entry for previous commit | Iain Buclaw | 1 | -0/+7 |
2020-04-26 | d: Recognize pragma(inline) in the code generator. | Iain Buclaw | 2 | -1/+14 |
2020-04-25 | rs6000: Don't push stack frame for AIX when debugging and -fcompare-debug. | David Edelsohn | 44 | -42/+50 |
2020-04-26 | Daily bump. | GCC Administrator | 1 | -1/+1 |