Port revisions 199218 and 207709 from google/gcc-4_8 to bring the function
commitd928dea5e576d52c5f2527821c0ef6d93e069514
authortmsriram <tmsriram@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 10 Apr 2014 23:48:59 +0000 (10 23:48 +0000)
committertmsriram <tmsriram@138bc75d-0d04-0410-961f-82ee72b054a4>
Thu, 10 Apr 2014 23:48:59 +0000 (10 23:48 +0000)
tree1b536bf6408807671b19e9c833f67c7675d3db10
parentcb6e7c94349fba99d6c2fe318f65532d7f684f9e
Port revisions 199218 and 207709 from google/gcc-4_8 to bring the function
reordering plugin and other related changes to google/main.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/google@209286 138bc75d-0d04-0410-961f-82ee72b054a4
37 files changed:
main/Makefile.in
main/configure
main/configure.ac
main/function_reordering_plugin/ChangeLog.google-4_7 [new file with mode: 0644]
main/function_reordering_plugin/Makefile.am [new file with mode: 0644]
main/function_reordering_plugin/Makefile.in [new file with mode: 0644]
main/function_reordering_plugin/aclocal.m4 [new file with mode: 0644]
main/function_reordering_plugin/callgraph.c [new file with mode: 0644]
main/function_reordering_plugin/callgraph.h [new file with mode: 0644]
main/function_reordering_plugin/config.h.in [new file with mode: 0644]
main/function_reordering_plugin/configure [new file with mode: 0755]
main/function_reordering_plugin/configure.ac [new file with mode: 0644]
main/function_reordering_plugin/function_reordering_plugin.c [new file with mode: 0644]
main/gcc/cgraphbuild.c
main/gcc/common.opt
main/gcc/config.host
main/gcc/config.in
main/gcc/configure
main/gcc/configure.ac
main/gcc/doc/invoke.texi
main/gcc/final.c
main/gcc/gcc.c
main/gcc/opts.c
main/gcc/params.def
main/gcc/passes.c
main/gcc/testsuite/g++.dg/tree-prof/func_reorder_gold_plugin_1.C [new file with mode: 0644]
main/gcc/testsuite/g++.dg/tree-prof/func_reorder_gold_plugin_2.C [new file with mode: 0644]
main/gcc/testsuite/g++.dg/tree-prof/func_reorder_gold_plugin_3.C [new file with mode: 0644]
main/gcc/testsuite/g++.dg/tree-prof/func_reorder_gold_plugin_4.C [new file with mode: 0644]
main/gcc/testsuite/g++.dg/tree-prof/func_reorder_gold_plugin_5.C [new file with mode: 0644]
main/gcc/testsuite/g++.dg/tree-prof/func_reorder_gold_plugin_6.C [new file with mode: 0644]
main/gcc/testsuite/g++.dg/tree-prof/func_reorder_gold_plugin_7.C [new file with mode: 0644]
main/gcc/testsuite/g++.dg/tree-prof/func_reorder_gold_plugin_8.C [new file with mode: 0644]
main/gcc/testsuite/g++.dg/tree-prof/func_reorder_gold_plugin_split_functions_1.C [new file with mode: 0644]
main/gcc/testsuite/lib/target-supports-dg.exp
main/gcc/testsuite/lib/target-supports.exp
main/include/plugin-api.h