lto-elf.c (lto_obj_file_open): Also provide filename when elf_begin fails.
[gcc.git] / gcc / lto / ChangeLog
index 28b594977e4adfd4a2cc8ed2d5b81abde042edc5..59124ee34818a1ba094c172355570c1872532561 100644 (file)
@@ -1,3 +1,74 @@
+2010-09-18  Gerald Pfeifer  <gerald@pfeifer.com>
+
+       * lto-elf.c (lto_obj_file_open): Also provide filename when
+       elf_begin fails.
+
+2010-09-17  Jan Hubicka  <jh@suse.cz>
+
+       * lto.c (lto_promote_cross_file_statics): Use const_value_known.
+
+2010-09-17  Richard Guenther  <rguenther@suse.de>
+
+       * lang.opt (flag_wpa): Also enable for the driver.
+
+2010-09-16  Jan Hubicka  <jh@suse.cz>
+
+       * lto.c (lto_materialize_function): Do not tamper with STATIC and
+       EXTERNAL flags. 
+
+2010-09-15  Laurynas Biveinis  <laurynas.biveinis@gmail.com>
+
+       * lto-tree.h (struct lang_type): Add variable_size GTY option.
+
+2010-09-08  Jan Hubicka  <jh@suse.cz>
+
+       * lto.c (real_file_count, real_file_decl_data): New static vars.
+       (read_cgraph_and_symbols): Use it.
+
+2010-09-08  Richard Guenther  <rguenther@suse.de>
+
+       * lto.c (read_cgraph_and_symbols): Collect again after each
+       file.
+
+2010-09-07  Jan Hubicka  <jh@suse.cz>
+
+       * lto.c (promote_var, promote_fn): Set DECL_VISIBILITY_SPECIFIED.
+
+2010-09-03  Richard Guenther  <rguenther@suse.de>
+
+       * lto-elf.c (validate_file): Always error if validation fails.
+
+2010-08-20  Jan Hubicka  <jh@suse.cz>
+
+       * lto.c (lto_1_to_1_map): Be prepared for node to have no file data.
+       (lto_wpa_write_files): Update comments.
+
+2010-08-20  H.J. Lu  <hongjiu.lu@intel.com>
+
+       PR bootstrap/45357
+       * lto.c (lto_materialize_function): Replace has_analyzed_clone
+       with has_analyzed_clone_p.
+
+2010-08-20  Jan Hubicka  <jh@suse.cz>
+
+       * lto.c (has_analyzed_clone_p): New function
+       (lto_materialize_function): Use callgraph to determine if
+       body is needed.
+       (materialize_cgraph): Remove DECL_IS_BUILTIN check.
+
+2010-08-20  Nathan Froyd  <froydnj@codesourcery.com>
+
+       * lto.c: Use FOR_EACH_VEC_ELT.
+
+2010-07-27  Andi Kleen <ak@linux.intel.com>
+
+       * Make-lang.in (lto.o): Add dependency to splay-tree.h
+
+2010-07-27  Joseph Myers  <joseph@codesourcery.com>
+
+       * lto-lang.c (lto_handle_option): Update prototype and return
+       value type.  Remove duplicate assignment to result.
+
 2010-07-27  Joseph Myers  <joseph@codesourcery.com>
 
        * lto-lang.c (lto_option_lang_mask, lto_complain_wrong_lang_p):