aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/sinfo.ads
AgeCommit message (Expand)AuthorFilesLines
2024-05-20ada: Formal package comment corrections in sinfo.adsBob Duff1-15/+46
2024-05-20ada: Extend expansion delaying mechanism to conditional expressionsEric Botcazou1-0/+4
2024-05-13ada: Deconstruct flag Split_PPC since splitting now is done in expansionPiotr Trojanek1-18/+1
2024-05-13ada: Deconstruct unused flag Is_Expanded_ContractPiotr Trojanek1-5/+0
2024-05-07ada: Fix typo in documentation commentRonan Desplanques1-1/+1
2024-05-06ada: Fix spurious warning emissionRonan Desplanques1-5/+0
2024-01-22Update copyright years.Marc Poulhiès1-1/+1
2023-12-19ada: Fix spurious visibility error on parent's component in instanceEric Botcazou1-1/+6
2023-11-21ada: Small cleanup in finalization machineryEric Botcazou1-7/+0
2023-11-07ada: Fix incorrect resolution of overloaded function call in instanceEric Botcazou1-0/+20
2023-10-10ada: Tweak documentation commentsRonan Desplanques1-25/+6
2023-06-20ada: Further fixes to handling of private views in instancesEric Botcazou1-13/+26
2023-06-15ada: Fix internal error on loop iterator filter with -gnatVaEric Botcazou1-0/+5
2023-06-13ada: Implement new aspect Always_Terminates for SPARKPiotr Trojanek1-0/+2
2023-06-13ada: Streamline expansion of controlled actions for aggregatesEric Botcazou1-13/+18
2023-05-26ada: Use truncation for dynamic conversions from floating point to fixed pointEric Botcazou1-2/+3
2023-05-25ada: Fix comments for recently added SPARK aspectsPiotr Trojanek1-0/+2
2023-05-23ada: Accept and analyze new aspect Exceptional_CasesPiotr Trojanek1-2/+2
2023-05-23ada: Fix latent issue in support for protected entriesEric Botcazou1-2/+3
2023-05-16ada: Adjust semantics and implementation of storage modelsEric Botcazou1-2/+2
2023-05-16ada: Introduce Cannot_Be_Superflat flag on N_Range nodesEric Botcazou1-0/+7
2023-01-09ada: Update copyright noticeArnaud Charlet1-1/+1
2023-01-05ada: INOX: prototype RFC on String InterpolationJavier Miranda1-0/+27
2022-12-06ada: Elide the copy in extended returns for nonlimited by-reference typesEric Botcazou1-5/+5
2022-12-06ada: Accessibility code reorganization and bug fixesJustin Squirek1-0/+5
2022-11-04ada: Fix various typos in node and entity description commentsPiotr Trojanek1-6/+7
2022-11-04ada: Small editorial changes to documentation commentsRonan Desplanques1-4/+4
2022-09-12[Ada] Tech debt: Expansion of contractsJustin Squirek1-0/+6
2022-09-06[Ada] Place "at end" on body nodesBob Duff1-12/+15
2022-09-05[Ada] Fix double identifiers in iterated component associationPiotr Trojanek1-2/+10
2022-07-12[Ada] Fix missing Overflow and Range checksMarc Poulhiès1-3/+3
2022-07-04[Ada] Use static stack allocation for small string if-expressionsEric Botcazou1-1/+1
2022-07-04[Ada] Adjust previous change to Rewrite_As_RenamingEric Botcazou1-1/+1
2022-06-02[Ada] Get rid of secondary stack for most calls returning tagged typesEric Botcazou1-8/+0
2022-06-01[Ada] Add inline documentation for Is_{Parenthesis,Enum_Array}_AggregateMarc Poulhiès1-0/+9
2022-05-30[Ada] Delete no-longer-used Convert_To_Return_False flagSteve Baird1-7/+0
2022-05-17[Ada] Provide allocation subtype for allocators of a Designated_Storage_Model...Gary Dismukes1-8/+20
2022-05-17[Ada] Cleanups related to front-end SJLJBob Duff1-35/+16
2022-05-16[Ada] Fix implementation issues with equality for untagged record typesEric Botcazou1-1/+1
2022-05-16[Ada] Fix spurious error on limited view with incomplete typeEric Botcazou1-4/+2
2022-01-11[Ada] Update copyright notice and bump Gnatvsn.Current_YearArnaud Charlet1-1/+1
2022-01-07[Ada] Warn on import of parent packageBob Duff1-1/+1
2022-01-06[Ada] Fix typo in comments found running aspellEtienne Servais1-2/+2
2021-10-01[Ada] Info. gathering in preparation for more efficiency improvementsBob Duff1-4/+0
2021-07-12[Ada] Clean up Uint fieldsBob Duff1-6/+6
2021-07-07[Ada] Optimize away certain elaboration checksBob Duff1-1/+1
2021-07-07[Ada] Transient scope cleanupBob Duff1-1/+1
2021-07-06[Ada] Tbuild cleanupBob Duff1-2/+5
2021-07-06[Ada] Removal of various ??? comments plus related code changesGary Dismukes1-22/+1
2021-06-21[Ada] Implementation of AI12-205: defaults for formal typesEd Schonberg1-0/+1