aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-10-09Enable LRA for ia64René Rebe3-8/+5
2024-10-09Remove ia64*-*-linux from the list of obsolete targetsRené Rebe2-2/+2
2024-10-09tree-optimization/116974 - Handle single-lane SLP for OMP scan storeRichard Biener2-26/+60
2024-10-09tree-optimization/116575 - handle SLP of permuted masked loadsRichard Biener2-4/+56
2024-10-09tree-optimization/117000 - elide .REDUC_IOR with compare against zeroRichard Biener4-0/+26
2024-10-09Fix memory leak in vect_cse_slp_nodesRichard Biener1-1/+1
2024-10-09gcc/doc: adjust __builtin_choose_expr() descriptionJan Beulich1-5/+6
2024-10-08gcc, libcpp: Add warning switch for "#pragma once in main file" [PR89808]Ken Matsui7-4/+30
2024-10-09Daily bump.GCC Administrator8-1/+631
2024-10-08tree-optimization/116024 - simplify some cases of X +- C1 cmp C2Artemiy Volkov4-2/+118
2024-10-08tree-optimization/116024 - simplify C1-X cmp C2 for wrapping signed typesArtemiy Volkov2-1/+85
2024-10-08tree-optimization/116024 - simplify C1-X cmp C2 for unsigned typesArtemiy Volkov2-1/+87
2024-10-08tree-optimization/116024 - simplify C1-X cmp C2 for UB-on-overflow typesArtemiy Volkov3-2/+94
2024-10-08RISC-V: Enable builtin __riscv_mul with Zmmul extension.Tsung Chun Lin1-1/+1
2024-10-08RISC-V: Add implication for M extension.Tsung Chun Lin1-0/+2
2024-10-08RISC-V: Implement TARGET_CAN_INLINE_PYangyu Chen3-165/+276
2024-10-08Add regression testEric Botcazou1-0/+17
2024-10-08Add regression testEric Botcazou1-0/+21
2024-10-08Add regression testEric Botcazou1-0/+32
2024-10-08RISC-V: Add testcases for form 1 of scalar signed SAT_TRUNCPan Li14-0/+381
2024-10-08RISC-V: Implement scalar SAT_TRUNC for signed integerPan Li3-0/+92
2024-10-08Widening-Mul: Fix one bug of consume after phi node releasedPan Li1-46/+56
2024-10-08Match: Support form 1 for scalar signed integer SAT_TRUNCPan Li2-0/+83
2024-10-08x86/{,V}AES: adjust when to force EVEX encodingJan Beulich1-4/+4
2024-10-08aarch64: Expand CTZ to RBIT + CLZ for SVE [PR109498]Soumya AR2-0/+66
2024-10-08[RISC-V][PR target/116615] RISC-V: Use default LOGICAL_OP_NON_SHORT_CIRCUITPalmer Dabbelt2-3/+1
2024-10-08LoongArch: Fix up r15-4130Xi Ruoyao2-1/+4
2024-10-08Fix parsing of substring refs in coarrays. [PR51815]Andre Vehreschild5-20/+59
2024-10-08RISC-V: Add testcases for form 4 of scalar signed SAT_SUBPan Li9-0/+191
2024-10-08RISC-V: Add testcases for form 3 of scalar signed SAT_SUBPan Li9-0/+191
2024-10-08Match: Support form 3 and form 4 for scalar signed integer SAT_SUBPan Li1-0/+13
2024-10-08ssa-math-opts, i386: Handle most unordered values rather than just 2 [PR116896]Jakub Jelinek4-16/+100
2024-10-08ada: Fix infinite loop on MSP430 with -mlarge flagEric Botcazou1-7/+2
2024-10-08ada: Remove -gnateE information message for noncontiguous enumeration typeEric Botcazou1-0/+5
2024-10-08ada: Rework the Android sigtramp implementationOlivier Hainque5-87/+115
2024-10-08ada: Fix bogus Constraint_Error for 'Wide_Wide_Value on wide enumeration literalEric Botcazou11-26/+69
2024-10-08ada: Fix bogus error in instantiation with formal packageEric Botcazou1-1/+5
2024-10-08ada: Fix negative value returned by 'Image for array with nonnegative componentEric Botcazou1-2/+1
2024-10-08ada: Fix internal error on elsif part of if-statement containing if-expressionEric Botcazou1-0/+1
2024-10-08ada: Reject mixed container aggregatesViljar Indus6-9/+75
2024-10-08ada: Add mechanism to test internal error machineryRonan Desplanques3-0/+25
2024-10-08ada: Tweak position of commentRonan Desplanques1-2/+2
2024-10-08ada: Remove references to internal gnat RFC'sTonu Naks3-210/+1897
2024-10-08ada: Add dependency lines for External_InitializationRonan Desplanques2-1/+5
2024-10-08ada: Use corect capacity with two dimensional arraysViljar Indus1-207/+218
2024-10-08ada: Add Is_Rep_To_Pos predicate and export it for use in gigiEric Botcazou3-0/+19
2024-10-08ada: Avoid dependency on Long_Long_Long_Integer and System.Img_LLLI for 'ImageEric Botcazou1-4/+29
2024-10-08ada: Use semantics from the RFC for declarative items mixed with statementsRaphaël AMIARD6-77/+171
2024-10-08ada: Fix reproducer generation with child subprogramsRonan Desplanques1-1/+10
2024-10-08ada: Improved support for incomplete parameter typesSteve Baird3-1/+27