1. 09 May, 2015 26 commits
  2. 08 May, 2015 14 commits
    • install.texi (--enable-languages): Add missing jit and lto info. · 6fedd529
      * doc/install.texi (--enable-languages): Add missing jit and lto info.
      Add ^ to grep command.
      * doc/match-and-simplify.texi (GIMPLE API): Add missing fourth tree
      arg to last gimple_simplify declaration.  Add missing gimple_build
      declaration for built-in function case with four tree args.
      
      From-SVN: r222923
      Jim Wilson committed
    • libiberty/mkstemps.c: Include <time.h> if <sys/time.h> not available. · f5e7f590
      libiberty/ChangeLog:
      
              * mkstemps.c: #include <time.h> if HAVE_TIME_H is defined
              but not HAVE_SYS_TIME_H.
      
      (fixes a build failure on LynxOS-178)
      
      From-SVN: r222918
      Joel Brobecker committed
    • [PATCH 6/13] mips musl support · 6bc59493
      2015-05-08  Gregor Richards  <gregor.richards@uwaterloo.ca>
      	    Szabolcs Nagy  <szabolcs.nagy@arm.com>
      
      	* config/mips/linux.h (MUSL_DYNAMIC_LINKER32): Define.
      	(MUSL_DYNAMIC_LINKER64, MUSL_DYNAMIC_LINKERN32): Define.
      	(GNU_USER_DYNAMIC_LINKERN32): Update.
      
      Co-Authored-By: Szabolcs Nagy <szabolcs.nagy@arm.com>
      
      From-SVN: r222915
      Gregor Richards committed
    • re PR tree-optimization/66036 (strided group loads are not vectorized) · 7b5fc413
      2015-05-08  Richard Biener  <rguenther@suse.de>
      
              PR tree-optimization/66036
      	* tree-vect-data-refs.c (vect_compute_data_ref_alignment):
      	Handle strided group loads.
      	(vect_verify_datarefs_alignment): Likewise.
      	(vect_enhance_data_refs_alignment): Likewise.
      	(vect_analyze_group_access): Likewise.
      	(vect_analyze_data_ref_access): Likewise.
      	(vect_analyze_data_ref_accesses): Likewise.
      	* tree-vect-stmts.c (vect_model_load_cost): Likewise.
      	(vectorizable_load): Likewise.
      
      	* gcc.dg/vect/slp-41.c: New testcase.
      
      From-SVN: r222914
      Richard Biener committed
    • trans-array.c (gfc_walk_elemental_function_args): Don't skip the advance to the… · 4a8108f0
      trans-array.c (gfc_walk_elemental_function_args): Don't skip the advance to the next dummy argument when...
      
      gcc/fortran/
      	* trans-array.c (gfc_walk_elemental_function_args):
      	Don't skip the advance to the next dummy argument when skipping
      	absent optional args.
      gcc/testsuite/
      	* gfortran.dg/elemental_optional_args_7.f90: New.
      
      From-SVN: r222913
      Mikael Morin committed
    • rs6000.md: Require operand inequality in one of the peepholes. · 2a812183
      	* config/rs6000/rs6000.md: Require operand inequality in one
      	of the peepholes.
      
      From-SVN: r222912
      Segher Boessenkool committed
    • Franz Sirl <Franz.Sirl-kernel@lauterbach.com> · 7d54bea5
      gcc/
      2015-05-08  Richard Sandiford  <richard.sandiford@arm.com>
      	    Franz Sirl  <Franz.Sirl-kernel@lauterbach.com>
      
      	* config/i386/i386.md (<mode>_ldx, *<mode>_ldx): Remove mode
      	from (set ...).
      	* config/rx/rx.md (movdi, movdf): Likewise.
      	Likewise for define_peephole2s.
      
      Co-Authored-By: Franz Sirl <Franz.Sirl-kernel@lauterbach.com>
      
      From-SVN: r222911
      Richard Sandiford committed
    • [AArch64] Idiomatic 64x1 comparisons in arm_neon.h · a8105959
      gcc/:
       
      	* config/aarch64/arm_neon.h (vceq_s64, vceq_u64, vceqz_s64, vceqz_u64,
      	vcge_s64, vcge_u64, vcgez_s64, vcgt_s64, vcgt_u64, vcgtz_s64, vcle_s64,
      	vcle_u64, vclez_s64, vclt_s64, vclt_u64, vcltz_s64, vtst_s64,
      	vtst_u64): Rewrite using gcc vector extensions.
      
      gcc/testsuite/:
      
      	* gcc.target/aarch64/singleton_intrinsics_1.c: Generalize regex to
      	allow cmlt or sshr.
      
      From-SVN: r222909
      Alan Lawrence committed
    • [AArch64] Add vcond(u?)didi pattern · 8b5190ab
      	* config/aarch64/aarch64-simd.md (aarch64_vcond_internal<mode><mode>,
      	vcond<mode><mode>, vcondu<mode><mode>): Add DImode variant.
      
      From-SVN: r222908
      Alan Lawrence committed
    • optabs.c: Make vector_compare_rtx cope with VOID mode constants (e.g. const0_rtx) · 938fb83d
      	* optabs.c (vector_compare_rtx): Handle RTL operands having VOIDmode.
      
      From-SVN: r222907
      Alan Lawrence committed
    • [PATCH 0/13] Add musl support to GCC · 07ad804b
      2015-05-08  Szabolcs Nagy  <szabolcs.nagy@arm.com>
      
      	* config/glibc-stdint.h (OPTION_MUSL): Define.
      	(INT_FAST16_TYPE, INT_FAST32_TYPE, UINT_FAST16_TYPE, UINT_FAST32_TYPE):
      	Change the definition based on OPTION_MUSL for 64 bit targets.
      	* config/linux.h (OPTION_MUSL): Redefine.
      	* config/alpha/linux.h (OPTION_MUSL): Redefine.
      	* config/rs6000/linux.h (OPTION_MUSL): Redefine.
      	* config/rs6000/linux64.h (OPTION_MUSL): Redefine.
      
      From-SVN: r222905
      Szabolcs Nagy committed
    • [PATCH 2/13] musl libc config · 755658a5
      2015-05-08  Gregor Richards  <gregor.richards@uwaterloo.ca>
      	    Szabolcs Nagy  <szabolcs.nagy@arm.com>
      
      	* config.gcc (LIBC_MUSL): New tm_defines macro.
      	* config/linux.h (OPTION_MUSL): Define.
      	(MUSL_DYNAMIC_LINKER, MUSL_DYNAMIC_LINKER32,)
      	(MUSL_DYNAMIC_LINKER64, MUSL_DYNAMIC_LINKERX32,)
      	(INCLUDE_DEFAULTS_MUSL_GPP, INCLUDE_DEFAULTS_MUSL_LOCAL,)
      	(INCLUDE_DEFAULTS_MUSL_PREFIX, INCLUDE_DEFAULTS_MUSL_CROSS,)
      	(INCLUDE_DEFAULTS_MUSL_TOOL, INCLUDE_DEFAULTS_MUSL_NATIVE): Define.
      	* config/linux.opt (mmusl): New option.
      	* doc/invoke.texi (GNU/Linux Options): Document -mmusl.
      	* configure.ac (gcc_cv_libc_provides_ssp): Add *-*-musl*.
      	(gcc_cv_target_dl_iterate_phdr): Add *-linux-musl*.
      	* configure: Regenerate.
      
      Co-Authored-By: Szabolcs Nagy <szabolcs.nagy@arm.com>
      
      From-SVN: r222904
      Gregor Richards committed
    • PR target/48904 x86_64-knetbsd-gnu missing defs · 2a0e43c2
      2015-05-08  H.J. Lu  <hongjiu.lu@intel.com>
                  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
      
              PR target/48904
              * config.gcc (x86_64-*-knetbsd*-gnu): Add i386/knetbsd-gnu64.h.
              * config/i386/knetbsd-gnu64.h: New file.
      
      
      Co-Authored-By: Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
      
      From-SVN: r222903
      H.J. Lu committed
    • re PR c++/59012 (alignas does not support parameter pack expansions) · 90f11cf9
      	PR c++/59012
      	* parser.c (cp_parser_std_attribute_list): Handle attribute expansion.
      	(cp_parser_std_attribute_spec): Handle alignas pack expansion.
      	* decl2.c (is_late_template_attribute): An attribute exp is dependent.
      	* pt.c (make_pack_expansion): Allow TREE_LIST for attribute expansion.
      	(apply_late_template_attributes): Handle attribute pack expansion.
      
      From-SVN: r222902
      Jason Merrill committed