1. 17 Nov, 2014 17 commits
  2. 16 Nov, 2014 11 commits
    • * ipa-polymorphic-call.c · df0d8136
      	(ipa_polymorphic_call_context::speculation_consistent_p): Constify.
      	(ipa_polymorphic_call_context::meet_speculation_with): New function.
      	(ipa_polymorphic_call_context::combine_with): Handle types in construction
      	better.
      	(ipa_polymorphic_call_context::equal_to): Do not bother about useless
      	speculation.
      	(ipa_polymorphic_call_context::meet_with): New function.
      	* cgraph.h (class ipa_polymorphic_call_context): Add
      	meet_width, meet_speculation_with; constify speculation_consistent_p.
      	* ipa-cp.c (ipa_context_from_jfunc): Handle speculation; combine with incomming
      	context.
      	(propagate_context_accross_jump_function): Likewise; be more cureful.
      	about set_contains_variable.
      	(ipa_get_indirect_edge_target_1): Fix handling of dynamic type changes.
      	(find_more_scalar_values_for_callers_subset): Fix.
      	(find_more_contexts_for_caller_subset): Perform meet operation.
      
      From-SVN: r217634
      Jan Hubicka committed
    • passes.c (execute_one_pass): Do not apply all transforms prior every simple IPA pass. · 70486010
      
      	* passes.c (execute_one_pass): Do not apply all transforms prior
      	every simple IPA pass.
      	* cgraphunit.c: Do not include fibheap.h
      	(expand_thunk): Use get_untransformed_body.
      	(cgraph_node::expand): Likewise.
      	* tree-ssa-structalias.c (ipa_pta_execute): Skip inline clones.
      	* cgraph.c (release_function_body): Do not push cfun when CFG is not there.
      	(cgraph_node::get_untransformed_body): Break out from ...
      	(cgraph_node::get_body): ... here; add code to apply all transforms.
      	* cgraph.h (cgraph_node): Add get_untransformed_body.
      	* ipa-icf.c (sem_function::init): Use get_untransformed_body.
      	* cgraphclones.c (duplicate_thunk_for_node): Likewise.
      	* tree-inline.c (expand_call_inline): LIkewise.
      	* i386.c (ix86_reset_to_default_globals): Break out from ...
      	(ix86_set_current_function): ... here;
      	(ix86_reset_previous_fndecl): Use it.
      	(ix86_simd_clone_adjust): Use ix86_reset_previous_fndecl.
      
      From-SVN: r217633
      Jan Hubicka committed
    • * gcc.dg/vect/pr63605.c (dg-final): Cleanup vect tree dump. · 9ff2f666
      From-SVN: r217632
      Uros Bizjak committed
    • Update move-if-change from gnulib · 0c8969f0
      2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
      
      	* move-if-change: Sync from upstream gnulib.
      
      From-SVN: r217631
      Jan-Benedict Glaw committed
    • tm.texi.in (TARGET_FLAGS_REGNUM): Move around. · 8f048116
      	* doc/tm.texi.in (TARGET_FLAGS_REGNUM): Move around.
      	* doc/tm.texi: Regenerate.
      
      From-SVN: r217628
      Eric Botcazou committed
    • Update from upstream Automake files. · d7134c0e
      2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
      
      	* compile: Sync with upstream Automake.
      	* depcomp: Ditto.
      	* install-sh: Ditto.
      	* missing: Ditto.
      	* mkinstalldirs: Ditto.
      	* ylwrap: Ditto.
      
      From-SVN: r217627
      Jan-Benedict Glaw committed
    • sh.c: Do not include algorithm. · 6f23a2d0
      	* config/sh/sh.c: Do not include algorithm.
      	(sh_emit_scc_to_t): Replace open-coded swap with std::swap
      	to swap values.
      	(sh_emit_compare_and_branch): Ditto.
      	(sh_emit_compare_and_set): Ditto.
      	* config/sh/sh.md (replacement peephole2): Ditto.
      	(cstore4_media): Ditto.
      	(*fmasf4): Ditto.
      
      From-SVN: r217626
      Uros Bizjak committed
    • memset-4.c: New test. · 24b50386
      2014-11-16  Andrew Pinski  <apinski@cavium.com>
      
      	* gcc.c-torture/execute/memset-4.c: New test.
      	* gcc.c-torture/execute/20110418-1.c: New test.
      	* gcc.c-torture/execute/20141022-1.c: New test.
      	* gcc.c-torture/execute/strcpy-2.c: New test.
      	* gcc.c-torture/execute/20140212-2.c: New test.
      	* gcc.c-torture/compile/20120913-1.c: New test.
      	* gcc.c-torture/compile/20121010-1.c: New test.
      	* gcc.c-torture/compile/20120917-1.c: New test.
      	* gcc.c-torture/compile/20140110-1.c: New test.
      	* gcc.c-torture/compile/20121220-1.c: New test.
      	* gcc.c-torture/compile/20120822-1.c: New test.
      	* gcc.c-torture/compile/20121027-1.c: New test.
      	* gcc.c-torture/compile/20120830-2.c: New test.
      
      From-SVN: r217625
      Andrew Pinski committed
    • lra-remat.c (cand_transf_func): Process regno for rematerialization too. · f607c5c4
      2014-11-15  Vladimir Makarov  <vmakarov@redhat.com>
      
      	* lra-remat.c (cand_transf_func): Process regno for
      	rematerialization too.
      	* lra.c (lra): Switch on rematerialization pass.
      
      From-SVN: r217624
      Vladimir Makarov committed
    • PR 60324 VLA related fixes to random number generator. · cb9365ac
      2014-11-16  Janne Blomqvist  <jb@gcc.gnu.org>
      
      	PR libfortran/60324
      	* intrinsics/random.c (kiss_size): Rename to KISS_SIZE, make it a
      	macro instead of a variable.
      	(random_seed_i4): Make seed correct size, remove assert, KISS_SIZE
      	related changes.
      	(random_seed_i8): KISS_SIZE related changes.
      
      From-SVN: r217623
      Janne Blomqvist committed
    • Daily bump. · 431db45a
      From-SVN: r217622
      GCC Administrator committed
  3. 15 Nov, 2014 12 commits
    • Update config.{sub,guess} from upstream repo · e4ff7e6a
      2014-11-16  Jan-Benedict Glaw  <jbglaw@lug-owl.de>
      
      	* config.sub: Update from upstream config repo.
      	* config.guess: Ditto.
      
      From-SVN: r217619
      Jan-Benedict Glaw committed
    • parser.c (cp_parser_omp_declare_reduction_exprs): A block is not an expression. · 8ed2e447
      	* parser.c (cp_parser_omp_declare_reduction_exprs): A block is not
      	an expression.
      
      From-SVN: r217618
      Jason Merrill committed
    • constexpr.c (cxx_eval_builtin_function_call): Use fold_builtin_call_array. · 3952ae1a
      	* constexpr.c (cxx_eval_builtin_function_call): Use
      	fold_builtin_call_array.
      
      From-SVN: r217617
      Jason Merrill committed
    • guality.exp (check_guality): Fix `test_counts' restoration. · f5f08264
      	* g++.dg/guality/guality.exp (check_guality): Fix `test_counts'
      	restoration.
      
      From-SVN: r217615
      Maciej W. Rozycki committed
    • 2014-11-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com> · fc8b127a
      	* gcc.dg/atomic/c11-atomic-exec-5.c
      	(test_main_long_double_add_overflow): Only actually define if
      	LDBL_MANT_DIG != 106.
      	(test_main_complex_long_double_add_overflow): Likewise.
      	(test_main_long_double_sub_overflow): Likewise.
      	(test_main_complex_long_double_sub_overflow): Likewise.
      
      	(NOT_LDBL_EPSILON_2): Likewise.
      	(NOT_MINUS_LDBL_EPSILON_2): Likewise.
      
      From-SVN: r217614
      Adhemerval Zanella committed
    • Don't run gcc.target/i386/sibcall-1.c on x32 targets · 4ecb3002
      	* gcc.target/i386/sibcall-1.c: Don't run on x32 targets,
      	instead of run on ia32 targets.
      
      From-SVN: r217613
      H.J. Lu committed
    • re PR middle-end/63884 (ICE: SIGSEGV in is_sec_implicit_index_fn with -fcilkplus… · 8537a4a9
      re PR middle-end/63884 (ICE: SIGSEGV in is_sec_implicit_index_fn with -fcilkplus and __builtin_sadd_overflow())
      
      	PR middle-end/63884
      c-family/
      	* array-notation-common.c (is_sec_implicit_index_fn): Return false
      	for NULL fndecl.
      	(extract_array_notation_exprs): Return for NULL node.
      testsuite/
      	* c-c++-common/cilk-plus/AN/pr63884.c: New test.
      
      From-SVN: r217612
      Marek Polacek committed
    • re PR target/60104 (load not folded into indirect branch on x86-64) · d66a0f56
      	PR target/60104
      	* gcc.target/i386/sibcall-1.c: Don't run on pic targets.
      
      From-SVN: r217611
      Francois-Xavier Coudert committed
    • lra.c (lra): Switch off rematerialization pass. · 2772f5a1
      2014-11-15  Vladimir Makarov  <vmakarov@redhat.com>
      
      	* lra.c (lra): Switch off rematerialization pass.
      
      From-SVN: r217609
      Vladimir Makarov committed
    • xmmintrin.h (_mm_add_ps, [...]): Use vector extensions instead of builtins. · 2069d6fc
      2014-11-15  Marc Glisse  <marc.glisse@inria.fr>
      
      gcc/
      	* config/i386/xmmintrin.h (_mm_add_ps, _mm_sub_ps, _mm_mul_ps,
      	_mm_div_ps, _mm_store_ss, _mm_cvtss_f32): Use vector extensions
      	instead of builtins.
      	* config/i386/emmintrin.h (__v2du, __v4su, __v8hu, __v16qu): New
      	typedefs.
      	(_mm_sqrt_sd): Fix comment.
      	(_mm_add_epi8, _mm_add_epi16, _mm_add_epi32, _mm_add_epi64,
      	_mm_sub_epi8, _mm_sub_epi16, _mm_sub_epi32, _mm_sub_epi64,
      	_mm_mullo_epi16, _mm_cmpeq_epi8, _mm_cmpeq_epi16, _mm_cmpeq_epi32,
      	_mm_cmplt_epi8, _mm_cmplt_epi16, _mm_cmplt_epi32, _mm_cmpgt_epi8,
      	_mm_cmpgt_epi16, _mm_cmpgt_epi32, _mm_and_si128, _mm_or_si128,
      	_mm_xor_si128, _mm_store_sd, _mm_cvtsd_f64, _mm_storeh_pd,
      	_mm_cvtsi128_si64, _mm_cvtsi128_si64x, _mm_add_pd, _mm_sub_pd,
      	_mm_mul_pd, _mm_div_pd, _mm_storel_epi64, _mm_movepi64_pi64):
      	Use vector extensions instead of builtins.
      	* config/i386/smmintrin.h (_mm_cmpeq_epi64, _mm_cmpgt_epi64,
      	_mm_mullo_epi32): Likewise.
      	* config/i386/avxintrin.h (__v4du, __v8su, __v16hu, __v32qu):
      	New typedefs.
      	(_mm256_add_pd, _mm256_add_ps, _mm256_div_pd, _mm256_div_ps,
      	_mm256_mul_pd, _mm256_mul_ps, _mm256_sub_pd, _mm256_sub_ps):
      	Use vector extensions instead of builtins.
      	* config/i386/avx2intrin.h (_mm256_cmpeq_epi8, _mm256_cmpeq_epi16,
      	_mm256_cmpeq_epi32, _mm256_cmpeq_epi64, _mm256_cmpgt_epi8,
      	_mm256_cmpgt_epi16, _mm256_cmpgt_epi32, _mm256_cmpgt_epi64,
      	_mm256_and_si256, _mm256_or_si256, _mm256_xor_si256, _mm256_add_epi8,
      	_mm256_add_epi16, _mm256_add_epi32, _mm256_add_epi64,
      	_mm256_mullo_epi16, _mm256_mullo_epi32, _mm256_sub_epi8,
      	_mm256_sub_epi16, _mm256_sub_epi32, _mm256_sub_epi64): Likewise.
      	* config/i386/avx512fintrin.h (__v8du, __v16su, __v32hu, __v64qu):
      	New typedefs.
      	(_mm512_or_si512, _mm512_or_epi32, _mm512_or_epi64, _mm512_xor_si512,
      	_mm512_xor_epi32, _mm512_xor_epi64, _mm512_and_si512,
      	_mm512_and_epi32, _mm512_and_epi64, _mm512_mullo_epi32,
      	_mm512_add_epi64, _mm512_sub_epi64, _mm512_add_epi32,
      	_mm512_sub_epi32, _mm512_add_pd, _mm512_add_ps, _mm512_sub_pd,
      	_mm512_sub_ps, _mm512_mul_pd, _mm512_mul_ps, _mm512_div_pd,
      	_mm512_div_ps): Use vector extensions instead of builtins.
      	* config/i386/avx512bwintrin.h (_mm512_mullo_epi16, _mm512_add_epi8,
      	_mm512_sub_epi8, _mm512_sub_epi16, _mm512_add_epi16): Likewise.
      	* config/i386/avx512dqintrin.h (_mm512_mullo_epi64): Likewise.
      	* config/i386/avx512vldqintrin.h (_mm256_mullo_epi64, _mm_mullo_epi64):
      	Likewise.
      
      gcc/testsuite/
      	* gcc.target/i386/intrinsics_opt-1.c: New testcase.
      	* gcc.target/i386/intrinsics_opt-2.c: Likewise.
      	* gcc.target/i386/intrinsics_opt-3.c: Likewise.
      	* gcc.target/i386/intrinsics_opt-4.c: Likewise.
      
      From-SVN: r217608
      Marc Glisse committed
    • lto-streamer-out.c (hash_tree): Use cl_optimization_hash. · ca9a04da
      	* lto-streamer-out.c (hash_tree): Use cl_optimization_hash.
      	* lto-streamer.h (cl_optimization_stream_out, cl_optimization_stream_in): Declare.
      	* optc-save-gen.awk: Generate cl_optimization LTO streaming and hashing routines.
      	* opth-gen.awk: Add prototype of cl_optimization_hash.
      	* tree-streamer-in.c (unpack_ts_optimization): Remove.
      	(streamer_unpack_tree_bitfields): Use cl_optimization_stream_in.
      	* tree-streamer-out.c (pack_ts_optimization): Remove.
      	(streamer_pack_tree_bitfields): Use cl_optimization_stream_out.
      
      From-SVN: r217607
      Jan Hubicka committed