1. 08 Dec, 2014 9 commits
    • re PR go/64198 (ICE in gofrontend) · 942f7f5a
      	PR go/64198
      compiler: Don't crash on invalid ++.
      
      From-SVN: r218485
      Ian Lance Taylor committed
    • arm_neon.h (vrecpe_u32, [...]): Rewrite using builtin functions. · 58a3bd25
              * config/aarch64/arm_neon.h (vrecpe_u32, vrecpeq_u32): Rewrite using
              builtin functions.
              (vfma_f32, vfmaq_f32, vfmaq_f64, vfma_n_f32, vfmaq_n_f32, vfmaq_n_f64,
              vfms_f32, vfmsq_f32, vfmsq_f64): Likewise.
              (vhsub_s8, vhsub_u8, vhsub_s16, vhsub_u16, vhsub_s32, vhsub_u32,
              vhsubq_s8, vhsubq_u8, vhsubq_s16, vhsubq_u16, vhsubq_s32, vhsubq_u32,
              vsubhn_s16, vsubhn_u16, vsubhn_s32, vsubhn_u32, vsubhn_s64, vsubhn_u66,
              vrsubhn_s16, vrsubhn_u16, vrsubhn_s32, vrsubhn_u32, vrsubhn_s64,
              vrsubhn_u64, vsubhn_high_s16, vsubhn_high_u16, vsubhn_high_s32,
              vsubhn_high_u32, vsubhn_high_s64, vsubhn_high_u64, vrsubhn_high_s16,
              vrsubhn_high_u16, vrsubhn_high_s32, vrsubhn_high_u32, vrsubhn_high_s64,
              vrsubhn_high_u64): Likewise.
              * config/aarch64/iterators.md (VDQ_SI): New mode iterator.
              * config/aarch64/aarch64.md (define_c_enum "unspec"): Add UNSPEC_URECPE.
              * config/aarch64/aarch64-simd.md (aarch64_urecpe<mode>): New pattern.
              * config/aarch64/aarch64-simd-builtins.def (shsub, uhsub, subhn, rsubhn,
              subhn2, rsubhn2, urecpe): New builtins.
      
      Co-Authored-By: Haijian Zhang <z.zhanghaijian@huawei.com>
      Co-Authored-By: Jiji Jiang <jiangjiji@huawei.com>
      Co-Authored-By: Pengfei Sui <suipengfei@huawei.com>
      
      From-SVN: r218484
      Felix Yang committed
    • Enable non-const v64qi permutations. · 28adf6e7
      gcc/
      	* config/i386/i386.c (ix86_expand_vec_perm_vpermi2): Handle v64qi.
      	* config/i386/sse.md (VEC_PERM_AVX2): Add v64qi.
      
      From-SVN: r218483
      Ilya Tocar committed
    • Enable const permutations for V64QImode. · 9f9f6115
      gcc/
      	* config/i386/i386.c (expand_vec_perm_broadcast_1): Handle v64qi.
      	(expand_vec_perm_vpermi2_vpshub2): New.
      	(ix86_expand_vec_perm_const_1): Use it.
      	(ix86_vectorize_vec_perm_const_ok): Handle v64qi.
      	* config/i386/sse.md (VEC_PERM_CONST): Add v64qi.
      
      From-SVN: r218482
      Ilya Tocar committed
    • tree-chkp.c (chkp_build_returned_bound): Don't predict return bounds for strchr calls. · d3fb44cb
      	* tree-chkp.c (chkp_build_returned_bound): Don't predict
      	return bounds for strchr calls.
      
      From-SVN: r218479
      Ilya Enkovich committed
    • tree-chkp.c (chkp_call_returns_bounds_p): New. · 985f48f7
      gcc/
      
      	* tree-chkp.c (chkp_call_returns_bounds_p): New.
      	(chkp_build_returned_bound): Use zero bounds as
      	returned by calls not returning bounds.
      
      gcc/testsuite/
      
      	* gcc.target/i386/chkp-bndret.c: New.
      	* gcc.target/i386/chkp-strchr.c: New.
      
      From-SVN: r218478
      Ilya Enkovich committed
    • builtins.c (fold_builtin_0): Remove unused ignore parameter. · 2625bb5d
      2014-12-08  Richard Biener  <rguenther@suse.de>
      
      	* builtins.c (fold_builtin_0): Remove unused ignore parameter.
      	(fold_builtin_1): Likewise.
      	(fold_builtin_3): Likewise.
      	(fold_builtin_varargs): Likewise.
      	(fold_builtin_2): Likewise.  Do not fold stpcpy here.
      	(fold_builtin_n): Adjust.
      	(fold_builtin_stpcpy): Move to gimple-fold.c.
      	(gimple_fold_builtin_stpcpy): Moved and gimplified from builtins.c.
      	(gimple_fold_builtin): Fold stpcpy here.
      
      From-SVN: r218477
      Richard Biener committed
    • don't ICE when section attribute is used on things in comdats · b0122457
      gcc/
      
      	PR ipa/63621
      	* symtab.c (symtab_node::verify): Check for section attribute before
      	asserting something isn't in a section and a comdat group.
      
      From-SVN: r218476
      Trevor Saunders committed
    • Daily bump. · 35efb9ac
      From-SVN: r218475
      GCC Administrator committed
  2. 07 Dec, 2014 10 commits
  3. 06 Dec, 2014 8 commits
    • extend jump thread for finite state automata · 50e9ff83
      	PR tree-optimization/54742
      	* params.def (max-fsm-thread-path-insns, max-fsm-thread-length,
      	max-fsm-thread-paths): New.
      
      	* doc/invoke.texi (max-fsm-thread-path-insns, max-fsm-thread-length,
      	max-fsm-thread-paths): Documented.
      
      	* tree-cfg.c (split_edge_bb_loc): Export.
      	* tree-cfg.h (split_edge_bb_loc): Declared extern.
      
      	* tree-ssa-threadedge.c (simplify_control_stmt_condition): Restore the
      	original value of cond when simplification fails.
      	(fsm_find_thread_path): New.
      	(fsm_find_control_statement_thread_paths): New.
      	(thread_through_normal_block): Call find_control_statement_thread_paths.
      
      	* tree-ssa-threadupdate.c (dump_jump_thread_path): Pretty print
      	EDGE_FSM_THREAD.
      	(verify_seme): New.
      	(duplicate_seme_region): New.
      	(thread_through_all_blocks): Generate code for EDGE_FSM_THREAD edges
      	calling duplicate_seme_region.
      
      	* tree-ssa-threadupdate.h (jump_thread_edge_type): Add EDGE_FSM_THREAD.
      
      	* testsuite/gcc.dg/tree-ssa/ssa-dom-thread-6.c: New test.
      	* testsuite/gcc.dg/tree-ssa/ssa-dom-thread-7.c: New test.
      
      Co-Authored-By: Brian Rzycki <b.rzycki@samsung.com>
      Co-Authored-By: Sebastian Pop <s.pop@samsung.com>
      
      From-SVN: r218451
      James Greenhalgh committed
    • error.c (gfc_error_check): Use bool not int. · b5a9fd3e
      2014-12-06  Tobias Burnus  <burnus@net-b.de>
      
              * error.c (gfc_error_check): Use bool not int.
              * gfortran.h (gfc_error_check): Update prototype.
              * match.c (gfc_match_if): Update call.
              * parse.c (decode_statement, decode_omp_directive,
              decode_gcc_attribute): Ditto.
      
      From-SVN: r218450
      Tobias Burnus committed
    • error.c (gfc_buffer_error, [...]): Use bool not · 0f447a6e
      2014-12-06  Tobias Burnus  <burnus@net-b.de>
                  Manuel López-Ibáñez  <manu@gcc.gnu.org>
      
              * error.c (gfc_buffer_error, gfc_error_flag_test): Use bool not
              * int.
              (buffer_flag): Remove static variable.
              (buffered_p): Add static variable.
              (gfc_error_init_1): Call gfc_buffer_error.
              (gfc_warning_1, gfc_warning, gfc_warning_now_1, gfc_error,
              gfc_error_now_1): Update for static variable change.
              * gfortran.h (gfc_buffer_error, gfc_error_flag_test): Update
              prototype.
              * parse.c (use_modules, decode_specification_statement,
              next_fixed, next_statement, match_deferred_characteristics):
              Update calls.
              * decl.c (gfc_match_data_decl): Ditto.
              * match.c (gfc_match_name): Ditto.
      
      
      Co-Authored-By: Manuel López-Ibáñez <manu@gcc.gnu.org>
      
      From-SVN: r218449
      Tobias Burnus committed
    • clarification · b8a82c9d
      From-SVN: r218448
      Bruce Korb committed
    • re PR tree-optimization/64183 (Complete unroll doesn't happen for a while-loop) · 7fb66c15
      	PR tree-optimization/64183
      	* c-gimplify.c (c_gimplify_expr): Don't convert the RHS of a
      	shift-expression if it is integer_type_node.  Use types_compatible_p.
      
      	* gcc.dg/tree-ssa/pr64183.c: New test.
      
      From-SVN: r218447
      Marek Polacek committed
    • Don't assert "alg != libcall" for -minline-stringops-dynamically · c7c81640
      gcc/
      
      	PR target/64200
      	* config/i386/i386.c (decide_alg): Don't assert "alg != libcall"
      	for TARGET_INLINE_STRINGOPS_DYNAMICALLY.
      
      gcc/testsuite/
      
      	PR target/64200
      	* gcc.target/i386/memcpy-strategy-4.c: New test.
      
      From-SVN: r218446
      H.J. Lu committed
    • Fix ChangeLog format. · 00d6d5b1
      From-SVN: r218444
      Tim Shen committed
    • Daily bump. · 909c0281
      From-SVN: r218443
      GCC Administrator committed
  4. 05 Dec, 2014 13 commits