Show patches with: Archived = No       |   15942 patches
« 1 235 36 37159 160 »
Patch Series A/R/T S/W/F Date Submitter Delegate State
LoongArch: Fix scan-assembler-times of lasx/lsx test case. LoongArch: Fix scan-assembler-times of lasx/lsx test case. - - - -1- 2023-11-16 Jiahao Xu Unresolved
s390: Streamline NNPA builtins with their LLVM counterparts s390: Streamline NNPA builtins with their LLVM counterparts - - - -1- 2023-11-16 Stefan Schulze Frielinghaus Unresolved
[V2] Simplify vector ((VCE (a cmp b ? -1 : 0)) < 0) ? c : d to just (VCE ((a cmp b) ? (VCE c) : (VC… [V2] Simplify vector ((VCE (a cmp b ? -1 : 0)) < 0) ? c : d to just (VCE ((a cmp b) ? (VCE c) : (VC… - - - 1-- 2023-11-16 liuhongt Accepted
libphobos: Fix static build. libphobos: Fix static build. - - - 1-- 2023-11-16 Yang Yujie Accepted
[V2] tree-optimization: Add register pressure heuristics and appropriate use of profile data [V2] tree-optimization: Add register pressure heuristics and appropriate use of profile data - - - -1- 2023-11-16 Ajit Agarwal Unresolved
[1/2] LoongArch: Increase cost of vector aligned store/load. [1/2] LoongArch: Increase cost of vector aligned store/load. - - - -1- 2023-11-16 Jiahao Xu Unresolved
[committed] libstdc++: Implement std::out_ptr and std::inout_ptr for C++23 [PR111667] [committed] libstdc++: Implement std::out_ptr and std::inout_ptr for C++23 [PR111667] - - - -1- 2023-11-16 Jonathan Wakely Unresolved
[committed,2/2] libstdc++: Only declare feature test macros in standard headers [committed,1/2] libstdc++: Test for feature test macros more accurately - - - -1- 2023-11-16 Jonathan Wakely Unresolved
[committed,1/2] libstdc++: Test for feature test macros more accurately [committed,1/2] libstdc++: Test for feature test macros more accurately - - - -1- 2023-11-16 Jonathan Wakely Unresolved
[committed,2/2] libstdc++: Use 202100L as feature test check for C++23 [committed,1/2] libstdc++: Adjust feature test in <istream> and <ostream> - - - -1- 2023-11-16 Jonathan Wakely Unresolved
[committed,1/2] libstdc++: Adjust feature test in <istream> and <ostream> [committed,1/2] libstdc++: Adjust feature test in <istream> and <ostream> - - - 1-- 2023-11-16 Jonathan Wakely Accepted
libsanitizer: adjust triplet pattern to allow loongarch64-linux* targets. libsanitizer: adjust triplet pattern to allow loongarch64-linux* targets. - - - 1-- 2023-11-16 Yang Yujie Accepted
[v2] LoongArch: Add code generation support for call36 function calls. [v2] LoongArch: Add code generation support for call36 function calls. - - - -1- 2023-11-16 chenglulu Unresolved
i386: Fix mov imm,%rax; mov %rdi,%rdx; mulx %rax -> mov imm,%rdx; mulx %rdi peephole2 [PR112526] i386: Fix mov imm,%rax; mov %rdi,%rdx; mulx %rax -> mov imm,%rdx; mulx %rdi peephole2 [PR112526] - - - -1- 2023-11-16 Jakub Jelinek Unresolved
slp: Fix handling of IFN_CLZ/CTZ [PR112536] slp: Fix handling of IFN_CLZ/CTZ [PR112536] - - - -1- 2023-11-16 Jakub Jelinek Unresolved
LoongArch: Increase cost of vector aligned store/load. LoongArch: Increase cost of vector aligned store/load. - - - -1- 2023-11-16 Jiahao Xu Unresolved
aarch64: Add support for Ampere-1B (-mcpu=ampere1b) CPU aarch64: Add support for Ampere-1B (-mcpu=ampere1b) CPU - - - -1- 2023-11-16 Philipp Tomsich Unresolved
aarch64: costs: update for TARGET_CSSC aarch64: costs: update for TARGET_CSSC - - - 1-- 2023-11-16 Philipp Tomsich Accepted
Fix ICE of unrecognizable insn. Fix ICE of unrecognizable insn. - - - -1- 2023-11-16 liuhongt Unresolved
VECT: Clear LOOP_VINFO_USING_SELECT_VL_P when loop is not partial vectorized VECT: Clear LOOP_VINFO_USING_SELECT_VL_P when loop is not partial vectorized - - - 1-- 2023-11-16 juzhe.zhong@rivai.ai Accepted
rs6000: Disassemble opaque modes using subregs to allow optimizations [PR109116] rs6000: Disassemble opaque modes using subregs to allow optimizations [PR109116] - - - 1-- 2023-11-15 Peter Bergner Accepted
RISC-V: Change unaligned fast/slow/avoid macros to misaligned [PR111557] RISC-V: Change unaligned fast/slow/avoid macros to misaligned [PR111557] - - - -1- 2023-11-15 Edwin Lu Unresolved
[v3] c++: fix parsing with auto(x) [PR112410] [v3] c++: fix parsing with auto(x) [PR112410] - - - 1-- 2023-11-15 Marek Polacek Accepted
[COMMITTED] Regenerate libiberty/aclocal.m4 with aclocal 1.15.1 [COMMITTED] Regenerate libiberty/aclocal.m4 with aclocal 1.15.1 - - - -1- 2023-11-15 Mark Wielaard Repeat Merge
[Committed] RISC-V: Fix ICE in non-canonical march parsing [Committed] RISC-V: Fix ICE in non-canonical march parsing - - - -1- 2023-11-15 Patrick O'Neill Unresolved
c++: constantness of call to function pointer [PR111703] c++: constantness of call to function pointer [PR111703] - - - -1- 2023-11-15 Patrick Palka Unresolved
[Committed] RISC-V: fix vsetvli pass testsuite failure [PR/112447] [Committed] RISC-V: fix vsetvli pass testsuite failure [PR/112447] - - - -1- 2023-11-15 Vineet Gupta Unresolved
[Committed] RISC-V: elide unnecessary sign extend when expanding cmp_and_jump [Committed] RISC-V: elide unnecessary sign extend when expanding cmp_and_jump - - 1 1-- 2023-11-15 Vineet Gupta Accepted
[6/6] AArch64: only emit mismatch error when features would be disabled. Untitled series #68489 - - - -1- 2023-11-15 Tamar Christina Unresolved
[2/6] AArch64: Remove special handling of generic cpu. Untitled series #68489 - - - -1- 2023-11-15 Tamar Christina Unresolved
AArch64: only discount MLA for vector and scalar statements AArch64: only discount MLA for vector and scalar statements - - - -1- 2023-11-15 Tamar Christina Unresolved
Fortran: fix reallocation on assignment of polymorphic variables [PR110415] Fortran: fix reallocation on assignment of polymorphic variables [PR110415] - - - 1-- 2023-11-15 Andrew Jenner Accepted
nvptx: Fix copy'n'paste-o in '__builtin_nvptx_brev' description (was: [PATCH] nvptx: Add suppport f… nvptx: Fix copy'n'paste-o in '__builtin_nvptx_brev' description (was: [PATCH] nvptx: Add suppport f… - - - -1- 2023-11-15 Thomas Schwinge Unresolved
nvptx: Extend 'brev' test cases (was: [PATCH] nvptx: Add suppport for __builtin_nvptx_brev instrins… nvptx: Extend 'brev' test cases (was: [PATCH] nvptx: Add suppport for __builtin_nvptx_brev instrins… - - - -1- 2023-11-15 Thomas Schwinge Unresolved
[committed] amdgcn: Add Accelerator VGPR registers [committed] amdgcn: Add Accelerator VGPR registers - - - -1- 2023-11-15 Andrew Stubbs Unresolved
[committed] amdgcn: simplify secondary reload patterns [committed] amdgcn: simplify secondary reload patterns - - - -1- 2023-11-15 Andrew Stubbs Unresolved
s390: Fix generation of s390-gen-builtins.h s390: Fix generation of s390-gen-builtins.h - - - -1- 2023-11-15 Stefan Schulze Frielinghaus Unresolved
s390: implement flags output s390: implement flags output - - - 1-- 2023-11-15 Juergen Christ Accepted
s390: split int128 load s390: split int128 load - - - 1-- 2023-11-15 Juergen Christ Accepted
s390: Fix ICE in testcase pr89233 s390: Fix ICE in testcase pr89233 - - - 1-- 2023-11-15 Juergen Christ Accepted
tree-optimization/112282 - wrong-code with ifcvt hoisting tree-optimization/112282 - wrong-code with ifcvt hoisting - - - 1-- 2023-11-15 Richard Biener Accepted
Fix ICE with SLP and -fdbg-cnt Fix ICE with SLP and -fdbg-cnt - - - 1-- 2023-11-15 Richard Biener Accepted
[committed] libstdc++: Fix std::deque::operator[] Xmethod [PR112491] [committed] libstdc++: Fix std::deque::operator[] Xmethod [PR112491] - - - -1- 2023-11-15 Jonathan Wakely Unresolved
[committed] libstdc++: std::stacktrace tweaks [committed] libstdc++: std::stacktrace tweaks - - - -1- 2023-11-15 Jonathan Wakely Unresolved
[PING,v2] A new copy propagation and PHI elimination pass [PING,v2] A new copy propagation and PHI elimination pass - - - 1-- 2023-11-15 Filip Kastl Accepted
[4/4] libsanitizer: Readd __ubsan_handle_function_type_mismatch_v1{,_abort} Untitled series #68419 - - - -1- 2023-11-15 Jakub Jelinek Unresolved
[3/4] libsanitizer: Adjust the asan/sanity-check-pure-c-1.c test Untitled series #68419 - - - -1- 2023-11-15 Jakub Jelinek Unresolved
[2/4] libsanitizer: Apply local patches Untitled series #68419 - - - -1- 2023-11-15 Jakub Jelinek Unresolved
[committed] arm: testsuite: fix test for armv6t2 hardware [committed] arm: testsuite: fix test for armv6t2 hardware - - - -1- 2023-11-15 Richard Earnshaw Unresolved
[16/16,APX,NDD] Support APX NDD for cmove insns Support Intel APX NDD - - - -1- 2023-11-15 Hongyu Wang Unresolved
[15/16,APX,NDD] Support APX NDD for shld/shrd insns Support Intel APX NDD - - - -1- 2023-11-15 Hongyu Wang Unresolved
[14/16,APX,NDD] Support APX NDD for rotate insns Support Intel APX NDD - - - -1- 2023-11-15 Hongyu Wang Unresolved
[13/16,APX,NDD] Support APX NDD for right shift insns Support Intel APX NDD - - - -1- 2023-11-15 Hongyu Wang Unresolved
[12/16,APX,NDD] Support APX NDD for left shift insns Support Intel APX NDD - - - -1- 2023-11-15 Hongyu Wang Unresolved
[11/16,APX,NDD] Support APX NDD for or/xor insn Support Intel APX NDD - - - -1- 2023-11-15 Hongyu Wang Unresolved
[10/16,APX,NDD] Support APX NDD for and insn Support Intel APX NDD - - - -1- 2023-11-15 Hongyu Wang Unresolved
[09/16,APX,NDD] Support APX NDD for not insn Support Intel APX NDD - - - -1- 2023-11-15 Hongyu Wang Unresolved
[08/16,APX,NDD] Support APX NDD for neg insn Support Intel APX NDD - - - -1- 2023-11-15 Hongyu Wang Unresolved
[07/16,APX,NDD] Support APX NDD for sbb insn Support Intel APX NDD - - - -1- 2023-11-15 Hongyu Wang Unresolved
[06/16,APX,NDD] Support APX NDD for sub insns Support Intel APX NDD - - - -1- 2023-11-15 Hongyu Wang Unresolved
[05/16,APX,NDD] Support APX NDD for adc insns Support Intel APX NDD - - - -1- 2023-11-15 Hongyu Wang Unresolved
[04/16,APX,NDD] Disable seg_prefixed memory usage for NDD add Support Intel APX NDD - - - -1- 2023-11-15 Hongyu Wang Unresolved
[03/16,APX,NDD] Support APX NDD for optimization patterns of add Support Intel APX NDD - - - -1- 2023-11-15 Hongyu Wang Unresolved
[02/16,APX,NDD] Restrict TImode register usage when NDD enabled Support Intel APX NDD - - - -1- 2023-11-15 Hongyu Wang Unresolved
[01/16,APX,NDD] Support Intel APX NDD for legacy add insn Support Intel APX NDD - - - -1- 2023-11-15 Hongyu Wang Unresolved
[i386] APX: Fix EGPR usage in several patterns. [i386] APX: Fix EGPR usage in several patterns. - - - -1- 2023-11-15 Hongyu Wang Unresolved
rs6000: New pass to mitigate SP float load perf issue on Power10 rs6000: New pass to mitigate SP float load perf issue on Power10 - - - 1-- 2023-11-15 Kewen.Lin Accepted
sched: Remove debug counter sched_block sched: Remove debug counter sched_block - - - 1-- 2023-11-15 Kewen.Lin Accepted
[committed] testsuite: Adjust gcc.dg/cpp/if-2.c for 16-bit targets [committed] testsuite: Adjust gcc.dg/cpp/if-2.c for 16-bit targets - - - -1- 2023-11-15 Jakub Jelinek Unresolved
RISC-V: Disallow RVV mode address for any load/store[PR112535] RISC-V: Disallow RVV mode address for any load/store[PR112535] - - - 1-- 2023-11-15 juzhe.zhong@rivai.ai Accepted
[v2] RISC-V: Refine the mask generation for vec_init case 2 [v2] RISC-V: Refine the mask generation for vec_init case 2 - - - -1- 2023-11-15 Li, Pan2 Unresolved
RISC-V: fix vsetvli pass testsuite failure [PR/112447] RISC-V: fix vsetvli pass testsuite failure [PR/112447] - - - -1- 2023-11-15 Vineet Gupta Unresolved
Fix crash in libcc1 Fix crash in libcc1 - - - 1-- 2023-11-15 Tom Tromey Accepted
[v1] RISC-V: Refine the mask generation for vec_init case 2 [v1] RISC-V: Refine the mask generation for vec_init case 2 - - - -1- 2023-11-15 Li, Pan2 Unresolved
[V2,3/3] split complicate constant to memory [V2,1/3] rs6000: update num_insns_constant for 2 insns - - - -1- 2023-11-15 Jiufu Guo Unresolved
[V2,2/3] Using pli to split 34bits constant [V2,1/3] rs6000: update num_insns_constant for 2 insns - - - -1- 2023-11-15 Jiufu Guo Unresolved
[V2,1/3] rs6000: update num_insns_constant for 2 insns [V2,1/3] rs6000: update num_insns_constant for 2 insns - - - -1- 2023-11-15 Jiufu Guo Unresolved
rs6000: Only enable PCREL on supported ABIs [PR111045] rs6000: Only enable PCREL on supported ABIs [PR111045] - - - 1-- 2023-11-15 Peter Bergner Accepted
Clean up by_pieces_ninsns Clean up by_pieces_ninsns - - - -1- 2023-11-15 HAO CHEN GUI Unresolved
Clean up Clean up - - - -1- 2023-11-15 HAO CHEN GUI Unresolved
RISC-V: Fix ICE in non-canonical march parsing RISC-V: Fix ICE in non-canonical march parsing - - - -1- 2023-11-15 Patrick O'Neill Unresolved
[PATCH/RFC] json.cc: format JSON output [PATCH/RFC] json.cc: format JSON output - - - -1- 2023-11-15 David Malcolm Unresolved
[pushed] json.cc: use SELFTEST_LOCATION in selftests [pushed] json.cc: use SELFTEST_LOCATION in selftests - - - 1-- 2023-11-15 David Malcolm Accepted
[RESEND,v4] RISC-V: elide unnecessary sign extend when expanding cmp_and_jump [RESEND,v4] RISC-V: elide unnecessary sign extend when expanding cmp_and_jump - - - 1-- 2023-11-15 Vineet Gupta Accepted
[committed] libstdc++: Fix <charconv> uses of signed types with <bit> functions [committed] libstdc++: Fix <charconv> uses of signed types with <bit> functions - - - 1-- 2023-11-14 Jonathan Wakely Accepted
[committed] libstdc++: Fix std::hash<std::stacktrace> [PR112348] [committed] libstdc++: Fix std::hash<std::stacktrace> [PR112348] - - - 1-- 2023-11-14 Jonathan Wakely Accepted
[3/4] gcov: Add gen_counter_update() gcov: Improve -fprofile-update=atomic - - - 1-- 2023-11-14 Sebastian Huber Accepted
[v2] LoongArch: Remove redundant barrier instructions before LL-SC loops [v2] LoongArch: Remove redundant barrier instructions before LL-SC loops - - - 1-- 2023-11-14 Xi Ruoyao Accepted
c++: partially inst requires-expr in noexcept-spec [PR101043] c++: partially inst requires-expr in noexcept-spec [PR101043] - - - 1-- 2023-11-14 Patrick Palka Accepted
[pushed] analyzer: enable taint state machine by default [PR103533] [pushed] analyzer: enable taint state machine by default [PR103533] - - - -1- 2023-11-14 David Malcolm Unresolved
[committed] testsuite: Ignore warning for unsupported option [committed] testsuite: Ignore warning for unsupported option - - - -1- 2023-11-14 Dimitar Dimitrov Unresolved
[pushed] diagnostics: make option-handling callbacks private [pushed] diagnostics: make option-handling callbacks private - - - -1- 2023-11-14 David Malcolm Unresolved
[pushed] diagnostics: make m_text_callbacks private [pushed] diagnostics: make m_text_callbacks private - - - -1- 2023-11-14 David Malcolm Unresolved
[pushed] diagnostics: convert diagnostic_ready_p to an inline function [pushed] diagnostics: convert diagnostic_ready_p to an inline function - - - 1-- 2023-11-14 David Malcolm Accepted
[v2,8/8] c: Add new -Wdeclaration-missing-parameter-type permerror Turn some C warnings into errors by default - - - -1- 2023-11-14 Florian Weimer Unresolved
[v2,7/8] c: Turn -Wincompatible-pointer-types into a permerror Turn some C warnings into errors by default - - - -1- 2023-11-14 Florian Weimer Unresolved
[v2,6/8] c: Turn -Wreturn-mismatch into a permerror Turn some C warnings into errors by default - - - -1- 2023-11-14 Florian Weimer Unresolved
[v2,5/8] c: Do not ignore some forms of -Wimplicit-int in system headers Turn some C warnings into errors by default - - - -1- 2023-11-14 Florian Weimer Unresolved
[v2,3/8] c: Turn -Wimplicit-function-declaration into a permerror Turn some C warnings into errors by default - - - -1- 2023-11-14 Florian Weimer Unresolved
[v2,2/8] c: Turn int-conversion warnings into permerrors Turn some C warnings into errors by default - - - -1- 2023-11-14 Florian Weimer Unresolved
« 1 235 36 37159 160 »