Show patches with: Submitter = Prathamesh Kulkarni       |    Archived = No       |   227 patches
« 1 2 3 »
Patch Series S/W/F Date Submitter Delegate State
[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
[tree-tailcall] Check if function returns it's argument --- 2016-12-01 Prathamesh Kulkarni Superseded
[tree-tailcall] Check if function returns it's argument --- 2016-12-01 Prathamesh Kulkarni Superseded
[tree-tailcall] Check if function returns it's argument --- 2016-12-01 Prathamesh Kulkarni Superseded
[tree-tailcall] Check if function returns it's argument --- 2016-12-02 Prathamesh Kulkarni New
[tree-ssa-ccp] modify extend_mask to extend bits based on signop --- 2016-08-04 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
[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
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
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
[testsuite] fix ggcplug.c test-case --- 2015-01-11 Prathamesh Kulkarni New
[testsuite] Add test for PR91532 [testsuite] Add test for PR91532 --- 2019-10-18 Prathamesh Kulkarni New
[testsuite] add require-effective-target c99_runtime for pr71078-*.c tests --- 2016-08-06 Prathamesh Kulkarni New
[SVE] PR89007 - Implement generic vector average expansion [SVE] PR89007 - Implement generic vector average expansion --- 2019-11-14 Prathamesh Kulkarni New
[SVE] PR88839 [SVE] PR88839 --- 2019-08-20 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
[SVE,ACLE] Implement svlsl_wide [SVE,ACLE] Implement svlsl_wide --- 2019-01-18 Prathamesh Kulkarni New
[SVE,ACLE] Implement svlsl [SVE,ACLE] Implement svlsl --- 2019-02-12 Prathamesh Kulkarni New
[SVE,ACLE] Fix for PR88839 [SVE,ACLE] Fix for PR88839 --- 2019-04-06 Prathamesh Kulkarni New
[SVE,aarch64] Add "@" in vcond_mask pattern [SVE,aarch64] Add "@" in vcond_mask pattern --- 2019-08-22 Prathamesh Kulkarni New
split test cases pr71078-1.c and pr71078-2.c --- 2016-08-04 Prathamesh Kulkarni New
[RFC] warn on dead function calls in ipa-pure-const [1/4] --- 2016-07-25 Prathamesh Kulkarni New
[RFC] propagate malloc attribute in ipa-pure-const pass --- 2017-05-15 Prathamesh Kulkarni New
[RFC,ipa,bitwise,cp] tree-ssa-ccp changes --- 2016-08-07 Prathamesh Kulkarni New
[RFC] ipa bitwise constant propagation --- 2016-08-04 Prathamesh Kulkarni Superseded
[RFC] ipa bitwise constant propagation --- 2016-08-07 Prathamesh Kulkarni New
[RFC] ipa bitwise constant propagation --- 2016-08-10 Prathamesh Kulkarni Superseded
[RFC] ipa bitwise constant propagation --- 2016-08-10 Prathamesh Kulkarni Superseded
[RFC] ipa bitwise constant propagation --- 2016-08-16 Prathamesh Kulkarni Superseded
[RFC] ipa bitwise constant propagation --- 2016-08-24 Prathamesh Kulkarni New
[RFC] introduce --param max-lto-partition for having an upper bound on partition size --- 2016-04-01 Prathamesh Kulkarni New
[RFC] introduce --param max-lto-partition for having an upper bound on partition size --- 2016-04-04 Prathamesh Kulkarni New
[RFC] introduce --param max-lto-partition for having an upper bound on partition size --- 2016-04-05 Prathamesh Kulkarni Superseded
[RFC] introduce --param max-lto-partition for having an upper bound on partition size --- 2016-04-05 Prathamesh Kulkarni Superseded
[RFC] introduce --param max-lto-partition for having an upper bound on partition size --- 2016-04-06 Prathamesh Kulkarni Superseded
[RFC] introduce --param max-lto-partition for having an upper bound on partition size --- 2016-04-06 Prathamesh Kulkarni Superseded
[RFC] introduce --param max-lto-partition for having an upper bound on partition size --- 2016-04-25 Prathamesh Kulkarni New
[RFC] Extend ipa-bitwise-cp with pointer alignment propagation --- 2016-09-21 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-10-06 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
[RFC,2/2] divmod transform: override expand_divmod_libfunc for ARM and add test-cases --- 2016-05-23 Prathamesh Kulkarni Superseded
[RFC,2/2] divmod transform: override expand_divmod_libfunc for ARM and add test-cases --- 2016-05-25 Prathamesh Kulkarni New
[RFC,2/2] divmod transform: override expand_divmod_libfunc for ARM and add test-cases --- 2016-07-28 Prathamesh Kulkarni New
RFC [1/3] divmod transform v2 --- 2016-10-16 Prathamesh Kulkarni Superseded
RFC [1/3] divmod transform v2 --- 2016-10-26 Prathamesh Kulkarni New
RFC [1/2] divmod transform --- 2016-05-23 Prathamesh Kulkarni Superseded
RFC [1/2] divmod transform --- 2016-05-24 Prathamesh Kulkarni Superseded
RFC [1/2] divmod transform --- 2016-05-24 Prathamesh Kulkarni Superseded
RFC [1/2] divmod transform --- 2016-05-25 Prathamesh Kulkarni Superseded
RFC [1/2] divmod transform --- 2016-05-27 Prathamesh Kulkarni Superseded
RFC [1/2] divmod transform --- 2016-05-30 Prathamesh Kulkarni Superseded
RFC [1/2] divmod transform --- 2016-05-31 Prathamesh Kulkarni Superseded
RFC [1/2] divmod transform --- 2016-07-28 Prathamesh Kulkarni New
RFC [1/2] divmod transform --- 2016-08-13 Prathamesh Kulkarni Superseded
RFC [1/2] divmod transform --- 2016-08-13 Prathamesh Kulkarni New
remove call to memset in value-prof.c:free_hist() --- 2017-05-23 Prathamesh Kulkarni New
reject decl with incomplete struct/union type in check_global_declaration() --- 2016-01-14 Prathamesh Kulkarni Superseded
reject decl with incomplete struct/union type in check_global_declaration() --- 2016-01-15 Prathamesh Kulkarni Superseded
reject decl with incomplete struct/union type in check_global_declaration() --- 2016-01-16 Prathamesh Kulkarni Superseded
reject decl with incomplete struct/union type in check_global_declaration() --- 2016-01-20 Prathamesh Kulkarni New
PR92163 PR92163 --- 2019-10-23 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
PR88788 - Infinite loop in malloc_candidate_p_1 PR88788 - Infinite loop in malloc_candidate_p_1 --- 2019-01-15 Prathamesh Kulkarni New
PR85817 PR85817 --- 2018-05-18 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
PR85734 PR85734 --- 2018-05-14 Prathamesh Kulkarni New
PR83775 PR83775 --- 2018-01-10 Prathamesh Kulkarni New
PR83750: CSE erf/erfc pair PR83750: CSE erf/erfc pair --- 2018-11-02 Prathamesh Kulkarni New
PR83648 PR83648 --- 2018-01-03 Prathamesh Kulkarni New
PR83501 PR83501 --- 2017-12-21 Prathamesh Kulkarni New
PR82808 PR82808 --- 2017-11-03 Prathamesh Kulkarni New
PR82665 - missing value range optimization for memchr PR82665 - missing value range optimization for memchr --- 2017-11-20 Prathamesh Kulkarni New
PR81703 and Martin's fix for PR83501 PR81703 and Martin's fix for PR83501 --- 2018-01-10 Prathamesh Kulkarni New
PR80806 --- 2017-05-18 Prathamesh Kulkarni New
PR80613 --- 2017-05-04 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
PR79478 --- 2017-02-13 Prathamesh Kulkarni New
PR78888 - add value range info for tolower/toupper --- 2017-08-03 Prathamesh Kulkarni New
PR78736 PR78736 --- 2019-08-29 Prathamesh Kulkarni New
PR78629 --- 2016-12-01 Prathamesh Kulkarni New
PR78599 --- 2016-12-01 Prathamesh Kulkarni New
PR78501 --- 2016-11-24 Prathamesh Kulkarni New
PR78319 --- 2016-11-16 Prathamesh Kulkarni New
PR78153 --- 2016-11-20 Prathamesh Kulkarni Superseded
PR78153 --- 2016-11-22 Prathamesh Kulkarni New
PR78153 --- 2016-11-23 Prathamesh Kulkarni Superseded
PR78153 --- 2016-11-23 Prathamesh Kulkarni New
PR77644 --- 2017-05-09 Prathamesh Kulkarni New
[PR71078] x / abs(x) -> copysign (1.0, x) --- 2016-07-25 Prathamesh Kulkarni Superseded
[PR71078] x / abs(x) -> copysign (1.0, x) --- 2016-07-27 Prathamesh Kulkarni New
[PR71078] x / abs(x) -> copysign (1.0, x) --- 2016-08-01 Prathamesh Kulkarni New
[PR70920] transform (intptr_t) x eq/ne CST to x eq/ne (typeof x) cst --- 2016-07-25 Prathamesh Kulkarni Superseded
[PR70920] transform (intptr_t) x eq/ne CST to x eq/ne (typeof x) cst --- 2016-07-25 Prathamesh Kulkarni New
[PR70920] transform (intptr_t) x eq/ne CST to x eq/ne (typeof x) cst --- 2016-07-29 Prathamesh Kulkarni Superseded
« 1 2 3 »