aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface
AgeCommit message (Expand)AuthorFilesLines
2023-06-20ada: Minor tweaksEric Botcazou1-8/+6
2023-06-15configure: Implement --enable-host-pieMarek Polacek2-7/+9
2023-06-15ada: Fix wrong code for ACATS cd1c03i on Morello targetEric Botcazou1-2/+6
2023-06-15ada: Fix wrong finalization for double subtype of bounded vectorEric Botcazou1-4/+10
2023-05-30ada: Fix wrong access for qualified aggregate with storage modelEric Botcazou1-3/+6
2023-05-30ada: Fix internal error on qualified aggregate with storage modelEric Botcazou1-17/+19
2023-05-30ada: Add missing guards for degenerate storage modelsEric Botcazou1-5/+10
2023-05-30ada: Fix incorrect copies being used with 'AddressMarc Poulhiès1-4/+9
2023-05-30ada: Fix bogus Storage_Error on dynamic array with static zero lengthEric Botcazou1-4/+21
2023-05-30ada: Fix minor issue with Mod operatorEric Botcazou1-4/+4
2023-05-30ada: Minor generic tweaks left and and rightEric Botcazou4-12/+14
2023-05-30ada: Make internal_error_function more robustEric Botcazou1-6/+16
2023-05-30ada: Adjust again the implementation of storage modelsEric Botcazou1-22/+29
2023-05-30ada: Simplify the implementation of storage modelsEric Botcazou1-103/+27
2023-05-30ada: Make use of Cannot_Be_Superflat flag on N_Range nodesEric Botcazou2-3/+4
2023-05-30ada: Disable PIE mode during the build of the Ada front-endEric Botcazou1-13/+3
2023-05-30ada: Fix storage model handling for dereference as lvalue and renamingsMarc Poulhiès1-3/+21
2023-05-26ada: Remove Is_Descendant_Of_Address flag from Standard_AddressEric Botcazou2-7/+14
2023-05-18ada: use _P() defines from tree.hBernhard Reutner-Fischer4-31/+30
2023-05-15ada: Fix proof of runtime unit System.Value*Claire Dross1-0/+2
2023-04-18Fixed typo.Jin Ma1-1/+1
2023-04-15Fix fallout of previous change on x86/LinuxEric Botcazou1-6/+16
2023-04-14Fix build failure of Ada runtime for Aarch64 targetsEric Botcazou1-2/+6
2023-03-06Revert "Respect GNATMAKE Makefile variable" commitEric Botcazou1-1/+1
2023-02-26Respect GNATMAKE Makefile variablePeter Foley1-1/+1
2023-02-14Fix small regression in AdaEric Botcazou1-1/+3
2023-01-16ada: Update copyright years.Marc Poulhiès20-22/+20
2023-01-02Ada,Darwin: Do not link libgcc statically on Darwin 8 and 9 [PR108202].Iain Sandoe1-2/+11
2022-12-29ada: don't map NULL decl to locusAlexandre Oliva1-1/+1
2022-12-06ada: Elide the copy in extended returns for nonlimited by-reference typesEric Botcazou1-5/+7
2022-12-06ada: Accessibility code reorganization and bug fixesJustin Squirek1-0/+1
2022-12-01ada: Strip conversions for the implementation of storage modelsEric Botcazou1-0/+5
2022-11-24ada: Add assertion for the implementation of storage modelsEric Botcazou1-0/+3
2022-11-21ada: Adjust recent change for returns involving function callsEric Botcazou2-14/+8
2022-11-14Revert "sphinx: ada: port to Sphinx"Martin Liska1-41/+57
2022-11-14Revert "sphinx: add --with-sphinx-build"Martin Liska1-12/+12
2022-11-14Revert "sphinx: support installation if sphinx-build is missing"Martin Liska1-3/+6
2022-11-09sphinx: support installation if sphinx-build is missingMartin Liska1-6/+3
2022-11-09sphinx: add --with-sphinx-buildMartin Liska1-12/+12
2022-11-09sphinx: ada: port to SphinxMartin Liska1-57/+41
2022-11-08ada: Fix oversight in implementation of allocators for storage modelsEric Botcazou1-7/+26
2022-11-08ada: Move warnings switches -- initial workBob Duff3-3/+3
2022-10-06ada: Implementation of support for storage models in gigiEric Botcazou7-61/+605
2022-09-15Move void_list_node init to common codeRichard Biener1-1/+0
2022-09-12[Ada] Fix immediate assertion failure with -gnatd.1Eric Botcazou1-1/+5
2022-09-06[Ada] Mark artificial formal parameters in the debug infoEric Botcazou1-0/+1
2022-09-06[Ada] Fix problematic line debug info attached to call to finalizerEric Botcazou1-5/+13
2022-09-06[Ada] Fix internal error on double renaming of private constantEric Botcazou1-25/+43
2022-09-06[Ada] Fix missing name for access type in generic instantiationEric Botcazou1-12/+16
2022-09-06[Ada] Extend No_Dependence restriction to code generation (continued)Eric Botcazou1-0/+25