1. 28 Dec, 2015 4 commits
    • rs6000.c (rs6000_emit_le_vsx_move): Verify that this is never called when lxvx/stxvx are available. · 5d57fdc1
      [gcc]
      
      2015-12-28  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
      
      	* config/rs6000/rs6000.c (rs6000_emit_le_vsx_move): Verify that
      	this is never called when lxvx/stxvx are available.
      	(pass_analyze_swaps::gate): Don't perform swap optimization when
      	lxvx/stxvx are available.
      	* config/rs6000/vector.md (mov<mode>): Don't call
      	rs6000_emit_le_vsx_move when lxvx/stxvx are available.
      	* config/rs6000/vsx.md (*p9_vecload_<mode>): New define_insn.
      	(*p9_vecstore_<mode>): Likewise.
      	(*vsx_le_perm_load_<mode>:VSX_LE): Disable when lxvx/stxvx are
      	available.
      	(*vsx_le_perm_load_<mode>:VSX_W): Likewise.
      	(*vsx_le_perm_load_v8hi): Likewise.
      	(*vsx_le_perm_load_v16qi): Likewise.
      	(*vsx_le_perm_store_<mode>:VSX_LE): Likewise.
      	([related define_splits]): Likewise.
      	(*vsx_le_perm_store_<mode>:VSX_W): Likewise.
      	([related define_splits]): Likewise.
      	(*vsx_le_perm_store_v8hi): Likewise.
      	([related define_splits]): Likewise.
      	(*vsx_le_perm_store_v16qi): Likewise.
      	([related define_splits]): Likewise.
      	(*vsx_lxvd2x2_le_<mode>): Likewise.
      	(*vsx_lxvd2x4_le_<mode>): Likewise.
      	(*vsx_lxvd2x8_le_V8HI): Likewise.
      	(*vsx_lvxd2x16_le_V16QI): Likewise.
      	(*vsx_stxvd2x2_le_<mode>): Likewise.
      	(*vsx_stxvd2x4_le_<mode>): Likewise.
      	(*vsx_stxvd2x8_le_V8HI): Likewise.
      	(*vsx_stxvdx16_le_V16QI): Likewise.
      	([define_peepholes for vector load fusion]): Likewise.
      
      [gcc/testsuite]
      
      2015-12-28  Bill Schmidt  <wschmidt@linux.vnet.ibm.com>
      
      	* gcc.target/powerpc/p9-lxvx-stxvx-1.c: New.
      	* gcc.target/powerpc/p9-lxvx-stxvx-2.c: New.
      
      From-SVN: r231974
      Bill Schmidt committed
    • nvptx.c (nvptx_output_call_insn): Expect hard regs. · a02d84b6
      	* config/nvptx/nvptx.c (nvptx_output_call_insn): Expect hard regs.
      	* config/nvptx/nvptx.md (nvptx_reg_or_mem_operand): Rename to ...
      	(nvptx_nonimmediate_operand): ... here.  Update all uses.
      	(call_insn_operand): Use REG_P.
      	(call_operation): Allow hard regs.
      
      From-SVN: r231972
      Nathan Sidwell committed
    • Daily bump. · bcdb352b
      From-SVN: r231970
      GCC Administrator committed
    • 2015-12-27 Edward Smith-Rowland <3dw4rd@verizon.net> · 9be77061
      	* include/bits/c++0x_warning.h Remove experimental language.
      
      From-SVN: r231966
      Edward Smith-Rowland committed
  2. 27 Dec, 2015 2 commits
  3. 26 Dec, 2015 1 commit
  4. 25 Dec, 2015 5 commits
  5. 24 Dec, 2015 6 commits
    • Use const-ref instead of values for sese_l passed to functions. · 1cb28772
      gcc/ChangeLog:
      
      2015-12-24  hiraditya  <hiraditya@msn.com>
      
              * graphite-sese-to-poly.c (build_loop_iteration_domains): Use ref instead of value.
              * sese.c (invariant_in_sese_p_rec): Use const ref instead of value.
              (scalar_evolution_in_region): Same
              * sese.h (bb_in_region): Same
              (bb_in_sese_p): Same.
              (stmt_in_sese_p): Same.
              (defined_in_sese_p): Same.
              (loop_in_sese_p): Same.
      
      From-SVN: r231947
      Aditya Kumar committed
    • Fix computation of single entry/exit of a region. · 402cab17
      For basic block with two preds, allow (as single entry) only when the other
      edge is a backedge. Similarly for basic block with two succs,
      allow (as single exit) only when the other edge is a back edge.
      
      2015-12-21  Aditya Kumar  <hiraditya@msn.com>
      
              * graphite-scop-detection.c (scop_detection::get_nearest_dom_with_single_entry): Check l == l2.
              (scop_detection::get_nearest_pdom_with_single_exit): Same.
              (scop_detection::merge_sese): Whitespace.
              (scop_detection::add_scop): Comment.
              (build_scops): Whitespace.
      
      From-SVN: r231946
      Aditya Kumar committed
    • Add missing intrinsic file. · 8e64f018
      From-SVN: r231945
      Kirill Yukhin committed
    • Introduce support for PKU instructions. · 41a4ef22
      gcc/
      	* common/config/i386/i386-common.c (OPTION_MASK_ISA_PKU_SET): New.
      	(OPTION_MASK_ISA_PKU_UNSET): Ditto.
      	(ix86_handle_option): Handle OPT_mpku.
      	* config.gcc: Add pkuintrin.h to i[34567]86-*-* and x86_64-*-*
      	targets.
      	* config/i386/cpuid.h (host_detect_local_cpu): Detect PKU feature.
      	* config/i386/i386-c.c (ix86_target_macros_internal): Handle PKU ISA
      	flag.
      	* config/i386/i386.c (ix86_target_string): Add "-mpku" to
      	ix86_target_opts.
      	(ix86_option_override_internal): Define PTA_PKU, mention new key
      	in skylake-avx512. Handle new ISA bits.
      	(ix86_valid_target_attribute_inner_p): Add "pku".
      	(enum ix86_builtins): Add IX86_BUILTIN_RDPKRU and IX86_BUILTIN_WRPKRU.
      	(builtin_description bdesc_special_args[]): Add new built-ins.
      	* config/i386/i386.h (define TARGET_PKU): New.
      	(define TARGET_PKU_P): Ditto.
      	* config/i386/i386.md (define_c_enum "unspecv"): Add UNSPEC_PKU.
      	(define_expand "rdpkru"): New.
      	(define_insn "*rdpkru"): Ditto.
      	(define_expand "wrpkru"): Ditto.
      	(define_insn "*wrpkru"): Ditto.
      	* config/i386/i386.opt (mpku): Ditto.
      	* config/i386/pkuintrin.h: New file.
      	* config/i386/x86intrin.h: Include pkuintrin.h
      	* doc/extend.texi: Describe new built-ins.
      	* doc/invoke.texi: Describe new switches.
      gcc/testsuite/
      	* g++.dg/other/i386-2.C: Add -mpku.
      	* g++.dg/other/i386-3.C: Ditto.
      	* gcc.target/i386/rdpku-1.c: New test.
      	* gcc.target/i386/sse-12.c: Add -mpku.
      	* gcc.target/i386/sse-13.c: Ditto.
      	* gcc.target/i386/sse-22.c: Ditto.
      	* gcc.target/i386/sse-33.c: Ditto.
      	* gcc.target/i386/wrpku-1.c: New test.
      
      From-SVN: r231944
      Kirill Yukhin committed
    • re PR ipa/67811 ([TM] ICE with try-block in transaction) · 6549bdc6
      PR ipa/67811
      
       * tree-cfg.c (make_edges_bb): Add abort edge for outer transactions.
      
      From-SVN: r231943
      Richard Henderson committed
    • Daily bump. · f89fc5c4
      From-SVN: r231942
      GCC Administrator committed
  6. 23 Dec, 2015 11 commits
  7. 22 Dec, 2015 11 commits
    • PR c/68473: sanitize source range-printing within certain macro expansions · 070856cc
      gcc/ChangeLog:
      	PR c/68473
      	* diagnostic-show-locus.c (layout::layout): Make loc_range const.
      	Sanitize the layout_range against ranges that finish before they
      	start.
      
      gcc/testsuite/ChangeLog:
      	PR c/68473
      	* gcc.dg/plugin/diagnostic-test-expressions-1.c (fminl): New decl.
      	(TEST_EQ): New macro.
      	(test_macro): New function.
      	* gcc.target/i386/pr68473-1.c: New test case.
      
      From-SVN: r231919
      David Malcolm committed
    • libcpp: Avoid unnecessary ad-hoc uses for large source files · 329590d7
      libcpp/ChangeLog:
      	* line-map.c (get_combined_adhoc_loc): Remove condition
      	on locus < RESERVED_LOCATION_COUNT when considering
      	whether a caret == start == finish location can be
      	simply stored as the caret location.
      
      From-SVN: r231918
      David Malcolm committed
    • [PATCH] Avoid unnecessary block copying in path splitting · 9edb6bb8
      	* gimple-ssa-split-paths.c (split_paths): Avoid unnecessary block
      	copying.
      
      From-SVN: r231915
      Jeff Law committed
    • re PR c++/66921 (failure to determine size of static constexpr array that is… · 56343945
      re PR c++/66921 (failure to determine size of static constexpr array that is nested within a templated class)
      
      	PR c++/66921
      	* decl.c (cp_complete_array_type): Allow an initializer that
      	already has array type.
      
      From-SVN: r231914
      Jason Merrill committed
    • re PR c++/67257 (Internal compiler error in retrieve_specialization) · dfc9c481
      	PR c++/67257
      	* parser.c (cp_parser_single_declaration): Reject a class template
      	that also declares a variable.
      
      From-SVN: r231913
      Jason Merrill committed
    • re PR c++/67339 (Segfault when parsing a typename involving a template-alias) · d2889b14
      	PR c++/67339
      	* parser.c (cp_parser_elaborated_type_specifier): Use CLASS_TYPE_P
      	rather than check for RECORD_TYPE.
      
      From-SVN: r231912
      Jason Merrill committed
    • re PR c++/67376 (Comparison with pointer to past-the-end of array fails inside constant expression) · d6dd2c8e
      	PR c++/67376
      	* fold-const.c (size_low_cst): Removed.
      	(fold_comparison): For POINTER_PLUS_EXPR where base is ADDR_EXPR
      	call get_inner_reference and handle INDIRECT_REF base of it.  Use
      	offset_int for computation of the bitpos.
      	(fold_binary_loc) <case EQ_EXPR, NE_EXPR>: Formatting
      	fixes for X +- Y CMP X and C - X CMP X folding.  Add X CMP X +- Y
      	and X CMP C - X folding.
      
      	* g++.dg/cpp0x/constexpr-67376.C: New test.
      
      From-SVN: r231909
      Jakub Jelinek committed
    • Give EH_ELSE access to __builtin_eh_pointer · b5c4bc31
      The must-not-throw wrapper for protect_cleanup_actions gets in
      the way of being able to access __builtin_eh_pointer without
      confusion as the identit of the exception to which we are
      referring (b_eh_p has no usable argument up to this point).
      
      Since EH_ELSE never comes from user derived code, let's drop
      the c++ specific wrapping.
      
      	* tree-eh.c (honor_protect_cleanup_actions): Do not wrap
      	eh_else in a must-not-throw; set ehp_region for it too.
      
      From-SVN: r231908
      Richard Henderson committed
    • re PR ipa/67811 ([TM] ICE with try-block in transaction) · 7c11b0fe
      PR ipa/67811
      
      	* gimple.h (struct gtransaction): Add label_norm, label_uninst;
      	replace label with label_over.
      	(gimple_build_transaction): Remove label parameter.
      	(gimple_transaction_label_norm): New.
      	(gimple_transaction_label_uninst): New.
      	(gimple_transaction_label_over): Rename from gimple_transaction_label.
      	(gimple_transaction_label_norm_ptr): New.
      	(gimple_transaction_label_uninst_ptr): New.
      	(gimple_transaction_label_over_ptr): Rename from
      	gimple_transaction_label_ptr.
      	(gimple_transaction_set_label_norm): New.
      	(gimple_transaction_set_label_uninst): New.
      	(gimple_transaction_set_label_over): Rename from
      	gimple_transaction_set_label.
      	* gimple-pretty-print.c (dump_gimple_transaction): Update.
      	* gimple-streamer-in.c (input_gimple_stmt) [GIMPLE_TRANSACTION]: Same.
      	* gimple-streamer-out.c (output_gimple_stmt) [GIMPLE_TRANSACTION]: Same.
      	* gimple-walk.c (walk_gimple_op) [GIMPLE_TRANSACTION]: Same.
      	* tree-cfg.c (make_edges_bb) [GIMPLE_TRANSACTION]: Same.
      	(cleanup_dead_labels) [GIMPLE_TRANSACTION]: Same.
      	(verify_gimple_transaction): Same.
      	(gimple_redirect_edge_and_branch) [GIMPLE_TRANSACTION]: Same.
      	* tree-inline.c (remap_gimple_stmt) [GIMPLE_TRANSACTION]: Same.
      	* gimple.c (gimple_build_transaction): Remove label parameter;
      	initialize all three label memebers.
      	* gimplify.c (gimplify_transaction): Update call
      	to gimple_build_transaction.
      	* trans-mem.c (make_tm_uninst): New.
      	(lower_transaction): Create uninstrumented code path here...
      	(ipa_tm_scan_calls_transaction): ... not here.
      	(ipa_uninstrument_transaction): Remove.
      
      testsuite/
      	* g++.dg/tm/noexcept-1.C: Update expected must_not_throw count.
      	* g++.dg/tm/noexcept-4.C: Likewise.
      	* g++.dg/tm/noexcept-5.C: Likewise.
      	* g++.dg/tm/pr67811.C: New.
      
      From-SVN: r231907
      Richard Henderson committed
    • Fix previous ChangeLog entry · ebe9921f
      From-SVN: r231906
      Peter Bergner committed
    • re PR target/68772 (Many -gstabs tests FAIL with Xcode 7 as) · fa17b3db
      gcc/
      	PR target/68772
      	* config/rs6000/rs6000.h (ASM_CPU_SPEC): For -mcpu=powerpc64le,
      	pass %(asm_cpu_power8)/-mpwr8.
      	* config/rs6000/aix53.h: Likewise.
      	* config/rs6000/aix61.h: Likewise.
      	* config/rs6000/aix71.h: Likewise.
      
      gcc/testsuite/
      	PR target/68772
      	* gcc.target/powerpc/pr68872.c: New test.
      
      From-SVN: r231905
      Peter Bergner committed