aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gen_il-fields.ads
AgeCommit message (Expand)AuthorFilesLines
2025-07-22ada: Add destructors extensionRonan Desplanques1-0/+2
2025-07-22ada: Fix generation of Initialize and Adjust callsRonan Desplanques1-0/+1
2025-07-22ada: Wrong dispatch on result in presence of dependent expressionJavier Miranda1-0/+2
2025-07-22ada: Adding support to defer the addition of extra formalsJavier Miranda1-0/+1
2025-07-18ada: Incorrect resolution of prefixed calls with overriding private subprogramGary Dismukes1-0/+1
2025-07-01ada: Add "continue" GNAT extensionRonan Desplanques1-0/+2
2025-06-06ada: Move Incomplete_View from node to entity fieldPiotr Trojanek1-1/+1
2025-06-06ada: Initial prototype of constructorssquirek1-0/+4
2025-06-06ada: Restore Original_Access_Type field in E_Access_Subprogram_Type entitiesEric Botcazou1-0/+1
2025-06-06ada: Remove more unused fields from entitiesEric Botcazou1-7/+0
2025-06-06ada: Remove Size_Check_Code field from entitiesEric Botcazou1-1/+0
2025-06-06ada: Improve large unconstrained-but-definite warningRonan Desplanques1-0/+1
2025-01-07Update copyright years.Marc Poulhiès1-1/+1
2025-01-07ada: Remove unused AST flag Address_Warning_PostedPiotr Trojanek1-1/+0
2025-01-07ada: Improved checking of uses of package renamingsSteve Baird1-0/+1
2025-01-07ada: Remove flag Is_Inherited_Pragma which is only set and never usedPiotr Trojanek1-1/+0
2025-01-07ada: Add "finally" GNAT extensionRonan Desplanques1-0/+1
2025-01-06ada: Fix memory leak when failing to initialize newly allocated memoryEric Botcazou1-0/+1
2025-01-03ada: Improve and correct support for inheritance of nonoverriding aspectsGary Dismukes1-0/+1
2024-11-12ada: Get rid of Kill_Range_Checks flag on entitiesEric Botcazou1-1/+0
2024-10-25ada: Disable self-referential with_clausesBob Duff1-1/+1
2024-10-25ada: Constraint error not raised in ACATS test c413007Javier Miranda1-0/+1
2024-10-08ada: Add External_Initialization extensionRonan Desplanques1-0/+1
2024-08-23ada: First controlling parameter aspectJavier Miranda1-0/+1
2024-08-02ada: Clean up handling of inlining of finalizer proceduresRichard Kenner1-0/+1
2024-08-02ada: Reject ambiguous function calls in interpolated string expressionsJavier Miranda1-0/+1
2024-08-02ada: Implement No_Raise aspect & pragma on subprogramsEric Botcazou1-0/+1
2024-08-01ada: Remove support for bodies in -gnatcegArnaud Charlet1-3/+0
2024-06-27ada: Implement first half of Generalized FinalizationEric Botcazou1-0/+1
2024-06-14ada: Add prototype for mutably tagged typesJustin Squirek1-0/+2
2024-05-13ada: Deconstruct flag Split_PPC since splitting now is done in expansionPiotr Trojanek1-1/+0
2024-05-13ada: Deconstruct unused flag Is_Expanded_ContractPiotr Trojanek1-1/+0
2024-05-13ada: Replace finalization masters with finalization collectionsEric Botcazou1-2/+2
2024-05-07ada: Fix bad interaction between homogeneous finalization master and BIP prot...Eric Botcazou1-1/+0
2024-05-07ada: Remove obsolete field Postconditions_ProcEric Botcazou1-1/+0
2024-05-06ada: Rework processing of special objects needing finalizationEric Botcazou1-1/+1
2024-05-06ada: Fix spurious warning emissionRonan Desplanques1-1/+0
2024-05-06ada: Partial implementation of redesign of support for object finalizationEric Botcazou1-1/+1
2024-01-22Update copyright years.Marc Poulhiès1-1/+1
2023-12-19ada: Rename Is_Constr_Subt_For_UN_Aliased flagEric Botcazou1-1/+1
2023-12-19ada: Further cleanup in finalization machineryEric Botcazou1-1/+1
2023-12-19ada: Fix spurious visibility error on parent's component in instanceEric Botcazou1-1/+1
2023-11-21ada: Small cleanup in finalization machineryEric Botcazou1-1/+0
2023-11-07ada: Fix incorrect resolution of overloaded function call in instanceEric Botcazou1-0/+1
2023-11-07ada: Implement Aspects as fields under nodesViljar Indus1-1/+1
2023-06-20ada: Further fixes to handling of private views in instancesEric Botcazou1-0/+1
2023-06-13ada: Streamline expansion of controlled actions for aggregatesEric Botcazou1-1/+1
2023-06-13ada: Support new GNAT-specific aspect Ghost_PredicateYannick Moy1-0/+1
2023-05-23ada: Fix latent issue in support for protected entriesEric Botcazou1-1/+0
2023-05-22ada: Rename Is_Past_Self_Hiding_Point flag to be Is_Not_Self_HiddenBob Duff1-1/+1