aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2024-11-04diagnostics: update leading comment for class diagnostic_contextDavid Malcolm1-2/+33
2024-11-04diagnostics: cleanups to opts-diagnostic.ccDavid Malcolm1-59/+63
2024-11-04libgccjit: Add gcc_jit_global_set_readonlyAntoni Boucher12-11/+187
2024-11-04testsuite: arm: Force hard ABI for pr51534.c testTorbjörn SVENSSON1-1/+2
2024-11-04testsuite: arm: Use effective-target for data-intrinsics-assembly testTorbjörn SVENSSON1-2/+2
2024-11-04testsuite: arm: Relax cbranch tests to accept inverted branchesTorbjörn SVENSSON1-6/+6
2024-11-04testsuite: arm: Update expected asm in armv8_2-fp16-neon-2.cTorbjörn SVENSSON1-1/+2
2024-11-04libgccjit: Add count zeroes builtins to ensure_optimization_builtins_existAntoni Boucher1-0/+6
2024-11-04ada: Move special case for null string literal from frontend to backendPiotr Trojanek1-2/+12
2024-11-04ada: Remove special case for the size of a string literal subtypePiotr Trojanek1-6/+2
2024-11-04ada: Fix ancient typo in process_declsEric Botcazou1-6/+2
2024-11-04ada: Split Library_Unit using multiple wrappersBob Duff29-295/+542
2024-11-04ada: Improve Unbounded_Wide_String performanceNicolas Roche2-46/+127
2024-11-04ada: Improve performance of Unbounded_Wide_Wide_StringNicolas Roche2-47/+130
2024-11-04ada: Improve Unbounded_String performanceNicolas Roche2-49/+134
2024-11-04ada: Initial implementation of Extended_Access aspect (FE portion only)Steve Baird10-5/+204
2024-11-04ada: Avoid unused with warning with Extend_SystemViljar Indus1-4/+7
2024-11-04ada: Fix crash on default value with nested iterated component associationsEric Botcazou1-8/+15
2024-11-04ada: Propagate resolution status from Resolve_Iterated_Component_AssociationEric Botcazou1-10/+13
2024-11-04ada: Remove dead code in Resolve_Iterated_Component_AssociationEric Botcazou1-13/+3
2024-11-04ada: Update documentation for -gnatVxx switchesViljar Indus1-2/+4
2024-11-04ada: Tweak description of new predicateEric Botcazou1-1/+2
2024-11-04ada: Display message on reproducer generation failureRonan Desplanques1-1/+2
2024-11-04ada: Missing runtime check in interpolated stringJavier Miranda1-3/+69
2024-11-04ada: Add CHERI variant of full secondary stack allocatorDaniel King2-1/+1087
2024-11-04ada: CheriBSD: add SIGPROT handlerDaniel King1-1/+1
2024-11-04ada: Add Invocation node to the SARIF reportViljar Indus1-1/+80
2024-11-04ada: Add Schema to the SARIF reportViljar Indus1-1/+13
2024-11-04ada: Tweak CPU affinity handlingRonan Desplanques7-23/+63
2024-11-04ada: Fix error message for pragma First_Controlling_ParameterRaphaël AMIARD1-1/+1
2024-11-04ada: Build and runtime support for CheriBSDDaniel King3-3/+1030
2024-11-04ada: Refactor exception declarations from Interfaces.CHERI to separate packageDaniel King2-16/+50
2024-11-04ada: Fix alignment of pthread_mutex_tDaniel King1-1/+6
2024-11-04ada: Move formal hash tables from gnat repository to the SPARK libraryClaire Dross6-927/+0
2024-11-04ada: Add doc for deep delta aggregatesRaphaël AMIARD3-65/+412
2024-11-04ada: Fix internal error on alignment clause for type declared in generic unitEric Botcazou1-2/+4
2024-11-04ada: Minor tweaks in commentsEric Botcazou3-6/+6
2024-11-04ada: Correction to disable self-referential with_clausesBob Duff1-2/+23
2024-11-04ada: Missing precondition runtime check in inherited primitiveJavier Miranda9-56/+115
2024-11-04ada: Fix visibility of Taft amendment typesPiotr Trojanek1-0/+3
2024-11-04ada: Minor whitespace tuningPiotr Trojanek1-3/+3
2024-11-04ada: Avoid run-time conversion of 0 from Int to UintPiotr Trojanek1-1/+1
2024-11-04ada: Assignment local variable only when it is usedPiotr Trojanek1-8/+8
2024-11-04ada: Add null exclusion to avoid run-time checksPiotr Trojanek1-2/+2
2024-11-04ada: Resolve intrinsic operators without homonymsPiotr Trojanek1-10/+37
2024-11-04ada: Fix asymmetry in resolution of unary intrinsic operatorsPiotr Trojanek1-0/+7
2024-11-04PR 117048: simplify-rtx: Simplify (X << C1) [+,^] (X >> C2) into ROTATEKyrylo Tkachov1-48/+156
2024-11-04target: Fix asm codegen for vfpclasss* and vcvtph2* instructionsAntoni Boucher2-2/+48
2024-11-04Don't call invert on VARYING.Andrew MacLeod2-2/+25
2024-11-04Revert "PR 117048: simplify-rtx: Simplify (X << C1) [+,^] (X >> C2) into ROTATE"Kyrylo Tkachov1-156/+48