aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2024-06-20i386: Allow all register_operand SUBREGs in x86_ternlog_idx.Roger Sayle1-9/+8
2024-06-20[RISC-V] Minor cleanup/improvement to bset/binv patternsJeff Law2-37/+25
2024-06-20ada: Reference to nonexistent operator in reduction expression acceptedSteve Baird1-27/+83
2024-06-20ada: Fix checking of SPARK RM on ghost with concurrent partYannick Moy1-2/+6
2024-06-20ada: Rewrite generic formal/actual matchingBob Duff6-1183/+1485
2024-06-20ada: Replace "All" argument to Extensions_Allowed pragma with "All_Extensions"Steve Baird7-30/+36
2024-06-20ada: Crash on selected component of formal derived type in generic instanceGary Dismukes1-18/+19
2024-06-20ada: Fix inlining of fixed-lower-bound array for GNATproveYannick Moy2-5/+17
2024-06-20ada: Fix assertion failure during analysis of instantiation of formal packageEric Botcazou1-1/+2
2024-06-20ada: Fix composition of primitive equality for untagged records with variant ...Eric Botcazou1-28/+22
2024-06-20ada: New pragma to default all interrupts to system.Doug Rupp15-779/+904
2024-06-20ada: Fix bogus error with "=" operator on array of private unchecked unionEric Botcazou2-20/+14
2024-06-20ada: Fix crash on real literal in declare expression of expression functionEric Botcazou1-2/+3
2024-06-20ada: Enforce strict alignment for array types with aliased componentEric Botcazou2-13/+22
2024-06-20ada: Update Bit Ordering references in GNAT Reference ManualEric Botcazou4-28/+24
2024-06-20ada: Add documentation for Subprogram_Variant aspect and pragmaPiotr Trojanek4-655/+738
2024-06-20ada: Streamline propagation of controlled flags on typesEric Botcazou7-101/+113
2024-06-20ada: Remove redundant conditions from freezing codePiotr Trojanek2-8/+7
2024-06-20ada: Fix style in freezing codePiotr Trojanek2-8/+6
2024-06-20ada: Remove Max_Entry_Queue_Depth pragma/aspectEric Botcazou8-47/+6
2024-06-20ada: Couple of minor fixes in GNAT Reference ManualEric Botcazou4-31/+30
2024-06-20ada: Add Dump_Buffers hooks for code coverageRonan Desplanques1-0/+7
2024-06-20ada: Do not compute Has_Controlled_Component twice during freezingEric Botcazou3-42/+7
2024-06-20ada: Fix minor issues in commentsEric Botcazou1-11/+10
2024-06-20ada: Document -gnatd_w for CCGRichard Kenner1-1/+3
2024-06-20ada: Change messages for -gnatw.v to warningsViljar Indus3-23/+21
2024-06-20ada: Convert -gnatw.n messages to warningsViljar Indus3-12/+14
2024-06-20ada: Add switch for suppressing info messagesViljar Indus5-244/+297
2024-06-20ada: Treat Info-Warnings as Info messagesViljar Indus4-76/+96
2024-06-20ada: Update documentation for 'SuperJustin Squirek4-491/+497
2024-06-20ada: Improve preprocessor error handling.Steve Baird2-2/+10
2024-06-20ada: Fix list of attributes defined by Ada 2022Piotr Trojanek2-12/+3
2024-06-20i386: Fix some ISA bit test in option_overrideHongyu Wang4-8/+12
2024-06-20Fortran: Auto array allocation with function dependencies [PR59104]Paul Thomas10-29/+238
2024-06-20tree-optimization/114413 - SLP CSE after permute optimizationRichard Biener2-12/+70
2024-06-20vect: Tighten an assertion for lane-reducing in transformFeng Xue1-3/+5
2024-06-20vect: Use an array to replace 3 relevant variablesFeng Xue1-25/+18
2024-06-20vect: Use one reduction_type local variableFeng Xue1-4/+4
2024-06-20vect: Remove duplicated check on reduction operandFeng Xue1-4/+2
2024-06-20vect: Add a function to check lane-reducing stmtFeng Xue2-3/+13
2024-06-20Daily bump.GCC Administrator4-1/+418
2024-06-20Revert "build: Fix missing variable quotes"YunQiang Su2-2/+2
2024-06-19[PATCH v2] RISC-V: Remove float vector eqne patterndemin.han3-92/+56
2024-06-19RISC-V: Promote Zaamo/Zalrsc to a when using an old binutilsPatrick O'Neill1-0/+1
2024-06-19bitint: Fix up lowering of COMPLEX_EXPR [PR115544]Jakub Jelinek2-1/+20
2024-06-19i386: Zhaoxin shijidadao enablementmayshao15-14/+183
2024-06-19xtensa: Eliminate double MEMW insertions for volatile memoryTakayuki 'January June' Suwa1-1/+11
2024-06-19Fortran: fix for CHARACTER(len=*) dummies with bind(C) [PR115390]Harald Anlauf2-2/+47
2024-06-19arm: Add support for MVE Tail-Predicated Low Overhead LoopsAndre Vieira23-82/+3321
2024-06-19doloop: Add support for predicated vectorized loopsAndre Vieira3-67/+113