Show patches with: State = Action Required       |   126599 patches
« 1 2 ... 241 242 2431265 1266 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
Optimize AVX512 vpcmpeq* against 0 into vptestnm* rather than vptestm* (PR target/85832, PR target/… Optimize AVX512 vpcmpeq* against 0 into vptestnm* rather than vptestm* (PR target/85832, PR target/… - - - - --- 2018-06-04 Jakub Jelinek New
Optimize BB sorting in domwalk - - - - --- 2017-07-25 Alexander Monakov New
Optimize BB sorting in domwalk - - - - --- 2017-07-24 Alexander Monakov New
Optimize BIT_AND_EXPRs for UBSAN_OBJECT_SIZE - - - - --- 2014-11-03 Marek Polacek New
Optimize COND_EXPR where then/else operands are INTEGER_CSTs of different size than the comparison … - - - - --- 2011-10-06 Jakub Jelinek New
Optimize NE/EQ comparisons of narrow integer types in debug info (PR debug/49676) - - - - --- 2011-07-08 Jakub Jelinek New
Optimize ODR enum streaming Optimize ODR enum streaming - - - - --- 2020-06-03 Jan Hubicka New
Optimize SCC streaming a bit Optimize SCC streaming a bit - - - - --- 2020-05-21 Jan Hubicka New
Optimize SELECT CASE for character length 1 - - - - --- 2010-07-15 Jakub Jelinek New
Optimize SELECT CASE for character length 1 - - - - --- 2010-07-14 Jakub Jelinek New
Optimize UBSAN_NULL checks - - - - --- 2014-10-30 Marek Polacek New
Optimize UBSAN_NULL checks, add sanopt.c - - - - --- 2014-11-12 max New
Optimize UBSAN_NULL checks, add sanopt.c - - - - --- 2014-11-04 Marek Polacek New
Optimize UBSAN_NULL checks, add sanopt.c - - - - --- 2014-11-03 Marek Polacek New
Optimize V8HImode UMIN reduction using PHMINPOSUW insn and some cleanup - - - - --- 2011-10-13 Jakub Jelinek New
Optimize VEC_PERM_EXPR with same permutation index and operation [PR98167] Optimize VEC_PERM_EXPR with same permutation index and operation [PR98167] - - - - --- 2022-11-04 Hongyu Wang New
Optimize X << Y with low bits of Y known to be 0 (PR tree-optimization/71563) - - - - --- 2016-12-20 Jakub Jelinek New
Optimize X << Y with low bits of Y known to be 0 (PR tree-optimization/71563, take 2) - - - - --- 2016-12-29 Jakub Jelinek New
Optimize _Float16 usage for non AVX512FP16. Optimize _Float16 usage for non AVX512FP16. - - - - --- 2021-11-29 Liu, Hongtao New
Optimize __sync_fetch_and_add (x, -N) == N and __sync_add_and_fetch (x, N) == 0 (PR target/48986) - - - - --- 2011-05-17 Jakub Jelinek New
Optimize a >= 0 && a < b if VR info says b >= 0 (PR tree-optimization/77664) - - - - --- 2016-10-06 Jakub Jelinek New
Optimize allocations for evaluate_properties_for_edges Optimize allocations for evaluate_properties_for_edges - - - - --- 2019-11-20 Jan Hubicka New
Optimize away unnecessary clobbers (PR tree-optimization/51117) - - - - --- 2011-12-09 Jakub Jelinek New
Optimize away unnecessary clobbers (PR tree-optimization/51117) - - - - --- 2011-12-08 Jakub Jelinek New
Optimize away useless bitwise & resp. | during vrp - - - - --- 2010-07-12 Jakub Jelinek New
Optimize away useless snprintf calls with -fprintf-return-value - - - - --- 2017-01-02 Jakub Jelinek New
Optimize away useless snprintf calls with -fprintf-return-value (take 2) - - - - --- 2017-01-10 Jakub Jelinek New
Optimize away x86 mem stores of what the mem contains already (PR rtl-optimization/79593) Optimize away x86 mem stores of what the mem contains already (PR rtl-optimization/79593) - - - - --- 2019-01-07 Jakub Jelinek New
Optimize bfi by remove redundant zero_extend - - - - --- 2015-02-13 Renlin Li New
Optimize bit test and * atomics into lock; bt[src] (PR target/49244) - - - - --- 2016-05-03 Jakub Jelinek New
Optimize bit test and * atomics into lock; bt[src] (PR target/49244) - - - - --- 2016-05-02 Jakub Jelinek New
Optimize bitmap_ior_into and friends - - - - --- 2010-06-09 Jan Hubicka New
Optimize byte_from_pos, pos_from_bit - - - - --- 2012-05-10 Richard Biener New
Optimize byte_from_pos, pos_from_bit - - - - --- 2012-05-08 Richard Biener New
Optimize callers using nonnull attribute - - - - --- 2013-10-11 Jakub Jelinek New
Optimize callers using nonnull attribute - - - - --- 2013-10-07 Marc Glisse New
Optimize callers using nonnull attribute - - - - --- 2013-10-06 Marc Glisse New
Optimize calls to functions that return one of their arguments - - - - --- 2012-05-14 Bernd Schmidt New
Optimize calls to functions that return one of their arguments - - - - --- 2012-04-28 Bernd Schmidt New
Optimize certain end of loop conditions into min/max operation - - - - --- 2015-10-01 Michael Collison New
Optimize certain end of loop conditions into min/max operation - - - - --- 2015-10-01 Michael Collison New
Optimize certain end of loop conditions into min/max operation - - - - --- 2015-10-01 Michael Collison New
Optimize certain end of loop conditions into min/max operation - - - - --- 2015-09-30 Michael Collison New
Optimize certain end of loop conditions into min/max operation - - - - --- 2015-09-18 Michael Collison New
Optimize certain end of loop conditions into min/max operation - - - - --- 2015-07-27 Michael Collison New
Optimize character :: c ... (c .ne. 'ab') - - - - --- 2010-07-14 Jakub Jelinek New
Optimize const1 * copysign (const2, y) in reassoc (PR tree-optimization/67815) - - - - --- 2015-10-14 Marek Polacek New
Optimize const1 * copysign (const2, y) in reassoc (PR tree-optimization/67815) - - - - --- 2015-10-13 Marek Polacek New
Optimize decl %eax; cmpl $-1, %eax; jne .Lxx into subl $1, %eax; jnc .Lxx using peephole2 (PR targe… Optimize decl %eax; cmpl $-1, %eax; jne .Lxx into subl $1, %eax; jnc .Lxx using peephole2 (PR targe… - - - - --- 2019-12-19 Jakub Jelinek New
Optimize df_worklist_dataflow - - - - --- 2010-06-12 Jan Hubicka New
Optimize divmod expansion (PR middle-end/79665) - - - - --- 2017-05-31 Georg-Johann Lay New
Optimize divmod expansion (PR middle-end/79665) - - - - --- 2017-02-22 Jakub Jelinek New
Optimize empty class copies within a C++ return statement - - - - --- 2015-03-11 Aldy Hernandez New
Optimize empty class copies within a C++ return statement - - - - --- 2015-03-10 Aldy Hernandez New
Optimize empty class copies within a C++ return statement - - - - --- 2015-03-05 Aldy Hernandez New
Optimize fibonacci heap allocations Optimize fibonacci heap allocations - - - - --- 2019-11-20 Jan Hubicka New
Optimize filesystem::path::parent_path() Optimize filesystem::path::parent_path() - - - - --- 2019-05-29 Jonathan Wakely New
Optimize for V{8,16,32}HFmode vec_set/extract/init. Optimize for V{8,16,32}HFmode vec_set/extract/init. - - - - --- 2021-09-15 Liu, Hongtao New
Optimize handling of inline summaries Optimize handling of inline summaries - - - - --- 2019-11-04 Jan Hubicka New
Optimize hashtable allocator - - - - --- 2012-11-01 François Dumont New
Optimize hashtable allocator - - - - --- 2012-10-31 François Dumont New
Optimize i?86-*-elfiamcu for iamcu by default - - - - --- 2015-07-06 H.J. Lu New
Optimize identical permutation in my last r13-3212-gb88adba751da63 Optimize identical permutation in my last r13-3212-gb88adba751da63 - - - - --- 2022-10-13 Liwei Xu New
Optimize in RTL vector AND { -1, -1, ... }, IOR { -1, -1, ... } and XOR { -1, -1, ... } - - - - --- 2011-09-22 Jakub Jelinek New
Optimize in RTL vector AND { -1, -1, ... }, IOR { -1, -1, ... } and XOR { -1, -1, ... } (take 2) - - - - --- 2011-11-11 Bernd Schmidt New
Optimize in RTL vector AND { -1, -1, ... }, IOR { -1, -1, ... } and XOR { -1, -1, ... } (take 2) - - - - --- 2011-09-26 Jakub Jelinek New
Optimize in VRP if ((x & cst1) cmp cst2) (PR tree-optimization/52267) - - - - --- 2012-03-14 Jakub Jelinek New
Optimize in VRP loads from constant arrays (take 2) - - - - --- 2017-04-29 Jakub Jelinek New
Optimize indentical permuation in my last r13-3212-gb88adba751da63 Optimize indentical permuation in my last r13-3212-gb88adba751da63 - - - - --- 2022-10-13 Liwei Xu New
Optimize inserting value_type into std::vector - - - - --- 2016-06-15 Jonathan Wakely New
Optimize integer vector comparison followed by movmsk (PR target/88152) Optimize integer vector comparison followed by movmsk (PR target/88152) - - - - --- 2018-11-29 Jakub Jelinek New
Optimize integer vector comparison followed by movmsk (PR target/88152, take 2) Optimize integer vector comparison followed by movmsk (PR target/88152, take 2) - - - - --- 2018-11-29 Jakub Jelinek New
Optimize integral lt + blend into just blend (PR target/54700) Optimize integral lt + blend into just blend (PR target/54700) - - - - --- 2018-11-29 Jakub Jelinek New
Optimize location expansion in lto type location compare Optimize location expansion in lto type location compare - - - - --- 2018-06-05 Richard Biener New
Optimize logarithm addition and subtraction Optimize logarithm addition and subtraction - - - - --- 2018-08-05 MCC CS New
Optimize lto location stremaing - - - - --- 2015-03-27 Jan Hubicka New
Optimize lto location stremaing - - - - --- 2015-03-25 Jan Hubicka New
Optimize macro: make it more predictable Optimize macro: make it more predictable - - - - --- 2020-10-23 Martin Liška New
Optimize memcpy + memset (PR fortran/45636) - - - - --- 2010-10-12 Jakub Jelinek New
Optimize memcpy + memset (PR fortran/45636) - - - - --- 2010-10-11 Jakub Jelinek New
Optimize minloc (rank1array) and maxloc (rank1array) (PR fortran/31067) - - - - --- 2011-07-28 Jakub Jelinek New
Optimize more boolean functions Optimize more boolean functions - - - - --- 2018-08-20 MCC CS New
Optimize multiply/add of DImode extended to TImode, PR target/103109. Optimize multiply/add of DImode extended to TImode, PR target/103109. - - - - --- 2022-05-13 Michael Meissner New
Optimize n + 1 for automatic n array (PR c++/71537) - - - - --- 2017-01-11 Jakub Jelinek New
Optimize n + 1 for automatic n array (PR c++/71537) - - - - --- 2017-01-10 Jakub Jelinek New
Optimize n?rotate(x,n):x - - - - --- 2014-05-01 Marc Glisse New
Optimize n?rotate(x,n):x - - - - --- 2014-04-14 Marc Glisse New
Optimize n?rotate(x,n):x - - - - --- 2014-04-13 Marc Glisse New
Optimize n?rotate(x,n):x - - - - --- 2014-03-01 Marc Glisse New
Optimize nested SIGN_EXTENDs/ZERO_EXTENDs (PR target/45336) - - - - --- 2010-08-20 H.J. Lu New
Optimize nested SIGN_EXTENDs/ZERO_EXTENDs (PR target/45336) - - - - --- 2010-08-20 H.J. Lu New
Optimize nested SIGN_EXTENDs/ZERO_EXTENDs (PR target/45336) - - - - --- 2010-08-20 Jakub Jelinek New
Optimize nested SIGN_EXTENDs/ZERO_EXTENDs (PR target/45336) - - - - --- 2010-08-20 Jakub Jelinek New
Optimize nested SIGN_EXTENDs/ZERO_EXTENDs (PR target/45336) - - - - --- 2010-08-19 Jakub Jelinek New
Optimize nested permutation to single VEC_PERM_EXPR [PR54346] Optimize nested permutation to single VEC_PERM_EXPR [PR54346] - - - - --- 2022-09-26 Liwei Xu New
Optimize pool resource allocation Optimize pool resource allocation - - - - --- 2018-11-15 Jonathan Wakely New
Optimize powerpc*-*-linux* 32-bit classic hard/soft float hardfp/soft-fp use - - - - --- 2014-10-23 Joseph Myers New
Optimize powerpc*-*-linux* e500 hardfp/soft-fp use - - - - --- 2014-10-29 Joseph Myers New
Optimize range tests into bittests (PR tree-optimization/63464) - - - - --- 2014-10-16 Jakub Jelinek New
Optimize reads from multiple elts in fold_ctor_reference (PR tree-optimization/93210) Optimize reads from multiple elts in fold_ctor_reference (PR tree-optimization/93210) - - - - --- 2020-01-10 Jakub Jelinek New
« 1 2 ... 241 242 2431265 1266 »