aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2022-05-13Make gimple_build main workers more flexibleRichard Biener67-111/+180
2022-05-13[PR105455] Set edge probabilities when hardening conditionalsAlexandre Oliva2-0/+19
2022-05-13Strip of a vector load which is only used partially.liuhongt4-32/+93
2022-05-13Daily bump.GCC Administrator7-1/+414
2022-05-12c++: tighten TMPL_ARGS_LEVEL macroPatrick Palka2-15/+16
2022-05-12testsuite: PPC vector double requires VSXDavid Edelsohn1-2/+2
2022-05-12rtl-optimization/105577 - RTL DSE and non-call EHRichard Biener1-0/+10
2022-05-12[Ada] Skip postponed validation checks with compilation errorsPiotr Trojanek1-1/+0
2022-05-12[Ada] Fix URL in docArnaud Charlet2-2/+2
2022-05-12[Ada] Restore double quotes in debug printoutsBob Duff3-4/+8
2022-05-12[Ada] Reuse collective subtype for comparison operators where possiblePiotr Trojanek2-12/+3
2022-05-12[Ada] Remove unreferenced Is_Selector_Name routinePiotr Trojanek2-37/+0
2022-05-12[Ada] Add more dummy names in Sem_Warn.Has_Junk_NameArnaud Charlet1-1/+3
2022-05-12[Ada] Fix warning about generic subprograms withed but not referencedPiotr Trojanek1-1/+2
2022-05-12[Ada] Fix warning about generic subprograms withed but not instantiatedPiotr Trojanek7-8/+2
2022-05-12[Ada] Remove useless pragma Warnings Off from runtime unitsYannick Moy3-6/+0
2022-05-12[Ada] Do not issue a warning on a postcondition of True or FalseYannick Moy1-20/+24
2022-05-12[Ada] Remove front-end SJLJ processingArnaud Charlet70-512/+40
2022-05-12[Ada] Make debug printouts more robustBob Duff18-187/+178
2022-05-12[Ada] Add ghost code to facilitate proof with SPARKYannick Moy2-0/+17
2022-05-12[Ada] Remove use of use-clauses in loaded runtime unitsYannick Moy4-14/+30
2022-05-12[Ada] Fix support for ISO-8859-15 and IBM CP 850 encodingEtienne Servais1-2/+4
2022-05-12[Ada] Remove redundant guard against Any_StringPiotr Trojanek1-1/+0
2022-05-12[Ada] Accept raise expressions as operands of boolean operatorsPiotr Trojanek1-0/+1
2022-05-12[Ada] Plug loophole in Possible_Type_For_Conditional_ExpressionEric Botcazou1-0/+4
2022-05-12[Ada] Adapt CodePeer analysis of GNAT to changes in dependenciesYannick Moy1-0/+2
2022-05-12[Ada] Revamp analysis of conditional expressionsEric Botcazou2-93/+396
2022-05-12[Ada] Proof of 'Image support for signed integersYannick Moy17-32/+786
2022-05-12[Ada] Rewrite Sem_Ch4.Find_Boolean_TypesEric Botcazou1-74/+68
2022-05-12[Ada] Introduce hardbool Machine_Attribute for AdaAlexandre Oliva4-27/+175
2022-05-12[Ada] Fix scope of block in expanded protected entry bodyPiotr Trojanek1-1/+2
2022-05-12[Ada] Fix typo in commentEtienne Servais1-1/+1
2022-05-12[Ada] Fix style checking rule for square brackets in Ada 2022 and aboveMarc Poulhiès8-40/+52
2022-05-12[Ada] Fix remaining asymmetry in Specific_TypeEric Botcazou1-7/+16
2022-05-12[Ada] Fix typos in syntax for implementation-defined pragmasPiotr Trojanek2-8/+8
2022-05-12[Ada] Reuse generic string hash for invocation signaturesPiotr Trojanek1-11/+9
2022-05-12[Ada] Document Aggregate_Individually_Assign as a configuration pragmaPiotr Trojanek2-0/+2
2022-05-12tree-optimization/105562 - avoid uninit diagnostic with better FRERichard Biener3-9/+40
2022-05-12c++: Support module language-decl semanticsNathan Sidwell4-0/+50
2022-05-12i386: Add combine splitter to transform pxor/pcmpeqb/pmovmskb/cmp 0xffff to p...Haochen Jiang3-0/+44
2022-05-12openmp: Add omp_all_memory support (C/C++ only so far)Jakub Jelinek15-35/+319
2022-05-11testsuite: Update Wconversion testcase check type.jiawei1-1/+1
2022-05-12Daily bump.GCC Administrator10-1/+496
2022-05-11analyzer: fix memory leaksDavid Malcolm4-18/+39
2022-05-11tree: introduce range adaptor for TREE_VECPatrick Palka4-45/+41
2022-05-11c++: lambda template in requires [PR105541]Jason Merrill3-6/+15
2022-05-11c++: fix arm-eabi bootstrap [PR105567]Jason Merrill2-2/+12
2022-05-11Fortran: fix error recovery on invalid array sectionHarald Anlauf2-2/+10
2022-05-11rs6000: Remove <Fv>Segher Boessenkool1-52/+46
2022-05-11rs6000: Remove <Ff>Segher Boessenkool1-60/+57