aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-09-02libstdc++: Optimize constructible/assignable variable templatesJonathan Wakely1-39/+49
2022-09-02libstdc++: Fix laziness of __and/or/not_Patrick Palka2-3/+38
2022-09-02vect: Use better fallback costs in layout subpassRichard Sandiford2-10/+63
2022-09-02vect: Ensure SLP nodes don't end up in multiple BB partitions [PR106787]Richard Sandiford2-26/+77
2022-09-02Refactor RPO VN API to allow timevar trackingRichard Biener4-17/+25
2022-09-02tree-optimization/106809 - compile time hog in VNRichard Biener2-27/+58
2022-09-02RISC-V: Implement TARGET_COMPUTE_MULTILIBKito Cheng4-2/+387
2022-09-02Add TARGET_COMPUTE_MULTILIB hook to override multi-lib result.Kito Cheng7-36/+119
2022-09-02[Ada] Adjust previous change to Expand_Subtype_From_ExprEric Botcazou1-1/+1
2022-09-02[Ada] Error on return of object whose full view has undefaulted discriminantsGary Dismukes1-1/+1
2022-09-02[Ada] Fix crash on declaration of overaligned array with constraintsEric Botcazou2-16/+12
2022-09-02[Ada] Extend No_Dependence restriction to code generation (continued)Eric Botcazou3-3/+7
2022-09-02[Ada] Add loop variants to Ada.Strings.Search and Ada.Strings.MapsClaire Dross2-0/+7
2022-09-02[Ada] Fix proof of runtime unit System.Exp_ModClaire Dross1-0/+10
2022-09-02[Ada] Fix proof of runtime unit System.Wid_*Claire Dross1-1/+15
2022-09-02[Ada] Recover proof of Scaled_Divide in System.Arith_64Yannick Moy2-122/+211
2022-09-02[Ada] Update documentation about non-symbolic tracebackEric Botcazou4-1428/+1486
2022-09-02[Ada] Fix proof of runtime unit System.Value* and System.Image*Claire Dross24-1547/+1853
2022-09-02pdp11: no debugging infoMartin Liska1-1/+2
2022-09-02STABS: remove -gstabs and -gxcoff functionalityMartin Liska86-6555/+211
2022-09-02ipa: Fix throw in multi-versioned functions [PR106627]Simon Rainer3-0/+30
2022-09-02Daily bump.GCC Administrator8-1/+380
2022-09-01i386: Replace long with long long for 64-bit integerH.J. Lu1-2/+2
2022-09-01AArch64: Fix bootstrap failure due to dump_printf_loc format attribute uses [...Tamar Christina1-1/+2
2022-09-01c++: Remove unused declarationMarek Polacek1-1/+0
2022-09-01libstdc++: Add 'typename' for Clang compatibilityJonathan Wakely1-1/+1
2022-09-01libstdc++: Remove __is_referenceable helperJonathan Wakely1-21/+16
2022-09-01libstdc++: Optimize is_constructible traitsJonathan Wakely1-182/+57
2022-09-01libstdc++: Optimize std::decayJonathan Wakely1-19/+20
2022-09-01libstdc++: Add specializations for some variable templatesJonathan Wakely1-7/+17
2022-09-01libstdc++: Use built-ins for some variable templatesJonathan Wakely1-12/+15
2022-09-01c: C2x removal of unprototyped functionsJoseph Myers7-25/+70
2022-09-01vect: Try to remove single-vector permutes from SLP graphRichard Sandiford3-25/+61
2022-09-01i386: Fix conversion of move to/from AX_REG into xchg [PR106707]Uros Bizjak2-2/+21
2022-09-01Convert ranger uses of real_inf to dconst[n]inf.Aldy Hernandez3-37/+18
2022-09-01Add global REAL_VALUE_TYPE infinities to real.*.Aldy Hernandez2-0/+7
2022-09-01libstdc++: Remove FIXME for ICE with remove_cvref_t in requires-expressionJonathan Wakely1-10/+1
2022-09-01libstdc++: Implement ranges::adjacent_transform_view from P2321R2Patrick Palka2-0/+447
2022-09-01Remove cycle checking from compute_control_dep_chainRichard Biener1-13/+7
2022-09-01Some predicate analysis TLCRichard Biener1-7/+14
2022-09-01c++: set TYPE_STRING_FLAG for char8_tJason Merrill1-1/+5
2022-09-01Implement ranger folder for __builtin_signbit.Aldy Hernandez2-0/+32
2022-09-01Add signbit property to frange to better model signed zeros.Aldy Hernandez5-34/+204
2022-09-01libstdc++: Optimize array traitsJonathan Wakely1-31/+67
2022-09-01Fix up dump_printf_loc format attribute and adjust uses [PR106782]Jakub Jelinek9-44/+62
2022-09-01libcpp: Add -Winvalid-utf8 warning [PR106655]Jakub Jelinek22-33/+973
2022-09-01Make frange selftests work on !HONOR_NANS systems.Aldy Hernandez2-9/+32
2022-09-01middle-end: Add MULT_EXPR recognition for cond scalar reductionkonglin13-0/+55
2022-09-01rs6000/test: Fix typo in pr86731-fwrapv-longlong.c [PR106682]Kewen Lin1-1/+1
2022-08-31rs6000: Don't ICE when we disassemble an MMA variable [PR101322]Peter Bergner2-1/+23