aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gen_il-gen.adb
AgeCommit message (Expand)AuthorFilesLines
2024-08-01ada: Style fixes: remove blank lines following 'begin' keywordsGhjuvan Lacambre1-1/+0
2024-01-22Update copyright years.Marc Poulhiès1-1/+1
2023-07-28ada: Emit enums rather than defines for various constantsTom Tromey1-4/+7
2023-01-09ada: Update copyright noticeArnaud Charlet1-1/+1
2022-05-13[Ada] Remove obsolete uses of Unchecked_Conversion from Ada 83Piotr Trojanek1-3/+3
2022-01-11[Ada] Update copyright notice and bump Gnatvsn.Current_YearArnaud Charlet1-1/+1
2022-01-07[Ada] Fix layout of pragma Inline in generated AST unitPiotr Trojanek1-1/+2
2021-12-02[Ada] Remove extra space after assignment symbolPiotr Trojanek1-1/+5
2021-10-25[Ada] Fix bugs in Base_Type_Only (etc.) fieldsBob Duff1-1/+24
2021-10-20[Ada] tech debt: Clean up Uint fields, such as EsizeBob Duff1-0/+7
2021-10-04[Ada] Fix indentation in generated AST construction functionsPiotr Trojanek1-1/+2
2021-10-04[Ada] Declaration_Node for Itypes returns Empty or declarationBob Duff1-0/+2
2021-10-01[Ada] More work on efficiency improvementsBob Duff1-258/+32
2021-10-01[Ada] Fix CodePeer warningsGhjuvan Lacambre1-0/+1
2021-10-01[Ada] Add more node unionsRichard Kenner1-13/+20
2021-10-01[Ada] Info. gathering in preparation for more efficiency improvementsBob Duff1-55/+114
2021-09-23[Ada] Follow-on efficiency improvementsBob Duff1-0/+7
2021-09-23[Ada] Cleanup and efficiency improvementsBob Duff1-222/+326
2021-09-21[Ada] Rename "optional" node subtypes that allow EmptyYannick Moy1-3/+3
2021-09-21[Ada] Add "optional" node subtypes that allow EmptyBob Duff1-1/+41
2021-07-12[Ada] Clean up Uint fieldsBob Duff1-36/+36
2021-07-06[Ada] Tbuild cleanupBob Duff1-15/+25
2021-06-29[Ada] tech debt: Parent (Empty) is not allowedBob Duff1-0/+1
2021-06-29[Ada] Fix bug in node/entity kind numbers in sinfo/einfo.hBob Duff1-2/+9
2021-06-21[Ada] Add Ada.Strings.Text_Buffers and replace uses of Ada.Strings.Text_OutputSteve Baird1-574/+549
2021-06-18[Ada] Minor comment cleanupsBob Duff1-12/+25
2021-06-18[Ada] Remove AAMP from compiler sourcesBob Duff1-1/+1
2021-06-17[Ada] Fix varsize node name conflictBob Duff1-3/+5
2021-06-15[Ada] Fix bug in if_expressions introduced by var-size nodes changesBob Duff1-5/+6
2021-06-15[Ada] Variable-sized node types: improve error messagesBob Duff1-4/+6
2021-06-15[Ada] Variable-sized node types -- cleanupBob Duff1-229/+504
2021-06-15[Ada] Fix bug in subtype of private type with invariantsBob Duff1-13/+31
2021-05-07[Ada] Variable-sized node types -- cleanupBob Duff1-2/+2
2021-05-07[Ada] Variable-sized node typesBob Duff1-0/+2974