aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface
AgeCommit message (Expand)AuthorFilesLines
2023-09-05ada: Elide the copy in extended returns for nonlimited by-reference typesEric Botcazou1-1/+1
2023-09-05ada: Fix DWARF for certain arraysTom Tromey2-8/+14
2023-07-28ada: Elide the copy in extended returns for nonlimited by-reference typesEric Botcazou1-3/+4
2023-07-18ada: Use new typedefs in gcc-interfaceTom Tromey2-6/+14
2023-07-18ada: Expose expected_throw attributeAlexandre Oliva1-0/+19
2023-07-06ada: Add specification source files of runtime unitsClaire Dross1-0/+3
2023-06-29A couple of va_gc_atomic tweaksRichard Sandiford1-11/+0
2023-06-27ada: Fix build of GNAT toolsEric Botcazou1-3/+6
2023-06-27ada: Fix bad interaction between inlining and thunk generationEric Botcazou1-3/+6
2023-06-27ada: Make the identification of case expressions more robustEric Botcazou1-5/+3
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