Show patches with: Submitter = Andrew Pinski       |    State = Action Required       |    Archived = No       |   176 patches
« 1 2 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
(PR 65950) Improve predicate for exit(0); - - - - --- 2016-09-21 Andrew Pinski New
Add a few more VRP IOR testcases - - - - --- 2012-07-22 Andrew Pinski New
Add valgrind support to alloc-pool.c - - - - --- 2012-08-18 Andrew Pinski New
Change build g++ to xg++ like gcc is done (PR 54279) - - - - --- 2012-11-16 Andrew Pinski New
Enhance ifcombine to recover non short circuit branches - - - - --- 2013-10-30 Andrew Pinski New
Enhance ifcombine to recover non short circuit branches - - - - --- 2013-10-27 Andrew Pinski New
Enhance ifcombine to recover non short circuit branches - - - - --- 2013-10-17 Andrew Pinski New
Fix PR 48981 aliasing bug inside GCC - - - - --- 2011-05-26 Andrew Pinski New
Fix PR 49309, ICE with mudflap - - - - --- 2011-07-13 Andrew Pinski New
Fix PR 49671 volatile goes missing after inlining - - - - --- 2011-07-26 Andrew Pinski New
Fix PR 49671 volatile goes missing after inlining - - - - --- 2011-07-24 Andrew Pinski New
Fix PR 50971 and PR 35629: Only one loop detected when there should be two - - - - --- 2012-03-13 Andrew Pinski New
Fix PR 50971 and PR 35629: Only one loop detected when there should be two - - - - --- 2012-01-21 Andrew Pinski New
Fix PR 53395: tree-if-conv.c not producing MAX_EXPR - - - - --- 2012-08-28 Andrew Pinski New
Fix PR 53395: tree-if-conv.c not producing MAX_EXPR - - - - --- 2012-05-19 Andrew Pinski New
Fix PR 54362 (COND_EXPR not understood by ITM) - - - - --- 2012-09-04 Andrew Pinski New
Fix PR 54494, removal of volatile store in strlen optimization - - - - --- 2012-09-05 Andrew Pinski New
Fix PR 54494, removal of volatile store in strlen optimization because of the inlininer - - - - --- 2012-09-06 Andrew Pinski New
Fix PR 54494, removal of volatile store in strlen optimization because of the inlininer - - - - --- 2012-09-06 Andrew Pinski New
Fix PR 67665: ICE when passing two empty files directly to cc1 with -g - - - - --- 2016-01-13 Andrew Pinski New
Fix PR 69282: ICE on 464.h264ref at -O3 - - - - --- 2016-02-08 Andrew Pinski New
Fix PR middle-end/45416, missing opt for (a&(1<<C))!=0 to (a>>C)&1 - - - - --- 2011-12-07 Andrew Pinski New
Fix PR53183, libgcc does not always figure out the size of double/long double - - - - --- 2012-05-21 Andrew Pinski New
Fix comment in c-family/c-common.h - - - - --- 2010-06-28 Andrew Pinski New
Fix dg-function-on-line for MIPS64-linux-gnu - - - - --- 2011-12-08 Andrew Pinski New
Fix emit_conditional_add and documentation for add@var{mode}cc - - - - --- 2012-08-24 Andrew Pinski New
Fix middle-end/64061, ICE in gen_rtx_SUBREG - - - - --- 2014-11-26 Andrew Pinski New
Fold (a > 0 ? 1.0 : -1.0) into copysign (1.0, a) and a * copysign (1.0, a) into abs(a) - - - - --- 2017-06-25 Andrew Pinski New
Fold (a > 0 ? 1.0 : -1.0) into copysign (1.0, a) and a * copysign (1.0, a) into abs(a) - - - - --- 2017-06-24 Andrew Pinski New
Gimple loop splitting v2 - - - - --- 2016-07-25 Andrew Pinski New
Handle truncate of a memory location - - - - --- 2012-08-27 Andrew Pinski New
Implement (a & B) OP0 (c & B) into (a OP0 c) & B simplifying into forwprop - - - - --- 2012-04-21 Andrew Pinski New
Implement boehm-gc for AARCH64:ILP32 - - - - --- 2015-02-11 Andrew Pinski New
Implement libffi for AARCH64:ILP32 - - - - --- 2015-02-10 Andrew Pinski New
Implement libffi for AARCH64:ILP32 - - - - --- 2015-02-09 Andrew Pinski New
Improve factor_out_conditional_operation for conversions and constants Improve factor_out_conditional_operation for conversions and constants - - - - --- 2023-10-16 Andrew Pinski New
Improve ifcombine (PR 52005) - - - - --- 2012-07-24 Andrew Pinski New
Improve shrink wrap for lo_sum - - - - --- 2014-11-23 Andrew Pinski New
Improve tree_expr_nonnegative_p by using the ranger [PR111959] Improve tree_expr_nonnegative_p by using the ranger [PR111959] - - - - --- 2023-10-25 Andrew Pinski New
MATCH: Fix infinite loop between `vec_cond(vec_cond(a, b, 0), c, d)` and `a & b` MATCH: Fix infinite loop between `vec_cond(vec_cond(a, b, 0), c, d)` and `a & b` - - - - --- 2023-10-05 Andrew Pinski New
MATCH: Improve `A CMP 0 ? A : -A` set of patterns to use bitwise_equal_p. MATCH: Improve `A CMP 0 ? A : -A` set of patterns to use bitwise_equal_p. - - - - --- 2023-10-15 Andrew Pinski New
MATCH: Simplify `(X &| B) CMP X` if possible [PR 101590] MATCH: Simplify `(X &| B) CMP X` if possible [PR 101590] - - - - --- 2023-10-26 Andrew Pinski New
MATCH: [PR111282] Simplify `a & (b ^ ~a)` to `a & b` MATCH: [PR111282] Simplify `a & (b ^ ~a)` to `a & b` - - - - --- 2023-10-11 Andrew Pinski New
MATCH: [PR111432] Simplify `a & (x | CST)` to a when we know that (a & ~CST) == 0 MATCH: [PR111432] Simplify `a & (x | CST)` to a when we know that (a & ~CST) == 0 - - - - --- 2023-10-14 Andrew Pinski New
MATCH: [PR111679] Add alternative simplification of `a | ((~a) ^ b)` MATCH: [PR111679] Add alternative simplification of `a | ((~a) ^ b)` - - - - --- 2023-10-09 Andrew Pinski New
Non-TFmode targets broken with "[fortran,patch] Complete front-end support for __float128" - - - - --- 2010-08-28 Andrew Pinski New
Partially fix 51988: value_replacement in PHIOPT should handle even the cases where there are other… - - - - --- 2012-01-25 Andrew Pinski New
Put all constants last in tree_swap_operands_p, remove odd -Os check - - - - --- 2014-09-18 Andrew Pinski New
Record equivalences for spill registers - - - - --- 2017-05-08 Andrew Pinski New
Simplify ((A & N) ==/!= CST1) &/| ((A & M) ==/!= CST2) Simplify ((A & N) ==/!= CST1) &/| ((A & M) ==/!= CST2) - - - - --- 2020-01-04 Andrew Pinski New
Use error_mark_node after error in convert Use error_mark_node after error in convert - - - - --- 2023-10-22 Andrew Pinski New
[1/2] Fix ICE due to c_safe_arg_type_equiv_p not checking for error_mark node [1/2] Fix ICE due to c_safe_arg_type_equiv_p not checking for error_mark node - - - - --- 2023-10-15 Andrew Pinski New
[1/3] MATCH: first of the value replacement moving from phiopt start of moving value replacement from phiopt to match - - - - --- 2023-10-29 Andrew Pinski New
[1/5,AARCH64] : Move #undef into .def files. - - - - --- 2016-10-07 Andrew Pinski New
[10/10] aarch64: Handle ccmp in ifcvt to make it work with cmov - - - - --- 2014-06-23 Andrew Pinski New
[10/10] aarch64: Handle ccmp in ifcvt to make it work with cmov - - - - --- 2014-06-23 Andrew Pinski New
[2/2,c] Fix PR 101364: ICE after error due to diagnose_arglist_conflict not checking for error [1/2] Fix ICE due to c_safe_arg_type_equiv_p not checking for error_mark node - - - - --- 2023-10-15 Andrew Pinski New
[2/3,AARCH64] Add scheduler for ThunderX - - - - --- 2014-11-17 Andrew Pinski New
[2/3] MATCH: Move jump_function_from_stmt support to match.pd start of moving value replacement from phiopt to match - - - - --- 2023-10-29 Andrew Pinski New
[2/5,AARCH64] Change IMP and PART over to integers from strings. - - - - --- 2016-10-22 Andrew Pinski New
[2/5,AARCH64] Change IMP and PART over to integers from strings. - - - - --- 2016-10-16 Andrew Pinski New
[3/3] MATCH: Add some more value_replacement simplifications to match start of moving value replacement from phiopt to match - - - - --- 2023-10-29 Andrew Pinski New
[3/5,AARCH64] Fix part num and implement dependency - - - - --- 2016-10-23 Andrew Pinski New
[5/5,AARCH64] Add variant support to -m="native"and add thunderxt88p1. - - - - --- 2016-11-01 Andrew Pinski New
[AARCH64/Committed] Fix gcc.target/aarch64/vect-fmaxv-fminv-compile.c - - - - --- 2012-11-07 Andrew Pinski New
[AARCH64] load store pair optimization using sched_fusion pass. - - - - --- 2014-12-07 Andrew Pinski New
[AArch64] Implement movmem for the benefit of inline memcpy - - - - --- 2014-08-05 Andrew Pinski New
[COMMITTED/13] Fix PR 110386: backprop vs ABSU_EXPR [COMMITTED/13] Fix PR 110386: backprop vs ABSU_EXPR - - - - --- 2023-10-01 Andrew Pinski New
[COMMITTED/13] Fix PR 111331: wrong code for `a > 28 ? MIN<a, 28> : 29` [COMMITTED/13] Fix PR 111331: wrong code for `a > 28 ? MIN<a, 28> : 29` - - - - --- 2023-10-01 Andrew Pinski New
[COMMITTED/AARCH64] Improve thunderx_vect_cost some more - - - - --- 2017-07-26 Andrew Pinski New
[COMMITTED] Fix expansion of `(a & 2) != 1` [COMMITTED] Fix expansion of `(a & 2) != 1` - - - - --- 2023-10-18 Andrew Pinski New
[COMMITTED] Fix pr111456-1.c for targets that use unsigned char by default [COMMITTED] Fix pr111456-1.c for targets that use unsigned char by default - - - - --- 2023-09-26 Andrew Pinski New
[Comitted/c++,testsuite] Fix initlist-lifetime*.C on some simulators - - - - --- 2014-11-23 Andrew Pinski New
[Comitted] Add a few testcases - - - - --- 2014-11-16 Andrew Pinski New
[Comitted] Add testcase for some miscompile in older versions of GCC - - - - --- 2014-08-30 Andrew Pinski New
[Commited/WWW] Add Cavium ThunderX related changes to changes.html for gcc-7 - - - - --- 2017-01-10 Andrew Pinski New
[Committed/AARCH64] Add comment before each set of cores in aarch64-cores.def - - - - --- 2016-10-06 Andrew Pinski New
[Committed/AARCH64] Fix ThunderX fp vectorizer cost model - - - - --- 2017-07-26 Andrew Pinski New
[Committed/AARCH64] Fix a few failures with LSE enabled - - - - --- 2015-12-20 Andrew Pinski New
[Committed/AARCH64] Fix gcc.target/aarch64/test_frame_*.c testcases after ccmp patches - - - - --- 2014-11-22 Andrew Pinski New
[Committed/AARCH64] Fix gcc.target/aarch64/vect-xorsign_exec.c testcase - - - - --- 2017-08-10 Andrew Pinski New
[Committed/AARCH64] Fix rdma for -mcpu=native - - - - --- 2017-08-13 Andrew Pinski New
[Committed/AARCH64] Fix stack protector for ILP32 - - - - --- 2014-05-28 Andrew Pinski New
[Committed/AARCH64] Remove dummy GTY variable - - - - --- 2015-02-08 Andrew Pinski New
[Committed/Obvious] Fix PR 49474: ICE on ppc-linux with -O3 in cprop.c - - - - --- 2011-07-12 Andrew Pinski New
[Committed] Add C testcases for PR 86659 [Committed] Add C testcases for PR 86659 - - - - --- 2019-12-13 Andrew Pinski New
[Committed] Add a few testcases - - - - --- 2017-04-02 Andrew Pinski New
[Committed] Add a new testcase - - - - --- 2014-11-26 Andrew Pinski New
[Committed] Add some __int128 bitfield testcases [Committed] Add some __int128 bitfield testcases - - - - --- 2019-12-16 Andrew Pinski New
[Committed] Add some more testcases - - - - --- 2014-11-23 Andrew Pinski New
[Committed] Add testcase - - - - --- 2012-11-10 Andrew Pinski New
[Committed] Add testcase for ccmp ICEs - - - - --- 2014-08-17 Andrew Pinski New
[Committed] Add testcase that ICEs after loop splitting patch - - - - --- 2016-08-03 Andrew Pinski New
[Committed] Add two testcases for 1bit bit-field [Committed] Add two testcases for 1bit bit-field - - - - --- 2020-01-02 Andrew Pinski New
[Committed] Fix PR 47982 and PR 43967: __udivmod* - - - - --- 2012-02-03 Andrew Pinski New
[Committed] Fix PR libffi/50051 (MIPS libffi does not compile for mips64octeon-linux-gnu) - - - - --- 2011-12-07 Andrew Pinski New
[Committed] Fix __builtin_thread_pointer for ILP32 and other like ABIs - - - - --- 2014-02-26 Andrew Pinski New
[Committed] Fix bug 61997 - - - - --- 2014-11-11 Andrew Pinski New
[Committed] Fix gcc.target/aarch64/_Float16_*.c when supplied a -mcpu= option - - - - --- 2017-08-06 Andrew Pinski New
[Committed] Fix gcc.target/aarch64/atomic_cmp_exchange_*.c for supplied -mcpu=/-march= - - - - --- 2017-08-06 Andrew Pinski New
« 1 2 »