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
unitialized memory access vs BIT_INSERT_EXPR - - - - --- 2017-07-21 Andrew Pinski New
restore bootstrap with a C++ compiler - - - - --- 2011-04-28 Andrew Pinski New
new sign/zero extension elimination pass - - - - --- 2010-10-28 Andrew Pinski New
match: Simplify `a != C1 ? abs(a) : C2` when C2 == abs(C1) [PR111957] match: Simplify `a != C1 ? abs(a) : C2` when C2 == abs(C1) [PR111957] - - - - --- 2023-10-25 Andrew Pinski New
match: Fix the `popcnt(a&b) + popcnt(a|b)` patthern for types [PR111913] match: Fix the `popcnt(a&b) + popcnt(a|b)` patthern for types [PR111913] - - - - --- 2023-10-23 Andrew Pinski New
fold a * (a > 0 ? 1 : -1) to abs(a) and related optimizations - - - - --- 2017-06-24 Andrew Pinski New
convert_to_complex vs invalid_conversion [PR111903] convert_to_complex vs invalid_conversion [PR111903] - - - - --- 2023-10-21 Andrew Pinski New
c: [PR104822] Don't warn about converting NULL to different sso endian c: [PR104822] Don't warn about converting NULL to different sso endian - - - - --- 2023-10-19 Andrew Pinski New
c: [PR100532] Fix ICE when an agrgument was an error mark c: [PR100532] Fix ICE when an agrgument was an error mark - - - - --- 2023-10-19 Andrew Pinski New
aarch64: [PR110986] Emit csinv again for `a ? ~b : b` aarch64: [PR110986] Emit csinv again for `a ? ~b : b` - - - - --- 2023-10-19 Andrew Pinski New
[mid-end] Optimize x * copysign (1.0, y) [Patch (1/2)] - - - - --- 2017-06-26 Andrew Pinski New
[committed] Add a bswap testcase [committed] Add a bswap testcase - - - - --- 2019-12-08 Andrew Pinski New
[Web/PATCH] Add mention of -mcpu=thunderx to gcc-5/changes.html - - - - --- 2014-11-14 Andrew Pinski New
[RFC/SCCVN] Handle BIT_INSERT_EXPR in vn_nary_op_eq - - - - --- 2017-07-13 Andrew Pinski New
[RFC/SCCVN] Handle BIT_INSERT_EXPR in vn_nary_op_eq - - - - --- 2017-07-19 Andrew Pinski New
[RFC/SCCVN] Handle BIT_INSERT_EXPR in vn_nary_op_eq - - - - --- 2017-07-21 Andrew Pinski New
[PR31531] MATCH: Improve ~a < ~b and ~a < CST, allow a nop cast inbetween ~ and a/b [PR31531] MATCH: Improve ~a < ~b and ~a < CST, allow a nop cast inbetween ~ and a/b - - - - --- 2023-10-16 Andrew Pinski New
[PR,81245] Fix tree-if-conv calling of update_stmt after fold_stmt - - - - --- 2017-06-29 Andrew Pinski New
[PR,81245] Fix tree-if-conv calling of update_stmt after fold_stmt - - - - --- 2017-06-30 Andrew Pinski New
[PATCHv3,AARCH64] Add variant support to -m="native"and add thunderxt88p1. - - - - --- 2016-11-26 Andrew Pinski New
[PATCHv2] move the (a-b) CMP 0 ? (a-b) : (b-a) optimization from fold_cond_expr_with_comparison to … [PATCHv2] move the (a-b) CMP 0 ? (a-b) : (b-a) optimization from fold_cond_expr_with_comparison to … - - - - --- 2023-10-22 Andrew Pinski New
[PATCHv2] Improve factor_out_conditional_operation for conversions and constants [PATCHv2] Improve factor_out_conditional_operation for conversions and constants - - - - --- 2023-10-24 Andrew Pinski New
[PATCHv2/AARCH64] Remove index from AARCH64_FUSION_PAIR - - - - --- 2015-08-19 Andrew Pinski New
[PATCHv2/AARCH64] Remove index from AARCH64_EXTRA_TUNING_OPTION - - - - --- 2015-08-22 Andrew Pinski New
[PATCH/middle-end,2/6] __builtin_thread_pointer and AARCH64 ILP32 - - - - --- 2013-12-03 Andrew Pinski New
[PATCH/VRP] Fix type of EQ_EXPR - - - - --- 2016-11-29 Andrew Pinski New
[PATCH/TopLevel] Fix compiling libgo with a combined sources - - - - --- 2014-11-23 Andrew Pinski New
[PATCH/MIPS] Fix mips_get_unaligned_mem in some cases - - - - --- 2012-07-21 Andrew Pinski New
[PATCH/MIPS] Emit stack executable note - - - - --- 2012-07-26 Andrew Pinski New
[PATCH/IPA] Fix ipa-polymorphic-call when size of Pmode is not the size of pointers in user code - - - - --- 2014-11-20 Andrew Pinski New
[PATCH/AARCH64] v2 Add aligning of functions/loops/jumps - - - - --- 2014-11-23 Andrew Pinski New
[PATCH/AARCH64] make bswap vector consistent with scalar name - - - - --- 2014-11-24 Andrew Pinski New
[PATCH/AARCH64] Xfail ssa-dom-cse-2.c - - - - --- 2015-02-08 Andrew Pinski New
[PATCH/AARCH64] Remove index from AARCH64_FUSION_PAIR - - - - --- 2015-08-19 Andrew Pinski New
[PATCH/AARCH64] Remove index from AARCH64_EXTRA_TUNING_OPTION - - - - --- 2015-08-19 Andrew Pinski New
[PATCH/AARCH64] Move the rest of the cost tables to aarch64-cost-tables.h - - - - --- 2014-10-21 Andrew Pinski New
[PATCH/AARCH64] Improved -mcpu/mtune/march=native handling - - - - --- 2016-11-11 Andrew Pinski New
[PATCH/AARCH64] Improve/correct ThunderX 1 cost model for Arith_shift - - - - --- 2016-12-31 Andrew Pinski New
[PATCH/AARCH64] Improve/correct ThunderX 1 cost model for Arith_shift - - - - --- 2017-06-20 Andrew Pinski New
[PATCH/AARCH64] Improve cost of arithmetic instructions with shift/extend on ThunderX2T99 - - - - --- 2017-06-23 Andrew Pinski New
[PATCH/AARCH64] Improve ThunderX code generation slightly with load/store pair - - - - --- 2016-08-05 Andrew Pinski New
[PATCH/AARCH64] Improve ThunderX code generation slightly with load/store pair - - - - --- 2016-08-08 Andrew Pinski New
[PATCH/AARCH64] Improve ThunderX code generation slightly with load/store pair - - - - --- 2016-09-12 Andrew Pinski New
[PATCH/AARCH64] Have the verbose cost model output output be controllable - - - - --- 2016-09-24 Andrew Pinski New
[PATCH/AARCH64] Handle ILP32 multi-arch - - - - --- 2016-10-07 Andrew Pinski New
[PATCH/AARCH64] Generate FRINTZ for (double)(long) under -ffast-math on aarch64 - - - - --- 2017-08-18 Andrew Pinski New
[PATCH/AARCH64] Fix zero_extendsidi2_aarch64 type attribute [PATCH/AARCH64] Fix zero_extendsidi2_aarch64 type attribute - - - - --- 2019-03-10 Andrew Pinski New
[PATCH/AARCH64] Fix some testcases for AARCH64 ILP32 - - - - --- 2016-10-16 Andrew Pinski New
[PATCH/AARCH64] Fix gcc.c-torture/compile/pr37433.c for AARCH64:ILP32. - - - - --- 2015-02-09 Andrew Pinski New
[PATCH/AARCH64] Fix 64893: ICE with vget_lane_u32 with C++ front-end at -O0 - - - - --- 2015-02-02 Andrew Pinski New
[PATCH/AARCH64] Fix 64893: ICE with vget_lane_u32 with C++ front-end at -O0 - - - - --- 2015-02-08 Andrew Pinski New
[PATCH/AARCH64] Fix -mcpu/arch=native support for LSE - - - - --- 2015-12-11 Andrew Pinski New
[PATCH/AARCH64] Disable load/store pair peephole for volatile mem - - - - --- 2014-12-10 Andrew Pinski New
[PATCH/AARCH64] Correctly handle stores of zero in fusion_load_store - - - - --- 2015-01-13 Andrew Pinski New
[PATCH/AARCH64] Add issue_rate tuning field - - - - --- 2014-01-14 Andrew Pinski New
[PATCH/AARCH64] Add ThunderX vector cost model - - - - --- 2016-08-03 Andrew Pinski New
[PATCH/AARCH64] Add OcteonTX for -mcpu= [PATCH/AARCH64] Add OcteonTX for -mcpu= - - - - --- 2018-10-30 Andrew Pinski New
[PATCH/AARCH64] Add -mcpu=thunderx2t99 support - - - - --- 2016-12-30 Andrew Pinski New
[PATCH/AARCH64/ILP32] Fix unwinding (libgcc) - - - - --- 2016-04-27 Andrew Pinski New
[PATCH/AARCH64,6/6] Support ILP32 multi-lib - - - - --- 2013-12-03 Andrew Pinski New
[PATCH/AARCH64,5/6] Fix TLS for ILP32. - - - - --- 2013-12-03 Andrew Pinski New
[PATCH/AARCH64,4/6] Implement the trap pattern - - - - --- 2013-12-03 Andrew Pinski New
[PATCH/AARCH64,3/6] Fix up multi-lib options - - - - --- 2013-12-03 Andrew Pinski New
[PATCH/AARCH64,1/6] Fix size and pointer different types for ILP32. - - - - --- 2013-12-03 Andrew Pinski New
[MIPS] fix MIPS16 jump table overflow - - - - --- 2012-08-25 Andrew Pinski New
[FYI] Patches that fix testing santiziers with qemu user mode [FYI] Patches that fix testing santiziers with qemu user mode - - - - --- 2020-02-08 Andrew Pinski New
[Committedv2] aarch64: [PR110986] Emit csinv again for `a ? ~b : b` [Committedv2] aarch64: [PR110986] Emit csinv again for `a ? ~b : b` - - - - --- 2023-10-22 Andrew Pinski New
[Committed] Two new bit-field compile testcases [Committed] Two new bit-field compile testcases - - - - --- 2019-10-15 Andrew Pinski New
[Committed] New testcase for conditional move with conditional compares - - - - --- 2014-06-23 Andrew Pinski New
[Committed] New bit-field testcases Part 3/N [Committed] New bit-field testcases Part 3/N - - - - --- 2020-01-06 Andrew Pinski New
[Committed] Lower iterator count on gcc.dg/atomic/c11-atomic-exec-5.c for AARCH64 - - - - --- 2016-12-30 Andrew Pinski New
[Committed] Fix truncate of a memory for vector mode - - - - --- 2012-10-02 Andrew Pinski New
[Committed] Fix testsuite/gcc.target/aarch64/target_attr*.c testcases when -mcpu= or -march= suppli… - - - - --- 2017-08-06 Andrew Pinski New
[Committed] Fix testsuite/92998: dupq_1.c and simd-abi-8.c fail on big-endian [Committed] Fix testsuite/92998: dupq_1.c and simd-abi-8.c fail on big-endian - - - - --- 2019-12-22 Andrew Pinski New
[Committed] Fix lto.c compiling - - - - --- 2014-06-29 Andrew Pinski New
[Committed] Fix libffi on mips64 with soft-float - - - - --- 2012-08-26 Andrew Pinski New
[Committed] Fix gcc.target/aarch64/atomic_cmp_exchange_*.c for supplied -mcpu=/-march= - - - - --- 2017-08-06 Andrew Pinski New
[Committed] Fix gcc.target/aarch64/_Float16_*.c when supplied a -mcpu= option - - - - --- 2017-08-06 Andrew Pinski New
[Committed] Fix bug 61997 - - - - --- 2014-11-11 Andrew Pinski New
[Committed] Fix __builtin_thread_pointer for ILP32 and other like ABIs - - - - --- 2014-02-26 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 PR 47982 and PR 43967: __udivmod* - - - - --- 2012-02-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] Add testcase that ICEs after loop splitting patch - - - - --- 2016-08-03 Andrew Pinski New
[Committed] Add testcase for ccmp ICEs - - - - --- 2014-08-17 Andrew Pinski New
[Committed] Add testcase - - - - --- 2012-11-10 Andrew Pinski New
[Committed] Add some more testcases - - - - --- 2014-11-23 Andrew Pinski New
[Committed] Add some __int128 bitfield testcases [Committed] Add some __int128 bitfield testcases - - - - --- 2019-12-16 Andrew Pinski New
[Committed] Add a new testcase - - - - --- 2014-11-26 Andrew Pinski New
[Committed] Add a few testcases - - - - --- 2017-04-02 Andrew Pinski New
[Committed] Add C testcases for PR 86659 [Committed] Add C testcases for PR 86659 - - - - --- 2019-12-13 Andrew Pinski New
[Committed/Obvious] Fix PR 49474: ICE on ppc-linux with -O3 in cprop.c - - - - --- 2011-07-12 Andrew Pinski New
[Committed/AARCH64] Remove dummy GTY variable - - - - --- 2015-02-08 Andrew Pinski New
[Committed/AARCH64] Fix stack protector for ILP32 - - - - --- 2014-05-28 Andrew Pinski New
[Committed/AARCH64] Fix rdma for -mcpu=native - - - - --- 2017-08-13 Andrew Pinski New
[Committed/AARCH64] Fix gcc.target/aarch64/vect-xorsign_exec.c testcase - - - - --- 2017-08-10 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 a few failures with LSE enabled - - - - --- 2015-12-20 Andrew Pinski New
[Committed/AARCH64] Fix ThunderX fp vectorizer cost model - - - - --- 2017-07-26 Andrew Pinski New
[Committed/AARCH64] Add comment before each set of cores in aarch64-cores.def - - - - --- 2016-10-06 Andrew Pinski New
« 1 2 »