aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-07-06[Ada] Make parent of N_Exception_Declaration be N_DeclarationBob Duff1-2/+2
2021-07-06[Ada] Improper predicate check on view conversionEd Schonberg1-1/+10
2021-07-06[Ada] Add assertions on tampering countsBob Duff1-0/+13
2021-07-06[Ada] Unix Epochalypse (s-osprim.adb)Doug Rupp1-3/+3
2021-07-06[Ada] Add Void_Or_Type_Kind and Exception_Or_Object_KindRichard Kenner2-4/+10
2021-07-06[Ada] Support for Object.Op subprogram-call notation for untagged typesGary Dismukes9-84/+346
2021-07-06[Ada] Spurious conformance error on expression functionEd Schonberg1-0/+11
2021-07-06[Ada] Add GNAT RM text regarding Ada 2022 default Put_Image implementationSteve Baird2-29/+71
2021-07-06X86: Provide a CTOR for stringop_algs [PR100246].Iain Sandoe1-0/+9
2021-07-06Add FMADDSUB and FMSUBADD SLP vectorization patterns and optabsRichard Biener10-57/+311
2021-07-06add -fmove-loop-stores option to control GIMPLE loop store-motionRichard Biener4-3/+18
2021-07-06Documentation : Describe --with-dsymutil configure option.Iain Sandoe1-0/+4
2021-07-06Fix 101256: Wrong code due to range incorrect from PHI-OPTAndrew Pinski3-6/+39
2021-07-06Do not replace variable op variable in I/O implied DO loop replacement.Thomas Koenig2-2/+18
2021-07-05i386: Disable param ira-consider-dup-in-all-alts [PR100328]Kewen Lin1-0/+2
2021-07-05ira: Support more matching constraint forms with param [PR100328]Kewen Lin44-67/+248
2021-07-05CTF,BTF testsuite: Use -gdwarf-4 for restrict type qualifier [PR101283]Indu Bhagat2-0/+2
2021-07-06Daily bump.GCC Administrator5-1/+486
2021-07-05Remove redundant compare in shift loop on H8Jeff Law1-6/+16
2021-07-05Port most of the A CMP 0 ? A : -A to matchAndrew Pinski5-134/+152
2021-07-05Try inverted comparison for match_simplify in phioptAndrew Pinski1-1/+26
2021-07-05Allow match-and-simplified phiopt to run in early phioptAndrew Pinski1-19/+70
2021-07-05Fix PR 101237: Remove element_type call when used with the functions from realAndrew Pinski2-25/+25
2021-07-05Darwin, configury : Allow for specification and detection of dsymutil.Iain Sandoe12-11/+757
2021-07-05i386: Implement 4-byte vector (V4QI/V2HI) constant permutationsUros Bizjak2-185/+370
2021-07-05[Ada] Regenerate *.texi files with Sphinx 4.0.2Pierre-Marie de Rodat3-2078/+2563
2021-07-05[Ada] Reject overlays in Global/Depends/Initializes contractsPiotr Trojanek3-0/+93
2021-07-05[Ada] Add Reference and Constant_Reference functions to formal containersClaire Dross19-370/+1073
2021-07-05[Ada] Adapt SPARK RM rule on non-effectively volatile abstract stateYannick Moy1-2/+5
2021-07-05[Ada] Use runtime from base compiler during stage1 #2Arnaud Charlet1-1/+1
2021-07-05[Ada] Fix some "current instance" bugsSteve Baird2-32/+32
2021-07-05[Ada] Simplify and reuse Is_Concurrent_InterfacePiotr Trojanek4-21/+7
2021-07-05[Ada] Fix missing error messages when returning limited typeGhjuvan Lacambre1-1/+2
2021-07-05[Ada] Remove Ada.Strings.Text_Output and child unitsSteve Baird15-1499/+0
2021-07-05[Ada] Fix excessive check for alignment of overlaying objectsPiotr Trojanek1-4/+5
2021-07-05[Ada] The Unix Epochalyse of 2038 - OS_Time comparisonDoug Rupp2-45/+4
2021-07-05[Ada] The Unix Epochalypse of 2038 (Warn about time_t in the compiler)Doug Rupp2-28/+36
2021-07-05[Ada] Fix missing minus sign in literal translationGhjuvan Lacambre1-0/+5
2021-07-05[Ada] Temporarily disable Ada 2022 Image and Put_Image support for tagged typesSteve Baird1-0/+6
2021-07-05[Ada] INOX: prototype alternative accessibility modelJustin Squirek15-55/+332
2021-07-05[Ada] The Unix Epochalypse of 2038 - Use OS_TimeDoug Rupp2-3/+3
2021-07-05[Ada] The Unix Epochalyse of 2038 - OS_TimeDoug Rupp4-12/+6
2021-07-05[Ada] Move overriding rename error message from declaration to useGhjuvan Lacambre1-1/+2
2021-07-05[Ada] Adapt SPARK checking after change in rules regarding heap modelingYannick Moy3-23/+4
2021-07-05[Ada] Turn GNAT_Annotate into its own pragmaGhjuvan Lacambre8-14/+19
2021-07-05[Ada] Fix comment about the debug flag for strict alignmentPiotr Trojanek1-1/+1
2021-07-05[Ada] Cleanup checking for compatible alignmentPiotr Trojanek1-17/+16
2021-07-05[Ada] Spurious error in instantiation with aggregate and private ancestorEd Schonberg1-1/+8
2021-07-05[Ada] Print JSON continuation messages as separate messagesGhjuvan Lacambre1-7/+32
2021-07-05[Ada] Add Ada 2022 Image and Put_Image support for tagged typesSteve Baird11-154/+425