1. 06 May, 2016 9 commits
  2. 05 May, 2016 13 commits
    • re PR target/70873 ([7 Regressio] 20% performance regression at 482.sphinx3… · 38302a21
      re PR target/70873 ([7 Regressio] 20% performance regression at 482.sphinx3 after r235442 with -O2 -m32 on Haswell.)
      
      	PR target/70873
      	* config/i386/i386-protos.h (ix86_standard_x87sse_constant_load_p):
      	New prototype.
      	* config/i386/i386.c (ix86_standard_x87sse_constant_load_p): New.
      	* config/i386/i386.md (push mem splitter): Use find_constant_src in
      	the splitter condition.
      	(FP load splitter): Use ix86_standard_x87sse_constant_load_p in
      	the splitter condition.
      	(FP float_extend load splitter): Ditto.
      
      From-SVN: r235936
      Uros Bizjak committed
    • i386.md (peehole2 patterns): Change true_regnum to REGNUM in all peephole2 patterns. · c366c550
      	* config/i386/i386.md (peehole2 patterns): Change true_regnum
      	to REGNUM in all peephole2 patterns.
      	(post-reload splitters): Change true_regnum to REGNUM in
      	post-reload splitters.
      	(zero_extend splitters): Use general_reg_operand and
      	nonimmediate_gr_operand predicates.
      
      From-SVN: r235933
      Uros Bizjak committed
    • Enable dg-reqire-sharedlib on Solaris · 40436d81
      	* testsuite/lib/libstdc++.exp (libstdc++_init): Enable on *-*-solaris*.
      
      From-SVN: r235931
      Rainer Orth committed
    • re PR tree-optimization/57206 (Auto-vectorization fails when array index is an… · c4f2425f
      re PR tree-optimization/57206 (Auto-vectorization fails when array index is an unsigned int expression)
      
      	gcc/testsuite
      	PR tree-optimization/57206
      	* gcc.dg/vect/pr57206.c: New test.
      
      From-SVN: r235926
      Bin Cheng committed
    • Declare isnanf in gcc.dg/ipa/inline-8.c · 5dc08197
      	* gcc.dg/ipa/inline-8.c	(isnanf): Declare.
      
      From-SVN: r235925
      Rainer Orth committed
    • * decl.c: Update comment. · 17ee9a4e
      From-SVN: r235923
      Jason Merrill committed
    • openmp.c (gfc_match_omp_clauses): Restructuralize... · 0f66751a
      	* openmp.c (gfc_match_omp_clauses): Restructuralize, so that clause
      	parsing is done in a big switch based on gfc_peek_ascii_char and
      	individual clauses under their first letters are sorted too.
      
      From-SVN: r235922
      Jakub Jelinek committed
    • sse.md (<avx512>_fmadd_<mode>_mask3<round_name>): Use v constraint instead of x. · 568bac8c
      	* config/i386/sse.md (<avx512>_fmadd_<mode>_mask3<round_name>): Use
      	v constraint instead of x.
      
      	* gcc.target/i386/avx512f-vfmadd-1.c: New test.
      
      From-SVN: r235921
      Jakub Jelinek committed
    • c-parser.c (c_parser_switch_statement): Add IF_P argument, parse it through to… · 351f85c5
      c-parser.c (c_parser_switch_statement): Add IF_P argument, parse it through to c_parser_c99_block_statement.
      
      	* c-parser.c (c_parser_switch_statement): Add IF_P argument,
      	parse it through to c_parser_c99_block_statement.
      	(c_parser_statement_after_labels): Adjust c_parser_switch_statement
      	caller.
      
      	* parser.c (cp_parser_selection_statement): For RID_SWITCH,
      	pass if_p instead of NULL to cp_parser_implicitly_scoped_statement.
      
      	* c-c++-common/Wdangling-else-4.c: New test.
      
      From-SVN: r235920
      Jakub Jelinek committed
    • Add dg-require-filesystem-ts directive to test · f5c40ce2
      	* testsuite/experimental/filesystem/path/native/string.cc: Add
      	dg-require-filesystem-ts directive.
      
      From-SVN: r235919
      Jonathan Wakely committed
    • Daily bump. · db178de8
      From-SVN: r235918
      GCC Administrator committed
    • [RS6000] TARGET_RELOCATABLE · 6a67e81b
      For ABI_V4, -mrelocatable and -fPIC both generate position independent
      code, with some extra "fixup" output for -mrelocatable.  The
      similarity of these two options has led to the situation where the
      sysv4.h SUBTARGET_OVERRIDE_OPTIONS sets flag_pic on seeing
      -mrelocatable, and sets TARGET_RELOCATABLE on seeing -fPIC.  That
      prevents LTO from properly optimizing position dependent executables,
      because the mutual dependence of the flags and the fact that LTO
      streaming records the state of rs6000_isa_flags, result in flag_pic
      being set when it shouldn't be.
      
      So, don't set TARGET_RELOCATABLE when -fPIC.  Places that currently
      test TARGET_RELOCATABLE can instead test
      TARGET_RELOCATABLE || (DEFAULT_ABI == ABI_V4 && flag_pic > 1)
      or since TARGET_RELOCATABLE can only be enabled when ABI_V4,
      DEFAULT_ABI == ABI_V4 && (TARGET_RELOCATABLE || flag_pic > 1).
      
      Also, since flag_pic is set by -mrelocatable, a number of places that
      currently test TARGET_RELOCATABLE can be simplified.  I also made
      -mrelocatable set TARGET_NO_FP_IN_TOC, allowing TARGET_RELOCATABLE to
      be removed from ASM_OUTPUT_SPECIAL_POOL_ENTRY_P.  Reducing occurrences
      of TARGET_RELOCATABLE is a good thing.
      
      	PR target/68662
      	* config/rs6000/sysv4.h (SUBTARGET_OVERRIDE_OPTIONS): Don't
      	set OPTION_MASK_RELOCATABLE when flag_pic == 2.  Set
      	TARGET_NO_FP_IN_TOC for -mrelocatable.
      	(MINIMAL_TOC_SECTION_ASM_OP): Remove redundant
      	TARGET_RELOCATABLE test.
      	(ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
      	(ASM_PREFERRED_EH_DATA_FORMAT): Likewise.
      	* config/rs6000/linux64.h (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
      	(ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
      	(ASM_PREFERRED_EH_DATA_FORMAT): Likewise.
      	* config/rs6000/freebsd64.h (MINIMAL_TOC_SECTION_ASM_OP): Likewise.
      	(ASM_OUTPUT_SPECIAL_POOL_ENTRY_P): Likewise.
      	(ASM_PREFERRED_EH_DATA_FORMAT): Likewise.
      	* config/rs6000/predicates.md (easy_fp_constant): Likewise.
      	* config/rs6000/rs6000.c (rs6000_elf_output_toc_section_asm_op):
      	Likewise.
      	(rs6000_assemble_integer): Update TARGET_RELOCATABLE test.
      	(rs6000_stack_info): Likewise.
      	(rs6000_elf_asm_out_constructor): Likewise.
      	(rs6000_elf_asm_out_destructor): Likewise.
      	(rs6000_elf_declare_function_name): Likewise.
      	* config/rs6000/rs6000.md (load_toc_aix_di): Likewise.
      	* config/rs6000/rs6000.h (MASK_RELOCATABLE, MASK_MINIMAL_TOC):
      	Don't define.
      
      From-SVN: r235914
      Alan Modra committed
    • [RS6000] Rewrite rs6000_frame_related to use simplify_replace_rtx · 552d4a3d
      Modify SETs rather than using replace_rtx on the whole insn.
      Removes fragile hacks preventing USE and CLOBBER being modified.
      
      	* config/rs6000/rs6000.c (rs6000_frame_related): Rewrite.
      
      From-SVN: r235913
      Alan Modra committed
  3. 04 May, 2016 18 commits