Show patches with: State = Action Required       |    Archived = No       |   126642 patches
« 1 2 ... 669 670 6711266 1267 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[RFC,IPA-VRP] Early VRP Implementation - - - - --- 2016-08-03 Kugan Vivekanandarajah New
[Bug,tree-optimization] Fix for PR71994 - - - - --- 2016-07-27 Kugan Vivekanandarajah New
[Bug,tree-optimization] Fix for PR71994 - - - - --- 2016-07-26 Kugan Vivekanandarajah New
[RFC,IPA-VRP] Early VRP Implementation - - - - --- 2016-07-26 Kugan Vivekanandarajah New
[Bug,tree-optimization] Fix for PR71994 - - - - --- 2016-07-26 Kugan Vivekanandarajah New
[RFC,IPA-VRP] Disable setting param of __builtin_constant_p to null - - - - --- 2016-07-25 Kugan Vivekanandarajah New
[RFC,IPA-VRP] Re-factor tree-vrp to factor out common code - - - - --- 2016-07-23 Kugan Vivekanandarajah New
[RFC,IPA-VRP] Re-factor tree-vrp to factor out common code - - - - --- 2016-07-22 Kugan Vivekanandarajah New
[RFC,IPA-VRP] Re-factor tree-vrp to factor out common code - - - - --- 2016-07-22 Kugan Vivekanandarajah New
[RFC,IPA-VRP] Early VRP Implementation - - - - --- 2016-07-22 Kugan Vivekanandarajah New
[VRP] Use alloc-pool and obstack for value_range and vr->equiv allocations - - - - --- 2016-07-20 Kugan Vivekanandarajah New
[RFC,IPA-VRP] Add support for IPA VRP in ipa-cp/ipa-prop - - - - --- 2016-07-19 Kugan Vivekanandarajah New
[RFC,IPA-VRP] Add support for IPA VRP in ipa-cp/ipa-prop - - - - --- 2016-07-19 Kugan Vivekanandarajah New
[RFC,IPA-VRP] Teach tree-vrp to use the VR set in params - - - - --- 2016-07-15 Kugan Vivekanandarajah New
[RFC,IPA-VRP] Add support for IPA VRP in ipa-cp/ipa-prop - - - - --- 2016-07-15 Kugan Vivekanandarajah New
[RFC,IPA-VRP] Early VRP Implementation - - - - --- 2016-07-15 Kugan Vivekanandarajah New
[RFC,IPA-VRP] Re-factor tree-vrp to factor out common code - - - - --- 2016-07-15 Kugan Vivekanandarajah New
[RFC,IPA-VRP] Check for POINTER_TYPE_P before accessing SSA_NAME_PTR_INFO in tree-inline - - - - --- 2016-07-15 Kugan Vivekanandarajah New
[RFC,IPA-VRP] Disable setting param of __builtin_constant_p to null - - - - --- 2016-07-15 Kugan Vivekanandarajah New
[PR71478] Fix ICE in tree-ssa-reassoc.c - - - - --- 2016-06-10 Kugan Vivekanandarajah New
[PR71408] - Fix wrong code at -Os and above - - - - --- 2016-06-05 Kugan Vivekanandarajah New
[PR71281] ICE on gcc trunk on knl, wsm, ivb and bdw targets - - - - --- 2016-06-04 Kugan Vivekanandarajah New
[PR66726] Fix regression caused by Factor conversion out of COND_EXPR - - - - --- 2016-06-01 Kugan Vivekanandarajah New
[PATCH2,PR71252] Fix insertion point of stmt_to_insert - - - - --- 2016-05-30 Kugan Vivekanandarajah New
[PATCH2,PR71252] Fix insertion point of stmt_to_insert - - - - --- 2016-05-27 Kugan Vivekanandarajah New
[PATCH1,PR71252] Fix missing swap to stmt_to_insert - - - - --- 2016-05-27 Kugan Vivekanandarajah New
[PR71252,PR71269] Fix trunk errors due to stmt_to_insert - - - - --- 2016-05-26 Kugan Vivekanandarajah New
[PR71252,PR71269] Fix trunk errors due to stmt_to_insert - - - - --- 2016-05-26 Kugan Vivekanandarajah New
[PR71252] ICE: verify_ssa failed - - - - --- 2016-05-24 Kugan Vivekanandarajah New
Fix PR tree-optimization/71170 - - - - --- 2016-05-24 Kugan Vivekanandarajah New
Fix PR tree-optimization/71170 - - - - --- 2016-05-24 Kugan Vivekanandarajah New
Fix PR tree-optimization/71170 - - - - --- 2016-05-21 Kugan Vivekanandarajah New
Fix PR tree-optimization/71179 - - - - --- 2016-05-20 Kugan Vivekanandarajah New
Fix PR tree-optimization/71170 - - - - --- 2016-05-19 Kugan Vivekanandarajah New
Fix PR tree-optimization/71170 - - - - --- 2016-05-19 Kugan Vivekanandarajah New
Fix PR tree-optimization/71170 - - - - --- 2016-05-19 Kugan Vivekanandarajah New
[RFC,PR40921] Convert x + (-y * z * z) into x - y * z * z - - - - --- 2016-05-18 Kugan Vivekanandarajah New
[AARCH64] Remove static variable all_extensions from aarch64.c - - - - --- 2016-05-17 Kugan Vivekanandarajah New
[RFC] Type promotion pass and elimination of zext/sext - - - - --- 2016-05-16 Kugan Vivekanandarajah New
[RFC,PR70841] Reassoc fails to handle FP division - - - - --- 2016-05-05 Kugan Vivekanandarajah New
[RFC,PR63586] Convert x+x+x+x into 4*x - - - - --- 2016-05-05 Kugan Vivekanandarajah New
[RFC,PR40921] Convert x + (-y * z * z) into x - y * z * z - - - - --- 2016-05-05 Kugan Vivekanandarajah New
[RFC,PR68217] Improve value range for signed & sign-bit-CST - - - - --- 2016-04-27 Kugan Vivekanandarajah New
[RFC,PR63586] Convert x+x+x+x into 4*x - - - - --- 2016-04-23 Kugan Vivekanandarajah New
[RFC,PR40921] Convert x + (-y * z * z) into x - y * z * z - - - - --- 2016-04-23 Kugan Vivekanandarajah New
[RFC,PR61839] Convert CST BINOP COND_EXPR to COND_EXPR ? (CST BINOP 1) : (CST BINOP 0) - - - - --- 2016-04-16 Kugan Vivekanandarajah New
[RFC,PR68217] Improve value range for signed & sign-bit-CST - - - - --- 2016-04-15 Kugan Vivekanandarajah New
[RFC,PR69708] IPA inline not working for function reference in static const struc - - - - --- 2016-02-29 Kugan Vivekanandarajah New
[RFC,PR40921] Convert x + (-y * z * z) into x - y * z * z - - - - --- 2016-02-29 Kugan Vivekanandarajah New
[RFC,PR63586] Convert x+x+x+x into 4*x - - - - --- 2016-02-29 Kugan Vivekanandarajah New
[RFC,PR63586] Convert x+x+x+x into 4*x - - - - --- 2016-02-26 Kugan Vivekanandarajah New
[RFC,PR40921] Convert x + (-y * z * z) into x - y * z * z - - - - --- 2016-02-26 Kugan Vivekanandarajah New
Remove redundant unshare_expr from ipa-prop - - - - --- 2016-01-22 Kugan Vivekanandarajah New
Remove outdated text from lto.texi - - - - --- 2016-01-19 Kugan Vivekanandarajah New
[PR66726] Fixe regression caused by Factor conversion out of COND_EXPR - - - - --- 2016-01-19 Kugan Vivekanandarajah New
[RFC,ARM,PR67714] signed char is zero-extended instead of sign-extended - - - - --- 2016-01-12 Kugan Vivekanandarajah New
[ARM,PR69194] Fix ICE in in extract_insn - - - - --- 2016-01-09 Kugan Vivekanandarajah New
[ARM,PR69194] Fix ICE in in extract_insn - - - - --- 2016-01-08 Kugan Vivekanandarajah New
[0/7] Type promotion pass and elimination of zext/sext - - - - --- 2015-11-24 Kugan Vivekanandarajah New
Incorrect code due to indirect tail call of varargs function with hard float ABI - - - - --- 2015-11-18 Kugan Vivekanandarajah New
Incorrect code due to indirect tail call of varargs function with hard float ABI - - - - --- 2015-11-17 Kugan Vivekanandarajah New
Incorrect code due to indirect tail call of varargs function with hard float ABI - - - - --- 2015-11-17 Kugan Vivekanandarajah New
Incorrect code due to indirect tail call of varargs function with hard float ABI - - - - --- 2015-11-16 Kugan Vivekanandarajah New
[0/7] Type promotion pass and elimination of zext/sext - - - - --- 2015-11-14 Kugan Vivekanandarajah New
[0/7] Type promotion pass and elimination of zext/sext - - - - --- 2015-11-12 Kugan Vivekanandarajah New
[0/7] Type promotion pass and elimination of zext/sext - - - - --- 2015-11-08 Kugan Vivekanandarajah New
[0/7] Type promotion pass and elimination of zext/sext - - - - --- 2015-11-02 Kugan Vivekanandarajah New
[0/7] Type promotion pass and elimination of zext/sext - - - - --- 2015-10-22 Kugan Vivekanandarajah New
[5/7] Allow gimple debug stmt in widen mode - - - - --- 2015-10-18 Kugan Vivekanandarajah New
[2/7] Add new type promotion pass - - - - --- 2015-10-15 Kugan Vivekanandarajah New
[1/7] Add new tree code SEXT_EXPR - - - - --- 2015-10-15 Kugan Vivekanandarajah New
[5/7] Allow gimple debug stmt in widen mode - - - - --- 2015-10-15 Kugan Vivekanandarajah New
[1/7] Add new tree code SEXT_EXPR - - - - --- 2015-10-11 Kugan Vivekanandarajah New
[3/7] Optimize ZEXT_EXPR with tree-vrp - - - - --- 2015-10-11 Kugan Vivekanandarajah New
[3/7] Optimize ZEXT_EXPR with tree-vrp - - - - --- 2015-10-07 Kugan Vivekanandarajah New
[3/7] Optimize ZEXT_EXPR with tree-vrp - - - - --- 2015-10-06 Kugan Vivekanandarajah New
[AARCH64] Add missing entries in iterator vwcore - - - - --- 2015-10-06 Kugan Vivekanandarajah New
[AARCH64] Add missing entries in iterator vwcore - - - - --- 2015-10-01 Kugan Vivekanandarajah New
[5/7] Allow gimple debug stmt in widen mode - - - - --- 2015-09-08 Kugan Vivekanandarajah New
[7/7] Adjust-arm-test cases - - - - --- 2015-09-07 Kugan Vivekanandarajah New
[6/7] Temporary workaround to get aarch64 bootstrap - - - - --- 2015-09-07 Kugan Vivekanandarajah New
[5/7] Allow gimple debug stmt in widen mode - - - - --- 2015-09-07 Kugan Vivekanandarajah New
[5/7] Allow gimple debug stmt in widen mode - - - - --- 2015-09-07 Kugan Vivekanandarajah New
[4/7] Use correct promoted mode sign for result of GIMPLE_CALL - - - - --- 2015-09-07 Kugan Vivekanandarajah New
[3/7] Optimize ZEXT_EXPR with tree-vrp - - - - --- 2015-09-07 Kugan Vivekanandarajah New
[2/7] Add new type promotion pass - - - - --- 2015-09-07 Kugan Vivekanandarajah New
[1/7] Add new tree code SEXT_EXPR - - - - --- 2015-09-07 Kugan Vivekanandarajah New
[RFC] Elimination of zext/sext - type promotion pass - - - - --- 2015-08-05 Kugan Vivekanandarajah New
[1/2] Allow REG_EQUAL for ZERO_EXTRACT - - - - --- 2015-07-28 Kugan Vivekanandarajah New
[PR66726] Factor conversion out of COND_EXPR - - - - --- 2015-07-27 Kugan Vivekanandarajah New
[1/2] Allow REG_EQUAL for ZERO_EXTRACT - - - - --- 2015-07-20 Kugan Vivekanandarajah New
[PR66726] Factor conversion out of COND_EXPR - - - - --- 2015-07-16 Kugan Vivekanandarajah New
[PR66726] Factor conversion out of COND_EXPR - - - - --- 2015-07-15 Kugan Vivekanandarajah New
[PR66726] Factor conversion out of COND_EXPR - - - - --- 2015-07-09 Kugan Vivekanandarajah New
[PR66726] Factor conversion out of COND_EXPR - - - - --- 2015-07-07 Kugan Vivekanandarajah New
[1/2] Allow REG_EQUAL for ZERO_EXTRACT - - - - --- 2015-07-05 Kugan Vivekanandarajah New
[PR66726] Factor conversion out of COND_EXPR - - - - --- 2015-07-04 Kugan Vivekanandarajah New
[PR66726] Factor conversion out of COND_EXPR - - - - --- 2015-07-04 Kugan Vivekanandarajah New
[1/2] Allow REG_EQUAL for ZERO_EXTRACT - - - - --- 2015-06-30 Kugan Vivekanandarajah New
[2/2] Set REG_EQUAL - - - - --- 2015-06-28 Kugan Vivekanandarajah New
« 1 2 ... 669 670 6711266 1267 »