Show patches with: Archived = No       |   32400 patches
« 1 2108 109 110323 324 »
Patch Series rb/tb S/W/F Date Submitter Delegate State
[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… - - 2-- 2023-11-16 liuhongt New
libphobos: Fix static build. libphobos: Fix static build. - - 2-- 2023-11-16 Yang Yujie New
[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 - - 2-- 2023-11-16 Ajit Agarwal New
LoongArch: Increase cost of vector aligned store/load. LoongArch: Increase cost of vector aligned store/load. - - 2-- 2023-11-16 Jiahao Xu Committed
[1/2] LoongArch: Increase cost of vector aligned store/load. [1/2] LoongArch: Increase cost of vector aligned store/load. - - --- 2023-11-16 Jiahao Xu Committed
[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] - - -2- 2023-11-16 Jonathan Wakely Committed
[committed,2/2] libstdc++: Only declare feature test macros in standard headers [committed,1/2] libstdc++: Test for feature test macros more accurately - - --2 2023-11-16 Jonathan Wakely Committed
[committed,1/2] libstdc++: Test for feature test macros more accurately [committed,1/2] libstdc++: Test for feature test macros more accurately - - --2 2023-11-16 Jonathan Wakely Committed
[committed,2/2] libstdc++: Use 202100L as feature test check for C++23 [committed,1/2] libstdc++: Adjust feature test in <istream> and <ostream> - - -2- 2023-11-16 Jonathan Wakely Committed
[committed,1/2] libstdc++: Adjust feature test in <istream> and <ostream> [committed,1/2] libstdc++: Adjust feature test in <istream> and <ostream> - - -2- 2023-11-16 Jonathan Wakely Committed
libsanitizer: adjust triplet pattern to allow loongarch64-linux* targets. libsanitizer: adjust triplet pattern to allow loongarch64-linux* targets. - - 2-- 2023-11-16 Yang Yujie New
[v2] LoongArch: Add code generation support for call36 function calls. [v2] LoongArch: Add code generation support for call36 function calls. - - 2-- 2023-11-16 Lulu Cheng New
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] - - --2 2023-11-16 Jakub Jelinek New
slp: Fix handling of IFN_CLZ/CTZ [PR112536] slp: Fix handling of IFN_CLZ/CTZ [PR112536] - - --2 2023-11-16 Jakub Jelinek New
LoongArch: Increase cost of vector aligned store/load. LoongArch: Increase cost of vector aligned store/load. - - 2-- 2023-11-16 Jiahao Xu Committed
aarch64: Add support for Ampere-1B (-mcpu=ampere1b) CPU aarch64: Add support for Ampere-1B (-mcpu=ampere1b) CPU - - 2-- 2023-11-16 Philipp Tomsich New
aarch64: costs: update for TARGET_CSSC aarch64: costs: update for TARGET_CSSC - - 2-- 2023-11-16 Philipp Tomsich New
Fix ICE of unrecognizable insn. Fix ICE of unrecognizable insn. - - 2-- 2023-11-16 liuhongt Committed
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 - - -2- 2023-11-16 钟居哲 Committed
rs6000: Disassemble opaque modes using subregs to allow optimizations [PR109116] rs6000: Disassemble opaque modes using subregs to allow optimizations [PR109116] - - 2-- 2023-11-15 Peter Bergner New
RISC-V: Change unaligned fast/slow/avoid macros to misaligned [PR111557] RISC-V: Change unaligned fast/slow/avoid macros to misaligned [PR111557] - - 91- 2023-11-15 Edwin Lu kitoc Committed
[v3] c++: fix parsing with auto(x) [PR112410] [v3] c++: fix parsing with auto(x) [PR112410] - - 11- 2023-11-15 Marek Polacek Committed
[committed] i386: Optimize strict_low_part QImode insn with high input registers [committed] i386: Optimize strict_low_part QImode insn with high input registers - - -2- 2023-11-15 Uros Bizjak Committed
[COMMITTED] Regenerate libiberty/aclocal.m4 with aclocal 1.15.1 [COMMITTED] Regenerate libiberty/aclocal.m4 with aclocal 1.15.1 - - -2- 2023-11-15 Mark Wielaard Committed
[Committed] RISC-V: Fix ICE in non-canonical march parsing [Committed] RISC-V: Fix ICE in non-canonical march parsing - - 72- 2023-11-15 Patrick O'Neill Committed
c++: constantness of call to function pointer [PR111703] c++: constantness of call to function pointer [PR111703] - - 2-- 2023-11-15 Patrick Palka New
[Committed] RISC-V: fix vsetvli pass testsuite failure [PR/112447] [Committed] RISC-V: fix vsetvli pass testsuite failure [PR/112447] - - 63- 2023-11-15 Vineet Gupta Committed
[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 72- 2023-11-15 Vineet Gupta Committed
[6/6] AArch64: only emit mismatch error when features would be disabled. [1/6] AArch64: Refactor costs models to different files. - - --- 2023-11-15 Tamar Christina New
[4/6] AArch64: Add new generic-armv9-a CPU and make it the default for Armv9 [1/6] AArch64: Refactor costs models to different files. - - --- 2023-11-15 Tamar Christina Committed
[3/6] AArch64: Add new generic-armv8-a CPU and make it the default. [1/6] AArch64: Refactor costs models to different files. - - --- 2023-11-15 Tamar Christina New
[2/6] AArch64: Remove special handling of generic cpu. [1/6] AArch64: Refactor costs models to different files. - - --- 2023-11-15 Tamar Christina New
[1/6] AArch64: Refactor costs models to different files. [1/6] AArch64: Refactor costs models to different files. - - --- 2023-11-15 Tamar Christina Committed
AArch64: only discount MLA for vector and scalar statements AArch64: only discount MLA for vector and scalar statements - - --2 2023-11-15 Tamar Christina Committed
Add support for function attributes and variable attributes Add support for function attributes and variable attributes - - 2-- 2023-11-15 Guillaume Gomez dmalcolm Changes Requested
Fortran: fix reallocation on assignment of polymorphic variables [PR110415] Fortran: fix reallocation on assignment of polymorphic variables [PR110415] - - 2-- 2023-11-15 Andrew Jenner New
[committed] i386: Fix strict_low_part QImode insn with high input register patterns [PR112540] [committed] i386: Fix strict_low_part QImode insn with high input register patterns [PR112540] - - -2- 2023-11-15 Uros Bizjak Committed
AArch64 Add pattern for unsigned widenings (uxtl) to zip{1,2} AArch64 Add pattern for unsigned widenings (uxtl) to zip{1,2} - - --2 2023-11-15 Tamar Christina Committed
middle-end: skip checking loop exits if loop malformed [PR111878] middle-end: skip checking loop exits if loop malformed [PR111878] - - --2 2023-11-15 Tamar Christina New
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… - - -2- 2023-11-15 Thomas Schwinge Committed
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… - - --2 2023-11-15 Thomas Schwinge Committed
[committed] amdgcn: Add Accelerator VGPR registers [committed] amdgcn: Add Accelerator VGPR registers - - -2- 2023-11-15 Andrew Stubbs Committed
[committed] amdgcn: simplify secondary reload patterns [committed] amdgcn: simplify secondary reload patterns - - --2 2023-11-15 Andrew Stubbs Committed
RISC-V: Disallow 64-bit indexed loads and stores for rv32gcv. RISC-V: Disallow 64-bit indexed loads and stores for rv32gcv. - - 9-- 2023-11-15 Robin Dapp JuzheZhong Committed
s390: Fix generation of s390-gen-builtins.h s390: Fix generation of s390-gen-builtins.h - - -2- 2023-11-15 Stefan Schulze Frielinghaus Committed
s390: implement flags output s390: implement flags output - - 2-- 2023-11-15 Juergen Christ New
s390: split int128 load s390: split int128 load - - 2-- 2023-11-15 Juergen Christ New
s390: Fix ICE in testcase pr89233 s390: Fix ICE in testcase pr89233 - - 2-- 2023-11-15 Juergen Christ Committed
c++/modules: Allow exporting const-qualified namespace-scope variables [PR99232] c++/modules: Allow exporting const-qualified namespace-scope variables [PR99232] - - 2-- 2023-11-15 Nathaniel Shead New
tree-optimization/112282 - wrong-code with ifcvt hoisting tree-optimization/112282 - wrong-code with ifcvt hoisting - - -2- 2023-11-15 Richard Biener Committed
Fix ICE with SLP and -fdbg-cnt Fix ICE with SLP and -fdbg-cnt - - -2- 2023-11-15 Richard Biener Committed
[committed] libstdc++: Fix std::deque::operator[] Xmethod [PR112491] [committed] libstdc++: Fix std::deque::operator[] Xmethod [PR112491] - - -2- 2023-11-15 Jonathan Wakely Committed
[committed] libstdc++: std::stacktrace tweaks [committed] libstdc++: std::stacktrace tweaks - - -2- 2023-11-15 Jonathan Wakely Committed
[PING,v2] A new copy propagation and PHI elimination pass [PING,v2] A new copy propagation and PHI elimination pass - - 2-- 2023-11-15 Filip Kastl New
[4/4] libsanitizer: Readd __ubsan_handle_function_type_mismatch_v1{,_abort} Untitled series #26985 - - --- 2023-11-15 Jakub Jelinek New
[3/4] libsanitizer: Adjust the asan/sanity-check-pure-c-1.c test Untitled series #26985 - - --- 2023-11-15 Jakub Jelinek New
[2/4] libsanitizer: Apply local patches Untitled series #26985 - - --- 2023-11-15 Jakub Jelinek New
[committed] arm: testsuite: fix test for armv6t2 hardware [committed] arm: testsuite: fix test for armv6t2 hardware - - -2- 2023-11-15 Richard Earnshaw Committed
[16/16,APX,NDD] Support APX NDD for cmove insns Support Intel APX NDD - - 2-- 2023-11-15 Hongyu Wang Committed
[15/16,APX,NDD] Support APX NDD for shld/shrd insns Support Intel APX NDD - - 2-- 2023-11-15 Hongyu Wang New
[14/16,APX,NDD] Support APX NDD for rotate insns Support Intel APX NDD - - --- 2023-11-15 Hongyu Wang New
[13/16,APX,NDD] Support APX NDD for right shift insns Support Intel APX NDD - - --- 2023-11-15 Hongyu Wang New
[12/16,APX,NDD] Support APX NDD for left shift insns Support Intel APX NDD - - --- 2023-11-15 Hongyu Wang New
[11/16,APX,NDD] Support APX NDD for or/xor insn Support Intel APX NDD - - --- 2023-11-15 Hongyu Wang New
[10/16,APX,NDD] Support APX NDD for and insn Support Intel APX NDD - - --- 2023-11-15 Hongyu Wang New
[09/16,APX,NDD] Support APX NDD for not insn Support Intel APX NDD - - --- 2023-11-15 Hongyu Wang New
[08/16,APX,NDD] Support APX NDD for neg insn Support Intel APX NDD - - --- 2023-11-15 Hongyu Wang New
[07/16,APX,NDD] Support APX NDD for sbb insn Support Intel APX NDD - - --- 2023-11-15 Hongyu Wang New
[06/16,APX,NDD] Support APX NDD for sub insns Support Intel APX NDD - - --- 2023-11-15 Hongyu Wang New
[05/16,APX,NDD] Support APX NDD for adc insns Support Intel APX NDD - - --- 2023-11-15 Hongyu Wang New
[04/16,APX,NDD] Disable seg_prefixed memory usage for NDD add Support Intel APX NDD - - --- 2023-11-15 Hongyu Wang New
[03/16,APX,NDD] Support APX NDD for optimization patterns of add Support Intel APX NDD - - --- 2023-11-15 Hongyu Wang New
[02/16,APX,NDD] Restrict TImode register usage when NDD enabled Support Intel APX NDD - - --- 2023-11-15 Hongyu Wang New
[01/16,APX,NDD] Support Intel APX NDD for legacy add insn Support Intel APX NDD - - --- 2023-11-15 Hongyu Wang New
[i386] APX: Fix EGPR usage in several patterns. [i386] APX: Fix EGPR usage in several patterns. - - 1-- 2023-11-15 Hongyu Wang Committed
rs6000: New pass to mitigate SP float load perf issue on Power10 rs6000: New pass to mitigate SP float load perf issue on Power10 - - 2-- 2023-11-15 Kewen.Lin New
sched: Remove debug counter sched_block sched: Remove debug counter sched_block - - 2-- 2023-11-15 Kewen.Lin New
[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 - - --2 2023-11-15 Jakub Jelinek Committed
RISC-V: Disallow RVV mode address for any load/store[PR112535] RISC-V: Disallow RVV mode address for any load/store[PR112535] - - 72- 2023-11-15 钟居哲 kitoc Committed
[v2] RISC-V: Refine the mask generation for vec_init case 2 [v2] RISC-V: Refine the mask generation for vec_init case 2 - - 72- 2023-11-15 Li, Pan2 JuzheZhong Committed
RISC-V: fix vsetvli pass testsuite failure [PR/112447] RISC-V: fix vsetvli pass testsuite failure [PR/112447] - - 81- 2023-11-15 Vineet Gupta Superseded
Fix some _Hashtable implementation inconsistencies Fix some _Hashtable implementation inconsistencies - - 2-- 2023-11-15 François Dumont New
Fix crash in libcc1 Fix crash in libcc1 - - 2-- 2023-11-15 Tom Tromey Committed
[v1] RISC-V: Refine the mask generation for vec_init case 2 [v1] RISC-V: Refine the mask generation for vec_init case 2 - - 81- 2023-11-15 Li, Pan2 Superseded
[V2,3/3] split complicate constant to memory [V2,1/3] rs6000: update num_insns_constant for 2 insns - - 2-- 2023-11-15 Jiufu Guo New
[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 New
[V2,1/3] rs6000: update num_insns_constant for 2 insns [V2,1/3] rs6000: update num_insns_constant for 2 insns - - --- 2023-11-15 Jiufu Guo New
rs6000: Only enable PCREL on supported ABIs [PR111045] rs6000: Only enable PCREL on supported ABIs [PR111045] - - 2-- 2023-11-15 Peter Bergner New
Clean up by_pieces_ninsns Clean up by_pieces_ninsns - - 2-- 2023-11-15 HAO CHEN GUI New
Clean up Clean up - - 2-- 2023-11-15 HAO CHEN GUI New
RISC-V: Fix ICE in non-canonical march parsing RISC-V: Fix ICE in non-canonical march parsing - - 1-3 2023-11-15 Patrick O'Neill Superseded
[PATCH/RFC] json.cc: format JSON output [PATCH/RFC] json.cc: format JSON output - - 2-- 2023-11-15 David Malcolm New
[pushed] json.cc: use SELFTEST_LOCATION in selftests [pushed] json.cc: use SELFTEST_LOCATION in selftests - - -2- 2023-11-15 David Malcolm Committed
[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 - - 9-- 2023-11-15 Vineet Gupta Superseded
[committed] libstdc++: Fix <charconv> uses of signed types with <bit> functions [committed] libstdc++: Fix <charconv> uses of signed types with <bit> functions - - -2- 2023-11-14 Jonathan Wakely Committed
[committed] libstdc++: Fix std::hash<std::stacktrace> [PR112348] [committed] libstdc++: Fix std::hash<std::stacktrace> [PR112348] - - -2- 2023-11-14 Jonathan Wakely Committed
[4/4] gcov: Improve -fprofile-update=atomic gcov: Improve -fprofile-update=atomic - - --2 2023-11-14 Sebastian Huber New
[3/4] gcov: Add gen_counter_update() gcov: Improve -fprofile-update=atomic - - 2-- 2023-11-14 Sebastian Huber Committed
[2/4] Add TARGET_HAVE_LIBATOMIC gcov: Improve -fprofile-update=atomic - - --- 2023-11-14 Sebastian Huber Committed
[1/4] gcov: Remove TARGET_GCOV_TYPE_SIZE target hook gcov: Improve -fprofile-update=atomic - - --- 2023-11-14 Sebastian Huber Committed
« 1 2108 109 110323 324 »