aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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
2023-07-26[committed] [RISC-V] Fix expected diagnostic messages in testsuiteJeff Law2-4/+4
2023-07-27Daily bump.GCC Administrator10-1/+723
2023-07-26c++: passing partially inst ttp as ttp [PR110566]Patrick Palka3-13/+91
2023-07-26c++: passing partially inst tmpl as ttp [PR110566]Patrick Palka2-7/+17
2023-07-26[PATCH 2/5] [RISC-V] Generate Zicond instruction for basic semanticsXiao Zeng3-0/+134
2023-07-26[PATCH 1/5] [RISC-V] Recognize Zicond extensionXiao Zeng4-0/+18
2023-07-26c++: unifying REAL_CSTs [PR110809]Patrick Palka2-2/+15
2023-07-26Fortran: diagnose strings of non-constant length in DATA statements [PR68569]Harald Anlauf4-6/+52
2023-07-26Update gcc uk.poJoseph Myers1-13/+13
2023-07-26Regenerate gcc.potJoseph Myers1-9952/+10609
2023-07-26libstdc++: Require C++11 for 23_containers/vector/bool/110807.cc [PR110807]Jonathan Wakely1-1/+1
2023-07-26rs6000, add argument to function find_instanceCarl Love1-14/+25
2023-07-26c++: cp_parser_constant_expression cleanupsMarek Polacek1-13/+11
2023-07-26c++: member vs global template [PR106310]Jason Merrill2-7/+31
2023-07-26bpf: add v3 atomic instructionsDavid Faust17-19/+593
2023-07-26libstdc++: Avoid bogus overflow warnings in std::vector<bool> [PR110807]Jonathan Wakely3-3/+19