aboutsummaryrefslogtreecommitdiff
path: root/gcc/ada/gcc-interface/utils2.cc
AgeCommit message (Expand)AuthorFilesLines
2024-08-23optabs-query: Use opt_machine_mode for smallest_int_mode_for_size [PR115495].Robin Dapp1-2/+3
2024-07-02ada: Call memcmp instead of Compare_Array_Unsigned_8 and...Eric Botcazou1-13/+109
2024-06-21ada: Implement fast modulo reduction for nonbinary modular multiplicationEric Botcazou1-5/+7
2024-06-21ada: Implement fast modulo reduction for nonbinary modular multiplicationEric Botcazou1-3/+99
2024-06-14ada: Typo and indentation fixMarc Poulhiès1-1/+1
2024-05-21ada: Streamline implementation of simple nonbinary modular operationsEric Botcazou1-63/+28
2024-05-21ada: Fix internal error on discriminated record with Atomic aspect in Ada 2022Eric Botcazou1-1/+12
2024-05-21ada: Fix strict aliasing violation in parameter passing (continued)Eric Botcazou1-3/+3
2024-05-21ada: Fix crash with aliased array and if expressionRonan Desplanques1-3/+5
2024-05-21ada: Follow-up adjustment to earlier fix in Build_Allocate_Deallocate_ProcEric Botcazou1-8/+4
2024-05-21ada: Avoid temporary for conditional expression of discriminated record typeEric Botcazou1-2/+2
2024-01-22Update copyright years.Marc Poulhiès1-1/+1
2024-01-09Fix internal error on anonymous access type equalityEric Botcazou1-8/+4
2023-11-28ada: Add comment for assertionMarc Poulhiès1-1/+4
2023-06-15ada: Fix wrong code for ACATS cd1c03i on Morello targetEric Botcazou1-2/+6
2023-05-30ada: Minor generic tweaks left and and rightEric Botcazou1-10/+11
2023-05-18ada: use _P() defines from tree.hBernhard Reutner-Fischer1-8/+8
2023-01-16ada: Update copyright years.Marc Poulhiès1-1/+1
2022-11-08ada: Fix oversight in implementation of allocators for storage modelsEric Botcazou1-7/+26
2022-10-06ada: Implementation of support for storage models in gigiEric Botcazou1-17/+277
2022-07-13[Ada] Extend No_Dependence restriction to code generationEric Botcazou1-2/+6
2022-07-13[Ada] Fix internal error on comparison with access function parameterEric Botcazou1-5/+10
2022-07-06[Ada] Handle secondary stack memory allocations alignmentMarc Poulhiès1-4/+6
2022-05-19[Ada] Get rid of secondary stack for controlled componentsEric Botcazou1-5/+36
2022-05-10Replace PTR with 'void *' in compiler.Martin Liska1-1/+1
2022-01-17Change references of .c files to .cc filesMartin Liska1-4/+4
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+3050