aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/layout.adb
AgeCommit message (Expand)AuthorFilesLines
2022-11-04ada: Refactor: replace uses of `not Present(X)` with `No (X)`Ghjuvan Lacambre1-1/+1
2022-09-05[Ada] Fix crash for Default_Initial_Condition on derived enumeration typeEric Botcazou1-2/+10
2022-01-11[Ada] Update copyright notice and bump Gnatvsn.Current_YearArnaud Charlet1-1/+1
2022-01-10[Ada] Fix error on too large size clause for bit-packed arrayEric Botcazou1-1/+6
2021-09-21[Ada] Clean up uses of Esize and RM_SizeBob Duff1-5/+5
2021-09-20[Ada] Clean up Uint fields, remove unused routinesBob Duff1-12/+12
2021-07-12[Ada] Clean up Uint fieldsBob Duff1-1/+1
2021-07-08[Ada] Remove Unknown_ functionsBob Duff1-14/+14
2021-07-08[Ada] Skip types in error for test to compute array sizeYannick Moy1-0/+1
2021-07-08[Ada] Fix on computation of packed array size in case of errorYannick Moy1-9/+19
2021-07-08[Ada] Compute sizes when possible for packed array with Component_SizeYannick Moy1-0/+42
2021-07-07[Ada] Fix bugs in Value_Size clauses and refactorBob Duff1-5/+5
2021-05-07[Ada] Minor reformattingsBob Duff1-16/+16
2021-05-07[Ada] Variable-sized node typesBob Duff1-2/+6
2021-05-04[Ada] Clean up ??? marksBob Duff1-3/+3
2021-05-03[Ada] Update copyright noticeArnaud Charlet1-1/+1
2021-04-29[Ada] Refine type of a local size variablePiotr Trojanek1-2/+2
2020-10-23[Ada] Implement new legality rules introduced in C.6(12) by AI12-0363Eric Botcazou1-14/+14
2020-10-21[Ada] Basic support for 128-bit typesEric Botcazou1-6/+6
2020-10-16[Ada] Add Max_Integer_Size attribute and couple of helper functionsEric Botcazou1-5/+5
2020-07-07[Ada] Small adjustment in the handling of alignment for arraysEric Botcazou1-0/+16
2020-06-02[Ada] Bump copyright yearArnaud Charlet1-1/+1
2019-12-18[Ada] Do not propagate Object_Size onto Size for composite typesEric Botcazou1-8/+0
2019-12-12[Ada] Fix repeated words and typos in doc and commentsPiotr Trojanek1-3/+3
2019-07-03[Ada] Minor reformattingHristian Kirtchev1-1/+1
2019-07-03[Ada] Fix bogus error on array with overaligned scalar componentEric Botcazou1-2/+8
2019-01-08[Ada] Bump copyright years to 2019Pierre-Marie de Rodat1-1/+1
2018-09-26[Ada] Fix miscellaneous typosGary Dismukes1-1/+1
2018-08-21[Ada] Minor reformattingsHristian Kirtchev1-4/+3
2018-08-21[Ada] Unnesting: do not set size of access subprogramsEd Schonberg1-0/+11
2018-01-11[Ada] Bump copyright notices to 2018Arnaud Charlet1-1/+1
2017-10-14[multiple changes]Pierre-Marie de Rodat1-13/+19
2017-09-08sem_ch3.adb, [...]: Remove references to Frontend_Layout_On_Target and remain...Arnaud Charlet1-2476/+44
2017-09-06[multiple changes]Arnaud Charlet1-21/+20
2017-01-13sem_aggr.adb, [...]: Update all eligible case statements to reflect the new s...Hristian Kirtchev1-20/+19
2016-05-02[multiple changes]Arnaud Charlet1-19/+1
2016-04-18[multiple changes]Arnaud Charlet1-69/+103
2016-04-18[multiple changes]Arnaud Charlet1-15/+15
2016-04-18[multiple changes]Arnaud Charlet1-1/+1
2015-10-20s-valllu.adb, [...]: Fix typos.Arnaud Charlet1-1/+1
2015-10-20[multiple changes]Arnaud Charlet1-1/+1
2015-05-22[multiple changes]Arnaud Charlet1-1/+1
2015-05-22exp_ch5.adb, [...]: This is a general change that deals with the fact that mo...Robert Dewar1-13/+31
2014-08-01sem_aggr.adb, [...]: Minor reformatting & code reorganization.Robert Dewar1-3/+2
2014-08-01[multiple changes]Arnaud Charlet1-27/+1
2014-07-18sem_aggr.adb, [...]: Change name Packed_Array_Type to Packed_Array_Impl_Type.Robert Dewar1-4/+8
2014-06-13[multiple changes]Arnaud Charlet1-13/+3
2014-06-13debug.adb: Document debug flag -gnatd.1.Robert Dewar1-1/+7
2014-06-13[multiple changes]Arnaud Charlet1-13/+5
2014-06-11[multiple changes]Arnaud Charlet1-4/+0