aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-05-13Manually add ChangeLog entry for r15-353-gd7bb8eaade3cd3aa70715c8567b4d7b0809...Jakub Jelinek1-0/+26
2024-05-13Daily bump.GCC Administrator10-1/+1016
2024-05-13ada: Move Init_Proc_Level_Formal from Exp_Ch3 to Exp_UtilEric Botcazou5-34/+33
2024-05-13ada: Remove code that expected pre/post being split into conjunctsPiotr Trojanek1-27/+2
2024-05-13ada: Revert recent change for Put_Image and Object_Size attributesPiotr Trojanek2-3/+12
2024-05-13ada: Rename finalization scope masters into finalization mastersEric Botcazou4-44/+42
2024-05-13ada: Remove dynamic frame in System.Image_D and document it in System.Image_FEric Botcazou6-8/+70
2024-05-13ada: Attributes Put_Image and Object_Size are defined by Ada 2022Piotr Trojanek2-12/+3
2024-05-13ada: Remove guards against traversal of empty list of aspectsPiotr Trojanek6-84/+65
2024-05-13ada: Fix crash on Compile_Time_Warning in dead codeBob Duff1-3/+8
2024-05-13ada: Deconstruct flag Split_PPC since splitting now is done in expansionPiotr Trojanek11-123/+25
2024-05-13ada: Move splitting of pre/post aspect expressions to expansionPiotr Trojanek5-191/+224
2024-05-13ada: Fix style in commentsPiotr Trojanek2-2/+2
2024-05-13ada: Refine type of a local variablePiotr Trojanek1-1/+1
2024-05-13ada: Recognize pragma Lock_Free as specific to GNATPiotr Trojanek1-0/+1
2024-05-13ada: Deconstruct unused flag Is_Expanded_ContractPiotr Trojanek3-7/+0
2024-05-13ada: Refactor repeated code for querying Boolean-valued aspectsPiotr Trojanek3-21/+32
2024-05-13ada: Complete implementation of Ada 2022 aspect Exclusive_FunctionsPiotr Trojanek1-3/+16
2024-05-13ada: Rewrite Append_Entity_Name; skip irrelevant namesBob Duff2-81/+54
2024-05-13ada: Couple of comment tweaks to latest changeEric Botcazou2-13/+16
2024-05-13ada: Replace finalization masters with finalization collectionsEric Botcazou25-954/+736
2024-05-13ada: Remove deprecated VxWorks interrupt connection APIAshley Gay10-459/+98
2024-05-13ada: Decouple finalization masters from storage poolsEric Botcazou6-141/+76
2024-05-13ada: Small cleanup in the BIP machineryEric Botcazou1-94/+98
2024-05-13ada: Restore fix for controlled dynamic allocation with BIP function callEric Botcazou4-75/+64
2024-05-13ada: Avoid crash on illegal constrained type declarationsPiotr Trojanek1-1/+4
2024-05-13ada: Fix pragma Compile_Time_Error for alignment of array typesEric Botcazou1-5/+7
2024-05-13ada: Enable casing on composite via -X0 instead of -XSteve Baird4-269/+269
2024-05-13ada: Fix internal error with Put_Image aspect on access-to-class-wide typeEric Botcazou1-0/+5
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-13ada: Compiler crash on nonstatic container aggregates for Doubly_Linked_ListsGary Dismukes1-98/+149
2024-05-13Fortran: Fix wrong code in unlimited polymorphic assignment [PR113363]Paul Thomas4-14/+151
2024-05-13Revert "MIPS: Support constraint 'w' for MSA instruction"YunQiang Su2-12/+0
2024-05-13MAINTAINERS: Add myself to write after approvalXiao Zeng1-0/+1
2024-05-12Fortran: fix frontend memleakHarald Anlauf1-1/+1
2024-05-12arm: Use utxb rN, rM, ror #8 to implement zero_extract on armv6.Roger Sayle2-0/+104
2024-05-12[to-be-committed,RISC-V] Improve usage of slli.uw in constant synthesisJeff Law2-4/+299
2024-05-12[to-be-committed] RISC-V Fix minor regression in synthesis WRT bseti usageJeff Law2-3/+37
2024-05-12Regenerate cygming.opt.urls and mingw.opt.urlsMark Wielaard2-5/+4
2024-05-12Fortran: Unlimited polymorphic intrinsic function arguments [PR84006]Paul Thomas5-20/+257
2024-05-11Fortran: fix dependency checks for inquiry refs [PR115039]Harald Anlauf2-1/+21
2024-05-11[PATCH v4 4/4] Output S_COMPILE3 symbol in CodeView debug sectionMark Harmstone1-0/+126
2024-05-11[PATCH v2 3/4] Output line numbers in CodeView sectionMark Harmstone4-1/+322
2024-05-11[PATCH v2 2/4] Output file checksums in CodeView sectionMark Harmstone3-0/+260
2024-05-11[PATCH v2 1/4] Support for CodeView debugging formatMark Harmstone11-5/+177
2024-05-11tree-optimization/114760 - check variants of >> and << in loop-niterdzhao.ampere3-14/+131
2024-05-11[prange] Default unimplemented prange operators to false.Aldy Hernandez1-40/+15
2024-05-11[prange] Do not trap by default on range dispatch mismatches.Aldy Hernandez1-6/+17
2024-05-10c++: Implement __is_nothrow_invocable built-in traitKen Matsui5-0/+77