1. 17 Nov, 2014 14 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 15 commits