aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-03-16libcpp: Update Unicode copyright yearsJakub Jelinek4-4/+4
2023-03-16tree-optimization/109123 - run -Wuse-afer-free only earlyRichard Biener4-19/+60
2023-03-16Avoid random stmt order result in pass_waccess::use_after_inval_pRichard Biener3-49/+37
2023-03-16Move target independent documentation files into subdirGaius Mulley8-10/+1590
2023-03-16maintainer-scripts: Abstract BUGURL in update_web_docs_gitGerald Pfeifer1-2/+3
2023-03-16Daily bump.GCC Administrator7-1/+394
2023-03-15c++: co_await and initializer_list [PR103871]Jason Merrill2-0/+23
2023-03-15diagnostics: attempt to capture crash info in SARIF output [PR109097]David Malcolm10-18/+458
2023-03-15PR 109125 13 regression SIGBUS in m2pim_ldtoa_ldtoaGaius Mulley4-24/+10
2023-03-15i386: Fix blend vector permutation for 8-byte modesUros Bizjak7-18/+53
2023-03-15Fortran: rank checking with explicit-/assumed-size arrays and CLASS [PR58331]Harald Anlauf2-7/+76
2023-03-15c++: ICE with constexpr lambda [PR107280]Marek Polacek2-1/+17
2023-03-15OpenMP: Add omp_in_explicit_task to omp_runtime_api_callTobias Burnus1-0/+1
2023-03-15Avoid duplicate diagnostic in g++.dg/warn/Wuse-after-free3.CRichard Biener2-2/+5
2023-03-15c++: injected class name as default ttp arg [PR58538]Jason Merrill2-3/+8
2023-03-15c++: passing one ttp to another [PR108179]Jason Merrill2-16/+25
2023-03-15c++: coerce_template_template_parms interface tweakJason Merrill1-27/+15
2023-03-15tree-optimization/109139 - fix .DEFERRED_INIT removalRichard Biener2-1/+14
2023-03-15builtins: Move the character difference into result instead of reassigning re...Xi Ruoyao1-2/+10
2023-03-15riscv: thead: Add support for the XTheadMemPair ISA extensionChristoph Müllner10-29/+824
2023-03-15riscv: thead: Add support for the XTheadFmv ISA extensionChristoph Müllner5-6/+95
2023-03-15riscv: thead: Add support for the XTheadMac ISA extensionChristoph Müllner3-0/+182
2023-03-15riscv: thead: Add support for the XTheadCondMov ISA extensionsChristoph Müllner13-24/+440
2023-03-15riscv: thead: Add support for the XTheadBb ISA extensionChristoph Müllner10-6/+288
2023-03-15riscv: thead: Add support for the XTheadBs ISA extensionChristoph Müllner3-2/+26
2023-03-15riscv: thead: Add support for the XTheadBa ISA extensionChristoph Müllner3-0/+87
2023-03-15riscv: riscv-cores.def: Add T-Head XuanTie C906Christoph Müllner2-0/+32
2023-03-15riscv: Add basic XThead* vendor extension supportChristoph Müllner15-0/+222
2023-03-15i386:Add missing OPTION_MASK_ISA_AVX512VL in i386-builtin.def for VAES builtinsHu, Lin12-4/+18
2023-03-15Daily bump.GCC Administrator8-1/+261
2023-03-15gcc/testsuite/gcc.dg: Fix pic test case for PE targetsJonathan Yong3-3/+15
2023-03-14c++: redeclaring member of constrained class template [PR96830]Patrick Palka3-0/+101
2023-03-14c++: constrained template friend class matching [PR96830]Patrick Palka2-2/+32
2023-03-14libstdc++: Fix template-head of repeat_view::_Iterator [PR109111]Patrick Palka1-3/+4
2023-03-14c++: variable tmpl partial specialization [PR108468]Jason Merrill2-0/+14
2023-03-14libstdc++: Implement P2520R0 changes to move_iterator's iterator_conceptPatrick Palka3-1/+57
2023-03-14libstdc++: Implement LWG 3715 changes to view_interface::emptyPatrick Palka2-2/+47
2023-03-14PR 109125 Modula2 SIGBUS in m2pim_ldtoa_ldtoaGaius Mulley10-807/+786
2023-03-14c++: -Wreturn-type with if (true) throw [PR107310]Jason Merrill3-2/+24
2023-03-14i386: Fix up split_double_concat [PR109109]Jakub Jelinek3-3/+328
2023-03-14d: Fix undefined reference to lambda defined in private enum [PR109108]Iain Buclaw3-28/+34
2023-03-14ipa-cp: Improve updating behavior when profile counts have gone badMartin Jambor1-7/+22
2023-03-14ipa-cp: Fix various issues in update_specialized_profile (PR 107925)Martin Jambor1-4/+6
2023-03-14i386: Use movss to implement V2SImode VEC_PERM.Uros Bizjak2-10/+8
2023-03-14testsuite: Fix up g++.dg/cpp2a/concepts-lambda3.C [PR108972]Jakub Jelinek1-2/+3
2023-03-14c++: Treat unnamed bitfields as padding for __has_unique_object_representatio...Jakub Jelinek2-2/+12
2023-03-14RISC-V: Avoid calloc() poisoning on muslSam James2-1/+5
2023-03-14Remove variables only used with .DEFERRED_INITRichard Biener2-1/+36
2023-03-14Add testcase for ifcvt fixEric Botcazou1-0/+69
2023-03-14Revert latest change to emit_group_storeEric Botcazou1-10/+7