Show patches with: none      |   133559 patches
« 1 2 3 41335 1336 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
i386: Utilize VCOMSBF16 for BF16 Comparisons with AVX10.2 i386: Utilize VCOMSBF16 for BF16 Comparisons with AVX10.2 - - - - --- 2024-11-01 Hongyu Wang New
[COMMITTED] testsuite: g++.dg: debug: fix test filenames [COMMITTED] testsuite: g++.dg: debug: fix test filenames - - - - --- 2024-11-01 Sam James New
[COMMITTED,3/3] testsuite: g++.dg: torture: fix PR111520 filename [COMMITTED,1/3] testsuite: fixup pr66655.C - - - - --- 2024-11-01 Sam James New
[COMMITTED,2/3] testsuite: g++.dg: fix PR90313 filename [COMMITTED,1/3] testsuite: fixup pr66655.C - - - - --- 2024-11-01 Sam James New
[COMMITTED,1/3] testsuite: fixup pr66655.C [COMMITTED,1/3] testsuite: fixup pr66655.C - - - - --- 2024-11-01 Sam James New
[COMMITTED,3/3] testsuite: g++.dg: rename pr66655 test [COMMITTED,1/3] testsuite: g++.dg: rename pr105820 test - - - - --- 2024-11-01 Sam James New
[COMMITTED,2/3] testsuite: g++.dg: rename pr42965 test [COMMITTED,1/3] testsuite: g++.dg: rename pr105820 test - - - - --- 2024-10-31 Sam James New
[COMMITTED,1/3] testsuite: g++.dg: rename pr105820 test [COMMITTED,1/3] testsuite: g++.dg: rename pr105820 test - - - - --- 2024-10-31 Sam James New
Update gcc-auto-profile / gen_autofdo_event.py Update gcc-auto-profile / gen_autofdo_event.py - - - - --- 2024-10-31 Andi Kleen New
Enable autofdo bootstrap for lto/fortran Enable autofdo bootstrap for lto/fortran - - - - --- 2024-10-31 Andi Kleen New
md-files: Add a note about escaped quotes in braced strings in md files md-files: Add a note about escaped quotes in braced strings in md files - - - - --- 2024-10-31 Andrew Pinski New
aarch64: Extend support for the AE family of Cortex CPUs aarch64: Extend support for the AE family of Cortex CPUs - - - - --- 2024-10-31 Victor Do Nascimento New
[2/2] aarch64: remove falkor-tag-collision-avoidance pass [1/2] aarch64: Remove scheduling models for falkor and saphira - - - - --- 2024-10-31 Andrew Pinski New
[1/2] aarch64: Remove scheduling models for falkor and saphira [1/2] aarch64: Remove scheduling models for falkor and saphira - - - - --- 2024-10-31 Andrew Pinski New
[2/2] doc: install: document UBSAN_OPTIONS [1/2] doc: install: document bootstrap-ubsan - - - - --- 2024-10-31 Sam James New
[1/2] doc: install: document bootstrap-ubsan [1/2] doc: install: document bootstrap-ubsan - - - - --- 2024-10-31 Sam James New
PR117350: Keep assembler name for abstract decls for autofdo PR117350: Keep assembler name for abstract decls for autofdo - - - - --- 2024-10-31 Andi Kleen New
libstdc++: Deprecate useless <cxxx> compatibility headers for C++17 libstdc++: Deprecate useless <cxxx> compatibility headers for C++17 - - - - --- 2024-10-31 Jonathan Wakely New
libiberty: Fix comment typos libiberty: Fix comment typos - - - - --- 2024-10-31 Mark Wielaard New
[2/2] libstdc++: More user-friendly failed assertions from shared_ptr dereference [1/2] libstdc++: Enable debug assertions for filesystem directory iterators - - - - --- 2024-10-31 Jonathan Wakely New
[1/2] libstdc++: Enable debug assertions for filesystem directory iterators [1/2] libstdc++: Enable debug assertions for filesystem directory iterators - - - - --- 2024-10-31 Jonathan Wakely New
testsuite: fix c23-constexpr-2a.c test to use dg-do run testsuite: fix c23-constexpr-2a.c test to use dg-do run - - - - --- 2024-10-31 Sam James New
testsuite: arm: Use effective-target for nomve_fp_1 test testsuite: arm: Use effective-target for nomve_fp_1 test - - - - --- 2024-10-31 Torbjörn SVENSSON New
Add new hardreg PRE pass Add new hardreg PRE pass - - - - --- 2024-10-31 Andrew Carlotti New
testsuite: arm: Use effective-target for pr68620 and pr78041 tests testsuite: arm: Use effective-target for pr68620 and pr78041 tests - - - - --- 2024-10-31 Torbjörn SVENSSON New
testsuite: arm: Force hard ABI for pr51534.c test testsuite: arm: Force hard ABI for pr51534.c test - - - - --- 2024-10-31 Torbjörn SVENSSON New
aarch64: Recognize vector permute patterns suitable for FMOV [PR100165] aarch64: Recognize vector permute patterns suitable for FMOV [PR100165] - - - - --- 2024-10-31 Pengxuan Zheng New
[COMMITTED] RISC-V: fix const interleaved stepped vector with a scalar pattern [COMMITTED] RISC-V: fix const interleaved stepped vector with a scalar pattern - - - 1 --- 2024-10-31 Vineet Gupta New
AArch64: Switch off early scheduling AArch64: Switch off early scheduling - - - - --- 2024-10-31 Wilco Dijkstra New
[pushed:,r15-4807] diagnostics: add class lazy_diagnostic_path [pushed:,r15-4807] diagnostics: add class lazy_diagnostic_path - - - - --- 2024-10-31 David Malcolm New
[pushed:,r15-4806] diagnostics: use std::move in output_factory::handler ctor [pushed:,r15-4806] diagnostics: use std::move in output_factory::handler ctor - - - - --- 2024-10-31 David Malcolm New
[pushed:,r15-4805] diagnostics: fix memory leak of m_option_mgr [pushed:,r15-4805] diagnostics: fix memory leak of m_option_mgr - - - - --- 2024-10-31 David Malcolm New
Implement removal of malloc/free pairs with NULL check Implement removal of malloc/free pairs with NULL check - - - - --- 2024-10-31 Jan Hubicka New
LoongArch: Make __builtin_lsx_vorn_v and __builtin_lasx_xvorn_v arguments and return values unsigned LoongArch: Make __builtin_lsx_vorn_v and __builtin_lasx_xvorn_v arguments and return values unsigned - - - - --- 2024-10-31 Xi Ruoyao New
match: Fix `a != 0 ? a - 1 : 0` pattern [PR117363] match: Fix `a != 0 ? a - 1 : 0` pattern [PR117363] - - - - --- 2024-10-31 Andrew Pinski New
[v3,8/8] RISC-V: Add else operand to masked loads [PR115336]. Add maskload else operand. - - - - --- 2024-10-31 Robin Dapp New
[v3,7/8] i386: Add else operand to masked loads. Add maskload else operand. - - - - --- 2024-10-31 Robin Dapp New
[v3,6/8] gcn: Add else operand to masked loads. Add maskload else operand. - - - - --- 2024-10-31 Robin Dapp New
[v3,5/8] aarch64: Add masked-load else operands. Add maskload else operand. - - - - --- 2024-10-31 Robin Dapp New
[v3,4/8] vect: Add maskload else value support. Add maskload else operand. - - - - --- 2024-10-31 Robin Dapp New
[v3,3/8] tree-ifcvt: Enforce zero else value after maskload. Add maskload else operand. - - - - --- 2024-10-31 Robin Dapp New
[v3,2/8] ifn: Add else-operand handling. Add maskload else operand. - - - - --- 2024-10-31 Robin Dapp New
[v3,1/8] docs: Document maskload else operand and behavior. Add maskload else operand. - - - - --- 2024-10-31 Robin Dapp New
[2/2] Move vect_update_inits_of_drs [1/2] Preserve ->move_dr behavior when adjusting epilogue info - - - - --- 2024-10-31 Richard Biener New
[1/2] Preserve ->move_dr behavior when adjusting epilogue info [1/2] Preserve ->move_dr behavior when adjusting epilogue info - - - - --- 2024-10-31 Richard Biener New
[1/2] Preserve ->move_dr behavior when adjusting epilogue info [1/2] Preserve ->move_dr behavior when adjusting epilogue info - - - - --- 2024-10-31 Richard Biener New
[PR106329] SVE intrinsics: Fold calls with pfalse predicate. [PR106329] SVE intrinsics: Fold calls with pfalse predicate. - - - - --- 2024-10-31 Jennifer Schmitz New
[v2,21/21] aarch64: Fix nonlocal goto tests incompatible with GCS aarch64: Add support for Guarded Control Stack extension - - - - --- 2024-10-31 Yury Khrustalev New
[v2,20/21] aarch64: Fix tests incompatible with GCS aarch64: Add support for Guarded Control Stack extension - - - - --- 2024-10-31 Yury Khrustalev New
[v2,19/21] aarch64: Add tests and docs for indirect_return attribute aarch64: Add support for Guarded Control Stack extension - - - - --- 2024-10-31 Yury Khrustalev New
[v2,18/21] aarch64: Introduce indirect_return attribute aarch64: Add support for Guarded Control Stack extension - - - - --- 2024-10-31 Yury Khrustalev New
[v2,17/21] aarch64: libatomic: add GCS marking to asm aarch64: Add support for Guarded Control Stack extension - - - - --- 2024-10-31 Yury Khrustalev New
[v2,16/21] aarch64: libgcc: add GCS marking to asm aarch64: Add support for Guarded Control Stack extension - - - - --- 2024-10-31 Yury Khrustalev New
[v2,15/21] aarch64: Emit GNU property NOTE for GCS aarch64: Add support for Guarded Control Stack extension - - - - --- 2024-10-31 Yury Khrustalev New
[v2,14/21] aarch64: Add GCS support to the unwinder aarch64: Add support for Guarded Control Stack extension - - - - --- 2024-10-31 Yury Khrustalev New
[v2,13/21] aarch64: Add target pragma tests for gcs aarch64: Add support for Guarded Control Stack extension - - - - --- 2024-10-31 Yury Khrustalev New
[v2,12/21] aarch64: Add test for GCS ACLE defs aarch64: Add support for Guarded Control Stack extension - - - - --- 2024-10-31 Yury Khrustalev New
[v2,11/21] aarch64: Add ACLE feature macros for GCS aarch64: Add support for Guarded Control Stack extension - - - - --- 2024-10-31 Yury Khrustalev New
[v2,10/21] aarch64: Add non-local goto and jump tests for GCS aarch64: Add support for Guarded Control Stack extension - - - - --- 2024-10-31 Yury Khrustalev New
[v2,09/21] aarch64: Add GCS support for nonlocal stack save aarch64: Add support for Guarded Control Stack extension - - - - --- 2024-10-31 Yury Khrustalev New
[v2,08/21] aarch64: Add __builtin_aarch64_gcs* tests aarch64: Add support for Guarded Control Stack extension - - - - --- 2024-10-31 Yury Khrustalev New
[v2,07/21] aarch64: Add GCS builtins aarch64: Add support for Guarded Control Stack extension - - - - --- 2024-10-31 Yury Khrustalev New
[v2,06/21] aarch64: Add GCS instructions aarch64: Add support for Guarded Control Stack extension - - - - --- 2024-10-31 Yury Khrustalev New
[v2,05/21] aarch64: Add __builtin_aarch64_chkfeat tests aarch64: Add support for Guarded Control Stack extension - - - - --- 2024-10-31 Yury Khrustalev New
[v2,04/21] aarch64: Add __builtin_aarch64_chkfeat aarch64: Add support for Guarded Control Stack extension - - - - --- 2024-10-31 Yury Khrustalev New
[v2,03/21] aarch64: Add support for chkfeat insn aarch64: Add support for Guarded Control Stack extension - - - - --- 2024-10-31 Yury Khrustalev New
[v2,02/21] aarch64: Add branch-protection target pragma tests aarch64: Add support for Guarded Control Stack extension - - - - --- 2024-10-31 Yury Khrustalev New
[v2,01/21] aarch64: Add -mbranch-protection=gcs option aarch64: Add support for Guarded Control Stack extension - - - - --- 2024-10-31 Yury Khrustalev New
ada: Add GNU/Hurd x86_64 support ada: Add GNU/Hurd x86_64 support - - - - --- 2024-10-31 Samuel Thibault New
Move updated versioning threshold compute Move updated versioning threshold compute - - - - --- 2024-10-31 Richard Biener New
[1/1] Unify registered_pp_pragmas and registered_pragmas Unify registered_pp_pragmas and registered_pragmas - - - - --- 2024-10-31 Paul Iannetta New
[committed] — was: [Patch] OpenMP/C++: Fix declare variant with reference-returning functions [committed] — was: [Patch] OpenMP/C++: Fix declare variant with reference-returning functions - - - - --- 2024-10-31 Tobias Burnus New
c++/modules: Fix recursive dependencies [PR116317] c++/modules: Fix recursive dependencies [PR116317] - - - - --- 2024-10-31 Nathaniel Shead New
[v3] c++, coroutines: Fix awaiter var creation [PR116506]. [v3] c++, coroutines: Fix awaiter var creation [PR116506]. - - - - --- 2024-10-31 Iain Sandoe New
[v2] RISC-V: allow -fno-plt to disable PLT [v2] RISC-V: allow -fno-plt to disable PLT - - - - --- 2024-10-31 Yangyu Chen New
c++: Adjust docs and option descriptions for the publishing of C++23 c++: Adjust docs and option descriptions for the publishing of C++23 - - - - --- 2024-10-31 Jakub Jelinek New
c++: Mark replaceable global operator new/delete with const std::nothrow_t& argument as DECL_IS_REP… c++: Mark replaceable global operator new/delete with const std::nothrow_t& argument as DECL_IS_REP… - - - - --- 2024-10-31 Jakub Jelinek New
expand: Fix up expansion of VIEW_CONVERT_EXPR to BITINT_TYPE [PR117354] expand: Fix up expansion of VIEW_CONVERT_EXPR to BITINT_TYPE [PR117354] - - - - --- 2024-10-31 Jakub Jelinek New
[committed] tree: Fix up comment wording in valid_new_delete_pair_p [committed] tree: Fix up comment wording in valid_new_delete_pair_p - - - - --- 2024-10-31 Jakub Jelinek New
[v2,10/10] Test: Add testcases for form 8 of unsigned integer SAT_ADD simplify [v2,01/10] Match: Simplify branch form 4 of unsigned SAT_ADD into branchless - - - - --- 2024-10-31 Li, Pan2 New
[v2,09/10] Test: Add testcases for form 7 of unsigned integer SAT_ADD simplify [v2,01/10] Match: Simplify branch form 4 of unsigned SAT_ADD into branchless - - - - --- 2024-10-31 Li, Pan2 New
[v2,08/10] Test: Add testcases for form 6 of unsigned integer SAT_ADD simplify [v2,01/10] Match: Simplify branch form 4 of unsigned SAT_ADD into branchless - - - - --- 2024-10-31 Li, Pan2 New
[v2,07/10] Test: Add testcases for form 5 of unsigned integer SAT_ADD simplify [v2,01/10] Match: Simplify branch form 4 of unsigned SAT_ADD into branchless - - - - --- 2024-10-31 Li, Pan2 New
[v2,06/10] Test: Move unsigned integer SAT_ADD simplify testcases to gcc.dg [v2,01/10] Match: Simplify branch form 4 of unsigned SAT_ADD into branchless - - - - --- 2024-10-31 Li, Pan2 New
[v2,05/10] Match: Update the comments of unsigned integer SAT_ADD [NFC] [v2,01/10] Match: Simplify branch form 4 of unsigned SAT_ADD into branchless - - - - --- 2024-10-31 Li, Pan2 New
[v2,04/10] Match: Remove usadd_left_part_1 as it has only one reference [NFC] [v2,01/10] Match: Simplify branch form 4 of unsigned SAT_ADD into branchless - - - - --- 2024-10-31 Li, Pan2 New
[v2,03/10] Match: Simplify branch form 8 of unsigned SAT_ADD into branchless [v2,01/10] Match: Simplify branch form 4 of unsigned SAT_ADD into branchless - - - - --- 2024-10-31 Li, Pan2 New
[v2,02/10] Match: Simplify branch form 7 of unsigned SAT_ADD into branchless [v2,01/10] Match: Simplify branch form 4 of unsigned SAT_ADD into branchless - - - - --- 2024-10-31 Li, Pan2 New
[v2,01/10] Match: Simplify branch form 4 of unsigned SAT_ADD into branchless [v2,01/10] Match: Simplify branch form 4 of unsigned SAT_ADD into branchless - - - - --- 2024-10-31 Li, Pan2 New
RISC-V: allow -fno-plt to disable PLT RISC-V: allow -fno-plt to disable PLT - - - - --- 2024-10-31 Yangyu Chen New
testsuite: add testcase for fixed PR106073 testsuite: add testcase for fixed PR106073 - - - - --- 2024-10-31 Sam James New
[committed] testsuite: fix syntax in Wstringop-overflow-59.c [committed] testsuite: fix syntax in Wstringop-overflow-59.c - - - - --- 2024-10-31 Sam James New
[RISC-V] Reorder the ready queue to avoid extraneous vsetvls [RISC-V] Reorder the ready queue to avoid extraneous vsetvls - - - - --- 2024-10-31 Jeff Law New
[committed] libstdc++: Fix copy&paste comments in vector range tests [committed] libstdc++: Fix copy&paste comments in vector range tests - - - - --- 2024-10-30 Jonathan Wakely New
libstdc++: Add align_alloc attribute to aligned operator new libstdc++: Add align_alloc attribute to aligned operator new - - - - --- 2024-10-30 Jonathan Wakely New
libstdc++: Add P1206R7 from_range members to std::list and std::forward_list [PR111055] libstdc++: Add P1206R7 from_range members to std::list and std::forward_list [PR111055] - - - - --- 2024-10-30 Jonathan Wakely New
[committed] libstdc++: Fix some typos and grammatical errors in docs [committed] libstdc++: Fix some typos and grammatical errors in docs - - - - --- 2024-10-30 Jonathan Wakely New
[v3] c++: Implement P2662R3, Pack Indexing [PR113798] [v3] c++: Implement P2662R3, Pack Indexing [PR113798] - - - - --- 2024-10-30 Marek Polacek New
[committed] c: Do not document C23 support as experimental and incomplete [committed] c: Do not document C23 support as experimental and incomplete - - - - --- 2024-10-30 Joseph Myers New
[3/3] aarch64: Require SVE2 and/or SME2 for SVE FAMINMAX intrinsics aarch64: Allow separate SVE and SME feature requirements - - - - --- 2024-10-30 Richard Sandiford New
« 1 2 3 41335 1336 »