aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-12-14[Ada] Incorrect accessibility level on type in formal packageJustin Squirek3-2/+30
2020-12-14[Ada] Fix alignment warning in System.Fat_Gen unitEric Botcazou1-0/+1
2020-12-14[Ada] Add annotation after recent compiler changesArnaud Charlet2-3/+4
2020-12-14[Ada] Fix compile time evaluation of shift intrinsicsArnaud Charlet1-1/+1
2020-12-14[Ada] Adjust again previous change to System.Fat_GenEric Botcazou1-3/+29
2020-12-14[Ada] Fix internal error on bit-packed array in Volatile_Full_Access recordEric Botcazou2-8/+12
2020-12-14[Ada] Adjust previous change to System.Fat_GenEric Botcazou1-2/+5
2020-12-14[Ada] Implement part of System.Fat_Gen more efficientlyEric Botcazou2-329/+267
2020-12-14[Ada] Remove double initialization of the known value cachePiotr Trojanek1-1/+1
2020-12-14[Ada] Fix documentation of -gnatw.K switch (activates => disables)Gary Dismukes2-3/+3
2020-12-14[Ada] armhf-linux: symbolic tracebacksDoug Rupp1-0/+7
2020-12-14[Ada] Implement AI12-0398-1/03Ghjuvan Lacambre3-5/+21
2020-12-14[Ada] Additional fixes for Default_Initial_ConditionGary Dismukes5-38/+74
2020-12-14[Ada] Fix couple of bugs in the implementation of Round attributeEric Botcazou3-39/+27
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