2020-07-06 |
Will Schmidt | Backport to gcc-10 |
commit | commitdiff | tree |
2020-07-06 |
Harald Anlauf | PR fortran/93337 - ICE in gfc_dt_upper_string, at fortr... |
commit | commitdiff | tree |
2020-07-06 |
GCC Administrator | Daily bump. |
commit | commitdiff | tree |
2020-07-05 |
Thomas Koenig | Use CHARACTER(kind) string for calculating the type... |
commit | commitdiff | tree |
2020-07-05 |
GCC Administrator | Daily bump. |
commit | commitdiff | tree |
2020-07-04 |
Martin Jambor | ipa-sra: Avoid transitive splits with type mismatches... |
commit | commitdiff | tree |
2020-07-04 |
GCC Administrator | Daily bump. |
commit | commitdiff | tree |
2020-07-03 |
Thomas Schwinge | [OpenACC] Revert always-copyfrom behavior for 'GOMP_MAP... |
commit | commitdiff | tree |
2020-07-03 |
Thomas Schwinge | [OpenACC] Remove (unused) 'GOMP_MAP_ALWAYS_FROM' handli... |
commit | commitdiff | tree |
2020-07-03 |
Martin Jambor | ipa-sra: Prevent constructing debug info from wrong... |
commit | commitdiff | tree |
2020-07-03 |
GCC Administrator | Daily bump. |
commit | commitdiff | tree |
2020-07-02 |
Segher Boessenkool | rs6000: Define _ARCH_PWR10 when appropriate |
commit | commitdiff | tree |
2020-07-02 |
Ville Voutilainen | PR libstdc++/91807 |
commit | commitdiff | tree |
2020-07-02 |
Harald Anlauf | PR fortran/88379 - ICE with allocatable coarray, class... |
commit | commitdiff | tree |
2020-07-02 |
Jonathan Wakely | libstdc++: Fix atomic<long double> tests (PR 91153... |
commit | commitdiff | tree |
2020-07-02 |
Peter Bergner | rs6000: Add support for __builtin_cpu_is ("power10") |
commit | commitdiff | tree |
2020-07-02 |
Michael Meissner | PowerPC: Add power10 hwcap2 bits |
commit | commitdiff | tree |
2020-07-02 |
Michael Meissner | PowerPC: PowerPC tests: Add prefixed/pcrel tests |
commit | commitdiff | tree |
2020-07-02 |
Martin Liska | gcc-changelog: sync from master. |
commit | commitdiff | tree |
2020-07-02 |
GCC Administrator | Daily bump. |
commit | commitdiff | tree |
2020-07-01 |
Jonathan Wakely | libstdc++: Strip cv-qualifiers in std::atomic<FP> ... |
commit | commitdiff | tree |
2020-07-01 |
Jonathan Wakely | libstdc++: Remove noexcept from match_results compariso... |
commit | commitdiff | tree |
2020-07-01 |
Iain Sandoe | coroutines: Collect the function body rewrite code. |
commit | commitdiff | tree |
2020-07-01 |
Iain Sandoe | coroutines: Fix a diagnostic trailing space warning. |
commit | commitdiff | tree |
2020-07-01 |
Srinath Parvathaneni | arm: Fix the failing mve scalar shift execution tests. |
commit | commitdiff | tree |
2020-07-01 |
Mark Eggleston | Fortran : Bogus error with additional blanks in type... |
commit | commitdiff | tree |
2020-07-01 |
GCC Administrator | Daily bump. |
commit | commitdiff | tree |
2020-06-30 |
Segher Boessenkool | rs6000: Rename isa attribute "fut" to "p10" |
commit | commitdiff | tree |
2020-06-30 |
Segher Boessenkool | rs6000: Testsuite changes to go with the previous commit |
commit | commitdiff | tree |
2020-06-30 |
Segher Boessenkool | rs6000: Rename future to power10 |
commit | commitdiff | tree |
2020-06-30 |
Harald Anlauf | PR fortran/95978 - ICE in gfc_match_data, at fortran... |
commit | commitdiff | tree |
2020-06-30 |
Harald Anlauf | PR fortran/71706 - ICE on using sync images with -fchec... |
commit | commitdiff | tree |
2020-06-30 |
Thomas Schwinge | Mark up unreachable OpenACC 'attach' code path |
commit | commitdiff | tree |
2020-06-30 |
Alex Coplan | arm: Don't generate invalid LDRD insns |
commit | commitdiff | tree |
2020-06-30 |
Thomas Koenig | Do not generate recursion check for compiler-generated... |
commit | commitdiff | tree |
2020-06-30 |
Iain Sandoe | coroutines: Handle namespaces while scanning local... |
commit | commitdiff | tree |
2020-06-30 |
Iain Sandoe | coroutines: Handle awaiters that are sub-objects [PR95736] |
commit | commitdiff | tree |
2020-06-30 |
Iain Sandoe | coroutines: Improve diagnostics for one allocator case. |
commit | commitdiff | tree |
2020-06-30 |
GCC Administrator | Daily bump. |
commit | commitdiff | tree |
2020-06-29 |
Joseph Myers | Update gcc sv.po. |
commit | commitdiff | tree |
2020-06-29 |
Harald Anlauf | PR fortran/95340 - ICE in gfc_match_select_rank, at... |
commit | commitdiff | tree |
2020-06-29 |
Harald Anlauf | PR fortran/95880 - ICE in gfc_add_type, at fortran... |
commit | commitdiff | tree |
2020-06-29 |
Iain Sandoe | coroutines: Handle non-method promise expressions ... |
commit | commitdiff | tree |
2020-06-29 |
Iain Sandoe | coroutines: Handle bad g-r-o-o-a-f cases. |
commit | commitdiff | tree |
2020-06-29 |
Ville Voutilainen | PR libstdc++/95915 |
commit | commitdiff | tree |
2020-06-29 |
Jakub Jelinek | testsuite: Fix g++.dg/torture/pr95493.C FAIL on i686... |
commit | commitdiff | tree |
2020-06-29 |
Jakub Jelinek | c-family: Use TYPE_OVERFLOW_UNDEFINED instead of !TYPE_... |
commit | commitdiff | tree |
2020-06-29 |
Jakub Jelinek | fold-const: Fix A <= 0 ? A : -A folding [PR95810] |
commit | commitdiff | tree |
2020-06-29 |
GCC Administrator | Daily bump. |
commit | commitdiff | tree |
2020-06-28 |
Iain Buclaw | d: Merge upstream dmd 8508c4e68. |
commit | commitdiff | tree |
2020-06-28 |
Iain Sandoe | coroutines: Copy attributes to the outlined functions... |
commit | commitdiff | tree |
2020-06-28 |
Iain Sandoe | coroutines: Update tests for get-return-object errors. |
commit | commitdiff | tree |
2020-06-28 |
GCC Administrator | Daily bump. |
commit | commitdiff | tree |
2020-06-27 |
Harald Anlauf | PR fortran/95881 - ICE in resolve_symbol, at fortran... |
commit | commitdiff | tree |
2020-06-27 |
GCC Administrator | Daily bump. |
commit | commitdiff | tree |
2020-06-26 |
Harald Anlauf | PR fortran/95826 - Buffer overflows with PDTs and long... |
commit | commitdiff | tree |
2020-06-26 |
Harald Anlauf | PR fortran/95828 - Buffer overflows with SELECT RANK |
commit | commitdiff | tree |
2020-06-26 |
Iain Buclaw | d: Fix ICE during error recovery in semantic pass |
commit | commitdiff | tree |
2020-06-26 |
Iain Buclaw | d: Fix ICE in uda_attribute_p when looking up unknown... |
commit | commitdiff | tree |
2020-06-26 |
GCC Administrator | Daily bump. |
commit | commitdiff | tree |
2020-06-25 |
Harald Anlauf | PR fortran/95827 - Buffer overflows with submodules... |
commit | commitdiff | tree |
2020-06-25 |
Iain Sandoe | coroutines: Add a cleanup expression for g-r-o when... |
commit | commitdiff | tree |
2020-06-25 |
H.J. Lu | x96: Remove PTA_CLWB from PTA_ICELAKE_CLIENT |
commit | commitdiff | tree |
2020-06-25 |
GCC Administrator | Daily bump. |
commit | commitdiff | tree |
2020-06-24 |
Peter Bergner | rs6000: Add MMA built-in function definitions and test... |
commit | commitdiff | tree |
2020-06-24 |
Peter Bergner | rs6000: Backport u8bit_cint_operand predicate |
commit | commitdiff | tree |
2020-06-24 |
Peter Bergner | rs6000: Add base support and types for defining MMA... |
commit | commitdiff | tree |
2020-06-24 |
Jason Merrill | c++: Fix ICE with using and virtual function. [PR95719] |
commit | commitdiff | tree |
2020-06-24 |
Jonathan Wakely | libstdc++: Fix std::from_chars to ignore leading zeros... |
commit | commitdiff | tree |
2020-06-24 |
Jonathan Wakely | libstdc++: Fix warnings with -Wsystem-headers |
commit | commitdiff | tree |
2020-06-24 |
Jonathan Wakely | libstdc++: Fix std::to_chars buffer overflow (PR 95851) |
commit | commitdiff | tree |
2020-06-24 |
Richard Biener | tree-optimization/95717 - fix SSA update for vectorizer... |
commit | commitdiff | tree |
2020-06-24 |
GCC Administrator | Daily bump. |
commit | commitdiff | tree |
2020-06-23 |
Thomas Koenig | Make forall statement in testsuite conforming. |
commit | commitdiff | tree |
2020-06-23 |
Eric Botcazou | Fix memory corruption with vector and variant record |
commit | commitdiff | tree |
2020-06-23 |
Richard Biener | middle-end/95493 - bogus MEM_ATTRS for variable array... |
commit | commitdiff | tree |
2020-06-23 |
Thomas Koenig | Handle AR_FULL vs. AR_FULL in dependency checking. |
commit | commitdiff | tree |
2020-06-23 |
Richard Biener | tree-optimization/95487 - use a truth type for scatter... |
commit | commitdiff | tree |
2020-06-23 |
Richard Biener | tree-optimization/95308 - really avoid forward propagat... |
commit | commitdiff | tree |
2020-06-23 |
Richard Biener | c/95141 - fix bogus integer overflow warning |
commit | commitdiff | tree |
2020-06-23 |
Richard Biener | tree-optimization/95133 - avoid abnormal edges in path... |
commit | commitdiff | tree |
2020-06-23 |
Richard Biener | middle-end/95118 - fix printing of denormal zero |
commit | commitdiff | tree |
2020-06-23 |
Richard Biener | tree-optimization/95049 - fix not terminating RPO VN... |
commit | commitdiff | tree |
2020-06-23 |
Richard Biener | middle-end/94964 - avoid EH loop entry with CP_SIMPLE_P... |
commit | commitdiff | tree |
2020-06-23 |
Mark Eggleston | Fortran : ICE in resolve_fl_procedure PR95708 |
commit | commitdiff | tree |
2020-06-23 |
GCC Administrator | Daily bump. |
commit | commitdiff | tree |
2020-06-22 |
Joseph Myers | Update gcc sv.po. |
commit | commitdiff | tree |
2020-06-22 |
Jason Merrill | c++: Refinements to "more constrained". |
commit | commitdiff | tree |
2020-06-22 |
Jason Merrill | c++: implicit operator== adjustments from P2002. |
commit | commitdiff | tree |
2020-06-22 |
Harald Anlauf | PR fortran/95707 - ICE in finish_equivalences, at fortr... |
commit | commitdiff | tree |
2020-06-22 |
Harald Anlauf | PR fortran/95688 - ICE in gfc_get_string, at fortran... |
commit | commitdiff | tree |
2020-06-22 |
Harald Anlauf | PR fortran/95687 - ICE in get_unique_hashed_string... |
commit | commitdiff | tree |
2020-06-22 |
Harald Anlauf | PR fortran/95689 - ICE in check_sym_interfaces, at... |
commit | commitdiff | tree |
2020-06-22 |
Harald Anlauf | PR fortran/95587 - ICE in gfc_target_encode_expr, at... |
commit | commitdiff | tree |
2020-06-22 |
H.J. Lu | Enable CET in cross compiler if possible |
commit | commitdiff | tree |
2020-06-22 |
GCC Administrator | Daily bump. |
commit | commitdiff | tree |
2020-06-21 |
Iain Sandoe | coroutines: Update handling and failure for g-r-o-o... |
commit | commitdiff | tree |
2020-06-21 |
GCC Administrator | Daily bump. |
commit | commitdiff | tree |
2020-06-20 |
Bin Cheng | Add missing unit dependence vector in data dependence... |
commit | commitdiff | tree |
2020-06-20 |
GCC Administrator | Daily bump. |
commit | commitdiff | tree |
next |