OSDN Git Service

* tree-pass.h (pass_split_functions): Declare.
authorhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 25 Jun 2010 13:13:31 +0000 (13:13 +0000)
committerhubicka <hubicka@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 25 Jun 2010 13:13:31 +0000 (13:13 +0000)
commit2862cf8840cb7af53bf67b250a95a9ad9b82de83
tree80bfab2edb3bbe1286a628a18c5db82efaebf956
parent81943faa41ebf431930486cfef403394f82ed48a
* tree-pass.h (pass_split_functions): Declare.
* opts.c (decode_options): Enable function splitting at -O2
* timevar.def (TV_IPA_FNSPLIT): New macro.
* ipa-split.c: New file.
* common.opt (-fpartial-inlining): New flag.
* Makefile.in (ipa-split.o): New object file.
* passes.c (init_optimization_passes): Add ipa-split.
* params.def (max-inline-insns-auto): Reduce max-inline-insns-auto to 40.
(partial-inlining-entry-probability): New parameters.
* doc/invoke.texi (-fpartial-inlining): New.

* testsuite/gcc.dg/tree-ssa/ipa-split.c

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@161382 138bc75d-0d04-0410-961f-82ee72b054a4
12 files changed:
gcc/ChangeLog
gcc/Makefile.in
gcc/common.opt
gcc/doc/invoke.texi
gcc/ipa-split.c
gcc/opts.c
gcc/params.def
gcc/passes.c
gcc/testsuite/ChangeLog
gcc/testsuite/gcc.dg/tree-ssa/ipa-split-1.c [new file with mode: 0644]
gcc/timevar.def
gcc/tree-pass.h