1. 21 Aug, 2012 7 commits
    • tree-ssa-loop-im.c (tree_ssa_lim_finalize): Properly free the affine expansion cache. · b6db991c
      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.
      
      From-SVN: r190560
      Richard Guenther committed
    • alloc-pool.c (pool_alloc): Fix valgrind annotation. · 825c743c
      2012-08-21  Richard Guenther  <rguenther@suse.de>
      
      	* alloc-pool.c (pool_alloc): Fix valgrind annotation.
      	* tree.h: Fix typo and complete flags documentation.
      
      From-SVN: r190559
      Richard Guenther committed
    • cp-tree.h (TREE_INDIRECT_USING): Use TREE_LANG_FLAG_0 accessor. · c1aaec5b
      2012-08-21  Richard Guenther  <rguenther@suse.de>
      
      	cp/
      	* cp-tree.h (TREE_INDIRECT_USING): Use TREE_LANG_FLAG_0 accessor.
      	(ATTR_IS_DEPENDENT): Likewise.
      	(ARGUMENT_PACK_INCOMPLETE_P): Use TREE_ADDRESSABLE instead of
      	TREE_LANG_FLAG_0 on TREE_VECs.
      
      	* tree.h (struct tree_base): Add union to make it possible to
      	re-use the upper 4 bytes for tree codes that do not need as
      	many flags as others.  Move visited and default_def_flag to
      	common bits section in exchange for saturating_flag and
      	unsigned_flag.  Add SSA name version and tree vec length
      	fields here.
      	(struct tree_vec): Remove length field here.
      	(struct tree_ssa_name): Remove version field here.
      
      From-SVN: r190558
      Richard Biener committed
    • MAINTAINERS (Write After Approval): Add myself. · 12d87607
              * MAINTAINERS (Write After Approval): Add myself.
              (picochip port): Remove myself.
      
      From-SVN: r190557
      Hariharan Sandanagobalane committed
    • re PR fortran/48636 (Enable more inlining with -O2 and higher) · 2daffc47
      	PR fortran/48636
      	* ipa-inline.c (want_inline_small_function_p): Take loop_iterations hint.
      	(edge_badness): Likewise.
      	* ipa-inline.h (inline_hints_vals): Add INLINE_HINT_loop_iterations.
      	(inline_summary): Add loop_iterations.
      	* ipa-inline-analysis.c: Include tree-scalar-evolution.h.
      	(dump_inline_hints): Dump loop_iterations.
      	(reset_inline_summary): Free loop_iterations.
      	(inline_node_duplication_hook): Update loop_iterations.
      	(dump_inline_summary): Dump loop_iterations.
      	(will_be_nonconstant_expr_predicate): New function.
      	(estimate_function_body_sizes): Analyze loops.
      	(estimate_node_size_and_time): Set hint loop_iterations.
      	(inline_merge_summary): Merge loop iterations.
      	(inline_read_section): Stream in loop_iterations.
      	(inline_write_summary): Stream out loop_iterations.
      
      From-SVN: r190556
      Jan Hubicka committed
    • Daily bump. · bb51debe
      From-SVN: r190552
      GCC Administrator committed
  2. 20 Aug, 2012 23 commits
  3. 19 Aug, 2012 10 commits