aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-07-09[Ada] Declare time_t uniformly based on a system parameterDoug Rupp37-33/+342
2021-07-09[Ada] Add source file name to gnat bug boxBob Duff1-0/+5
2021-07-09[Ada] Fix layout of contractsJoffrey Huguet2-22/+18
2021-07-09[Ada] Fix invalid JSON for derived variant record with -gnatRjEric Botcazou2-18/+44
2021-07-09[Ada] Fix typo in comment related to derived discriminated typesPiotr Trojanek1-1/+1
2021-07-09[Ada] Fix index range violations in krunchFedor Rybin1-8/+9
2021-07-09[Ada] Code cleanups in a-strfix.adbArnaud Charlet1-84/+54
2021-07-09[Ada] Add paragraph about representation changes and Scalar_Storage_OrderEric Botcazou2-0/+80
2021-07-09[Ada] aarch64-rtems6: use wraplf variant for a-nallflFrederic Konrad1-1/+1
2021-07-09[Ada] Initialize local variables related to static expression functionsPiotr Trojanek1-2/+2
2021-07-09[Ada] Inconsistency between declaration and body of predicate functionsArnaud Charlet2-18/+36
2021-07-09[Ada] Incremental patch for restriction No_Dynamic_Accessibility_ChecksJustin Squirek3-12/+44
2021-07-09[Ada] Update internal documentation of debugging informationEric Botcazou1-218/+191
2021-07-09[Ada] Reorder preanalysis of static expression functionsPiotr Trojanek1-10/+6
2021-07-09[Ada] Decouple analysis of static expression functions from GNATprovePiotr Trojanek1-69/+68
2021-07-09[Ada] Avoid repeated computing of type of expression functionsPiotr Trojanek1-8/+11
2021-07-09[Ada] Fix comment related to analysis of expression functionsPiotr Trojanek1-1/+1
2021-07-09[Ada] Avoid repeated calls in analysis of expression functionsPiotr Trojanek1-2/+2
2021-07-09[Ada] Refine types of local variables in analysis of expression functionsPiotr Trojanek1-2/+2
2021-07-09[Ada] Remove an unnecessary local constantPiotr Trojanek1-1/+0
2021-07-09[Ada] Avoid unnecessary call in preanalysis without freezingPiotr Trojanek1-1/+1
2021-07-09Fix build failure on Windows with older binutilsEric Botcazou1-1/+1
2021-07-09i386: Fix *udivmodsi4_pow2_zext_? patternsUros Bizjak1-3/+3
2021-07-09docs: don't split @smallexample in multiple @groupsSergei Trofimovich1-9/+0
2021-07-09docs: add missing 'see' wordSergei Trofimovich1-1/+1
2021-07-09Improve early simplify and match for phioptAndrew Pinski1-13/+49
2021-07-09testsuite: mips: use noinline attribute instead of -fno-inlineXi Ruoyao2-6/+11
2021-07-09mips: check MSA support for vector modes [PR100760,PR100761,PR100762]Xi Ruoyao4-3/+55
2021-07-08rs6000: Support [u]mod<mode>3 for vector modulo insnsKewen Lin3-6/+52
2021-07-08test/rs6000: Add case to cover vector divisionKewen Lin1-0/+46
2021-07-08test/rs6000: Add cases to cover vector multiplyKewen Lin2-0/+54
2021-07-09Daily bump.GCC Administrator5-1/+344
2021-07-08Move warning suppression to the ultimate callee.Martin Sebor1-13/+7
2021-07-08testsuite: Remove an xfail.Martin Sebor1-3/+1
2021-07-08Adjust expected output for LP32 [PR100451].Martin Sebor1-3/+5
2021-07-08Avoid including <new> to make cross-compiler testing easy.Martin Sebor2-2/+36
2021-07-08c++: Fix noexcept with unevaluated operand [PR101087]Marek Polacek3-3/+24
2021-07-08Further improvements to H8 variable shift patternsJeff Law1-5/+9
2021-07-08ipa-sra: Fix thinko when overriding safe_to_import_accesses (PR 101066)Martin Jambor2-2/+33
2021-07-08Use Object Size Type zero for -Warray-bounds [PR101374].Martin Sebor4-3/+16
2021-07-08testsuite: Add arm_arch_v7a_ok effective-target to pr57351.cChristophe Lyon1-0/+1
2021-07-08[Ada] Tune detection of illegal occurrences of target_namePiotr Trojanek1-17/+33
2021-07-08[Ada] Diagnose properly illegal uses of Target_NameEd Schonberg1-0/+40
2021-07-08[Ada] Remove Unknown_ functionsBob Duff13-133/+50
2021-07-08[Ada] Use encoded names only with -fgnat-encodings=allEric Botcazou2-8/+7
2021-07-08[Ada] Transient scope cleanupBob Duff7-20/+24
2021-07-08[Ada] Rename sigtramp-vxworks-target.inc to sigtramp-vxworks-target.hDoug Rupp3-3/+3
2021-07-08[Ada] Duplicated D lines in ali filesGhjuvan Lacambre2-1/+6
2021-07-08[Ada] Spurious style message on missing overriding indicatorEd Schonberg1-0/+4
2021-07-08[Ada] AI12-0156 Use subtype indication in generalized iteratorsArnaud Charlet2-15/+80