aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/exp_ch7.adb
AgeCommit message (Expand)AuthorFilesLines
2020-07-08[Ada] Minor refactoringJustin Squirek1-8/+7
2020-06-16[Ada] Minor casing of " The " after a comma in docs and commentsPiotr Trojanek1-1/+1
2020-06-11[Ada] Iterate with procedural version of Next routine where possiblePiotr Trojanek1-2/+2
2020-06-04[Ada] Add missing conversion in call to Finalize primitiveEric Botcazou1-0/+9
2020-06-04[Ada] Fix a couple of oversights in previous changeEric Botcazou1-0/+1
2020-06-04[Ada] Alignment clause ignored on completion derived from private typeEric Botcazou1-4/+3
2020-06-02[Ada] Bump copyright yearArnaud Charlet1-1/+1
2020-06-02[Ada] Address potentially uninitialized variables and dead codeArnaud Charlet1-3/+8
2019-12-12[Ada] Fix repeated words and typos in doc and commentsPiotr Trojanek1-1/+1
2019-10-10[Ada] Handling up-level references in loops within library-level declarationsGary Dismukes1-0/+86
2019-10-10[Ada] Generation of procedures for blocks occurring in elaboration code for LLVMGary Dismukes1-152/+228
2019-07-23[Ada] Fix binding of ghost units with finalizerYannick Moy1-0/+7
2019-07-09[Ada] Reformat commentsPiotr Trojanek1-1/+1
2019-07-05[Ada] Crash on deallocating component with discriminated taskHristian Kirtchev1-5/+6
2019-07-04[Ada] Minor reformattingHristian Kirtchev1-1/+1
2019-07-01[Ada] Minor reformattingHristian Kirtchev1-4/+5
2019-01-08[Ada] Bump copyright years to 2019Pierre-Marie de Rodat1-1/+1
2018-12-11[Ada] Unnesting: fix a missing activation recordEd Schonberg1-68/+76
2018-12-11[Ada] Minor reformattingHristian Kirtchev1-13/+14
2018-12-11[Ada] Additionsal trasformations for unnesting in package bodiesEd Schonberg1-11/+65
2018-11-14[Ada] Minor reformattingHristian Kirtchev1-7/+8
2018-11-14[Ada] Unnesting transformations for blocks in package bodiesEd Schonberg1-0/+75
2018-11-14[Ada] Limited function violates No_Exception_PropagationHristian Kirtchev1-7/+1
2018-08-21[Ada] Minor reformattingsHristian Kirtchev1-3/+4
2018-07-31[Ada] Unnesting: find local subps in nested stmt sequencesEd Schonberg1-25/+91
2018-07-17[Ada] Minor reformattingHristian Kirtchev1-30/+36
2018-07-17[Ada] Secondary stack leak in statements block located in a loopJavier Miranda1-0/+34
2018-07-16[Ada] Minor reformattingHristian Kirtchev1-2/+2
2018-07-16[Ada] Fix expansion of blocks in loops inside elaboration codeEd Schonberg1-8/+39
2018-07-16[Ada] Major code cleanupEd Schonberg1-0/+3
2018-06-11[Ada] Unnesting: robustify analysis of block statementsEd Schonberg1-5/+5
2018-05-31[Ada] Spurious tampering check failureHristian Kirtchev1-6/+5
2018-05-30[Ada] Minor reformattingHristian Kirtchev1-20/+25
2018-05-30[Ada] Reuse Is_Rewrite_Substitution where possiblePiotr Trojanek1-1/+1
2018-05-30[Ada] Unnesting: properly handle local subprogram in declare blocksEd Schonberg1-0/+78
2018-05-30[Ada] Minor comment fixBob Duff1-6/+6
2018-05-30[Ada] Minor reformattingHristian Kirtchev1-0/+1
2018-05-29[Ada] Attach reference to finalizers to treeEd Schonberg1-0/+3
2018-05-24[Ada] Minor reformattingHristian Kirtchev1-11/+17
2018-05-24[Ada] Memory leak mixing limited and nonlimited functionsBob Duff1-5/+56
2018-05-21[Ada] Premature secondary stack reclamationHristian Kirtchev1-90/+98
2018-01-11[Ada] Secondary stack leaks during object initializationHristian Kirtchev1-169/+284
2017-12-15exp_unst.adb (Unnest_Subprograms): Nothing to do if the main unit is a generi...Pierre-Marie de Rodat1-17/+18
2017-12-15[multiple changes]Pierre-Marie de Rodat1-16/+16
2017-12-05sem_util.adb (Contains_Refined_State): Remove.Pierre-Marie de Rodat1-27/+78
2017-10-09[multiple changes]Pierre-Marie de Rodat1-23/+22
2017-10-09exp_ch7.adb (Create_Finalizer): Suppress checks within the finalizer.Bob Duff1-1/+1
2017-09-29exp_ch6.adb (Expand_Call_Helper): Handle case of build-in-place functions ret...Bob Duff1-1/+1
2017-09-07[multiple changes]Arnaud Charlet1-1/+8
2017-09-07[multiple changes]Arnaud Charlet1-2/+23