1. 03 Sep, 2013 16 commits
  2. 02 Sep, 2013 19 commits
  3. 01 Sep, 2013 5 commits
    • Makefile.in: Add ipa-profile.o · 08f835dc
      	* Makefile.in: Add ipa-profile.o
      	(ipa.o, ipa-devrit.o, ipa-inline-analysis.o): Adjust dependencies.
      	* cgraph.c (struct cgraph_propagate_frequency_data,
      	cgraph_propagate_frequency_1, cgraph_propagate_frequency): Move to
      	ipa-profile.c; replace cgraph_ by ipa_ prefix.
      	* cgraph.h (cgraph_propagate_frequency): Remove.
      	* ipa-inline-analysis.c: Include ipa-utils.h; drop duplicated cfgloop.h.
      	(inline_update_callee_summaries): Update.
      	* ipa-profile.c: New file.
      	* ipa-utils.h (ipa_propagate_frequency): Declare.
      	* ipa.c: Do not include pointer-set.h, hash-table.h, lto-streamer.h,
      	data-streamer.h, value-prof.h
      	(symtab_remove_unreachable_nodes): Update profile.
      	(struct histogram_entry, histogram, histogram_pool, histogram_hash,
      	account_time_size, cmp_counts, dump_histogram,
      	ipa_profile_generate_summary, ipa_profile_write_summary,
      	ipa_profile_read_summary, ipa_profile, gate_ipa_profile,
      	pass_data_ipa_profile, pass_ipa_profile, make_pass_ipa_profile):
      	Move to ipa-profile.c
      
      From-SVN: r202154
      Jan Hubicka committed
    • * g++.dg/ipa/devirt-15.C: New testcase. · 0adad9c5
      From-SVN: r202153
      Jan Hubicka committed
    • re PR ada/58239 (pretty-print.c:789: undefined reference to `operator delete(void*)') · d775b5ea
      	PR ada/58239
      gnattools/
      	* Makefile.in (CXX_LFLAGS): New.
      	(TOOLS_FLAGS_TO_PASS_NATIVE): Pass CXX and CXX_LFLAGS.
      	(TOOLS_FLAGS_TO_PASS_RE): Likewise.
      	(TOOLS_FLAGS_TO_PASS_CROSS): Pass CXX.
      gcc/ada/
      	* gcc-interface/Makefile.in (GCC_LINK_FLAGS): Add -static-libstdc++.
      	(GCC_LINK): Use CXX instead of CC.
      	* gcc-interface/Make-lang.in (CXX_LFLAGS): New.
      	(ADA_TOOLS_FLAGS_TO_PASS): Pass CXX, and CXX_LFLAGS for native.
      
      Co-Authored-By: Iain Sandoe <iain@codesourcery.com>
      
      From-SVN: r202150
      Eric Botcazou committed
    • pa.md: Allow "const 0" operand 1 in "scc" insns. · cec8583c
      	* config/pa/pa.md: Allow "const 0" operand 1 in "scc" insns.
      
      From-SVN: r202149
      John David Anglin committed
    • * gnat.dg/specs/linker_alias.ads: Skip on Darwin. · bb092610
      From-SVN: r202148
      Eric Botcazou committed