Commit d6e14e8f by Steven Bosscher

common.opt (flag_ipa_cp): Put in right place to maintain alphabetic sort.

	* common.opt (flag_ipa_cp): Put in right place to maintain
	alphabetic sort.

From-SVN: r102631
parent b15341b8
2005-08-01 Steven Bosscher <stevenb@suse.de>
* common.opt (flag_ipa_cp): Put in right place to maintain
alphabetic sort.
2005-08-01 Jan Hubicka <jh@suse.cz> 2005-08-01 Jan Hubicka <jh@suse.cz>
* profile.c (compute_value_histograms): Fix thinko. * profile.c (compute_value_histograms): Fix thinko.
...@@ -163,10 +168,10 @@ ...@@ -163,10 +168,10 @@
non-integral types. non-integral types.
2005-07-29 Wolfgang Bangerth <bangerth@dealii.org> 2005-07-29 Wolfgang Bangerth <bangerth@dealii.org>
PR target/22582 PR target/22582
* doc/invoke.texi: Document -rdynamic. * doc/invoke.texi: Document -rdynamic.
2005-07-30 Joseph S. Myers <joseph@codesourcery.com> 2005-07-30 Joseph S. Myers <joseph@codesourcery.com>
PR c/23143 PR c/23143
...@@ -394,8 +399,8 @@ ...@@ -394,8 +399,8 @@
2005-07-28 Richard Henderson <rth@redhat.com> 2005-07-28 Richard Henderson <rth@redhat.com>
PR target/17692 PR target/17692
* config/i386/i386.c (ix86_split_sse_movcc): Emit DELETED note * config/i386/i386.c (ix86_split_sse_movcc): Emit DELETED note
when expanding to nothing. when expanding to nothing.
2005-07-28 Josh Conner <jconner@apple.com> 2005-07-28 Josh Conner <jconner@apple.com>
...@@ -435,9 +440,9 @@ ...@@ -435,9 +440,9 @@
2005-07-28 Jeff Law <law@redhat.com> 2005-07-28 Jeff Law <law@redhat.com>
* tree-vrp.c (test_for_singularity): Extracted from ... * tree-vrp.c (test_for_singularity): Extracted from ...
(simplify_cond_using_ranges): Attempt to simplify a relational (simplify_cond_using_ranges): Attempt to simplify a relational
test to NE_EXPR. Dump information when a COND_EXPR is simplified. test to NE_EXPR. Dump information when a COND_EXPR is simplified.
2005-07-28 Dorit Nuzman <dorit@il.ibm.com> 2005-07-28 Dorit Nuzman <dorit@il.ibm.com>
...@@ -522,19 +527,19 @@ ...@@ -522,19 +527,19 @@
* config/frv/frv.h: Remove machine_function definition. * config/frv/frv.h: Remove machine_function definition.
* config/frv/frv.c (struct frv_io): New. * config/frv/frv.c (struct frv_io): New.
(struct machine_function): Moved from frv.h. Add has_membar_p. (struct machine_function): Moved from frv.h. Add has_membar_p.
(frv_same_doubleword_p, frv_io_fixed_order_p, frv_io_union) (frv_same_doubleword_p, frv_io_fixed_order_p, frv_io_union)
(frv_extract_membar, frv_io_check_address, frv_io_handle_set) (frv_extract_membar, frv_io_check_address, frv_io_handle_set)
(frv_io_handle_use_1, frv_io_handle_use, frv_optimize_membar_local) (frv_io_handle_use_1, frv_io_handle_use, frv_optimize_membar_local)
(frv_optimize_membar_global, frv_optimize_membar): New functions. (frv_optimize_membar_global, frv_optimize_membar): New functions.
(frv_reorg): Call frv_optimize_membar when appropriate. (frv_reorg): Call frv_optimize_membar when appropriate.
(bdesc_loads, bdesc_stores): Use the membar code as the icode field. (bdesc_loads, bdesc_stores): Use the membar code as the icode field.
(frv_expand_builtin): Adjust calls accordingly. (frv_expand_builtin): Adjust calls accordingly.
(frv_io_address_cookie): New function. (frv_io_address_cookie): New function.
(frv_expand_load_builtin, frv_expand_store_builtin): Emit a normal (frv_expand_load_builtin, frv_expand_store_builtin): Emit a normal
load or store rather than a special insn. Add ccnstant address and load or store rather than a special insn. Add ccnstant address and
io-type operands to the membar. io-type operands to the membar.
(frv_ifcvt_modify_tests): Unsign regno. (frv_ifcvt_modify_tests): Unsign regno.
(frv_ifcvt_modify_tests): Same. (frv_ifcvt_modify_tests): Same.
......
...@@ -495,6 +495,10 @@ finstrument-functions ...@@ -495,6 +495,10 @@ finstrument-functions
Common Report Var(flag_instrument_function_entry_exit) Common Report Var(flag_instrument_function_entry_exit)
Instrument function entry and exit with profiling calls Instrument function entry and exit with profiling calls
fipa-cp
Common Report Var(flag_ipa_cp)
Perform Interprocedural constant propagation
fipa-pure-const fipa-pure-const
Common Report Var(flag_ipa_pure_const) Init(0) Common Report Var(flag_ipa_pure_const) Init(0)
Discover pure and const functions Discover pure and const functions
...@@ -507,10 +511,6 @@ fipa-type-escape ...@@ -507,10 +511,6 @@ fipa-type-escape
Common Report Var(flag_ipa_type_escape) Init(0) Common Report Var(flag_ipa_type_escape) Init(0)
Type based escape and alias analysis Type based escape and alias analysis
fipa-cp
Common Report Var(flag_ipa_cp)
Perform Interprocedural constant propagation
fivopts fivopts
Common Report Var(flag_ivopts) Init(1) Common Report Var(flag_ivopts) Init(1)
Optimize induction variables on trees Optimize induction variables on trees
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment