aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorOlga Golovanevsky <olga@gcc.gnu.org>2007-12-13 13:58:18 +0000
committerOlga Golovanevsky <olga@gcc.gnu.org>2007-12-13 13:58:18 +0000
commit3905a1b25a31c60a66b3736af9c71bc3cad8cdc2 (patch)
treee4aa0be6ca24fdc3cae564817848efca333e910d /gcc
parent65e79ca2f92de1e6430c5b3687df5b90736e5452 (diff)
downloadgcc-3905a1b25a31c60a66b3736af9c71bc3cad8cdc2.zip
gcc-3905a1b25a31c60a66b3736af9c71bc3cad8cdc2.tar.gz
gcc-3905a1b25a31c60a66b3736af9c71bc3cad8cdc2.tar.bz2
ipa-struct-reorg.c (is_candidate): Print information to dump file when the type is initialized.
2007-12-13 Olga Golovanevsky <olga@il.ibm.com> * ipa-struct-reorg.c (is_candidate): Print information to dump file when the type is initialized. (get_stmt_accesses): Likewise when a structure has bitfields or field access is too complicate. (safe_cond_expr_check): Likewise for unsafe condition expressions. (exclude_cold_structs): Likewise for cold structures. (collect_structures): Suppress redundant print when there are no structures to transform. (do_reorg): Print to dump file a number of structures that will be transformed. (dump_new_types): Print a number of new types to replace an original structure type. From-SVN: r130894
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 952bb9a7..3cf9ec7 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,18 @@
+2007-12-13 Olga Golovanevsky <olga@il.ibm.com>
+
+ * ipa-struct-reorg.c (is_candidate): Print information to dump
+ file when the type is initialized.
+ (get_stmt_accesses): Likewise when a structure has bitfields
+ or field access is too complicate.
+ (safe_cond_expr_check): Likewise for unsafe condition expressions.
+ (exclude_cold_structs): Likewise for cold structures.
+ (collect_structures): Suppress redundant print when there are
+ no structures to transform.
+ (do_reorg): Print to dump file a number of structures that
+ will be transformed.
+ (dump_new_types): Print a number of new types to replace
+ an original structure type.
+
2007-12-13 Golovanevsky Olga <olga@il.ibm.com>
* doc/invoke.texi (Optimiza Options): Document new -fipa-struct-reorg