aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-05-17ada: Replace spinlocks with fully-fledged locks in finalization collectionsEric Botcazou54-368/+723
2024-05-17ada: Document secondary usage of Materialize_Entity flagEric Botcazou1-2/+3
2024-05-17ada: Bug in computing local restrictions inherited from enclosing scopes.Steve Baird1-13/+19
2024-05-17ada: Factor out duplicated code in bodies of System.Task_Primitives.OperationsEric Botcazou5-129/+90
2024-05-17ada: Fix for validity checking and conditional evaluation of 'OldPiotr Trojanek1-0/+8
2024-05-17ada: Do not query the modification time of a special file.Steve Baird1-2/+16
2024-05-17ada: Disable Equivalent_Array_Aggregate optimization if predicates involvedSteve Baird1-0/+1
2024-05-17ada: Clarify code for aggregate warningsRonan Desplanques1-27/+25
2024-05-17ada: Fix others error message locationRonan Desplanques1-24/+19
2024-05-17ada: Expose utility routine for processing of Depends contracts in SPARKPiotr Trojanek3-29/+28
2024-05-17ada: Couple of adjustments coming from aliasing considerationsEric Botcazou4-9/+71
2024-05-17ada: gnatbind: subprogram spec no longer existsBob Duff5-98/+141
2024-05-17ada: Update docs for Resolve_Null_Array_AggregateRonan Desplanques1-6/+6
2024-05-17ada: Fix containers' Reference_Preserving_Key functions' memory leaksSteve Baird7-3/+61
2024-05-17ada: correction to gnatbind-related cleanupsBob Duff1-3/+2
2024-05-17ada: gnatbind-related cleanupsBob Duff3-45/+28
2024-05-17ada: Make raise-gcc.c compatible with ClangSebastian Poeplau1-0/+8
2024-05-17ada: Fix crash caused by missing New_Copy_treeMarc Poulhiès1-3/+6
2024-05-17ada: Fix Constraint_Error on mutable assignmentBob Duff1-1/+2
2024-05-17ada: Only record types with discriminants can be unconstrainedPiotr Trojanek1-7/+4
2024-05-17ada: Simplify code for private types with unknown discriminantsPiotr Trojanek2-6/+4
2024-05-17ada: Allow private items with unknown discriminants as Depends inputsPiotr Trojanek1-2/+4
2024-05-17ada: Tune detection of unconstrained and tagged items in Depends contractPiotr Trojanek1-4/+4
2024-05-17ada: Fix probable copy/paste errorMarc Poulhiès3-10/+8
2024-05-17ada: Check subtype to avoid a precondition failureViljar Indus1-2/+3
2024-05-17ada: Fix checking range constraints within composite typesViljar Indus1-0/+50
2024-05-17ada: Remove superfluous Relocate_Node callsRonan Desplanques2-2/+2
2024-05-17ada: Small cleanup in aggregate expansion codeRonan Desplanques1-8/+8
2024-05-17ada: Add support for 'Object_Size to pragma Compile_Time_{Warning,Error}Eric Botcazou1-64/+65
2024-05-17make -freg-struct-return visibly a negative alias of -fpcc-struct-returnAlexandre Oliva1-2/+2
2024-05-17RISC-V: Cleanup some temporally files [NFC]Pan Li2-0/+0
2024-05-16Update gcc sv.poJoseph Myers1-329/+185
2024-05-16RISC-V: Enable vectorizable early exit testsuitePan Li3-1/+5
2024-05-16RISC-V: Implement vectorizable early exit with vcond_mask_lenPan Li6-9/+175
2024-05-16Fix points_to_local_or_readonly_memory_p wrt TARGET_MEM_REFJan Hubicka2-1/+41
2024-05-16tree-optimization/13962 - handle ptr-ptr compares in ptrs_compare_unequalRichard Biener6-9/+51
2024-05-16wrong code with points-to and volatileRichard Biener2-0/+21
2024-05-16Vect: Support loop len in vectorizable early exitPan Li3-2/+46
2024-05-16Vect: Support new IFN SAT_ADD for unsigned vector intPan Li1-0/+52
2024-05-16Internal-fn: Support new IFN SAT_ADD for unsigned scalar intPan Li5-2/+88
2024-05-16Revert "Revert: "Enable prange support.""Aldy Hernandez13-31/+18
2024-05-16Cleanup prange sanity checks.Aldy Hernandez6-368/+25
2024-05-16Use a boolean type when folding conditionals in simplify_using_ranges.Aldy Hernandez1-2/+1
2024-05-16RISC-V: testsuite: Drop march-string in cmpmemsi/cpymemsi testsChristoph Müllner2-5/+2
2024-05-16tree-optimization/79958 - make DSE track multiple pathsRichard Biener8-7/+116
2024-05-16ada: Remove obsolete reference in commentEric Botcazou1-4/+4
2024-05-16ada: Reset scope of top level object declaration during unnestingMarc Poulhiès1-4/+27
2024-05-16ada: Redundant validity checksSteve Baird2-0/+8
2024-05-16ada: Exception on Indefinite_Vector aggregate with loop_parameter_specificationGary Dismukes3-20/+11
2024-05-16ada: Implement new experimental attribute 'SuperJustin Squirek8-467/+605