Age | Commit message (Expand) | Author | Files | Lines |
2020-06-26 | ranger restructuringdevel/ranger | Andrew MacLeod | 15 | -2681/+1892 |
2020-06-19 | Minor cleanups to range-op. | Aldy Hernandez | 1 | -11/+4 |
2020-06-19 | Remove vrange as well as irange virtuals. | Aldy Hernandez | 4 | -187/+164 |
2020-06-18 | Minor cleanups to minimize differences with upstream. | Aldy Hernandez | 2 | -1/+1 |
2020-06-17 | Remove unused gori_computable_p field in assert_info. | Aldy Hernandez | 1 | -2/+0 |
2020-06-17 | Merge from trunk at: | Aldy Hernandez | 13646 | -437864/+1115478 |
2020-06-17 | Daily bump. | GCC Administrator | 11 | -1/+759 |
2020-06-16 | middle-end: Add another testcase for PR 95493 | Jonathan Wakely | 1 | -0/+95 |
2020-06-16 | d: Remove names of unused function parameters. | Iain Buclaw | 1 | -65/+31 |
2020-06-16 | d: Update code formatting in a consistent style. | Iain Buclaw | 18 | -135/+136 |
2020-06-16 | d: Consistently format quotations in comments. | Iain Buclaw | 10 | -48/+48 |
2020-06-16 | d: Remove dependency on front-end OutBuffer for diagnostic and deps file gene... | Iain Buclaw | 2 | -60/+68 |
2020-06-16 | d: Remove dependency on front-end File type for json and deps file generation. | Iain Buclaw | 1 | -10/+32 |
2020-06-16 | d: Move generation of array bounds error to own function. | Iain Buclaw | 4 | -7/+25 |
2020-06-16 | libstdc++: Strip cv-qualifiers in std::atomic<FP> (PR 95282) | Jonathan Wakely | 1 | -5/+5 |
2020-06-16 | libstdc++: Enforce copyable/movable checks in std::atomic | Jonathan Wakely | 2 | -0/+50 |
2020-06-16 | d: Use toStringExp instead of explicit cast | Iain Buclaw | 2 | -4/+4 |
2020-06-16 | d: Use new isXxxxExp helpers where possible | Iain Buclaw | 6 | -41/+46 |
2020-06-16 | d: Use toTypeFunction instead of explicit cast | Iain Buclaw | 4 | -24/+11 |
2020-06-16 | d: Use new isTypeXxxx helpers where possible. | Iain Buclaw | 10 | -120/+82 |
2020-06-16 | Fix pasto in the substitute_and_fold_engine merge with evrp. | Aldy Hernandez | 3 | -1/+36 |
2020-06-16 | OpenACC/Fortran: permit 'routine' inside PURE | Tobias Burnus | 4 | -13/+102 |
2020-06-16 | OpenMP/Fortran: Permit impure ELEMENTAL in omp directives | Tobias Burnus | 2 | -2/+17 |
2020-06-16 | c++: Don't allow designated initializers with non-aggregates [PR95369] | Marek Polacek | 3 | -1/+42 |
2020-06-16 | c++: Fix ICE in check_local_shadow with enum [PR95560] | Marek Polacek | 2 | -1/+10 |
2020-06-16 | testsuite: Make sure the *san/inline* tests aren't UNRESOLVED with LTO | Jakub Jelinek | 3 | -3/+3 |
2020-06-16 | S/390: Emit vector alignment hints for z13 if AS accepts them | Stefan Schulze Frielinghaus | 5 | -3/+51 |
2020-06-16 | [PATCH][GCC] arm: Fix the MVE ACLE vaddq_m polymorphic variants. | Srinath Parvathaneni | 2 | -24/+72 |
2020-06-16 | [PATCH][GCC] arm: Fix MVE scalar shift intrinsics code-gen. | Srinath Parvathaneni | 6 | -36/+185 |
2020-06-16 | openmp: Initial part of OpenMP 5.0 non-rectangular loop support | Jakub Jelinek | 23 | -146/+948 |
2020-06-16 | openmp: Diagnose invalid OpenMP schedule(simd, static) | Jakub Jelinek | 3 | -2/+30 |
2020-06-16 | testsuite: Add offloading_enabled check and use it for xfail (PR95622) | Tobias Burnus | 4 | -4/+13 |
2020-06-16 | OpenMP/Fortran: Permit impure ELEMENTAL in omp directives | Tobias Burnus | 3 | -16/+33 |
2020-06-16 | [Ada] Expand 'Pos and 'Val for enumeration types with standard representation | Eric Botcazou | 3 | -37/+69 |
2020-06-16 | [Ada] Fix spurious error on derived private type with predicate | Eric Botcazou | 1 | -6/+16 |
2020-06-16 | [Ada] Change how we detect internal protected subprograms | Richard Kenner | 1 | -1/+1 |
2020-06-16 | [Ada] Improve bug box customer language | Richard Kenner | 1 | -3/+3 |
2020-06-16 | [Ada] Minor casing of " The " after a comma in docs and comments | Piotr Trojanek | 14 | -20/+18 |
2020-06-16 | [Ada] Reuse Is_Object where possible | Piotr Trojanek | 4 | -4/+4 |
2020-06-16 | [Ada] Fix typo in comment about overlapping actuals | Piotr Trojanek | 1 | -1/+1 |
2020-06-16 | [Ada] Force evaluation of qualified aggregates | Piotr Trojanek | 1 | -12/+11 |
2020-06-16 | [Ada] Couple of formatting and stylistic fixes | Eric Botcazou | 1 | -6/+4 |
2020-06-16 | [Ada] Enable literal aspect specifications in Big_Numbers specs | Steve Baird | 2 | -3/+3 |
2020-06-16 | [Ada] Crash in tagged type constructor with task components | Javier Miranda | 2 | -8/+172 |
2020-06-16 | [Ada] Declare expressions | Bob Duff | 13 | -60/+253 |
2020-06-16 | [Ada] ACATS C452005/C452006 memberships use wrong equality operation | Arnaud Charlet | 4 | -6/+25 |
2020-06-16 | [Ada] Implement AI12-0216 on restricting overlap errors in calls | Ed Schonberg | 1 | -30/+13 |
2020-06-16 | [Ada] Fix premature freezing of artificial array subtype | Eric Botcazou | 1 | -9/+12 |
2020-06-16 | [Ada] Implement AI12-0249, AI12-0295 (user-defined numeric & string literals) | Steve Baird | 11 | -69/+377 |
2020-06-16 | [Ada] ACATS 4.1P - C432003 - Errors missed on extension aggregates | Arnaud Charlet | 1 | -3/+5 |