Show patches with: Submitter = Prathamesh Kulkarni       |    State = Action Required       |    Archived = No       |   165 patches
« 1 2 »
Patch Series S/W/F Date Submitter Delegate State
[aarch64] PR112950: gcc.target/aarch64/sve/acle/general/dupq_5.c fails on aarch64_be-linux-gnu [aarch64] PR112950: gcc.target/aarch64/sve/acle/general/dupq_5.c fails on aarch64_be-linux-gnu --- 2024-01-27 Prathamesh Kulkarni New
[aarch64] PR111702 - ICE in insert_regs after interleave+zip1 vector initialization patch [aarch64] PR111702 - ICE in insert_regs after interleave+zip1 vector initialization patch --- 2023-11-23 Prathamesh Kulkarni New
PR111754 PR111754 --- 2023-10-20 Prathamesh Kulkarni New
PR111648: Fix wrong code-gen due to incorrect VEC_PERM_EXPR folding PR111648: Fix wrong code-gen due to incorrect VEC_PERM_EXPR folding --- 2023-10-04 Prathamesh Kulkarni New
[SVE] PR89007 - Implement generic vector average expansion [SVE] PR89007 - Implement generic vector average expansion --- 2019-11-14 Prathamesh Kulkarni New
PR92163 PR92163 --- 2019-10-23 Prathamesh Kulkarni New
[testsuite] Add test for PR91532 [testsuite] Add test for PR91532 --- 2019-10-18 Prathamesh Kulkarni New
[tree-if-conv.c] Move call to ifcvt_local_dce after rpo vn [tree-if-conv.c] Move call to ifcvt_local_dce after rpo vn --- 2019-10-01 Prathamesh Kulkarni New
PR78736 PR78736 --- 2019-08-29 Prathamesh Kulkarni New
[SVE,aarch64] Add "@" in vcond_mask pattern [SVE,aarch64] Add "@" in vcond_mask pattern --- 2019-08-22 Prathamesh Kulkarni New
[SVE] PR88839 [SVE] PR88839 --- 2019-08-20 Prathamesh Kulkarni New
PR91166 - Unfolded ZIPs of constants PR91166 - Unfolded ZIPs of constants --- 2019-07-17 Prathamesh Kulkarni New
PR90724 - ICE with __sync_bool_compare_and_swap with -march=armv8.2-a PR90724 - ICE with __sync_bool_compare_and_swap with -march=armv8.2-a --- 2019-07-10 Prathamesh Kulkarni New
PR90723 PR90723 --- 2019-07-09 Prathamesh Kulkarni New
[SVE,fwprop] PR88833 - Redundant moves for WHILELO-based loops [SVE,fwprop] PR88833 - Redundant moves for WHILELO-based loops --- 2019-06-21 Prathamesh Kulkarni New
cse.c typo fix cse.c typo fix --- 2019-05-22 Prathamesh Kulkarni New
[SVE,ACLE] Fix for PR88839 [SVE,ACLE] Fix for PR88839 --- 2019-04-06 Prathamesh Kulkarni New
[SVE,ACLE] Implement svlsl [SVE,ACLE] Implement svlsl --- 2019-02-12 Prathamesh Kulkarni New
[SVE,ACLE] Implement svlsl_wide [SVE,ACLE] Implement svlsl_wide --- 2019-01-18 Prathamesh Kulkarni New
PR88788 - Infinite loop in malloc_candidate_p_1 PR88788 - Infinite loop in malloc_candidate_p_1 --- 2019-01-15 Prathamesh Kulkarni New
PR83750: CSE erf/erfc pair PR83750: CSE erf/erfc pair --- 2018-11-02 Prathamesh Kulkarni New
[ARM] Implement division using vrecpe, vrecps [ARM] Implement division using vrecpe, vrecps --- 2018-10-26 Prathamesh Kulkarni New
PR85787: Extend malloc_candidate_p to handle multiple phis. PR85787: Extend malloc_candidate_p to handle multiple phis. --- 2018-08-28 Prathamesh Kulkarni New
Fix typo "permutaion" in vect_grouped_store_supported. Fix typo "permutaion" in vect_grouped_store_supported. --- 2018-08-23 Prathamesh Kulkarni New
[tree.c] Replace cast to (char *) by const_cast<char *> [tree.c] Replace cast to (char *) by const_cast<char *> --- 2018-06-18 Prathamesh Kulkarni New
PR85817 PR85817 --- 2018-05-18 Prathamesh Kulkarni New
PR85734 PR85734 --- 2018-05-14 Prathamesh Kulkarni New
PR83775 PR83775 --- 2018-01-10 Prathamesh Kulkarni New
PR81703 and Martin's fix for PR83501 PR81703 and Martin's fix for PR83501 --- 2018-01-10 Prathamesh Kulkarni New
PR83648 PR83648 --- 2018-01-03 Prathamesh Kulkarni New
PR83501 PR83501 --- 2017-12-21 Prathamesh Kulkarni New
PR82665 - missing value range optimization for memchr PR82665 - missing value range optimization for memchr --- 2017-11-20 Prathamesh Kulkarni New
PR82808 PR82808 --- 2017-11-03 Prathamesh Kulkarni New
Transform (x >> cst) != 0 to x >= (1 << cst) and (x >> cst) == 0 to x < (1 << cst) Transform (x >> cst) != 0 to x >= (1 << cst) and (x >> cst) == 0 to x < (1 << cst) --- 2017-10-03 Prathamesh Kulkarni New
Transform (x / y) != 0 to x >=y and (x / y) == 0 to x < y if x, y are unsigned Transform (x / y) != 0 to x >=y and (x / y) == 0 to x < y if x, y are unsigned --- 2017-09-15 Prathamesh Kulkarni New
[libgfortran] Replace implicit conversions between enums in io/transfer.c by explicit casts. [libgfortran] Replace implicit conversions between enums in io/transfer.c by explicit casts. --- 2017-09-12 Prathamesh Kulkarni New
PR78888 - add value range info for tolower/toupper --- 2017-08-03 Prathamesh Kulkarni New
Add include-guard to tree-vrp.h --- 2017-08-02 Prathamesh Kulkarni New
remove call to memset in value-prof.c:free_hist() --- 2017-05-23 Prathamesh Kulkarni New
PR80806 --- 2017-05-18 Prathamesh Kulkarni New
[RFC] propagate malloc attribute in ipa-pure-const pass --- 2017-05-15 Prathamesh Kulkarni New
PR77644 --- 2017-05-09 Prathamesh Kulkarni New
PR80613 --- 2017-05-04 Prathamesh Kulkarni New
[2/2] PR 78736: libgomp fallout Untitled series #1285 --- 2017-05-02 Prathamesh Kulkarni New
[1/2] PR 78736: New warning -Wenum-conversion [1/2] PR 78736: New warning -Wenum-conversion --- 2017-05-02 Prathamesh Kulkarni New
PR79715: Special case strcpy/strncpy for dse --- 2017-02-28 Prathamesh Kulkarni New
PR79697: Delete calls to strdup, strndup, realloc if there is no lhs --- 2017-02-25 Prathamesh Kulkarni New
[GIMPLE,FE] Fix ICE's with default ssa-name parsing in c_parser_gimple_postfix_expression --- 2017-02-17 Prathamesh Kulkarni New
[GIMPLE,FE] add fma_expr --- 2017-02-16 Prathamesh Kulkarni New
[GIMPLE,FE] avoid ICE with same ssa version number for multiple names --- 2017-02-15 Prathamesh Kulkarni New
PR79478 --- 2017-02-13 Prathamesh Kulkarni New
[GIMPLE,FE] replace calls to c_parser_gimple_unary_expression by c_parser_gimple_postfix_expression --- 2017-02-08 Prathamesh Kulkarni New
[GIMPLE,FE] Handle abs_expr --- 2017-02-07 Prathamesh Kulkarni New
[GIMPLE,FE] Avoid ICE with __builtin_abs --- 2017-02-04 Prathamesh Kulkarni New
[gimplefe] change dump format of realpart_expr and imagpart_expr with TDF_GIMPLE --- 2016-12-22 Prathamesh Kulkarni New
[gimplefe] reject invalid pass name in startwith --- 2016-12-18 Prathamesh Kulkarni New
Fold strstr (s, t) eq/ne s to strcmp (s, t) eq/ne 0 if strlen (t) is known --- 2016-12-14 Prathamesh Kulkarni New
Fold strstr (s, t) eq/ne s to strcmp (s, t) eq/ne 0 if strlen (t) is known --- 2016-12-09 Prathamesh Kulkarni New
[tree-tailcall] Check if function returns it's argument --- 2016-12-02 Prathamesh Kulkarni New
PR78629 --- 2016-12-01 Prathamesh Kulkarni New
PR78599 --- 2016-12-01 Prathamesh Kulkarni New
change initialization of ptrdiff_type_node --- 2016-11-25 Prathamesh Kulkarni New
change initialization of ptrdiff_type_node --- 2016-11-25 Prathamesh Kulkarni New
PR78501 --- 2016-11-24 Prathamesh Kulkarni New
[tree-tailcall] Check if function returns it's argument --- 2016-11-24 Prathamesh Kulkarni New
[tree-tailcall] Check if function returns it's argument --- 2016-11-24 Prathamesh Kulkarni New
PR78153 --- 2016-11-23 Prathamesh Kulkarni New
Fix PR78154 --- 2016-11-23 Prathamesh Kulkarni New
PR78153 --- 2016-11-22 Prathamesh Kulkarni New
PR78319 --- 2016-11-16 Prathamesh Kulkarni New
Fix PR78154 --- 2016-11-16 Prathamesh Kulkarni New
[match.pd] Fix for PR35691 --- 2016-11-09 Prathamesh Kulkarni New
[match.pd] Fix for PR35691 --- 2016-11-07 Prathamesh Kulkarni New
[arm.c] Use VAR_P --- 2016-10-28 Prathamesh Kulkarni New
RFC [1/3] divmod transform v2 --- 2016-10-26 Prathamesh Kulkarni New
PR53979: add transform (a ^ b) | a -> a | b --- 2016-10-20 Prathamesh Kulkarni New
[ping,*,2] PR35503 - warn for restrict --- 2016-10-19 Prathamesh Kulkarni New
RFC [3/3] divmod transform v2 - add test cases --- 2016-10-16 Prathamesh Kulkarni New
RFC [2/3] divmod transform v2 - override expand_divmod_libfunc for ARM port --- 2016-10-16 Prathamesh Kulkarni New
[genmatch] Introduce reverse keyword --- 2016-10-15 Prathamesh Kulkarni New
PR35503 - warn for restrict pointer --- 2016-10-07 Prathamesh Kulkarni New
[RFC] Extend ipa-bitwise-cp with pointer alignment propagation --- 2016-10-06 Prathamesh Kulkarni New
[ipa-prop] set m_vr and bits to NULL in ipcp_transform_function --- 2016-10-03 Prathamesh Kulkarni New
[ipa-cp] add space in dump message --- 2016-10-03 Prathamesh Kulkarni New
[RFC] Extend ipa-bitwise-cp with pointer alignment propagation --- 2016-10-03 Prathamesh Kulkarni New
[RFC] Extend ipa-bitwise-cp with pointer alignment propagation --- 2016-09-21 Prathamesh Kulkarni New
PR35503 - warn for restrict pointer --- 2016-09-18 Prathamesh Kulkarni New
[PING] set libfunc entry for sdivmod_optab to NULL in optabs.def --- 2016-09-16 Prathamesh Kulkarni New
[PING] set libfunc entry for sdivmod_optab to NULL in optabs.def --- 2016-09-15 Prathamesh Kulkarni New
cfg.c: redundant second assignment of bb_copy = NULL in free_original_copy_tables() --- 2016-09-02 Prathamesh Kulkarni New
[ipa-cp] Change option name from -fipa-cp-bit to -fipa-bit-cp in ipcp_store_bits_results() --- 2016-09-02 Prathamesh Kulkarni New
PR35503 - warn for restrict pointer --- 2016-08-26 Prathamesh Kulkarni New
[RFC] ipa bitwise constant propagation --- 2016-08-24 Prathamesh Kulkarni New
[libcpp] append "evaluates to 0" for Wundef diagnostic --- 2016-08-19 Prathamesh Kulkarni New
RFC [1/2] divmod transform --- 2016-08-13 Prathamesh Kulkarni New
divmod transform: add test-cases --- 2016-08-12 Prathamesh Kulkarni New
fold strlen (s) eq/ne 0 to *s eq/ne 0 on GIMPLE --- 2016-08-11 Prathamesh Kulkarni New
[RFC,ipa,bitwise,cp] tree-ssa-ccp changes --- 2016-08-07 Prathamesh Kulkarni New
[RFC] ipa bitwise constant propagation --- 2016-08-07 Prathamesh Kulkarni New
[testsuite] add require-effective-target c99_runtime for pr71078-*.c tests --- 2016-08-06 Prathamesh Kulkarni New
« 1 2 »