Show patches with: State = Action Required       |   2655 patches
« 1 2 ... 18 19 2026 27 »
Patch Series S/W/F Date Submitter Delegate State
[testsuite] Change xfail conditions for bb-slp-34.c --- 2016-03-03 James Greenhalgh New
[ARM] PR target/70008 --- 2016-03-03 Michael Collison New
[ARM] PR target/70014 --- 2016-03-01 Michael Collison 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,PR40921] Convert x + (-y * z * z) into x - y * z * z --- 2016-02-26 Kugan Vivekanandarajah New
[WWWDocs] Deprecate support for non-thumb ARM devices --- 2016-02-24 Richard Earnshaw (lists) New
[ARM] stop changing signedness in PROMOTE_MODE --- 2016-02-17 Christophe Lyon New
[ARM] Use vector wide add for mixed-mode adds --- 2016-02-15 Michael Collison New
[ARM] RFC: PR69770 -mlong-calls does not affect calls to __gnu_mcount_nc generated by -pg --- 2016-02-12 Charles Baylis New
add check for aarch64 in check_effective_target_section_anchors() --- 2016-02-11 Prathamesh Kulkarni New
Gate vect-mask-store-move-1.c correctly, and actually output the dump --- 2016-02-09 James Greenhalgh New
[C++] report better diagnostic for static following '[' in parameter declaration --- 2016-01-29 Prathamesh Kulkarni New
[C++] report better diagnostic for static following '[' in parameter declaration --- 2016-01-28 Prathamesh Kulkarni New
[AArch64] Restrict 16-bit sqrdml{sa}h instructions to FP_LO_REGS --- 2016-01-26 James Greenhalgh New
ARM PR68620 (ICE with FP16 on armeb) --- 2016-01-26 Christophe Lyon New
[AArch64] Disable pcrelative_literal_loads with fix-cortex-a53-843419 --- 2016-01-26 Christophe Lyon New
[ARM,AARCH64] target/PR68674: relayout vector_types in expand_expr --- 2016-01-25 Christophe Lyon New
[Obvious] gcc.dg/vect/bb-slp-pr68892.c requires vectorization of doubles --- 2016-01-22 James Greenhalgh New
Remove redundant unshare_expr from ipa-prop --- 2016-01-22 Kugan Vivekanandarajah New
[AArch64] GCC 6 regression in vector performance. - Fix vector initialization to happen with lane load instructions. --- 2016-01-20 James Greenhalgh New
reject decl with incomplete struct/union type in check_global_declaration() --- 2016-01-20 Prathamesh Kulkarni New
Remove outdated text from lto.texi --- 2016-01-19 Kugan Vivekanandarajah New
[ARM] Fix armv8.1 support at configure time --- 2016-01-13 Yvan Roux New
[RFC,ARM,PR67714] signed char is zero-extended instead of sign-extended --- 2016-01-12 Kugan Vivekanandarajah New
[AArch64] Remove AARCH64_EXTRA_TUNE_RECIP_SQRT from Cortex-A57 tuning --- 2016-01-11 James Greenhalgh New
[AArch64] Use software sqrt expansion always for -mlow-precision-recip-sqrt --- 2016-01-11 James Greenhalgh 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
Fix 61441 [5/5] Disable various transformations for signaling NaN operands --- 2016-01-08 Sujoy Saraswati New
[testsuite,ARM,target,attributes] Fix effective_target tests --- 2016-01-04 Christophe Lyon New
[ifcvt] Add a new parameter to limit if-conversion --- 2015-12-18 James Greenhalgh New
Backport: [Patch AArch64] Reinstate CANNOT_CHANGE_MODE_CLASS to fix pr67609 --- 2015-12-18 James Greenhalgh New
[testsuite] Skip gcc.dg/ifcvt-4.c for targets on which it may not work --- 2015-12-18 James Greenhalgh New
[COMMITTED] Add myself to MAINTAINERS (Write After Approval) --- 2015-12-18 Sujoy Saraswati New
[ARM] Use vector wide add for mixed-mode adds --- 2015-12-10 Kyrylo Tkachov New
[combine] Don't create LSHIFTRT of zero bits in change_zero_ext --- 2015-12-10 Kyrylo Tkachov New
[AArch64] Emit square root using the Newton series --- 2015-12-09 Kyrylo Tkachov New
[AArch64] Emit square root using the Newton series --- 2015-12-09 Kyrylo Tkachov New
[ARM] PR target/68648: Fold NOT of CONST_INT in andsi_iorsi3_notsi splitter --- 2015-12-07 Kyrylo Tkachov New
[AArch64] Add register constraints to add<mode>3_pluslong --- 2015-12-04 James Greenhalgh New
[PR46032] Handle BUILT_IN_GOMP_PARALLEL in ipa-pta --- 2015-12-01 Christophe Lyon New
[ARM] PR target/68617 Fix armv6 unaligned_access with attribute thumb --- 2015-12-01 Kyrylo Tkachov New
[AArch64] Reinstate CANNOT_CHANGE_MODE_CLASS to fix pr67609 --- 2015-11-27 James Greenhalgh New
[testsuite,ARM,target,attributes] Fix effective_target tests --- 2015-11-27 Christophe Lyon New
[calls.c,4.9/5,backport] PR rtl-optimization/67226: Take into account pretend_args_size when checking stack offsets for sibcall optimisation --- 2015-11-26 Kyrylo Tkachov New
Fix 61441 [5/5] Disable various transformations for signaling NaN operands --- 2015-11-26 Sujoy Saraswati New
Fix 61441 [4/5] Produce quiet NaN for real value operations --- 2015-11-26 Sujoy Saraswati New
Fix 61441 [3/5] Remove flag_errno_math check for RINT --- 2015-11-26 Sujoy Saraswati New
Fix 61441 [2/5] Use REAL_VALUE_ISSIGNALING_NAN instead of REAL_VALUE_ISNAN where appropriate --- 2015-11-26 Sujoy Saraswati New
Fix 61441 [ 1/5] Add REAL_VALUE_ISSIGNALING_NAN --- 2015-11-26 Sujoy Saraswati New
combine: Handle aborts in is_parallel_of_n_reg_sets (PR68381) --- 2015-11-24 Kyrylo Tkachov New
[cfgloop] PR middle-end/68375: Restructure get_loop_body_in_bfs_order to handle loops with only a header --- 2015-11-24 Kyrylo Tkachov New
[AArch64,v2] Improve comparison with complex immediates followed by branch/cset --- 2015-11-24 Kyrylo Tkachov New
[Aarch64] Use vector wide add for mixed-mode adds --- 2015-11-24 Michael Collison New
[0/7] Type promotion pass and elimination of zext/sext --- 2015-11-24 Kugan Vivekanandarajah New
[RTL-ree] PR rtl-optimization/68194: Restrict copy instruction in presence of conditional moves --- 2015-11-23 Kyrylo Tkachov New
fix vectorizer performance problem on cygwin hosted cross compiler --- 2015-11-20 Jim Wilson New
[combine] PR rtl-optimization/68381: Only restrict pure simplification in mult-extend subst case, allow other substitutions --- 2015-11-19 Kyrylo Tkachov New
Incorrect code due to indirect tail call of varargs function with hard float ABI --- 2015-11-18 Kugan Vivekanandarajah New
[5/5,AARCH64] Add variant support to -m*=native and add thunderxt88pass1. --- 2015-11-17 Andrew Pinski New
[4/5] {AARCH64] Add comment for the company's cores. --- 2015-11-17 Andrew Pinski New
[3/5,AARCH64] Fix part num and implement indendent. --- 2015-11-17 Andrew Pinski New
[2/5,AARCH64] Change IMP and PART over to integers from strings. --- 2015-11-17 Andrew Pinski New
[1/5,AARCH64] : Move #undef into .def files. --- 2015-11-17 Andrew Pinski New
Incorrect code due to indirect tail call of varargs function with hard float ABI --- 2015-11-17 Kugan Vivekanandarajah New
[ARM] Add support for Cortex-A35 --- 2015-11-16 James Greenhalgh New
[AArch64] Add support for Cortex-A35 --- 2015-11-16 James Greenhalgh New
[AArch64] PR target/68363 Check that argument is real INSN in aarch64_madd_needs_nop --- 2015-11-16 Kyrylo Tkachov New
[0/7] Type promotion pass and elimination of zext/sext --- 2015-11-14 Kugan Vivekanandarajah New
[ARM/Aarch64] add initial Qualcomm support --- 2015-11-13 Jim Wilson New
[ARM/Aarch64] add initial Qualcomm support --- 2015-11-13 Kyrylo Tkachov New
[v2,ARM] PR61551 RFC: Improve costs for NEON addressing modes --- 2015-11-13 Charles Baylis New
[ARM/Aarch64] add initial Qualcomm support --- 2015-11-11 Jim Wilson New
[ARM] Do not expand movmisalign pattern if not in 32-bit mode --- 2015-11-11 Kyrylo Tkachov New
[4b/4,ARM] PR63870 Remove error for invalid lane numbers --- 2015-11-11 Charles Baylis New
[ARM] PR 68149 Fix ICE in unaligned_loaddi split --- 2015-11-10 Kyrylo Tkachov New
[5/Vect] Partial backport of r228751 (pr68238) --- 2015-11-10 James Greenhalgh New
[ARM,3/3,v2] Implement negsicc, notsicc optabs --- 2015-11-10 Kyrylo Tkachov New
[optabs,ifcvt,1/3] Define negcc, notcc optabs --- 2015-11-09 Kyrylo Tkachov New
[ARM] Use snprintf rather than sprintf where possible --- 2015-11-09 Kyrylo Tkachov New
[AArch64,cleanup] Remove uses of CONST_DOUBLE_HIGH, CONST_DOUBLE_LOW --- 2015-11-09 Kyrylo Tkachov New
[4b/4,ARM] PR63870 Remove error for invalid lane numbers --- 2015-11-08 Charles Baylis New
[4a/4,ARM] PR63870 Use internal_error() for invalid lane numbers --- 2015-11-08 Charles Baylis New
[3/4,ARM] PR63870 Add test cases --- 2015-11-08 Charles Baylis New
[2/4,ARM] PR63870 Mark lane indices of vldN/vstN with appropriate qualifier --- 2015-11-08 Charles Baylis New
[ARM] PR 49526: Add support for smmul,smmla,smmls instructions --- 2015-11-06 Kyrylo Tkachov New
[Obivous,testsuite,aarch64/arm] Fix typo --- 2015-11-06 Christophe Lyon New
[combine,RFC] Don't transform sign and zero extends inside mults --- 2015-11-06 Kyrylo Tkachov New
[AArch64] Fix vqtb[lx][234] on big-endian --- 2015-11-06 Christophe Lyon New
[cp,committed] Fix bootstrap on arm due to print format warning --- 2015-11-06 Kyrylo Tkachov New
[ARM,PR,68223] arm_[su]min_cmp pattern fails --- 2015-11-06 Michael Collison New
[ARM,cleanup] Remove uses of CONST_DOUBLE_HIGH/LOW --- 2015-11-05 Kyrylo Tkachov New
[ARM] PR61551 RFC: Improve costs for NEON addressing modes --- 2015-11-04 Charles Baylis New
[ifcvt] Teach RTL ifcvt to handle multiple simple set instructions --- 2015-11-04 James Greenhalgh New
[combine,RFC] Don't transform sign and zero extends inside mults --- 2015-11-02 Kyrylo Tkachov New
[ARM] PR target/67929 Tighten vfp3_const_double_for_bits checks --- 2015-11-02 Kyrylo Tkachov New
[ARM] PR61551 RFC: Improve costs for NEON addressing modes --- 2015-10-31 Charles Baylis New
[ARM] Fix checking RTL error in cortex_a9_sched_adjust_cost --- 2015-10-30 Kyrylo Tkachov New
[ARM] neon-testgen.ml typo --- 2015-10-29 Jim Wilson New
« 1 2 ... 18 19 2026 27 »