aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-07-29Daily bump.GCC Administrator7-1/+313
2023-07-28Add a merge_range to ssa_cache and use it. add empty_p and param tweaks.Andrew MacLeod3-6/+51
2023-07-28Remove value_query, push into sub&fold classAndrew MacLeod4-48/+39
2023-07-28Fix some warningsAndrew MacLeod3-26/+21
2023-07-28Update gcc .po filesJoseph Myers19-61503/+61504
2023-07-28bpf: disable tail call optimization in BPF targetsJose E. Marchesi1-0/+3
2023-07-28Fortran: do not pass hidden character length for TYPE(*) dummy [PR110825]Harald Anlauf3-1/+55
2023-07-28Cleanup profile updating code in unrolling and splittingHonza5-163/+199
2023-07-28RISC-V: Specify -mabi in rv64 autovec testcasePatrick O'Neill1-1/+1
2023-07-28c++: devirtualization of array destruction [PR110057]Ng YongXiang6-6/+110
2023-07-28loop-split improvements, part 3Jan Hubicka2-17/+80
2023-07-28PR rtl-optimization/110587: Reduce useless moves in compile-time hog.Roger Sayle1-9/+4
2023-07-28loop-split improvements, part 2Jan Hubicka4-14/+180
2023-07-28ada: Elide the copy in extended returns for nonlimited by-reference typesEric Botcazou1-3/+4
2023-07-28ada: Add an assert in Posix Interrupt_WaitClément Chigot1-0/+1
2023-07-28ada: Fix unsupported dispatching constructor callJavier Miranda6-151/+418
2023-07-28ada: Add support for binding to a specific network interface controller.Pascal Obry3-2/+34
2023-07-28ada: Add missing SCO generation for quantified expressions in object declLéo Creuse1-2/+4
2023-07-28ada: Fix race condition in protected entry callRonan Desplanques1-2/+8
2023-07-28ada: Small refactorViljar Indus1-2/+3
2023-07-28ada: Add guard for detection of class-wide precondition subprogramsPiotr Trojanek1-1/+4
2023-07-28ada: Fix memory explosion on aggregate of nested packed array typeEric Botcazou1-1/+3
2023-07-28ada: Leave detection of missing return in functions to GNATprovePiotr Trojanek1-9/+2
2023-07-28ada: Emit enums rather than defines for various constantsTom Tromey5-44/+69
2023-07-28ada: Fix typo in comment of Ada.Exceptions.Save_OccurrencePiotr Trojanek1-1/+1
2023-07-28ada: Allow calls to Number_Formals when no formals are presentPiotr Trojanek4-5/+9
2023-07-28ada: Improve defense against illegal code in check for infinite loopsPiotr Trojanek1-1/+3
2023-07-28RISC-V: Remove vxrm parameter for vsadd[u] and vssub[u]xuli37-152/+233
2023-07-28loop-split improvements, part 1Jan Hubicka4-6/+13
2023-07-28Add UNSPEC_MASKOP to vpbroadcastm pattern.liuhongt2-2/+17
2023-07-28Daily bump.GCC Administrator6-1/+279
2023-07-27bpf: ISA V4 sign-extending move and load insns [PR110782,PR110784]David Faust8-1/+133
2023-07-27bpf: minor doc cleanup for command-line optionsDavid Faust1-25/+23
2023-07-27bpf: correct pseudo-C template for add3 and sub3David Faust3-2/+27
2023-07-27Make store likely in optimize_mask_storesJan Hubicka1-1/+1
2023-07-27Fix profile update after RTL unrollingJan Hubicka14-29/+53
2023-07-27OpenMP/Fortran: Extend reject code between target + teams [PR71065, PR110725]Tobias Burnus3-33/+37
2023-07-27libstdc++: Fix std::format alternate form for floating-point [PR108046]Jonathan Wakely2-8/+13
2023-07-27Fix profile update in tree_transform_and_unroll_loopJan Hubicka27-275/+158
2023-07-27Fix profile update in tree-ssa-loop-im.ccJan Hubicka1-1/+4
2023-07-27Fix profile_count::apply_probabilityJan Hubicka1-2/+2
2023-07-27tree-optimization/91838 - fix FAIL of g++.dg/opt/pr91838.CRichard Biener3-0/+14
2023-07-27c++: constexpr empty subobject elision [PR110197]Patrick Palka3-7/+35
2023-07-27RISC-V: Enable basic VLS modes supportJuzhe-Zhong37-75/+4798
2023-07-27RISC-V: Remove unnecessary vread_csr/vwrite_csr intrinsic.Pan Li1-51/+0
2023-07-27RISC-V: Fix uninitialized and redundant use of which_alternativedemin.han2-12/+13
2023-07-27XFAIL parts broken deliberately by r13-1762-gf9d4c3b45c5ed5Richard Biener1-1/+1
2023-07-27Remove recursive post-dominator traversal in sinkingRichard Biener1-11/+16
2023-07-26c++: Fix ICE with parameter pack of decltype(auto) [PR103497]Nathaniel Shead2-1/+14
2023-07-26vect: Treat VMAT_ELEMENTWISE as scalar load in costing [PR110776]Kewen Lin2-1/+26