aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/repinfo.adb
AgeCommit message (Expand)AuthorFilesLines
2022-05-11[Ada] Avoid crash for -gnatR -gnatcBob Duff1-45/+38
2022-05-09[Ada] Fully qualify name in JSON representation infoEtienne Servais1-3/+5
2022-01-11[Ada] Update copyright notice and bump Gnatvsn.Current_YearArnaud Charlet1-1/+1
2022-01-05[Ada] Compiler crash with -gnatR2 and with of childBob Duff1-4/+6
2021-12-01[Ada] Cleanup listing of representation infoPiotr Trojanek1-7/+5
2021-11-10[Ada] Avoid warnings regarding rep clauses in generics -- follow-onBob Duff1-1/+1
2021-11-10[Ada] Avoid warnings regarding rep clauses in genericsBob Duff1-7/+22
2021-10-25[Ada] Follow-on cleanups for Uint fieldsBob Duff1-2/+2
2021-10-25[Ada] Renamed_Or_Alias cleanupBob Duff1-1/+1
2021-10-20[Ada] tech debt: Clean up Uint fields, such as EsizeBob Duff1-35/+37
2021-09-22[Ada] Removal of technical debtJustin Squirek1-3/+4
2021-09-21[Ada] Clean up uses of Esize and RM_SizeBob Duff1-15/+2
2021-09-20[Ada] Present and No functions for type UintBob Duff1-4/+4
2021-09-20[Ada] Fix assertion in GNATprove_ModeBob Duff1-1/+2
2021-07-12[Ada] Clean up Uint fieldsBob Duff1-8/+16
2021-07-09[Ada] Fix invalid JSON for derived variant record with -gnatRjEric Botcazou1-15/+40
2021-07-08[Ada] Remove Unknown_ functionsBob Duff1-3/+3
2021-06-21[Ada] Fix invalid JSON real numbers generated with -gnatRjEric Botcazou1-3/+3
2021-05-07[Ada] Minor reformattingsBob Duff1-20/+20
2021-05-07[Ada] Variable-sized node typesBob Duff1-2/+6
2021-05-03[Ada] Update copyright noticeArnaud Charlet1-1/+1
2021-02-12[Ada] Remove unused subprograms (continued)Arnaud Charlet1-0/+49
2020-12-17[Ada] Remove unused subprograms in validswArnaud Charlet1-79/+1
2020-07-27[Ada] Use membership tests in front-endArnaud Charlet1-12/+12
2020-07-08[Ada] Fix inaccurate -gnatR output for derived untagged typesEric Botcazou1-9/+14
2020-06-10[Ada] Update headersArnaud Charlet1-10/+4
2020-06-10[Ada] Remove more references to ASISArnaud Charlet1-48/+21
2020-06-09[Ada] Implement AI12-0028: Import of variadic C functionsEric Botcazou1-0/+15
2020-06-03[Ada] Iterate with procedural versions of Next_... routines where possiblePiotr Trojanek1-1/+1
2020-06-03[Ada] Remove ASIS tree generationArnaud Charlet1-21/+2
2020-06-02[Ada] Bump copyright yearArnaud Charlet1-1/+1
2019-08-21[Ada] More complete information level for -gnatR4 outputEric Botcazou1-16/+26
2019-08-20[Ada] Minor reformattingsGary Dismukes1-2/+2
2019-08-20[Ada] More complete information level for -gnatR4 outputEric Botcazou1-0/+9
2019-08-14[Ada] Do not crash with -gnatR3 on Ghost aspectsEd Schonberg1-0/+1
2019-08-13[Ada] Show Bit_Order and Scalar_Storage_Order in -gnatR4 outputJustin Squirek1-2/+9
2019-07-23[Ada] Minor tweak to -gnatR outputEric Botcazou1-6/+6
2019-07-22[Ada] More complete information level for -gnatR4 outputEric Botcazou1-0/+7
2019-07-09[Ada] Minor reformattingHristian Kirtchev1-5/+7
2019-07-09[Ada] Missing escape of the double quote in JSON outputEric Botcazou1-9/+15
2019-07-09[Ada] Make -gnatRj output strictly conforming JSONEric Botcazou1-28/+52
2019-07-08[Ada] Small overhaul in Repinfo unitEric Botcazou1-247/+262
2019-07-08[Ada] Fix crash on extension of private type with -gnatRjEric Botcazou1-3/+39
2019-01-27repinfo.adb (List_Component_Layout): Remove superfluous space for zero-sized ...Eric Botcazou1-1/+1
2019-01-08[Ada] Bump copyright years to 2019Pierre-Marie de Rodat1-1/+1
2018-12-03[Ada] Minor reformattingsHristian Kirtchev1-3/+3
2018-11-14[Ada] More complete information level for -gnatR outputEric Botcazou1-4/+54
2018-11-14[Ada] Use Cancel_Special_Output instead of Set_Special_Output with nullPiotr Trojanek1-1/+1
2018-10-09[Ada] Repinfo: list the mechanism of functions onlyEric Botcazou1-2/+1
2018-09-26[Ada] Fix assertion failure on record subtype with -gnatRjEric Botcazou1-2/+16