Show patches with: Archived = No       |   126834 patches
« 1 2 ... 241 242 2431268 1269 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
Optimise std::list::assign(initializer_list<T>) slightly - - - - --- 2016-10-11 Jonathan Wakely New
Optimise std::remove_cv and use more helper aliases Optimise std::remove_cv and use more helper aliases - - - - --- 2019-09-10 Jonathan Wakely New
Optimise the fpclassify builtin to perform integer operations when possible - - - - --- 2016-09-12 Tamar Christina New
Optimiza aggregate a = b = c = {} (PR c/78408) - - - - --- 2016-11-25 Jakub Jelinek New
Optimiza aggregate a = b = c = {} (PR c/78408, take 2) - - - - --- 2016-12-16 Jakub Jelinek New
Optimiza aggregate a = b = c = {} (PR c/78408, take 2) - - - - --- 2016-12-15 Jakub Jelinek New
Optimization for std::to_string() Optimization for std::to_string() - - - - --- 2018-07-20 niXman New
Optimization of std::deque implementation Optimization of std::deque implementation - - - - --- 2018-11-06 François Dumont New
Optimize %k register comparison against zero (PR target/82855) Optimize %k register comparison against zero (PR target/82855) - - - - --- 2017-11-06 Jakub Jelinek New
Optimize 'a ' as single char string too - - - - --- 2010-07-13 Jakub Jelinek New
Optimize (A / (cast) (1 << B)) -> (A >> B) (PR middle-end/91680) Optimize (A / (cast) (1 << B)) -> (A >> B) (PR middle-end/91680) - - - - --- 2019-09-10 Jakub Jelinek New
Optimize (CST1 << A) == CST2 (PR tree-optimization/66299) - - - - --- 2015-06-09 Marek Polacek New
Optimize (CST1 << A) == CST2 (PR tree-optimization/66299) - - - - --- 2015-06-08 Marek Polacek New
Optimize (X >> N) {>,>=,<,<=} C in the combiner (PR tree-optimization/20517) - - - - --- 2010-09-10 Jakub Jelinek New
Optimize (X >> N) {>,>=,<,<=} C in the combiner (PR tree-optimization/20517) - - - - --- 2010-09-09 Jakub Jelinek New
Optimize (X<<C)+(Y<<C) as (X+Y)<<C for signed addition. Optimize (X<<C)+(Y<<C) as (X+Y)<<C for signed addition. - - - - --- 2022-09-13 Roger Sayle New
Optimize (ne:SI (subreg:QI (ashift:SI x 7) 0) 0) as (and:SI x 1). Optimize (ne:SI (subreg:QI (ashift:SI x 7) 0) 0) as (and:SI x 1). - - - - --- 2023-10-10 Roger Sayle New
Optimize (subreg ([al]shiftrt (mem) (const_int N))) (PR tree-optimization/45903) - - - - --- 2010-10-06 Jakub Jelinek New
Optimize (x % 5) % 5 in VRP (PR tree-optimization/64454) - - - - --- 2015-01-12 Jakub Jelinek New
Optimize (x * 8) | 5 and (x << 3) ^ 3 to use lea (PR target/48688) - - - - --- 2011-06-04 Jakub Jelinek New
Optimize (x * 8) | 5 and (x << 3) ^ 3 to use lea (PR target/48688) - - - - --- 2011-04-20 Jakub Jelinek New
Optimize 128-bit vector insertion into zero 512-bit vector (PR target/85480) Optimize 128-bit vector insertion into zero 512-bit vector (PR target/85480) - - - - --- 2018-04-23 Jakub Jelinek New
Optimize A < B ? A : B to MIN_EXPR. Optimize A < B ? A : B to MIN_EXPR. - - - - --- 2024-01-09 Liu, Hongtao New
Optimize A < B ? A : B to MIN_EXPR. Optimize A < B ? A : B to MIN_EXPR. - - - - --- 2023-12-19 Liu, Hongtao New
Optimize ASAN_CHECK checks - - - - --- 2014-11-14 Jakub Jelinek New
Optimize ASAN_CHECK checks - - - - --- 2014-11-12 Jakub Jelinek New
Optimize AVX512 vpcmpeq* against 0 into vptestm* (PR target/85832) Optimize AVX512 vpcmpeq* against 0 into vptestm* (PR target/85832) - - - - --- 2018-05-23 Jakub Jelinek New
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
« 1 2 ... 241 242 2431268 1269 »