summaryrefslogtreecommitdiffstats
path: root/gcc/ChangeLog
diff options
context:
space:
mode:
authorrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>2012-08-21 11:48:42 +0000
committerrguenth <rguenth@138bc75d-0d04-0410-961f-82ee72b054a4>2012-08-21 11:48:42 +0000
commit78d53e33ea16afb990b4281e52baf74ce9dc0f47 (patch)
tree1a86ea46dfeb996cb6319c790537e709944defa5 /gcc/ChangeLog
parent4d039f231550ffde8283afc1d3641634b75cd561 (diff)
downloadppe42-gcc-78d53e33ea16afb990b4281e52baf74ce9dc0f47.tar.gz
ppe42-gcc-78d53e33ea16afb990b4281e52baf74ce9dc0f47.zip
2012-08-21 Richard Guenther <rguenther@suse.de>
* tree-ssa-loop-im.c (tree_ssa_lim_finalize): Properly free the affine expansion cache. * tree-ssa-dom.c (free_expr_hash_elt_contents): New function, split out from ... (free_expr_hash_elt): ... this one. (record_cond): Properly free a not needed hashtable element. (lookup_avail_expr): Likewise. * tree-into-ssa.c (init_ssa_renamer): Specify a free function for the var_infos hashtable. (update_ssa): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@190560 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r--gcc/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 339ad330d84..5aa1ec81734 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,5 +1,18 @@
2012-08-21 Richard Guenther <rguenther@suse.de>
+ * tree-ssa-loop-im.c (tree_ssa_lim_finalize): Properly free
+ the affine expansion cache.
+ * tree-ssa-dom.c (free_expr_hash_elt_contents): New function,
+ split out from ...
+ (free_expr_hash_elt): ... this one.
+ (record_cond): Properly free a not needed hashtable element.
+ (lookup_avail_expr): Likewise.
+ * tree-into-ssa.c (init_ssa_renamer): Specify a free function
+ for the var_infos hashtable.
+ (update_ssa): Likewise.
+
+2012-08-21 Richard Guenther <rguenther@suse.de>
+
* alloc-pool.c (pool_alloc): Fix valgrind annotation.
* tree.h: Fix typo and complete flags documentation.
OpenPOWER on IntegriCloud