aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-02-03libstdc++: Implement ranges::iota from P2440R1Patrick Palka2-0/+77
2023-02-03libstdc++: Implement ranges::contains/contains_subrange from P2302R4Patrick Palka3-0/+124
2023-02-03arm: [MVE] Add missing length=8 attributeChristophe Lyon1-5/+9
2023-02-03arm: Fix warning in libgcc/config/arm/pr-support.cChristophe Lyon1-0/+6
2023-02-03c++: unexpected ADDR_EXPR after overload set pruning [PR107461]Patrick Palka2-5/+36
2023-02-03c++: ICE on unviable/ambiguous constrained dtors [PR96745]Patrick Palka2-3/+37
2023-02-03c++: excessive satisfaction in check_methods [PR108579]Patrick Palka2-8/+22
2023-02-03ipa: Avoid invalid gimple when IPA-CP and IPA-SRA disagree on types (108384)Martin Jambor3-19/+76
2023-02-03libgomp: Fix reverse offload issuesTobias Burnus2-4/+36
2023-02-03libgomp: enable reverse offload for AMDGCNTobias Burnus2-6/+10
2023-02-03RISC-V: Remove unnecessary register class.Monk Chiang2-14/+2
2023-02-03RISC-V: Fix constraint bug for binary operationJu-Zhe Zhong4-69/+75
2023-02-03RISC-V: Add vsll.vx C++ API testsJu-Zhe Zhong15-0/+5238
2023-02-03RISC-V: Add vsra.vx C++ API testsJu-Zhe Zhong15-0/+2862
2023-02-03RISC-V: Add vsrl.vx C++ API testsJu-Zhe Zhong15-0/+2862
2023-02-03RISC-V: Add shift constraint testsJu-Zhe Zhong1-0/+133
2023-02-03RISC-V: Add vsll.vx C++ API testsJu-Zhe Zhong18-0/+5256
2023-02-03RISC-V: Add vsra.vx C API testsJu-Zhe Zhong18-0/+2880
2023-02-03RISC-V: Add vsrl.vx C API testsJu-Zhe Zhong18-0/+2880
2023-02-03RISC-V: Add RVV shift.vx C/C++ API supportJu-Zhe Zhong5-1/+59
2023-02-03Daily bump.GCC Administrator8-1/+430
2023-02-02c: Update nullptr_t comparison checksJoseph Myers4-18/+23
2023-02-02libstdc++: Tweak link to ABIcheck projectGerald Pfeifer2-2/+2
2023-02-02c: Update checks on constexpr floating-point initializersJoseph Myers7-52/+98
2023-02-02libstdc++: Use ENOSYS for unsupported filesystem ops on AVRJonathan Wakely1-1/+6
2023-02-02libstdc++: Define std::basic_stringbuf::view() for old std::string ABIJonathan Wakely9-15/+25
2023-02-02libstdc++: Fix std::filesystem errors with -fkeep-inline-functions [PR108636]Jonathan Wakely4-8/+30
2023-02-02libstdc++: Use emplace in std::variant::operator=(T&&) as per LWG 3585Jonathan Wakely2-1/+19
2023-02-02driver, toplevel: Avoid emitting the version information twice.Iain Sandoe1-1/+1
2023-02-02amdgcn: Add instruction pattern for conditional shift operationsPaul-Antoine Arras9-0/+279
2023-02-02rtl-ssa: Extend m_num_defs to a full unsigned int [PR108086]Richard Sandiford1-5/+9
2023-02-02rtl-ssa: Fix splitting of clobber groups [PR108508]Richard Sandiford2-4/+38
2023-02-02testsuite: Add case-values-threshold to pr107876.CRichard Sandiford1-1/+1
2023-02-02analyzer: fix -Wanalyzer-fd-type-mismatch false +ve on "listen" [PR108633]David Malcolm2-2/+85
2023-02-02analyzer: add deref-before-check-qemu-qtest_rsp_args.c test caseDavid Malcolm1-0/+73
2023-02-02RISC-V: Fix bug of TARGET_COMPUTE_MULTILIB implemented in riscv.Jin Ma1-1/+4
2023-02-02sched-deps, cselib: Fix up some -fcompare-debug issues and regressions [PR108...Jakub Jelinek3-8/+42
2023-02-02middle-end/108625 - wrong folding due to misinterpreted !Richard Biener2-2/+18
2023-02-02amdgcn, libgomp: Manually allocated stacksAndrew Stubbs14-233/+332
2023-02-02libgomp.texi (OpenMP TR11 impl. status): Fix 'strict' itemTobias Burnus1-2/+1
2023-02-02arm: Fix MVE predicates synthesis [PR 108443]Andre Vieira14-89/+160
2023-02-02arm: Remove unnecessary zero-extending of MVE predicates before use [PR 107674]Andre Vieira4-8/+26
2023-02-02arm: Fix sign of MVE predicate mve_pred16_t [PR 107674]Andre Vieira2-8/+35
2023-02-02Replace IFN_TRAP with BUILT_IN_UNREACHABLE_TRAP [PR107300]Jakub Jelinek12-26/+42
2023-02-02Don't peel nonlinear iv(mult or shift) for epilog when vf is not constant.liuhongt4-49/+55
2023-02-02nested, openmp: Wrap OMP_CLAUSE_*_GIMPLE_SEQ into GIMPLE_BIND for declare_var...Jakub Jelinek2-16/+34
2023-02-02libstdc++: Switch a www.open-std.org link to httpsGerald Pfeifer2-2/+2
2023-02-02libstdc++: Fix link to online GDB manualGerald Pfeifer2-2/+2
2023-02-02Daily bump.GCC Administrator11-1/+495
2023-02-01libstdc++: Fix std::random_device for avrJonathan Wakely1-0/+2