1. 28 Dec, 2015 9 commits
  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 6 commits