Toggle navigation
Patchwork
gcc
Patches
Bundles
About this project
Login
Register
Mail settings
Show patches with
: Archived =
No
| 3547 patches
Series
Submitter
State
any
Action Required
New
Under Review
Accepted
Rejected
RFC
Not Applicable
Changes Requested
Awaiting Upstream
Superseded
Deferred
Search
Archived
No
Yes
Both
Delegate
------
Nobody
andy.doan@linaro.org
andy.doan@linaro.org
Apply
«
1
2
...
22
23
24
…
35
36
»
Patch
Series
S/W/F
Date
Submitter
Delegate
State
[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
make streaming routines for widest_int non-static
-
-
-
2016-08-04
Prathamesh Kulkarni
New
[tree-ssa-ccp] modify extend_mask to extend bits based on signop
-
-
-
2016-08-04
Prathamesh Kulkarni
New
fix fallout of pr22051-2.c on arm
-
-
-
2016-08-04
Prathamesh Kulkarni
New
Fix wrong code on aarch64 due to paradoxical subreg
-
-
-
2016-08-04
James Greenhalgh
New
split test cases pr71078-1.c and pr71078-2.c
-
-
-
2016-08-04
Prathamesh Kulkarni
New
[LTO] Add wide_int streaming support
-
-
-
2016-08-04
Kugan Vivekanandarajah
New
[PR70920] transform (intptr_t) x eq/ne CST to x eq/ne (typeof x) cst
-
-
-
2016-08-04
Prathamesh Kulkarni
New
[RFC] ipa bitwise constant propagation
-
-
-
2016-08-04
Prathamesh Kulkarni
Superseded
[LTO] Add wide_int streaming support
-
-
-
2016-08-04
Kugan Vivekanandarajah
New
[PR70920] transform (intptr_t) x eq/ne CST to x eq/ne (typeof x) cst
-
-
-
2016-08-03
Prathamesh Kulkarni
Superseded
fix fallout of pr22051-2.c on arm
-
-
-
2016-08-03
Prathamesh Kulkarni
Superseded
[PR57371] transform (double)i eq/ne 0 to i eq/ne 0
-
-
-
2016-08-03
Prathamesh Kulkarni
New
[RFC,IPA-VRP] Early VRP Implementation
-
-
-
2016-08-03
Kugan Vivekanandarajah
New
[AArch64,Obvious] Fix Bootstrap for my mistake in r238977
-
-
-
2016-08-02
James Greenhalgh
New
fold strlen (s) eq/ne 0 to *s eq/ne 0 on GIMPLE
-
-
-
2016-08-01
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-29
Prathamesh Kulkarni
Superseded
[PR70920] transform (intptr_t) x eq/ne CST to x eq/ne (typeof x) cst
-
-
-
2016-07-29
Prathamesh Kulkarni
Superseded
aarch64: Add split-stack initial support
-
-
-
2016-07-28
Adhemerval Zanella
Superseded
divmod transform: add test-cases
-
-
-
2016-07-28
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/2] divmod transform
-
-
-
2016-07-28
Prathamesh Kulkarni
New
[PR71078] x / abs(x) -> copysign (1.0, x)
-
-
-
2016-07-27
Prathamesh Kulkarni
New
[Bug,tree-optimization] Fix for PR71994
-
-
-
2016-07-27
Kugan Vivekanandarajah
New
[AArch64] Handle HFAs of float16 types properly
-
-
-
2016-07-26
James Greenhalgh
Accepted
[Bug,tree-optimization] Fix for PR71994
-
-
-
2016-07-26
Kugan Vivekanandarajah
Superseded
[RFC,IPA-VRP] Early VRP Implementation
-
-
-
2016-07-26
Kugan Vivekanandarajah
Superseded
[Bug,tree-optimization] Fix for PR71994
-
-
-
2016-07-26
Kugan Vivekanandarajah
Superseded
[RFC] warn on dead function calls in ipa-pure-const [1/4]
-
-
-
2016-07-25
Prathamesh Kulkarni
New
[PR70920] transform (intptr_t) x eq/ne CST to x eq/ne (typeof x) cst
-
-
-
2016-07-25
Prathamesh Kulkarni
New
[PR71078] x / abs(x) -> copysign (1.0, x)
-
-
-
2016-07-25
Prathamesh Kulkarni
Superseded
[RFC,IPA-VRP] Disable setting param of __builtin_constant_p to null
-
-
-
2016-07-25
Kugan Vivekanandarajah
New
[PR70920] transform (intptr_t) x eq/ne CST to x eq/ne (typeof x) cst
-
-
-
2016-07-25
Prathamesh Kulkarni
Superseded
[RFC,IPA-VRP] Re-factor tree-vrp to factor out common code
-
-
-
2016-07-23
Kugan Vivekanandarajah
Superseded
[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
Superseded
fix typo in comment in tree-ssa-strlen.c
-
-
-
2016-07-21
Prathamesh Kulkarni
New
fold x ^ y to 0 if x == y
-
-
-
2016-07-20
Prathamesh Kulkarni
New
[RFC,4/2,v3] Refactor noce_try_cmove_arith
-
-
-
2016-07-20
James Greenhalgh
New
[RFC:,3/2,v3] Don't expand a conditional move between identical sources
-
-
-
2016-07-20
James Greenhalgh
New
[RFC:,2/2,v3] Introduce a new cost model for ifcvt.
-
-
-
2016-07-20
James Greenhalgh
New
[Re:,RFC:,1/2,v3] New target hook: max_noce_ifcvt_seq_cost
-
-
-
2016-07-20
James Greenhalgh
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
Superseded
[RFC,IPA-VRP] Add support for IPA VRP in ipa-cp/ipa-prop
-
-
-
2016-07-19
Kugan Vivekanandarajah
Superseded
[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
Superseded
[RFC,IPA-VRP] Early VRP Implementation
-
-
-
2016-07-15
Kugan Vivekanandarajah
Superseded
[RFC,IPA-VRP] Re-factor tree-vrp to factor out common code
-
-
-
2016-07-15
Kugan Vivekanandarajah
Superseded
[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
Superseded
fold x ^ y to 0 if x == y
-
-
-
2016-07-08
Prathamesh Kulkarni
New
[testsuite] asan/clone-test-1.c: Handle clone() failure
-
-
-
2016-07-04
Christophe Lyon
Accepted
[AARCH64] add qdf24xx tuning structure
-
-
-
2016-06-28
Jim Wilson
New
move increase_alignment from simple to regular ipa pass
-
-
-
2016-06-23
Prathamesh Kulkarni
New
[RFC:,6/6,v2] Remove second cost model from noce_try_store_flag_mask
-
-
-
2016-06-21
James Greenhalgh
New
[RFC:,5/6,v2] Improve the cost model for multiple-sets
-
-
-
2016-06-21
James Greenhalgh
New
[RFC:,4/6,v2] Modify cost model for noce_cmove_arith
-
-
-
2016-06-21
James Greenhalgh
New
[RFC:,3/6,v2] Remove if_info->branch_cost
-
-
-
2016-06-21
James Greenhalgh
New
[RFC:,2/6,v2] Factor out the comparisons against magic numbers in ifcvt
-
-
-
2016-06-21
James Greenhalgh
New
[RFC:,1/6,v2] New target hook: max_noce_ifcvt_seq_cost
-
-
-
2016-06-21
James Greenhalgh
New
[ARM,testsuite] Add missing guards to fp16 AdvSIMD tests
-
-
-
2016-06-21
Christophe Lyon
New
[AArch64] Give some new costs for Cortex-A53 floating-point operations
-
-
-
2016-06-20
James Greenhalgh
Accepted
move increase_alignment from simple to regular ipa pass
-
-
-
2016-06-17
Prathamesh Kulkarni
Superseded
[ARM,testsuite] Make arm_neon_fp16 depend on arm_neon_ok
-
-
-
2016-06-17
Christophe Lyon
New
[ARM,arm_neon.h] s/__FAST_MATH/__FAST_MATH__/g
-
-
-
2016-06-16
James Greenhalgh
New
Fix SLP wrong-code with VECTOR_BOOLEAN_TYPE_P (PR tree-optimization/71259)
-
-
-
2016-06-15
Christophe Lyon
New
move increase_alignment from simple to regular ipa pass
-
-
-
2016-06-14
Prathamesh Kulkarni
Superseded
[AArch64] Add some more missing intrinsics
-
-
-
2016-06-13
James Greenhalgh
New
move increase_alignment from simple to regular ipa pass
-
-
-
2016-06-13
Prathamesh Kulkarni
Superseded
[AARCH64] add qdf24xx tuning structure
-
-
-
2016-06-10
Jim Wilson
Superseded
[3/3,RTL,ifcvt] PR middle-end/37780: Conditional expression with __builtin_clz() should be optimized out
-
-
-
2016-06-10
Christophe Lyon
New
[AArch64] Fixup to fcvt patterns added in r237200
-
-
-
2016-06-10
James Greenhalgh
New
[ARM] implement division using vrecpe/vrecps with -funsafe-math-optimizations
-
-
-
2016-06-10
Prathamesh Kulkarni
New
[PR71478] Fix ICE in tree-ssa-reassoc.c
-
-
-
2016-06-10
Kugan Vivekanandarajah
New
move increase_alignment from simple to regular ipa pass
-
-
-
2016-06-09
Prathamesh Kulkarni
Superseded
Fix SLP wrong-code with VECTOR_BOOLEAN_TYPE_P (PR tree-optimization/71259)
-
-
-
2016-06-08
Christophe Lyon
Superseded
[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
[AArch64] Refactor and clean up some of the sched_fusion handling
-
-
-
2016-06-03
James Greenhalgh
New
[AArch64] Give some new costs for Cortex-A57 floating-point operations
-
-
-
2016-06-03
James Greenhalgh
Accepted
[RFC:,6/6] Remove second cost model from noce_try_store_flag_mask
-
-
-
2016-06-02
James Greenhalgh
New
[RFC:,5/6] Improve the cost model for multiple-sets
-
-
-
2016-06-02
James Greenhalgh
New
[RFC:,4/6] Modify cost model for noce_cmove_arith
-
-
-
2016-06-02
James Greenhalgh
New
[RFC:,3/6] Remove if_info->branch_cost
-
-
-
2016-06-02
James Greenhalgh
Superseded
[RFC:,2/6] Factor out the comparisons against magic numbers in ifcvt
-
-
-
2016-06-02
James Greenhalgh
Superseded
[RFC:,1/6] New target hook: rtx_branch_cost
-
-
-
2016-06-02
James Greenhalgh
New
[ipa-comdats] create a new comdat group for symbol if it's referenced from multiple comdat groups
-
-
-
2016-06-02
Prathamesh Kulkarni
New
move increase_alignment from simple to regular ipa pass
-
-
-
2016-06-02
Prathamesh Kulkarni
Superseded
move increase_alignment from simple to regular ipa pass
-
-
-
2016-06-02
Prathamesh Kulkarni
Superseded
move increase_alignment from simple to regular ipa pass
-
-
-
2016-06-02
Prathamesh Kulkarni
Superseded
[PR66726] Fix regression caused by Factor conversion out of COND_EXPR
-
-
-
2016-06-01
Kugan Vivekanandarajah
New
move increase_alignment from simple to regular ipa pass
-
-
-
2016-06-01
Prathamesh Kulkarni
Superseded
RFC [1/2] divmod transform
-
-
-
2016-05-31
Prathamesh Kulkarni
Superseded
RFC [1/2] divmod transform
-
-
-
2016-05-30
Prathamesh Kulkarni
Superseded
[PATCH2,PR71252] Fix insertion point of stmt_to_insert
-
-
-
2016-05-30
Kugan Vivekanandarajah
New
«
1
2
...
22
23
24
…
35
36
»