aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-12-14[Ada] Simplify prevention of cascaded errors for Refined_StatePiotr Trojanek1-16/+11
2020-12-14[Ada] Compiler crash on call to function instanceBob Duff1-0/+1
2020-12-14[Ada] Fix warning control character for message on IN OUT parameterYannick Moy1-3/+3
2020-12-14[Ada] Refine error messages on illegal Refined_State in SPARKYannick Moy1-23/+76
2020-12-14[Ada] Avoid reanalysis of malformed dependency relationsPiotr Trojanek1-3/+3
2020-12-14[Ada] Tidy up implementation of System.Fat_Gen.Valid and inline it againEric Botcazou2-86/+63
2020-12-14[Ada] Fix analysis of access objects in Depends contractsPiotr Trojanek1-5/+15
2020-12-14[Ada] Update comment for processing of pragma Assertion_PolicyPiotr Trojanek2-25/+26
2020-12-14[Ada] Correctly mark subprogram as not always inlined in GNATprove modeYannick Moy3-23/+25
2020-12-14[Ada] Adjust documentation of System.Img_Util.Set_Decimal_DigitsEric Botcazou1-9/+12
2020-12-14preprocessor: Deferred macro supportNathan Sidwell2-7/+13
2020-12-14middle-end: Exclude TOP permute from blend considerationsTamar Christina2-1/+24
2020-12-14Limit perf data buffer during feature checkingIlya Leoshkevich1-1/+1
2020-12-14.dir-locals.el: Set 'fill-column' to 80 for c-modeAndrea Corallo1-4/+3
2020-12-14arm: Auto-vectorization for MVE: vnegChristophe Lyon5-12/+63
2020-12-14arm: Auto-vectorization for MVE: vmvnChristophe Lyon6-10/+54
2020-12-14arm: Auto-vectorization for MVE: vbicChristophe Lyon4-13/+81
2020-12-14arm: Auto-vectorization for MVE: veorChristophe Lyon6-14/+84
2020-12-14arm,testsuite: Fix vect-half-floats.c testChristophe Lyon1-3/+3
2020-12-14sanitizer: do not ICE for pointer cmp/subMartin Liska2-3/+9
2020-12-14aarch64: Add support for Cortex-A78CPrzemyslaw Wirkus3-2/+3
2020-12-13-fgo-dump-spec: skip typedefs that match struct tagNikhil Benesch2-2/+37
2020-12-14libstdc++: Fix several _GLIBCXX_DEBUG testsFrançois Dumont4-3/+4
2020-12-14Daily bump.GCC Administrator4-1/+291
2020-12-13VAX: Unify push operation selectionMaciej W. Rozycki1-13/+6
2020-12-13VAX: Check the correct operand for constant 0 push operationMaciej W. Rozycki2-1/+28
2020-12-13VAX: Handle subtracting from self with QMATH DImode add/subMaciej W. Rozycki1-4/+6
2020-12-13VAX: Handle constant 0 with QMATH DImode add/subMaciej W. Rozycki1-0/+13
2020-12-13VAX: Remove unused register allocation from QMATH DImode add/sub handlerMaciej W. Rozycki1-1/+0
2020-12-13VAX: Fix lower bound adjustment with `casesi'Maciej W. Rozycki1-1/+1
2020-12-13widening_mul: Fix a > ~b to .ADD_OVERFLOW optimization [PR98256]Jakub Jelinek2-6/+25
2020-12-13Revert "Arm: Add NEON and MVE RTL patterns for Complex Addition, Multiply and...Tamar Christina8-216/+208
2020-12-13varasm: Reject soft frame or arg pointer registers for register vars [PR92469]Jakub Jelinek4-4/+54
2020-12-13Arm: Add NEON and MVE RTL patterns for Complex Addition, Multiply and FMA.Tamar Christina8-208/+216
2020-12-13Arm: Add support for auto-vectorization using HF mode.Tamar Christina2-0/+16
2020-12-13middle-end: Support complex AdditionTamar Christina43-21/+2078
2020-12-13middle-end: Refactor and expose some vectorizer helper functions.Tamar Christina4-9/+32
2020-12-13Show coarrays on parse tree dump, implement debug for array references.Thomas Koenig1-0/+36
2020-12-13testsuite: Fix various scan-assembler-symbol-section issuesRainer Orth5-23/+47
2020-12-13Tweak the way that is_a is implementedRichard Sandiford1-18/+63
2020-12-13Move iterator_range to a new iterator-utils.h fileRichard Sandiford2-17/+45
2020-12-13rtlanal: Remove noop_move_p REG_EQUAL conditionRichard Sandiford1-4/+0
2020-12-13vec: Silence clang warningRichard Sandiford1-1/+1
2020-12-13Daily bump.GCC Administrator5-1/+67
2020-12-12libstdc++: Fix _GLIBCXX_DEBUG mode constexpr compatibilityFrançois Dumont6-4/+210
2020-12-12Fortran: Enable inquiry references in data statements [PR98022].Paul Thomas2-13/+94
2020-12-12match.pd: Add ~(X - Y) -> ~X + Y simplification [PR96685]Jakub Jelinek4-0/+163
2020-12-12widening_mul: Recognize another form of ADD_OVERFLOW [PR96272]Jakub Jelinek2-21/+111
2020-12-12openmp, openacc: Fix up handling of data regions [PR98183]Jakub Jelinek4-22/+43
2020-12-12Daily bump.GCC Administrator4-1/+39