aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gen_il-gen-gen_entities.adb
AgeCommit message (Expand)AuthorFilesLines
2025-01-07Update copyright years.Marc Poulhiès1-1/+1
2025-01-07ada: Improved checking of uses of package renamingsSteve Baird1-0/+1
2025-01-06ada: Use inheritance in Gen_ILBob Duff1-12/+6
2024-11-12ada: Get rid of Kill_Range_Checks flag on entitiesEric Botcazou1-1/+0
2024-08-23ada: First controlling parameter aspectJavier Miranda1-0/+3
2024-08-02ada: Clean up handling of inlining of finalizer proceduresRichard Kenner1-0/+1
2024-08-02ada: Implement No_Raise aspect & pragma on subprogramsEric Botcazou1-0/+2
2024-08-01ada: Define No_Return flag only for subprogramsEric Botcazou1-1/+2
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: Replace finalization masters with finalization collectionsEric Botcazou1-5/+5
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-4/+0
2024-05-06ada: Rework processing of special objects needing finalizationEric Botcazou1-1/+1
2024-05-06ada: Partial implementation of redesign of support for object finalizationEric Botcazou1-2/+2
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-09-15ada: Clean up scope depth and related code (tech debt)Bob Duff1-0/+27
2023-06-13ada: Support new GNAT-specific aspect Ghost_PredicateYannick Moy1-0/+1
2023-05-25ada: Add Entry_Cancel_Parameter to E_LabelBob Duff1-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
2023-05-22ada: Add Is_Past_Self_Hiding_Point flagBob Duff1-0/+1
2023-05-15ada: Clean up vanishing entity fieldsBob Duff1-32/+13
2023-01-09ada: Update copyright noticeArnaud Charlet1-1/+1
2022-09-12[Ada] Tech debt: Expansion of contractsJustin Squirek1-4/+8
2022-05-19[Ada] Fix bug in handling of Predicate_Failure aspectSteve Baird1-2/+1
2022-05-11[Ada] Move Reachable flag to E_Label entitiesPiotr Trojanek1-1/+1
2022-01-11[Ada] Update copyright notice and bump Gnatvsn.Current_YearArnaud Charlet1-1/+1
2022-01-06[Ada] Rename Any_Access into Universal_AccessEric Botcazou1-4/+1
2021-10-20[Ada] tech debt: Clean up Uint fields, such as EsizeBob Duff1-19/+19
2021-10-04[Ada] Fix latent problem in Sem_Ch8.Build_Class_Wide_WrapperJavier Miranda1-0/+1
2021-10-01[Ada] Add Evaluable_Kind and Global_Name_KindRichard Kenner1-0/+17
2021-10-01[Ada] Ada2022: AI12-0195 overriding class-wide pre/postconditionsJavier Miranda1-1/+9
2021-09-23[Ada] Add Subprogram_Body_Or_TypeRichard Kenner1-0/+6
2021-09-20[Ada] Clean up Uint fields, remove unused routinesBob Duff1-1/+0
2021-07-12[Ada] Clean up Uint fieldsBob Duff1-16/+11
2021-07-07[Ada] Linker_Section_Pragma cleanupBob Duff1-3/+2
2021-07-06[Ada] Add Void_Or_Type_Kind and Exception_Or_Object_KindRichard Kenner1-4/+8
2021-07-06[Ada] Support for Object.Op subprogram-call notation for untagged typesGary Dismukes1-29/+6
2021-06-29[Ada] Factor out many fields in entitiesRichard Kenner1-78/+39
2021-06-21[Ada] Add Return_Statement fieldRichard Kenner1-0/+2
2021-06-18[Ada] Ada2020: AI12-0195 overriding class-wide pre/post conditionsJavier Miranda1-2/+5
2021-06-18[Ada] Remove AAMP from compiler sourcesBob Duff1-3/+1
2021-06-18[Ada] Ada2020: Special handling of types derived from runtimeJavier Miranda1-0/+1
2021-06-17[Ada] Implementation of Inox feature of fixed lower bounds on array types/sub...Gary Dismukes1-0/+2
2021-06-15[Ada] Add Interface_Name field to E_Loop_ParameterBob Duff1-0/+1
2021-06-15[Ada] Variable-sized node types -- cleanupBob Duff1-40/+213