aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/libgnat
AgeCommit message (Expand)AuthorFilesLines
2024-06-13ada: Minor cleanups in generic formal matchingBob Duff3-3/+3
2024-06-13ada: Streamline elaboration of local tagged typesEric Botcazou6-37/+223
2024-06-13ada: Add support for symbolic backtraces with DLLs on WindowsEric Botcazou3-28/+29
2024-06-10ada: Fix references to Ada RM in commentsPiotr Trojanek1-1/+1
2024-06-10ada: Remove streaming facilities from generics for formal containersYannick Moy2-92/+0
2024-06-10ada: Fix usage of SetThreadAffinityMaskRonan Desplanques1-1/+1
2024-06-10ada: Remove incorrect assertion in run-timeRonan Desplanques1-11/+11
2024-05-21Fix Ada runtime library breakage on Solaris (bis)Eric Botcazou1-4/+1
2024-05-21ada: Add new Mingw task priority mappingJustin Squirek1-3/+24
2024-05-20ada: Add direct workaround for limitations of RTSfind mechanismEric Botcazou1-8/+11
2024-05-20ada: Use System.Address for address computation in System.Pool_GlobalSebastian Poeplau1-3/+4
2024-05-20ada: One more adjustment coming from aliasing considerationsEric Botcazou1-2/+5
2024-05-20ada: Small cleanup in System.Finalization_Primitives unitEric Botcazou2-24/+28
2024-05-18Fix Ada runtime library breakage on SolarisEric Botcazou1-3/+4
2024-05-17ada: Start the initialization of the tasking runtime earlierEric Botcazou1-1/+3
2024-05-17ada: Further adjustments coming from aliasing considerationsEric Botcazou2-0/+14
2024-05-17ada: Replace spinlocks with fully-fledged locks in finalization collectionsEric Botcazou9-12/+372
2024-05-17ada: Do not query the modification time of a special file.Steve Baird1-2/+16
2024-05-17ada: Couple of adjustments coming from aliasing considerationsEric Botcazou3-7/+61
2024-05-17ada: Fix containers' Reference_Preserving_Key functions' memory leaksSteve Baird6-2/+56
2024-05-16ada: Exception on Indefinite_Vector aggregate with loop_parameter_specificationGary Dismukes1-1/+1
2024-05-16ada: Propagate Program_Error from failed finalization of collectionEric Botcazou1-6/+6
2024-05-16ada: Minor performance improvement for dynamically-allocated controlled objectsEric Botcazou2-22/+6
2024-05-16ada: Fix latent alignment issue for dynamically-allocated controlled objectsEric Botcazou4-37/+66
2024-05-16ada: Implement per-finalization-collection spinlocksEric Botcazou2-16/+75
2024-05-14ada: Decouple attachment from dynamic allocation for controlled objectsEric Botcazou4-193/+153
2024-05-14ada: Correct System.Win32.LocalFileTimeToFileTime wrapper typoPhilippe Gil1-2/+2
2024-05-13ada: Rename finalization scope masters into finalization mastersEric Botcazou2-9/+9
2024-05-13ada: Remove dynamic frame in System.Image_D and document it in System.Image_FEric Botcazou6-8/+70
2024-05-13ada: Couple of comment tweaks to latest changeEric Botcazou2-13/+16
2024-05-13ada: Replace finalization masters with finalization collectionsEric Botcazou8-578/+369
2024-05-13ada: Remove deprecated VxWorks interrupt connection APIAshley Gay2-223/+1
2024-05-13ada: Decouple finalization masters from storage poolsEric Botcazou2-52/+0
2024-05-13ada: Simplify uses of readdir_gnat with object overlayPiotr Trojanek2-17/+5
2024-05-13ada: Refactor GNAT.Directory_Operations.Read to minimise runtime checksPiotr Trojanek1-8/+8
2024-05-07ada: Fix bad interaction between homogeneous finalization master and BIP prot...Eric Botcazou3-300/+32
2024-05-07ada: Add Global contracts to Ada.Numerics.Generic_Elementary_FunctionsJoffrey Huguet1-46/+74
2024-05-07ada: Fix crash on body postconditionBob Duff1-2/+0
2024-05-07ada: Adapt proof of runtime unitsYannick Moy4-5/+24
2024-05-07Update copyright years.Marc Poulhiès2-2/+2
2024-05-07ada: Fix LTO type mismatches in GNAT.Sockets.ThinEric Botcazou2-18/+170
2024-05-06ada: Make a couple of comment tweaksEric Botcazou1-5/+4
2024-05-06ada: Rework processing of special objects needing finalizationEric Botcazou2-16/+28
2024-05-06ada: Partial implementation of redesign of support for object finalizationEric Botcazou2-0/+307
2024-01-22Update copyright years.Marc Poulhiès1475-1475/+1475
2024-01-09ada: Remove unused runtime entityEric Botcazou2-18/+0
2024-01-09ada: Add __atomic_store_n binding to System.Atomic_PrimitivesEric Botcazou2-0/+25
2024-01-09ada: Fix precondition in Interfaces.C.StringsJoffrey Huguet1-4/+5
2024-01-09Fix outdated commentEric Botcazou1-5/+4
2023-12-19ada: Remove GNATcheck violationsSheri Bernstein1-10/+8