1. 22 Feb, 2018 4 commits
    • re PR tree-optimization/84503 (store-merging miscompilation on powerpc64 with -O3 since r241789) · c5679c37
      	PR tree-optimization/84503
      	* gimple-ssa-store-merging.c (merged_store_group::merge_into): Compute
      	width as info->bitpos + info->bitsize - start.
      	(merged_store_group::merge_overlapping): Simplify width computation.
      	(check_no_overlap): New function.
      	(imm_store_chain_info::try_coalesce_bswap): Compute expected
      	start + width and last_order of the group, fail if check_no_overlap
      	fails.
      	(imm_store_chain_info::coalesce_immediate_stores): Don't merge info
      	to group if check_no_overlap fails.
      
      	* gcc.dg/pr84503-1.c: New test.
      	* gcc.dg/pr84503-2.c: New test.
      
      From-SVN: r257891
      Jakub Jelinek committed
    • rs6000: Delete meaningless arguments to define_{expand,split,peephole2} · ad18eed2
      This removes the (usually empty) constraint arguments to define_expand,
      define_split, and define_peephole2: this argument is meaningless and
      just noise.
      
      
      	* config/rs6000/altivec.md: Delete contraint arguments to
      	define_expand, define_split, and define_peephole2, and in
      	define_insn_and_split if always unused.
      	* config/rs6000/darwin.md: Ditto.
      	* config/rs6000/dfp.md: Ditto.
      	* config/rs6000/rs6000.md: Ditto.
      	* config/rs6000/sync.md: Ditto.
      	* config/rs6000/vector.md: Ditto.
      	* config/rs6000/vsx.md: Ditto.
      
      From-SVN: r257890
      Segher Boessenkool committed
    • rs6000: Use brace blocks in define_insn · 6c332313
      This patch changes the remaining cases in our machine description files
      to use brace blocks instead of double-quoted strings as the output
      control string.  This increases readability by making the blocks look
      more like normal C code, mostly because backslash quoting is no longer
      needed.  It also removes such quoting where it was still there (usually
      harmless but always confusing). and it writes "\n\t" as "\;" in one
      place where we didn't already.
      
      
      	* config/rs6000/altivec.md: Write output control strings as braced
      	blocks instead of double-quoted strings.
      	* config/rs6000/darwin.md: Ditto.
      	* config/rs6000/rs6000.md: Ditto.
      	* config/rs6000/vector.md: Ditto.
      	* config/rs6000/vsx.md: Ditto.
      
      From-SVN: r257889
      Segher Boessenkool committed
    • Daily bump. · 78a85122
      From-SVN: r257887
      GCC Administrator committed
  2. 21 Feb, 2018 9 commits
  3. 20 Feb, 2018 27 commits