aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2024-05-10c++: Implement __is_invocable built-in traitKen Matsui10-0/+724
2024-05-10c++: Implement __array_rank built-in traitKen Matsui5-3/+52
2024-05-10c++: Implement __decay built-in traitKen Matsui4-0/+38
2024-05-10c++: Implement __add_rvalue_reference built-in traitKen Matsui4-0/+30
2024-05-10c++: Implement __add_lvalue_reference built-in traitKen Matsui4-0/+31
2024-05-10c++: Implement __remove_all_extents built-in traitKen Matsui4-0/+23
2024-05-10c++: Implement __remove_extent built-in traitKen Matsui4-0/+25
2024-05-10c++: Implement __add_pointer built-in traitKen Matsui4-3/+76
2024-05-10c++: Implement __is_unbounded_array built-in traitKen Matsui5-0/+48
2024-05-10[RISC-V] Use shNadd for constant synthesisJeff Law3-1/+124
2024-05-10i386: Improve V[48]QI shifts on AVX512/SSE4.1Roger Sayle5-2/+91