]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/lto/ChangeLog
PR c++/60146
[thirdparty/gcc.git] / gcc / lto / ChangeLog
CommitLineData
8c075206 12014-02-14 Jan Hubicka <hubicka@ucw.cz>
2
3 * lto-partition.c (add_symbol_to_partition_1,
4 undo_partition, lto_balanced_map): Aliases have no
5 defined size.
6 (lto_balanced_map): Do not follow refering variables
7 if they can be optimized out.
8
f4c35256 92014-02-14 Richard Biener <rguenther@suse.de>
10
11 PR lto/60179
12 * lto.c (compare_tree_sccs_1): Do not compare
13 DECL_FUNCTION_SPECIFIC_TARGET.
14 (lto_read_decls): Re-build DECL_FUNCTION_SPECIFIC_TARGET.
15
f5cbf731 162014-02-12 Richard Biener <rguenther@suse.de>
17
18 PR lto/60060
19 * lto-lang.c (lto_write_globals): Do not call
20 wrapup_global_declarations or emit_debug_global_declarations
21 but emit debug info for non-function scope variables
22 directly.
23
a973177e 242014-02-06 Jan Hubicka <hubicka@ucw.cz>
25
26 * lto.c (unify_scc): Free CONSTRUCTOR_ELTS.
27
94107507 282014-02-06 Jan Hubicka <hubicka@ucw.cz>
29
30 PR ipa/59469
31 * lto-partition.c (symbol_class): Move to cgraph.h
32 (get_symbol_class): Move to symtab.c
33 (add_references_to_partition, add_symbol_to_partition_1,
34 lto_max_map, lto_1_to_1_map, lto_balanced_map,
35 lto_promote_cross_file_statics): Update.
36
3e17769e 372014-02-05 Jan Hubicka <hubicka@ucw.cz>
38
39 * lto.c (lto_parallelism): New static var.
40 (do_stream_out, wait_for_child, stream_out): New static functions.
41 (lto_wpa_write_files): Add support for parallel streaming.
42 (do_whole_program_analysis): Set parallelism.
43 * lang.opt (fwpa): Add parameter.
44 * lto-lang.c (lto_handle_option): Handle flag_wpa.
45 (lto_init): Update use of flag_wpa.
46 * lto-streamer.h (asm_nodes_output): Declare.
47
00288439 482014-02-05 Richard Biener <rguenther@suse.de>
49
50 * lto.h (lto_global_var_decls): Remove.
51 * lto-lang.c (lto_init): Do not allocate lto_global_var_decls.
52 (lto_write_globals): Do nothing in WPA stage, gather globals from
53 the varpool here ...
54 * lto.c (lto_main): ... not here.
55 (materialize_cgraph): Do not call rest_of_decl_compilation
56 on the empty lto_global_var_decls vector.
57 (lto_global_var_decls): Remove.
58
96a3dc39 592014-02-04 Jan Hubicka <hubicka@ucw.cz>
60
61 * lto-partition.c (get_symbol_class): Only unforced DECL_ONE_ONLY
62 needs duplicating, not generic COMDAT.
63
6541e9a1 642014-02-04 Richard Biener <rguenther@suse.de>
65
66 PR lto/59723
67 * lto.c (mentions_vars_p): Handle NAMELIST_DECL.
68 (lto_fixup_prevailing_decls): Handle fixing up CONSTRUCTOR values.
69
b89ce5e3 702014-02-04 Jan Hubicka <hubicka@ucw.cz>
71 Markus Trippelsdorf
72
73 PR ipa/59469
74 * lto-symtab.c (lto_cgraph_replace_node, lto_varpool_replace_node):
75 merge force_output and forced_by_abi flags.
76
a89e6c15 772014-01-24 Balaji V. Iyer <balaji.v.iyer@intel.com>
78
79 * lto-lang.c (lto_init): Replaced flag_enable_cilkplus with
80 flag_cilkplus.
81
c205a71b 822014-01-09 Richard Biener <rguenther@suse.de>
83
84 * lto.c (gimple_canonical_types_compatible_p): Fix comment.
85
f1105f81 862014-01-09 Richard Biener <rguenther@suse.de>
87
88 PR lto/45586
89 * lto.c (hash_canonical_type): Do not hash TREE_ADDRESSABLE,
90 TYPE_ALIGN, TYPE_RESTRICT or TYPE_REF_CAN_ALIAS_ALL.
91 (gimple_canonical_types_compatible_p): Do not compare them either.
92
3aea1f79 932014-01-02 Richard Sandiford <rdsandiford@googlemail.com>
94
95 Update copyright years
96
098f44bc 972013-12-06 Oleg Endo <olegendo@gcc.gnu.org>
98
99 * lto.c: Remove struct tags when referring to class varpool_node.
100 * lto-partition.c: Likewise.
101 * lto-symtab.c: Likewise.
102
ea0695f9 1032013-11-29 Jakub Jelinek <jakub@redhat.com>
104 Richard Biener <rguenther@suse.de>
105
106 PR lto/59326
107 * lto.c (compare_tree_sccs_1): Handle OMP_CLAUSE.
108
fe3e3369 1092013-11-29 Jakub Jelinek <jakub@redhat.com>
110
111 PR lto/59326
112 * lto.c (mentions_vars_p_omp_clause): New function.
113 (mentions_vars_p): Call it for OMP_CLAUSE. Remove break;
114 after return stmts.
115
bc61cadb 1162013-11-22 Andrew MacLeod <amacleod@redhat.com>
117
118 * lto.c: Add required include files from gimple.h.
119 * lto-lang.c: Likewise
120 * lto-object.c: Likewise
121 * lto-partition.c: Likewise
122 * lto-symtab.c: Likewise
123
f1c8b4d7 1242013-11-18 Trevor Saunders <tsaunders@mozilla.com>
125
126 * lto-partition.c lto-symtab.c lto.c Adjust.
127
9ed99284 1282013-11-14 Diego Novillo <dnovillo@google.com>
129
130 * lto-lang.c: Include stringpool.h.
131 Include stor-layout.h.
132 * lto-partition.c: Include gcc-symtab.h.
133 * lto.c: Include stor-layout.h.
134
452659af 1352013-10-31 David Malcolm <dmalcolm@redhat.com>
136
137 Automated part of renaming of symtab_node_base to symtab_node.
138
139 Patch autogenerated by rename_symtab.py from
140 https://github.com/davidmalcolm/gcc-refactoring-scripts
141 revision 58bb219cc090b2f4516a9297d868c245495ee622
142
143 * lto-partition.c (add_symbol_to_partition): Rename
144 symtab_node_base to symtab_node.
145 (get_symbol_class): Likewise.
146 (symbol_partitioned_p): Likewise.
147 (add_references_to_partition): Likewise.
148 (add_symbol_to_partition_1): Likewise.
149 (contained_in_symbol): Likewise.
150 (add_symbol_to_partition): Likewise.
151 (lto_1_to_1_map): Likewise.
152 (lto_max_map): Likewise.
153 (lto_balanced_map): Likewise.
154 (privatize_symbol_name): Likewise.
155 (promote_symbol): Likewise.
156 (may_need_named_section_p): Likewise.
157 (rename_statics): Likewise.
158 (lto_promote_statics_nonwpa): Likewise.
159 * lto-symtab.c (lto_symtab_merge): Likewise.
160 (lto_symtab_resolve_replaceable_p): Likewise.
161 (lto_symtab_symbol_p): Likewise.
162 (lto_symtab_resolve_can_prevail_p): Likewise.
163 (lto_symtab_resolve_symbols): Likewise.
164 (lto_symtab_merge_decls_2): Likewise.
165 (lto_symtab_merge_decls_1): Likewise.
166 (lto_symtab_merge_decls): Likewise.
167 (lto_symtab_merge_symbols_1): Likewise.
168 (lto_symtab_merge_symbols): Likewise.
169 (lto_symtab_prevailing_decl): Likewise.
170 * lto.c (lto_wpa_write_files): Likewise.
171 (read_cgraph_and_symbols): Likewise.
172 (do_whole_program_analysis): Likewise.
173
d03e6917 1742013-10-30 David Malcolm <dmalcolm@redhat.com>
175
176 * lto-symtab.c (lto_symtab_merge_decls_2): Split symtab_node
177 declarations onto multiple lines to make things easier for
178 rename_symtab.py.
179 (lto_symtab_merge_decls_1): Likewise.
180 (lto_symtab_merge_symbols_1): Likewise.
181
d037099f 1822013-10-29 Balaji V. Iyer <balaji.v.iyer@intel.com>
183
184 * Make-lang.in (lto/lto-lang.o): Added cilk.h in dependency list.
185 * lto-lang.c (lto_init): Added a call to cilk_init_builtins if Cilk
186 Plus is enabled.
187
02774f2d 1882013-10-29 David Malcolm <dmalcolm@redhat.com>
189
190 Patch autogenerated by refactor_symtab.py from
191 https://github.com/davidmalcolm/gcc-refactoring-scripts
192 revision 58bb219cc090b2f4516a9297d868c245495ee622
193
194 * lto-partition.c (lto_promote_cross_file_statics): Update for
195 conversion of symtab types to a true class hierarchy.
196 (rename_statics): Likewise.
197 (promote_symbol): Likewise.
198 (privatize_symbol_name): Likewise.
199 (lto_balanced_map): Likewise.
200 (varpool_node_cmp): Likewise.
201 (node_cmp): Likewise.
202 (lto_1_to_1_map): Likewise.
203 (undo_partition): Likewise.
204 (add_symbol_to_partition): Likewise.
205 (contained_in_symbol): Likewise.
206 (add_symbol_to_partition_1): Likewise.
207 (add_references_to_partition): Likewise.
208 (symbol_partitioned_p): Likewise.
209 (get_symbol_class): Likewise.
210 (lto_max_map): Likewise.
211 * lto-symtab.c (lto_symtab_prevailing_decl): Likewise.
212 (lto_symtab_merge_symbols): Likewise.
213 (lto_symtab_merge_symbols_1): Likewise.
214 (lto_symtab_merge_decls): Likewise.
215 (lto_symtab_merge_decls_1): Likewise.
216 (lto_symtab_merge_decls_2): Likewise.
217 (lto_symtab_resolve_symbols): Likewise.
218 (lto_symtab_resolve_can_prevail_p): Likewise.
219 (lto_symtab_symbol_p): Likewise.
220 (lto_symtab_resolve_replaceable_p): Likewise.
221 (lto_symtab_merge): Likewise.
222 (lto_varpool_replace_node): Likewise.
223 (lto_cgraph_replace_node): Likewise.
224 * lto.c (lto_main): Likewise.
225 (do_whole_program_analysis): Likewise.
226 (materialize_cgraph): Likewise.
227 (read_cgraph_and_symbols): Likewise.
228 (cmp_partitions_order): Likewise.
229 (lto_materialize_function): Likewise.
230 (has_analyzed_clone_p): Likewise.
231
b23fb4cb 2322013-10-29 Andrew MacLeod <amacleod@redhat.com>
233
234 * lto/lto-object.c: Add gimple.h to include list.
235 * lto/lto-partition.c: Likewise.
236
dd9784d4 2372013-10-18 Andrew MacLeod <amacleod@redhat.com>
238
239 * lto.c: Remove tree-flow.h from include list.
240
fdbb424a 2412013-10-15 Richard Biener <rguenther@suse.de>
242
243 * lto.c (hash_canonical_type): Split out from ...
244 (iterative_hash_canonical_type): ... here. Register types
245 we recurse to.
246 (gimple_canonical_type_hash): Adjust.
247 (gimple_register_canonical_type_1): Split out from ...
248 (gimple_register_canonical_type): ... here. Cache computed
249 hash value.
250 (lto_register_canonical_types): Split into two modes,
251 clearing and computing TYPE_CANONICAL.
252 (lto_read_decls): Adjust.
253 (read_cgraph_and_symbols): Do two passes over global trees,
254 first clearing then computing TYPE_CANONICAL.
255
fb26741a 2562013-10-14 Richard Biener <rguenther@suse.de>
257
258 * lto.c (gimple_canonical_types): Move out-of GC space.
259 (canonical_type_hash_cache): Make a pointer-map.
260 (num_canonical_type_hash_entries, num_canonical_type_hash_queries):
261 New counters.
262 (iterative_hash_canonical_type): Adjust.
263 (read_cgraph_and_symbols): Likewise.
264 (print_lto_report_1): Likewise.
265
d7009cf6 2662013-10-14 Richard Biener <rguenther@suse.de>
267
268 * lto.c (gimple_types, type_hash_cache, struct type_pair_d,
269 type_pair_cache, lookup_type_pair, struct sccs, next_dfs_num,
270 gtc_next_dfs_num, compare_type_names_p, gtc_visit,
271 gimple_types_compatible_p_1, gimple_types_compatible_p,
272 visit, iterative_hash_name, struct type_hash_pair,
273 type_hash_pair_compare, iterative_hash_gimple_type, gimple_type_hash,
274 gimple_type_eq, gimple_register_type, num_not_merged_types,
275 num_not_merged_types_in_same_scc, num_not_merged_types_trees,
276 num_not_merged_types_in_same_scc_trees): Remove old merging code
277 and statistics.
278 (lto_read_decls): Do not run old merging code in parallel.
279 (read_cgraph_and_symbols): Do not init/free old merging
280 data structures.
281 (print_lto_report_1): Do not report differences of old vs. new
282 merging code.
283
700d6a0b 2842013-10-14 Richard Biener <rguenther@suse.de>
285
286 * lto-lang.c (lto_init): Do not re-init canonical types here.
287 (lto_register_canonical_types): Move to ...
288 * lto.c (lto_register_canonical_types): ... here.
289 (gimple_canonical_types, canonical_type_hash_cache,
290 iterative_hash_canonical_type, gimple_canonical_type_hash,
291 gimple_canonical_types_compatible_p, gimple_canonical_type_eq,
292 gimple_register_canonical_type): Add canonical type merging machinery
293 moved from gimple.c.
294 (read_cgraph_and_symbols): Init and free canonical type tables
295 here.
296 (print_lto_report_1): Report canonical type table stats here.
297
bc7bff74 2982013-10-11 Jakub Jelinek <jakub@redhat.com>
299
300 * lto-lang.c (DEF_FUNCTION_TYPE_8): Define.
301
d2681e34 3022013-09-25 Tom Tromey <tromey@redhat.com>
303
304 * Make-lang.in (LTO_H, LINKER_PLUGIN_API_H, LTO_TREE_H)
305 (lto/lto-lang.o, lto/lto.o, lto/lto-partition.o)
306 (lto/lto-object.o): Remove.
307
94956000 3082013-09-06 Richard Biener <rguenther@suse.de>
309
310 * lto-symtab.c: Move from gcc/
311 * lto.h: Include vec.h.
312 (lto_global_var_decls): Declare.
313 * lto.c (lto_global_var_decls): Move definition here.
314 * Make-lang.in (LTO_OBJS): Add lto-symtab.o.
315 (lto-symtab.o): Add.
316 * config-lang.in (gtfiles): Add lto.h.
317
93cb0915 3182013-08-31 Jan Hubicka <jh@suse.cz>
319
320 * lto.c (mentions_vars_p_field_decl, lto_fixup_prevailing_decls):
321 DECL_FIELD_OFFSET can contain an reference to variable.
322
d21755bc 3232013-08-31 Jan Hubicka <jh@suse.cz>
324
325 * lto.c (tree_with_vars): Turn into vector.
326 (MAYBE_REMEMBER_WITH_VARS): Change to...
327 (CHECK_VAR): ... this one.
328 (CHECK_NO_VAR): New macro.
329 (maybe_remember_with_vars_typed): Turn to ...
330 (mentions_vars_p_typed): ... this one.
331 (maybe_remember_with_vars_common): Turn to ...
332 (mentions_vars_p_comon): ... this one.
333 (maybe_remember_with_vars_decl_minimal): Turn to ...
334 (mentions_vars_p_decl_minmal): ... this one.
335 (maybe_remember_with_vars_decl_common): Turn to ...
336 (mentions_vars_p_decl_common): ... this one.
337 (maybe_remember_with_vars_decl_with_vis): Turn to ...
338 (mentions_vars_p_decl_with_vis): ... this one.
339 (maybe_remember_with_vars_decl_non_common): Turn to ...
340 (mentions_vars_p_decl_non_common): ... this one.
341 (maybe_remember_with_vars_function): Turn to ...
342 (mentions_vars_p_function): ... this one.
343 (maybe_remember_with_vars_field_decl): Turn to ...
344 (mentions_vars_p_field_decl): ... this one.
345 (maybe_remember_with_vars_type): Turn to ...
346 (mentions_vars_p_type): ... this one.
347 (maybe_remember_with_vars_binfo): Turn to ...
348 (mentions_vars_p_binfo): ... this one.
349 (maybe_remember_with_vars_constructor): Turn to ...
350 (mentions_vars_p_constructor): ... this one.
351 (maybe_remember_with_vars_expr): Turn to ...
352 (mentions_vars_p_expr): ... this one.
353 (maybe_remember_with_vars): Turn to ...
354 (mentions_vars_p): ... this one.
355 (lto_read_decls): Update.
356 (LTO_SET_PREVAIL): Do not call function for internal decls.
357 (lto_fixup_prevailing_decls): Update to match mentions_vars_p;
358 check that something was updated.
359 (lto_fixup_state): Do not care about internal decls.
360 (lto_fixup_decls): Update.
361 (read_cgraph_and_symbols): Update.
362
5f74a074 3632013-08-29 Jan Hubicka <jh@suse.cz>
364
365 * lto.c (read_cgraph_and_symbols): Free decl states.
366
2d9cc481 3672013-08-29 Jan Hubicka <jh@suse.cz>
368
369 * lto.c (compare_tree_sccs_1): Compare DECL_FINAL_P,
370 DECL_CXX_CONSTRUCTOR_P, DECL_CXX_DESTRUCTOR_P and
371 TYPE_FINAL_P.
372
881fe02c 3732013-08-28 Jan Hubicka <jh@suse.cz>
374
375 * lto.c (compare_tree_sccs_1): Drop DECL_ERROR_ISSUED,
376 DECL_DEFER_OUTPUT and DECL_IN_TEXT_SECTION.
377 (unify_scc): Do checking assert.
378
66d78392 3792013-08-06 Jan Hubicka <jh@suse.cz>
380 Martin Liska <marxin.liska@gmail.com>
381
382 * lto-partition.c (lto_balanced_map): Always base order on
383 source file order.
384
eaad46f2 3852013-08-06 Jan Hubicka <jh@suse.cz>
386
387 * lto.c (lto_materialize_function): Do not read body anymore.
388
4df870fd 3892013-08-02 Jan Hubicka <jh@suse.cz>
390
391 * lto.c (lto_materialize_function): Do not push struct function.
392 * lto-partition.c (get_symbol_class): Handle abstracts correctly.
393 (may_need_named_section_p): Even abstract origins may need
394 named section.
395
3ea50c01 3962013-07-30 David Malcolm <dmalcolm@redhat.com>
397
398 * Make-lang.in (lto/lto.o:): Depend on CONTEXT_H and
399 PASS_MANAGER_H.
400
401 * lto.c (do_whole_program_analysis): Update for move of
402 all_regular_ipa_passes from a global to a field of class
403 pass_manager.
404
75de4aa2 4052013-07-21 OndÅ\99ej Bílka <neleai@seznam.cz>
406
407 * lto-partition.c: Fix typos.
408
593309df 4092013-06-20 Jan Hubicka <jh@suse.cz>
410
411 * lto-partition.c (lto_balanced_map): Fix -fno-toplevel-reorder
412 partitioning of variables.
413
fdbe58cf 4142013-06-20 Jan Hubicka <jh@suse.cz>
415
416 * lto.c (read_cgraph_and_symbols): Set cgraph state.
417
df8d3e89 4182013-06-19 Jan Hubicka <jh@suse.cz>
419
420 * lto-partition.c (add_references_to_partition): Use
421 ctor_for_folding.
422
be1cd111 4232013-06-18 Richard Biener <rguenther@suse.de>
424
425 * lto.c (lto_register_var_decl_in_symtab): Pass in cache index
426 and use it.
427 (lto_register_function_decl_in_symtab): Likewise.
428 (cmp_tree): New function.
429 (unify_scc): Instead of using the streamer cache map from entry
430 to cache index match up the two maps we have by sorting them.
431 Adjust calls to lto_register_var_decl_in_symtab and
432 lto_register_function_decl_in_symtab.
433
8ceff600 4342013-06-17 Richard Biener <rguenther@suse.de>
435
436 * Make-lang.in (lto.o): Add $(DATA_STREAMER_H) dependency.
437 * lto.c: Include data-streamer.h.
438 (lto_read_in_decl_state): Use streamer_tree_cache_get_tree.
439 (gimple_type_leader_entry_s, gimple_type_leader,
440 gimple_lookup_type_leader): Remove.
441 (gtc_visit): Simplify.
442 (gimple_types_compatible_p): Likewise.
443 (gimple_register_type_1): Likewise. Merge into ...
444 (gimple_register_type): ... this. Keep it as legacy for
445 statistics purposes for now.
446 (fixup_integer_cst): Remove.
447 (LTO_FIXUP_TREE, lto_fixup_types, lto_ft_*): Simplify and
448 rename to ...
449 (MAYBE_REMEMBER_WITH_VARS, maybe_remember_with_vars,
450 maybe_remember_with_vars_*): ... these.
451 (uniquify_nodes): Remove.
452 (lto_fixup_prevailing_type): New function.
453 (struct tree_scc, struct tree_scc_hasher): New type and hasher.
454 (tree_scc_hash, tree_scc_hash_obstack): New globals.
455 (num_merged_types, num_prevailing_types, num_not_merged_types,
456 num_not_merged_types_in_same_scc, total_scc_size, num_sccs_read,
457 total_scc_size_merged, num_sccs_merged, num_scc_compares,
458 num_scc_compare_collisions): New global counters.
459 (compare_tree_sccs_1): New function.
460 (compare_tree_sccs): Likewise.
461 (unify_scc): Likewise.
462 (lto_read_decls): Stream in tree SCCs and unify them on the
463 way in. Finalize prevailing SCC tree members.
464 (read_cgraph_and_symbols): Do not initialize or free gimple_type_leader.
465 Allocate and free tree_scc_hash_obstack and tree_scc_hash, do not bother
466 to ggc-collect during merging.
467 (print_lto_report_1): Adjust for new merging code.
468
da4b8721 4692013-06-12 Jan Hubicka <jh@suse.cz>
470
471 * lto.c (read_cgraph_and_symbols): Set cgraph into streaming state.
472
9e9c3e92 4732013-06-12 Jan Hubicka <jh@suse.cz>
474
475 * lto.c (register_resolution): Take lto_file_data argument.
476 (lto_register_var_decl_in_symtab,
477 lto_register_function_decl_in_symtab): Update.
478 (read_cgraph_and_symbols): Update resolution_map handling.
479
21ebaa24 4802013-06-11 Jan Hubicka <jh@suse.cz>
f2526cce 481
482 * lto-partition.c (get_symbol_class): Simplify weakref handling.
483 (add_symbol_to_partition_1): Likewise.
484 (contained_in_symbol): Likewise.
485 (lto_balanced_map): Likewise.
486 (rename_statics): Drop weakref.
487
4b927f54 4882013-06-05 Richard Biener <rguenther@suse.de>
489
490 * lto.c (num_merged_types): New global variable.
491 (uniquify_nodes): Increase num_merged_types when merging a type.
492 (print_lto_report_1): Output the number of merged types.
493
48669653 4942013-06-01 Jan Hubicka <jh@suse.cz>
495
496 * lto.c (read_cgraph_and_symbols): Simplify dumping; Replace
497 lto_symtab_merge_cgraph_nodes by lto_symtab_merge_symbols.
498 (do_whole_program_analysis): Update dumping.
499
15ca8f90 5002013-05-29 Jan Hubicka <jh@suse.cz>
501
502 * lto.c (has_analyzed_clone_p, lto_materialize_function): Update for new symtab
503 flags.
504 * lto-partition.c (get_symbol_class, lto_balanced_map): Likewise.
505
59651d3b 5062013-05-15 Jan Hubicka <jh@suse.cz>
507
508 * lto-partition.c (privatize_symbol_name): Return true when
509 privatizing happened.
510 (rename_statics): Do not go into infinite loop when privatizing
511 is not needed.
512
be5f9e46 5132013-05-16 Jason Merrill <jason@redhat.com>
514
515 * Make-lang.in ($(LTO_EXE)): Use link mutex.
516
15c999e3 5172013-05-15 Martin Jambor <mjambor@suse.cz>
518
519 * lto-partition.c (lto_balanced_map): Print symbol order instead
520 of node uids.
521
33864132 5222013-05-15 Jan Hubicka <jh@suse.cz>
523
524 PR lto/57038
525 PR lto/47375
526 * lto-partition.c (get_symbol_class): Fix weakrefs.
527 (lto_balanced_map): Fix weakrefs.
528 (privatize_symbol_name): Remove unnecesary label.
529 (rename_statics): Handle weakrefs as statics.
530
85b7ebb2 5312013-05-09 Jan Hubicka <jh@suse.cz>
532 Richard Biener <rguenther@suse.de>
533
534 * lto.c (lto_register_var_decl_in_symtab): Don't do renaming.
535 (lto_register_var_decl_in_symtab): Likewise.
536 (lto_main): Promote statics.
537 * lto-partition.c (privatize_symbol_name): New function.
538 (promote_symbol): Use it.
539 (may_need_named_section_p): New predicate.
540 (rename_statics): New functions.
541 (lto_promote_cross_file_statics): Simplify; do renaming.
542 (lto_promote_statics_nonwpa): New function.
543 * lto-partition.h (lto_promote_statics_nonwpa): New function.
544
ab3c0986 5452013-02-08 Richard Biener <rguenther@suse.de>
546
547 PR lto/56231
548 * lto-lang.c (lto_init): Do not enter a dummy file.
549
7a87c8e1 5502013-02-07 Uros Bizjak <ubizjak@gmail.com>
551
552 PR bootstrap/56227
553 * lto.c (lto_resolution_ready): Use %wx instead of
554 HOST_WIDE_INT_PRINT_HEX_PURE in the argument to internal_error.
555
871609a8 5562013-02-04 Richard Guenther <rguenther@suse.de>
557
558 PR lto/56168
559 * lto.c (read_cgraph_and_symbols): Do not call lto_symtab_merge_decls
560 or lto_fixup_decls at LTRANS time.
561
c7fbaa62 5622013-01-09 Jan Hubicka <jh@suse.cz>
563
564 PR lto/45375
565 * lto.c (do_whole_program_analysis): Remove unreachable nodes after IPA.
566
d9501635 5672012-12-10 H.J. Lu <hongjiu.lu@intel.com>
568
569 PR lto/55466
570 * lto.c (lto_register_var_decl_in_symtab): Don't record static
571 variables.
572 (lto_main): Record the global variables if WPA isn't enabled.
573
1e094109 5742012-11-20 Diego Novillo <dnovillo@google.com>
575 Jakub Jelinek <jakub@redhat.com>
576
577 * lto.c: Replace all vec<T, A>() initializers with vNULL.
578
f1f41a6c 5792012-11-16 Diego Novillo <dnovillo@google.com>
580
581 Adjust for new vec API (http://gcc.gnu.org/wiki/cxx-conversion/cxx-vec)
582
583 * lto-lang.c: Use new vec API in vec.h.
584 * lto-partition.c: Likewise.
585 * lto-partition.h: Likewise.
586 * lto.c: Likewise.
587
d2313b52 5882012-10-31 Lawrence Crowl <crowl@google.com>
589
590 * lto.c (lto_wpa_write_files): Change symtab checking to a checked
591 down-cast via dyn_cast.
592 * lto-partition.c (add_symbol_to_partition_1): Likewise.
593 (undo_partition): Likewise.
594 (lto_balanced_map): Likewise.
595 (get_symbol_class): Likewise and via is_a.
596 (lto_balanced_map): Change symtab checking to is_a.
597
a5693828 5982012-10-12 Richard Biener <rguenther@suse.de>
599
600 PR lto/54898
601 * lto.c (gimple_types_compatible_p_1): Also compare
602 TYPE_MAIN_VARIANT.
603 (iterative_hash_gimple_type): Also hash TYPE_MAIN_VARIANT.
604
883554eb 6052012-10-09 Tobias Burnus <burnus@net-b.de>
606
607 * lto-lang.c (lto_register_builtin_type): Avoid useless
608 decl creation.
609 * lto-object.c (lto_obj_file_open, lto_obj_file_open): Free memory.
610
14c7dd36 6112012-10-08 Tobias Burnus <burnus@net-b.de>
612
613 * lto.c (lto_wpa_write_files, read_cgraph_and_symbols):
614 Free lto_file struct after closing the file.
615
35d3a6eb 6162012-10-08 Jan Hubicka <jh@suse.cz>
617
618 * lto/lto.c (remember_with_vars): Also fixup INTEGER_CST.
619 (fixup_integer_cst): New functoin.
620 (lto_ft_type): Fixup BASETYPE of methods and offsets.
621
b8925abd 6222012-10-07 Jan Hubicka <jh@suse.cz>
623
624 * lto.c (read_cgraph_and_symbols): Release type merging hash early;
625 release input encoders.
626 * lto-partition.c (new_partition): Update for new lto_symtab_encoder_new.
627
18ff06f9 6282012-10-06 Jan Hubicka <jh@suse.cz>
629
630 PR lto/54790
631 * lto.c (resolution_map): New static var.
632 (register_resolution): New function.
633 (lto_register_var_decl_in_symtab): Use it.
634 (read_cgraph_and_symbols): Copy resolutions into the symtab.
635
9078126c 6362012-09-20 Martin Jambor <mjambor@suse.cz>
637
638 * lto.c (lto_materialize_function): Call push_struct_function and
639 pop_cfun.
640
5169661d 6412012-09-19 Dehao Chen <dehao@google.com>
642
643 * lto/lto.c (lto_fixup_prevailing_decls): Remove tree.exp.block field.
644
c9aa6453 6452012-09-19 Jan Hubicka <jh@suse.cz>
646
647 * lto.c (lto_materialize_function): Update confused comment.
648 (read_cgraph_and_symbols): Do not free symtab.
649
0851d795 6502012-09-12 Jan Hubicka <jh@suse.cz>
651
652 * lto.c (do_whole_program_analysis): Care timevars, statistics and
653 AUX pointer cleaning. Add max partitioning.
654 * lto-partition.c (enum symbol_class): New.
655 (get_symbol_class): New function.
656 (symbol_partitioned_p): New function.
657 (add_references_to_partition): Remove.
658 (add_aliases_to_partition): Remove.
659 (add_cgraph_node_to_partition_1): Remove.
660 (add_cgraph_node_to_partition): Remove.
661 (add_symbol_to_partition): New function.
662 (add_symbol_to_partition_1): New function.
663 (contained_in_symbol): New function.
664 (partition_cgraph_node_p): Remove.
665 (partition_varpool_node_p): Remove.
666 (partition_symbol_p): Remove.
667 (lto_1_to_1_map): Cleanup.
668 (lto_max_map): New.
669 (lto_balanced_map): Update.
670 (lto_promote_cross_file_statics): Update.
671 * lto-partition.h (lto_max_map): Declare.
672 * timevar.def (TV_WHOPR_PARTITIONING): New timevar.
673
8873e58c 6742012-09-11 Jan Hubicka <jh@suse.cz>
675
676 PR lto/54312
677 * lto.c (uniquify_nodes): Remove quadratic loop checking if the
678 type is variant leader.
679
ed29d77f 6802012-09-11 Richard Guenther <rguenther@suse.de>
681
682 * lto.c (enum gtc_mode): Remove.
683 (struct type_pair_d): Adjust.
684 (lookup_type_pair): Likewise.
685 (gimple_type_leader): Do not mark as deletable.
686 (gimple_lookup_type_leader): Adjust.
687 (gtc_visit): Likewise.
688 (gimple_types_compatible_p_1): Likewise.
689 (gimple_types_compatible_p): Likewise.
690 (gimple_type_hash): Likewise.
691 (gimple_register_type): Likewise.
692 (read_cgraph_and_symbols): Manage lifetime of tables
693 here.
694
bdaea387 6952012-09-11 Richard Guenther <rguenther@suse.de>
696
697 * lto.c (gimple_types, type_hash_cache, enum gtc_mode,
698 struct type_pair_d, lookup_type_pair, struct sccs,
699 next_dfs_num, gtc_next_dfs_num, struct gimple_type_leader_entry_s,
700 gimple_type_leader, gimple_lookup_type_leader, compare_type_names_p,
701 gtc_visit, gimple_types_compatible_p_1, gimple_types_compatible_p,
702 visit, iterative_hash_name, struct type_hash_pair,
703 type_hash_pair_compare, iterative_hash_gimple_type, gimple_type_hash,
704 gimple_type_eq, gimple_register_type_1, gimple_register_type):
705 Move here from gimple.c
706 (read_cgraph_and_symbols): Free hash tables here.
707 (print_lto_report_1): New function wrapping print_lto_report.
708 (do_whole_program_analysis): Call it.
709 (lto_main): Likewise.
710
b6f96313 7112012-09-10 Jan Hubicka <jh@suse.cz>
712
713 * lto-partition.c (partition_symbol_p): Forward declare.
714 (add_references_to_partition): Reimplement using partition_symbol_p.
715 (add_aliases_to_partition): Break out from add_references_to_partition;
716 reimplement using partition_symbol_p.
717 (add_cgraph_node_to_partition_1): Handle callees using partition_symbol_p;
718 add sanity checks.
719 (add_varpool_node_to_partition): Use add_aliases_to_partition.
720 (partition_varpool_node_p): Do not special case aliases.
721
724462b0 7222012-08-12 Jan Hubicka <jh@suse.cz>
723
724 * lto.c (lto_wpa_write_files): Do not delete partition encoder;
725 it is deleted after streaming.
726 * lto-partition.c (partition_symbol_p): New function.
727 (promote_var, promote_fn): Remove.
728 (promote_symbol): New function.
729 (lto_promote_cross_file_statics): First compute boundaries; rewrite
730 to lookup the actual boundaries instead of computing them ad-hoc.
731
5cf7e051 7322012-08-12 Jan Hubicka <jh@suse.cz>
733
734 Replace cgraph_node_set and varpool_node_set by symtab_node_encoder
735 in partitioning.
736 * lto-partition.h (ltrans_partition_def): Replace cgraph_set and varpool_set
737 by encoder.
738 * lto-partition.c (new_partition): Update.
739 * lto.c (cmp_partitions_order): Update.
740 (lto_wpa_write_files): Update.
741 (free_ltrans_partitions): Update.
742 (add_references_to_partition): Update.
743 (add_cgraph_node_to_partition_1): Update.
744 (add_cgraph_node_to_partition): Update.
745 (add_varpool_node_to_partition): Update.
746 (undo_partition): Update.
747 (lto_balanced_map): Update.
748 (set_referenced_from_other_partition_p, set_reachable_from_other_partition_p,
749 set_referenced_from_this_partition_p): Update.
750 (lto_promote_cross_file_statics): Update.
751
eab36a5a 7522012-08-12 Jan Hubicka <jh@suse.cz>
753
754 * lto-partition.c (set_referenced_from_other_partition_p,
755 set_reachable_from_other_partition_p, set_referenced_from_this_partition_p):
756 New functions.
757 (lto_promote_cross_file_statics): Use them.
758
02b699d5 7592012-07-24 Jan Hubicka <jh@suse.cz>
760
761 * lto.c (read_cgraph_and_symbols): Use input_symtab.
762
a5656b73 7632012-07-24 Uros Bizjak <ubizjak@gmail.com>
764
765 * lto-tree.h (lang_decl): Add variable_size GTY option.
766
b9ed1410 7672012-07-16 Steven Bosscher <steven@gcc.gnu.org>
768
769 * lto.c: Do not include timevar.h.
770 * Make-lang.in: Fix dependencies.
771
161121a9 7722012-06-18 Lawrence Crowl <crowl@google.com>
773
774 * lto.c (do_whole_program_analysis): Rename use of TV_PHASE_CGRAPH to
775 TV_PHASE_OPT_GEN. Use new timevar TV_PHASE_STREAM_OUT around the call
776 to lto_wpa_write_files.
777 (lto_main): Rename use of TV_PHASE_CGRAPH to TV_PHASE_OPT_GEN. Move
778 start of TV_PHASE_OPT_GEN to include call to materialize_cgraph. Use
779 TV_PHASE_SETUP for the call to lto_init. Use new timevar
780 TV_PHASE_STREAM_IN around the call to read_cgraph_and_symbols.
781 Turn TV_PHASE_PARSING off then back on again, because LTO is pretending
782 to be a front end, but is not one.
783
18a71d50 7842012-05-18 Jan Hubicka <jh@suse.cz>
785
786 * lto.c (lto_materialize_constructors_and_inits): Remove.
787 (read_cgraph_and_symbols): Remove handling of alias pairs.
788
aa419a52 7892012-05-17 Jan Hubicka <jh@suse.cz>
790
791 * lto-partition.c (add_references_to_partition): Handle external vars.
792 (partition_varpool_node_p): Likewise.
793 (lto_promote_cross_file_statics): Do not promote externals.
794
258a168d 7952012-05-14 Bernd Schmidt <bernds@codesourcery.com>
796
797 * lto-lang.c (handle_fnspec_attribute): New static function.
798 (lto_attribute_table): Add "fn spec".
799 (DEF_ATTR_STRING): Define and undefine along with the other macros.
800
3d1c0354 8012012-05-04 Jan Hubicka <jh@suse.cz>
802
803 * lto.c (do_whole_program_analysis): Set timevars correctly.
804 (lto_main): Likewise.
258a168d 805
596c40fb 8062012-05-04 Richard Guenther <rguenther@suse.de>
807
808 * lang.opt (fwpa): Do not mark as Optimization.
809 (fltrans): Likewise.
810
cf951b1a 8112012-04-30 Jan Hubicka <jh@suse.cz>
812
813 * lto.c (lto_main): Use compile ().
596c40fb 814 * lto-partition.c (partition_cgraph_node_p): Use
815 symtab_used_from_object_file_p.
cf951b1a 816 (partition_varpool_node_p): Likewise.
817
8efa224a 8182012-04-20 Jan Hubicka <jh@suse.cz>
819
820 * lto-partition.c (partition_cgraph_node_p): Use force_output.
821
04ec15fa 8222012-04-18 Jan Hubicka <jh@suse.cz>
823
824 * lto-partition.c (add_references_to_partition, lto_balanced_map):
825 Update for new ipa-ref API.
826
7c455d87 8272012-04-16 Jan Hubicka <jh@suse.cz>
828
829 * lto.c (read_cgraph_and_symbols): Use FOR_EACH
830 walkers to walk cgraph and varpool.
831 (materialize_cgraph): Likewise.
832 * lto-partition.c (lto_1_to_1_map): Likewise.
833 (lto_balanced_map): Likewise.
834 (lto_promote_cross_file_statics): Likewise.
835
7d0d0ce1 8362012-04-14 Jan Hubicka <jh@suse.cz>
837
838 * lto.c: Update field referenced for new cgraph/varpool layout.
839 * lto-partition.c: Likewise.
840
50ed40f5 8412012-04-11 Jan Hubicka <jh@suse.cz>
842
843 * lto.c: Update copyright; remove params.h, ipa-inline.h
844 and ipa-utils.h inlines; inline lto-partition.h
845 (ltrans_partition_def, ltrans_partition, add_cgraph_node_to_partition,
846 add_varpool_node_to_partition, new_partition, free_ltrans_partitions,
847 add_references_to_partition, add_cgraph_node_to_partition_1,
848 add_cgraph_node_to_partition, add_varpool_node_to_partition,
849 undo_partition, partition_cgraph_node_p, partition_varpool_node_p,
850 lto_1_to_1_map, node_cmp, varpool_node_cmp, lto_balanced_map,
851 promote_var, promote_fn, lto_promote_cross_file_statics): move to...
852 * lto-partition.c: ... here; new file.
853 * lto-partition.h: New file.
854 * Make-lang.in (lto.o): Update dependencies.
855 (lto-partition.o): New.
856
37e77161 8572012-04-05 Richard Guenther <rguenther@suse.de>
858
859 * lto-lang.c (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Remove
860 definition.
861
a51edb4c 8622012-03-12 Richard Guenther <rguenther@suse.de>
863
864 * lto-lang.c (builtin_type_for_size): Use lto_type_for_size.
865
90f56810 8662012-03-06 Richard Guenther <rguenther@suse.de>
867
868 PR lto/52097
869 * lto.c (uniquify_nodes): Merge TYPE_FIELDS of variant types.
870
ff56be02 8712012-02-28 Richard Guenther <rguenther@suse.de>
872
873 PR lto/52400
874 * lto.c (lto_register_function_decl_in_symtab): Do not register
875 a reverse renamed decl mapping.
876
3affb5a8 8772012-01-06 Jakub Jelinek <jakub@redhat.com>
878
879 PR lto/51774
880 * lto-lang.c (handle_returns_twice_attribute): New function.
881 (lto_attribute_table): Add returns_twice attribute.
882
a7a11a02 8832011-12-21 Richard Guenther <rguenther@suse.de>
884
885 * lto.c (GIMPLE_REGISTER_TYPE): New define.
886 (LTO_FIXUP_TREE): Use it.
887 (uniquify_nodes): Mark new non-prevailing types and avoid
888 calling gimple_register_type on others.
889 (lto_read_decls): Add comment.
890
949e5786 8912011-12-13 Eric Botcazou <ebotcazou@adacore.com>
892
893 * lto.h (lto_parse_hex): Delete.
894 * lto.c (lto_read_decls): Use 'int' for offsets.
895 (lto_parse_hex): Make static and return proper 64-bit host type.
896 (lto_resolution_read): Use proper 64-bit host type.
897
6cd6787c 8982011-12-13 Richard Guenther <rguenther@suse.de>
899
900 PR lto/48354
901 * lto.c (lto_ft_decl_non_common): When we merged DECL_ORIGINAL_TYPE
902 with the type of the TYPE_DECL clear DECL_ORIGINAL_TYPE.
903
c8c597a7 9042011-12-01 Uros Bizjak <ubizjak@gmail.com>
905
906 * lto-lang.c (lto_attribute_table): Handle *tm regparm.
907 (ignore_attribute): New.
908
ea0e88d1 9092011-11-21 Aldy Hernandez <aldyh@redhat.com>
910
911 * lto-lang.c (lto_attribute_table): Handle transaction_pure.
912 (handle_transaction_pure_attribute): New.
913
954825c9 9142011-11-03 Richard Guenther <rguenther@suse.de>
915
916 PR lto/44965
917 * lto-lang.c (lto_post_options): Do not read file options.
918 * lto.c (lto_read_all_file_options): Remove.
919 (lto_init): Call lto_set_in_hooks here.
920
bc2cc717 9212011-10-09 Jan Hubicka <jh@suse.cz>
922
923 * lto.c (node_cmp, varpool_node_cmp): New functions.
924 (lto_balanced_map): Honnor -fno-toplevel-reorder of vars&functions.
925 (cmp_partitions): Rename to ...
926 (cmp_partitions_size): ... this one.
927 (cmp_partitions_order): New function.
928 (lto_wpa_write_files): Sort partitions by order when
929 -fno-toplevel-reorder is used.
930
a5f12044 9312011-10-09 Andi Kleen <ak@linux.intel.com>
932
933 * lto.c (lto_section_read): Call fatal_error on IO or mmap errors.
934
b9a16870 9352011-10-11 Michael Meissner <meissner@linux.vnet.ibm.com>
936
937 * lto-lang.c (def_builtin_1): Delete old interface with two
938 parallel arrays to hold standard builtin declarations, and replace
939 it with a function based interface that can support creating
940 builtins on the fly in the future. Change all uses, and poison
941 the old names. Make sure 0 is not a legitimate builtin index.
942
21ebaa24 9432011-10-02 Andi Kleen <ak@linux.intel.com>
805389b2 944
945 * lto-object.c (lto_obj_add_section_data): Add list.
946 (lto_obj_add_section): Fill in list.
947 (ltoobj_build_section_table): Pass through list.
948 * lto.c (file_data_list): Declare.
949 (create_subid_section_table): Pass arguments directly.
950 Fill in list of file_datas.
951 (lwstate): Delete.
952 (lto_create_files_from_ids): Pass in direct arguments.
953 Don't maintain list.
954 (lto_file_read): Use explicit section and file data lists.
955 (lto_read_all_file_options): Pass in section_list.
956 * lto.h (lto_obj_build_section_table): Add list.
957 (lto_section_slot): Add next.
958 (lto_section_list): Declare.
959
da722561 9602011-10-02 Jan Hubicka <jh@suse.cz>
961
962 PR lto/47247
963 * common.c (lto_resolution_str): Add new resolution.
964 * common.h (lto_resolution_str): Likewise.
965
15c58191 9662011-09-30 H.J. Lu <hongjiu.lu@intel.com>
967 Andi Kleen <ak@linux.intel.com>
968
969 PR lto/50568
970 * lto.c (lto_splay_tree_delete_id): New.
971 (lto_splay_tree_compare_ids): Likewise.
972 (lto_splay_tree_lookup): Likewise.
973 (lto_splay_tree_id_equal_p): Likewise.
974 (lto_splay_tree_insert): Likewise.
975 (lto_splay_tree_new): Likewise.
976 (lto_resolution_read): Change id to unsigned HOST_WIDE_INT.
977 Use lto_splay_tree_id_equal_p and lto_splay_tree_lookup.
978 (create_subid_section_table): Use lto_splay_tree_lookup and
979 lto_splay_tree_insert.
980 (lto_file_read): Use lto_splay_tree_new.
981
21ebaa24 9822011-09-26 Andi Kleen <ak@linux.intel.com>
badc6cfa 983
984 * lto.c (lto_resolution_read): Remove id dumping.
985 (lto_section_with_id): Turn id HOST_WIDE_ID.
986 (create_subid_section_table): Dito.
987
1dc92c59 9882011-08-28 Dodji Seketeli <dodji@redhat.com>
989
990 * lto-lang.c (lto_init): Likewise. Also, avoid calling
991 linemap_add twice.
992
b6c200c3 9932011-08-11 Martin Jambor <mjambor@suse.cz>
994
995 * lto.c (uniquify_nodes): Use main variant's BINFO too.
996
2541503d 9972011-08-08 Diego Novillo <dnovillo@google.com>
998
999 * Make-lang.in (lto/lto.o): Add TREE_STREAMER_H.
1000 * lto.c: Include tree-streamer.h.
1001
c38a75b7 10022011-07-06 Richard Guenther <rguenther@suse.de>
1003
1004 * lto-lang.c (lto_init):
1005 Merge calls to build_common_tree_nodes and build_common_tree_nodes_2.
1006
e71f2f1c 10072011-06-11 Jan Hubicka <jh@suse.cz>
1008
ac11d294 1009 PR lto/48246
e71f2f1c 1010 * lto.c (lto_1_to_1_map): Don't create empty partitions.
1011 (lto_balanced_map): Likewise.
1012
c70f46b0 10132011-06-11 Jan Hubicka <jh@suse.cz>
1014
1015 * lto.c (add_cgraph_node_to_partition_1): Break out from ...
1016 (add_cgraph_node_to_partition) ... here; walk aliases.
1017 (lto_1_to_1_map): Remove same body alias code.
1018 (promote_fn): Likewise.
1019 (lto_promote_cross_file_statics): Update comment.
1020
1021
bbcef2a7 10222011-06-07 Diego Novillo <dnovillo@google.com>
1023
1024 * lto.c (uniquify_nodes): Move code to register decls to
1025 the loop that computes canonical types.
1026
1af0124d 10272011-06-07 Richard Guenther <rguenther@suse.de>
1028
1029 * lto-lang.c (lto_init): Do not set
1030 size_type_node or call set_sizetype.
1031
a0605d65 10322011-06-04 Diego Novillo <dnovillo@google.com>
1033
1034 * lto.c (lto_init): New.
1035 (lto_main): Call it.
1036
f05c9dfb 10372011-06-03 Diego Novillo <dnovillo@google.com>
1038
1039 * lto.c (get_resolution): Move from lto-streamer-in.c.
1040 (lto_register_var_decl_in_symtab): Likewise.
1041 (lto_register_function_decl_in_symtab): Likewise.
1042 (uniquify_nodes): Call lto_register_var_decl and
1043 lto_register_function_decl_in_symtab after reading a new
1044 VAR_DECL or FUNCTION_DECL.
1045
ed61b909 10462011-06-01 Richard Guenther <rguenther@suse.de>
1047
1048 * lto-lang.c (lto_register_canonical_types): New function.
1049 (lto_init): Register common nodes with the canonical type machinery.
1050 Do not play tricks with char_type_node.
1051
8f2b914f 10522011-05-26 Richard Guenther <rguenther@suse.de>
1053
1054 * lto.c (uniquify_nodes): Fix bug in one of the previous changes.
1055
1e184c62 10562011-05-25 Nathan Froyd <froydnj@codesourcery.com>
1057
1058 * lto.c (lto_ft_typed): New function.
1059 (lto_ft_common): Call it.
1060 (lto_ft_constructor): Likewise.
1061 (lto_ft_expr): Likewise.
1062 (lto_fixup_prevailing_decls): Check for TS_COMMON before accessing
1063 TREE_CHAIN.
1064
4d83607a 10652011-05-20 Richard Guenther <rguenther@suse.de>
1066
1067 * lto.c (lto_ft_common): Remove pointer-to chain teardown.
1068 (lto_ft_type): Move main-variant and pointer-to chain building ...
1069 (uniquify_nodes): ... here. Compute TYPE_CANONICAL also here,
1070 in a separate final loop.
1071
bddb3763 10722011-05-19 Richard Guenther <rguenther@suse.de>
1073
1074 * lto.c (uniquify_nodes): First register all types before
1075 fixing up the tree SCC.
1076
c6641d23 10772011-05-11 Jan Hubicka <jh@suse.cz>
1078
1079 PR lto/48952
1080 * lto.c (do_whole_program_analysis): Do not register cgraph hooks.
1081
8f2eb9e1 10822011-05-11 Nathan Froyd <froydnj@codesourcery.com>
1083
1084 * lto.c (lto_ft_type): Use TYPE_MINVAL and TYPE_MAXVAL. Adjust
1085 location of binfo field.
1086 (lto_fixup_prevailing_decls): Likewise.
1087
3a939d12 10882011-05-10 Nathan Froyd <froydnj@codesourcery.com>
1089
1090 * lto-lang.c (def_fn_type): Don't call build_function_type, call
1091 build_function_type_array or build_varargs_function_type_array
1092 instead.
1093
1d2bb655 10942011-05-07 Eric Botcazou <ebotcazou@adacore.com>
1095
1096 * lto-lang.c (global_bindings_p): Return bool.
1097
91bf9d9a 10982011-05-07 Jan Hubicka <jh@suse.cz>
1099
56bef313 1100 * lto.c (lto_materialize_function): Use
1101 cgraph_function_with_gimple_body_p.
1102 (add_cgraph_node_to_partition): Do not re-add items to partition;
1103 handle thunks.
91bf9d9a 1104 (add_varpool_node_to_partition): Do not re-add items to partition.
1105
423ba805 11062011-05-03 Jan Hubicka <jh@suse.cz>
1107
1108 * lto.c (free_ltrans_partitions): Fix accidental commit.
1109
19ad01f7 11102011-05-03 Jan Hubicka <jh@suse.cz>
1111
1112 * lto.c (ltrans_partition_def): Remove GTY annotations.
1113 (ltrans_partitions): Move to heap.
1114 (new_partition): Update.
1115 (free_ltrans_partitions): New function.
1116 (lto_wpa_write_files): Use it.
1117
7771d558 11182011-04-29 Martin Jambor <mjambor@suse.cz>
1119
1120 * lto.c: Include ipa-utils.h.
1121 (lto_balanced_map): Update call to ipa_reverse_postorder.
1122 * Make-lang.in (lto/lto.o): Add IPA_UTILS_H to dependencies.
1123
d534cab0 11242011-04-29 Michael Matz <matz@suse.de>
1125
1126 * lto.c (toplevel): Include tree-flow.h.
1127 (lto_read_in_decl_state): Don't merge types here.
1128 (tree_with_vars): New static hash table.
1129 (remember_with_vars): New static functions.
1130 (LTO_FIXUP_TYPE): New macro.
1131 (lto_ft_common, lto_ft_decl_minimal, lto_ft_decl_common,
1132 lto_ft_decl_with_vis, lto_ft_decl_non_common, lto_ft_function,
1133 lto_ft_field_decl, lto_ft_type, lto_ft_binfo, lto_ft_constructor,
1134 lto_ft_expr, lto_fixup_types, uniquify_nodes): New static functions.
1135 (lto_read_decls): Uniquify while reading in trees.
1136 (lto_fixup_data_t, LTO_FIXUP_SUBTREE,
1137 LTO_REGISTER_TYPE_AND_FIXUP_SUBTREE, no_fixup_p, lto_fixup_common,
1138 lto_fixup_decl_minimal, lto_fixup_decl_common, lto_fixup_decl_with_vis,
1139 lto_fixup_decl_non_common, lto_fixup_function, lto_fixup_field_decl,
1140 lto_fixup_type, lto_fixup_binfo, lto_fixup_constructor,
1141 lto_fixup_tree): Remove.
1142 (lto_fixup_state): Remove data argument. Use
1143 lto_symtab_prevailing_decl.
1144 (LTO_SET_PREVAIL, LTO_NO_PREVAIL): New macros.
1145 (lto_fixup_prevailing_decls): New function.
1146 (lto_fixup_state_aux): Argument aux is unused.
1147 (lto_fixup_decls): Don't allocate pointer sets, don't use
1148 lto_fixup_tree, use lto_fixup_prevailing_decls.
1149 (read_cgraph_and_symbols): Allocate and remove tree_with_vars.
1150 * Make-lang.in (lto/lto.o): Depend on $(TREE_FLOW_H).
1151
b630a10e 11522011-04-16 Eric Botcazou <ebotcazou@adacore.com>
1153
1154 * lto.c (lto_balanced_map): Fix typos in head comment.
1155 (lto_promote_cross_file_statics): Fix long lines and remove redundant
1156 test.
1157
cbd7f5a0 11582011-04-16 Jan Hubicka <jh@suse.cz>
1159
1160 * lto.c (lto_balanced_map): Update.
1161
c7b2cc59 11622011-04-14 Jan Hubicka <jh@suse.cz>
1163
1164 * lto.c: Include ipa-inline.h
b630a10e 1165 (add_cgraph_node_to_partition, undo_partition): Use inline_summary
1166 accessor.
c7b2cc59 1167 (ipa_node_duplication_hook): Fix declaration.
1168 * Make-lang.in (lto.o): Update dependencies.
1169
9b88d08d 11702011-04-12 Nathan Froyd <froydnj@codesourcery.com>
1171
1172 * lto-tree.h (union lang_tree_node): Check for TS_COMMON before
1173 calling TREE_CHAIN.
1174 * lto.c (lto_fixup_common): Likewise.
1175
c33080b9 11762011-04-08 Nathan Froyd <froydnj@codesourcery.com>
1177
1178 * lto-lang.c (handle_sentinel_attribute): Don't use TYPE_ARG_TYPES.
1179 (handle_type_generic_attribute): Likewise.
1180
5cd33168 11812011-04-03 Michael Matz <matz@suse.de>
1182
1183 * lto.c (lto_materialize_function): Don't read and then discard
1184 sections in WPA mode.
1185 (lto_read_in_decl_state): Adjust call to lto_streamer_cache_get.
1186
1187 * lto-lang.c (registered_builtin_fndecls): Remove.
1188 (lto_getdecls): Return NULL_TREE.
1189 (lto_builtin_function): Don't remember in registered_builtin_fndecls.
1190
d45127a1 11912011-03-31 Richard Guenther <rguenther@suse.de>
1192
1193 PR lto/48246
1194 * lto.c (lto_wpa_write_files): Disable assert for non-empty
1195 partitions when checking is not enabled.
1196
82715bcd 11972011-03-25 Kai Tietz <ktietz@redhat.com>
1198
1199 * lto.c (lto_resolution_read): Use filename_cmp instead
1200 of strcmp.
1201 (lto_read_section_data): Likewise.
1202
451c8e2f 12032011-03-25 Jeff Law <law@redhat.com>
1204
1205 * lto/lto-lang.c (def_fn_type): Add missing va_end.
1206
ac86af5d 12072011-03-21 Kai Tietz <ktietz@redhat.com>
1208
1209 PR target/12171
1210 * lto-lang.c (lto_attribute_table): Adjust table.
1211
5a8834a5 12122011-02-18 Jakub Jelinek <jakub@redhat.com>
1213
1214 PR bootstrap/47807
1215 * Make-lang.in (lto/lto-lang.o): Depend on $(LTO_STREAMER_H) instead
1216 of lto-streamer.h.
1217
30865946 12182011-02-18 Richard Guenther <rguenther@suse.de>
1219
1220 PR lto/47798
1221 * lto-tree.h (lto_global_var_decls): Do not declare here.
1222 * lto-lang.c: Include lto-streamer.h.
1223 * Make-lang.in (lto-lang.o): Adjust dependencies.
1224
fad71d4f 12252011-02-10 Kai Tietz <kai.tietz@onevision.com>
1226
1227 PR lto/47241
1228 * lto.c (lto_read_section_data): Free
1229 fd_name in failure case.
1230 For mingw targets don't hash file-descriptor.
1231 (read_cgraph_and_symbols): Close current_lto_file
1232 in failure case.
1233
232c9ac7 12342011-01-11 Jan Hubicka <jh@suse.cz>
1235
1236 PR lto/45721
1237 PR lto/45375
b630a10e 1238 * lto.c (partition_cgraph_node_p, partition_varpool_node_p): Weakrefs
1239 are not partitioned.
232c9ac7 1240
a36cf284 12412010-12-22 Nathan Froyd <froydnj@codesourcery.com>
1242
1243 * lto-lang.c (handle_nonnull_attribute, handle_sentinel_attribute):
1244 Use prototype_p.
1245
6abc14d6 12462010-12-06 Richard Guenther <rguenther@suse.de>
1247
1248 PR lto/46796
1249 * lto-lang.c (lto_init): Give names to basic types.
1250
b96c136c 12512010-11-30 Joseph Myers <joseph@codesourcery.com>
1252
1253 * lto-object.c: Don't include toplev.h.
1254 * Make-lang.in (lto/lto-object.o): Don't depend on toplev.h.
1255
92468061 12562010-11-30 Joseph Myers <joseph@codesourcery.com>
1257
1258 * Make-lang.in (lto/lto-object.o): Depend on toplev.h instead of
1259 $(TOPLEV_H).
1260
967958e4 12612010-11-29 Joseph Myers <joseph@codesourcery.com>
1262
1263 * lto-endian.h: Delete.
1264 * lto-object.c: Don't include "libiberty.h".
1265 (O_BINARY): Don't define.
1266 * lto.c: Don't include "libiberty.h" or <sys/mman.h>.
1267 (O_BINARY): Don't define.
1268
baa6eec4 12692010-11-23 Richard Guenther <rguenther@suse.de>
1270
1271 * lto.c (read_cgraph_and_symbols): Remove newline from diagnostic.
1272
4f3aea0d 12732010-11-23 Richard Guenther <rguenther@suse.de>
1274
1275 PR lto/46605
1276 * lto.c (read_cgraph_and_symbols): Bail out after errors.
1277
b8ba44e7 12782010-11-17 Joseph Myers <joseph@codesourcery.com>
1279
1280 * lto.c (lto_main): Take no arguments.
1281 * lto.h (lto_main): Update prototype.
1282
2e521e13 12832010-11-16 Ian Lance Taylor <iant@google.com>
1284
1285 * lto-object.c (lto_obj_file_open): Call
1286 simple_object_attributes_merge rather than
1287 simple_object_attributes_compare.
1288
3c6c0e40 12892010-11-12 Joseph Myers <joseph@codesourcery.com>
1290
1291 * Make-lang.in (lto/lto.o): Use $(OPTS_H).
1292 * lto-lang.c (lto_handle_option): Take location_t parameter.
1293
bf776685 12942010-11-10 Joseph Myers <joseph@codesourcery.com>
1295
1296 * lto.c (lto_resolution_read): Start diagnostics with lowercase
1297 letters and remove trailing '.'.
1298 (lto_file_finalize): Start diagnostic with a lowercase letter.
1299
e09108e1 13002010-11-02 Ian Lance Taylor <iant@google.com>
1301
1302 * lto-object.c: New file.
1303 * lto-elf.c: Remove file.
1304 * lto-macho.c: Remove file.
1305 * lto-macho.h: Remove file.
1306 * lto-coff.c: Remove file.
1307 * lto-coff.h: Remove file.
1308 * Make-lang.in (LTO_OBJS): Change lto/$(LTO_BINARY_READER).o to
1309 lto/lto-object.o.
1310 ($(LTO_EXE)): Remove $(LTO_USE_LIBELF)
1311 (lto/lto-objfile.o): New target.
1312 (lto/lto-elf.o, lto/lto-coff.o, lto/lto-macho.o): Remove targets.
1313 (lto/lto.o): Remove $(LIBIBERTY_H).
1314
4037a4c1 13152010-10-22 Jan Hubicka <jh@suse.cz>
1316
1317 * lto.c (add_cgraph_node_to_partition,
1318 add_varpool_node_to_partition): Add debug info.
1319 (lto_1_to_1_map, lto_balanced_map): Do not re-add already
1320 partitioned nodes.
1321 (do_whole_program_analysis): Set function flags before dumping.
1322
7a3ccc3b 13232010-10-22 Richard Guenther <rguenther@suse.de>
1324
1325 * lto.c (lto_fixup_type): Fixup TYPE_CANONICAL again, via
1326 the new gimple_register_canonical_type.
1327
55e9d7d7 13282010-10-20 H.J. Lu <hongjiu.lu@intel.com>
1329
1330 PR bootstrap/45954
1331 * config-lang.in (boot_language): Set to $enable_lto.
1332
d63880ad 13332010-10-18 Jakub Jelinek <jakub@redhat.com>
1334
1335 PR lto/45638
1336 * Make-lang.in (check-lto): New dummy target.
1337
8e8e1ee7 13382010-10-14 Eric Botcazou <ebotcazou@adacore.com>
1339
1340 * lto-elf.c (SHN_XINDEX): Define if not already defined.
1341
f3f006ad 13422010-10-08 Joseph Myers <joseph@codesourcery.com>
1343
1344 * lto-lang.c (lto_init_options): Change to
1345 lto_init_options_struct. Update parameters.
1346 (LANG_HOOKS_INIT_OPTIONS): Don't define.
1347 (LANG_HOOKS_INIT_OPTIONS_STRUCT): Define.
1348
1e52cb3c 13492010-10-06 Jan Hubicka <jh@suse.cz>
1350
1351 * lto.c (lto_balanced_map): Fix accounting of program size.
1352
11da9120 13532010-10-06 Jan Hubicka <jh@suse.cz>
1354
1355 * lto.c (lto_balanced_map): Do not produce empty partitions.
1356
21ebaa24 13572010-10-06 Andi Kleen <ak@linux.intel.com>
a3de1f55 1358
1359 * lto.c (lto_process_name): Add.
1360 (lto_main): Call lto_process_name.
1361
7ad28d2a 13622010-10-06 Jan Hubicka <jh@suse.cz>
1363
1364 * lto.c (partition_cgraph_node_p, partition_varpool_node_p): Handle
1365 COMDATs required by the linker.
1366
eaa13879 13672010-10-05 Ian Lance Taylor <iant@google.com>
1368
1369 * lto.c (lto_section_with_id): Make s a const pointer.
1370
48e3ea52 13712010-10-05 Jan Hubicka <jh@suse.cz>
1372
1373 * lto.c: Include params.h.
1374 (add_cgraph_node_to_partition, add_varpool_node_to_partition): Do
1375 refcounting in aux field.
1376 (undo_partition, partition_cgraph_node_p, partition_varpool_node_p):
1377 New functions.
1378 (lto_1_to_1_map): Simplify.
1379 (lto_balanced_map): New function.
1380 (do_whole_program_analysis): Chose proper partitioning alg.
1381 * Make-lang.in (lto.o): Add dependency on params.h
1382
21ebaa24 13832010-10-04 Andi Kleen <ak@linux.intel.com>
70293f47 1384
1385 * Make-lang.in (lto1): Add + to build rule.
1386
21ebaa24 13872010-10-03 Andi Kleen <ak@linux.intel.com>
fd30d60a 1388
1389 * lto.c (lto_file_finalize): Replace gcc_assert for missing section
1390 with fatal_error.
1391
4a68fd3c 13922010-09-28 Jan Hubicka <jh@suse.cz>
1393
1394 * lto-lang.c (handle_leaf_attribute): New function.
1395 (lto_attribute_tables): Add leaf.
1396
2edfba82 13972010-09-25 Jie Zhang <jie@codesourcery.com>
1398
1399 * lto.c (lto_read_all_file_options): Start a new line after
1400 printing out file names.
1401
9ced88d0 14022010-09-24 Jan Hubicka <jh@suse.cz>
1403
1404 * lto.c (lto_promote_cross_file_statics): Use const_value_known_p.
1405
7ae8b539 14062010-09-20 Jan Hubicka <jh@suse.cz>
1407
1408 PR tree-optimize/45605
1409 * lto.c (lto_promote_cross_file_statics): Use const_value_known_p.
1410
be1a554f 14112010-09-18 Gerald Pfeifer <gerald@pfeifer.com>
1412
1413 * lto-elf.c (lto_obj_file_open): Also provide filename when
1414 elf_begin fails.
1415
7de998de 14162010-09-17 Jan Hubicka <jh@suse.cz>
1417
1418 * lto.c (lto_promote_cross_file_statics): Use const_value_known.
1419
78d063c8 14202010-09-17 Richard Guenther <rguenther@suse.de>
1421
1422 * lang.opt (flag_wpa): Also enable for the driver.
1423
cdc58a66 14242010-09-16 Jan Hubicka <jh@suse.cz>
1425
1426 * lto.c (lto_materialize_function): Do not tamper with STATIC and
1427 EXTERNAL flags.
1428
7b80d28f 14292010-09-15 Laurynas Biveinis <laurynas.biveinis@gmail.com>
1430
1431 * lto-tree.h (struct lang_type): Add variable_size GTY option.
1432
3210ebe5 14332010-09-08 Jan Hubicka <jh@suse.cz>
1434
1435 * lto.c (real_file_count, real_file_decl_data): New static vars.
1436 (read_cgraph_and_symbols): Use it.
1437
7a52b640 14382010-09-08 Richard Guenther <rguenther@suse.de>
1439
1440 * lto.c (read_cgraph_and_symbols): Collect again after each
1441 file.
1442
be147e7f 14432010-09-07 Jan Hubicka <jh@suse.cz>
1444
1445 * lto.c (promote_var, promote_fn): Set DECL_VISIBILITY_SPECIFIED.
1446
56c34a25 14472010-09-03 Richard Guenther <rguenther@suse.de>
1448
1449 * lto-elf.c (validate_file): Always error if validation fails.
1450
c5cc4842 14512010-08-20 Jan Hubicka <jh@suse.cz>
1452
1453 * lto.c (lto_1_to_1_map): Be prepared for node to have no file data.
1454 (lto_wpa_write_files): Update comments.
1455
9543655f 14562010-08-20 H.J. Lu <hongjiu.lu@intel.com>
1457
1458 PR bootstrap/45357
1459 * lto.c (lto_materialize_function): Replace has_analyzed_clone
1460 with has_analyzed_clone_p.
1461
97b862d3 14622010-08-20 Jan Hubicka <jh@suse.cz>
1463
1464 * lto.c (has_analyzed_clone_p): New function
1465 (lto_materialize_function): Use callgraph to determine if
1466 body is needed.
1467 (materialize_cgraph): Remove DECL_IS_BUILTIN check.
1468
48148244 14692010-08-20 Nathan Froyd <froydnj@codesourcery.com>
1470
1471 * lto.c: Use FOR_EACH_VEC_ELT.
1472
21ebaa24 14732010-07-27 Andi Kleen <ak@linux.intel.com>
eb219e9c 1474
1475 * Make-lang.in (lto.o): Add dependency to splay-tree.h
1476
b78351e5 14772010-07-27 Joseph Myers <joseph@codesourcery.com>
1478
1479 * lto-lang.c (lto_handle_option): Update prototype and return
1480 value type. Remove duplicate assignment to result.
1481
e88d34f6 14822010-07-27 Joseph Myers <joseph@codesourcery.com>
1483
1484 * lto-lang.c (lto_option_lang_mask, lto_complain_wrong_lang_p):
1485 New.
1486 (lto_init_options): Update prototype.
1487 (LANG_HOOKS_OPTION_LANG_MASK, LANG_HOOKS_COMPLAIN_WRONG_LANG_P):
1488 Define.
1489
21ebaa24 14902010-07-10 Andi Kleen <ak@linux.intel.com>
f18bad33 1491
1492 PR lto/44992
1493 * lto.c: Include splay-tree.h
1494 (lto_resolution_read): Change to walk file_ids tree and parse
1495 extra file_id in resolution file.
1496 (lto_section_with_id): Add.
1497 (create_subid_section_table): Add.
1498 (lwstate): Add.
1499 (lto_create_files_from_ids): Add.
1500 (lto_file_read): Change to handle sub file ids and create list
1501 of file_datas. Add output argument for count.
1502 (get_section_data): Pass file_data to lto_get_section_name.
1503 (lto_flatten_file): Add.
1504 (read_cgraph_and_symbols): Handle linked lists of file_datas.
1505
21ebaa24 15062010-07-10 Andi Kleen <ak@linux.intel.com>
58d9117a 1507
1508 * lto-coff.c (hash_name, eq_name): Move.
1509 (lto_obj_build_section_table): Call lto_obj_create_section_hash_table.
1510 * lto-elf.c: (hash_name, eq_name): Move.
1511 (lto_obj_build_section_table): Call lto_obj_create_section_hash_table.
1512 * lto-macho.c: (hash_name, eq_name): Move.
1513 (lto_obj_build_section_table): Call lto_obj_create_section_hash_table.
1514 * lto.c: (hash_name, eq_name): Move from lto-*.c
1515 (lto_obj_create_section_hash_table): Add.
1516 (free_with_string): Add.
1517
0b205f4c 15182010-07-08 Manuel López-Ibáñez <manu@gcc.gnu.org>
1519
1520 * lto-coff.c: Include diagnostic-core.h in every file that
1521 includes toplev.h.
1522 * lto-elf.c: Likewise.
1523 * lto-lang.c: Likewise.
1524 * lto-macho.c: Likewise.
1525
9dccd5de 15262010-07-07 Jakub Jelinek <jakub@redhat.com>
1527
1528 * lto-elf.c (ELFOSABI_NONE, ELFOSABI_LINUX): Define if not defined.
1529 (validate_file): Allow merging of ELFOSABI_NONE with ELFOSABI_LINUX
1530 objects.
1531
7550e1d1 15322010-07-05 Jan Hubicka <jh@suse.cz>
1533
1534 * lto.c (add_cgraph_node_to_partition): Forward declare; walk also
1535 nodes from same comdat group as well as all comdat functions referenced
1536 here.
b630a10e 1537 (add_varpool_node_to_partition, add_references_to_partition): New
1538 function.
1539 (lto_1_1_map): Skip COMDAT fnctions/variables; use
1540 add_varpool_node_to_partition; clear aux flags when done.
1541 (lto_promote_cross_file_statics): Do not promote stuff that gets
1542 duplicated to each ltrans.
7550e1d1 1543
01ec0a6c 15442010-07-04 Jan Hubicka <jh@suse.cz>
1545
1546 * lto.c (read_cgraph_and_symbols): Dump cgraph before merging.
1547
09eb10ed 15482010-06-13 Richard Guenther <rguenther@suse.de>
1549
1550 * lto.c (lto_fixup_type): Do not register or fixup TYPE_CANONICAL.
1551
6c8c5385 15522010-06-09 Kai Tietz <kai.tietz@onevision.com>
1553
1554 * lto.c (lto_resolution_read): Pre-initialize local variable r.
1555 * lto-coff.c (coff_write_object_file): Add braces to if.
1556
ba72912a 15572010-06-08 Laurynas Biveinis <laurynas.biveinis@gmail.com>
1558
1559 * lto.c (lto_read_in_decl_state): Use typed GC allocation.
1560 (lto_file_read): Likewise.
1561 (new_partition): Likewise.
1562 (read_cgraph_and_symbols): Likewise.
1563
4aafe913 15642010-06-07 Joseph Myers <joseph@codesourcery.com>
1565
1566 * lto-lang.c (flag_no_builtin, flag_no_nonansi_builtin): Remove.
1567 (lto_handle_option): Don't set flag_signed_char here.
1568
fab8a209 15692010-06-04 Richard Guenther <rguenther@suse.de>
1570
1571 PR lto/41584
1572 * lto.c (lto_1_to_1_map): Use the proper file_data for
1573 varpool nodes.
1574
ecb08119 15752010-05-30 Jan Hubicka <jh@suse.cz>
1576
1577 * lto.c (promote_var, promote_fn, lto_wpa_write_files): Dump
1578 partitioning decisions.
1579
68b8d829 15802010-05-29 Jan Hubicka <jh@suse.cz>
1581
1582 * lto.c (bitmap vector): Remove.
1583 (lto_cgraph_node_sets, lto_varpool_node_sets): Remove.
1584 (ltrans_partition_def): New structure.
1585 (ltrans_partition): New type and VECtor.
1586 (new_partition): New function.
1587 (add_cgraph_node_to_partition): New function.
1588 (lto_1_to_1_map): Reorganize for partitions.
1589 (lto_add_inline_clones): Remove.
1590 (lto_add_all_inlinees): Remove.
1591 (lto_promote_cross_file_statics): Use partitions.
1592 (cmp_partitions): New function.
1593 (lto_wpa_write_files): Do not call lto_add_all_inlinees;
1594 use partitions; output files sorted by size.
1595
ea269688 15962010-05-29 Steven Bosscher <steven@gcc.gnu.org>
1597
1598 * Make-lang.in: Replace vec.h dependency with VEC_H.
1599
8fb69344 16002010-05-28 Joseph Myers <joseph@codesourcery.com>
1601
1602 * lto-coff.c (coff_errmsg): Remove.
1603 (lto_coff_begin_section_with_type, lto_obj_append_data): Use %m in
1604 errors instead of coff_errmsg (-1).
1605 * lto-macho.c (mach_o_errmsg): Remove.
1606 (lto_obj_begin_section, lto_obj_append_data): Use %m in errors
1607 instead of mach_o_errmsg (-1).
1608 * lto.c (read_cgraph_and_symbols): Use %m in errors instead of
1609 xstrerror (errno).
1610
2024fa7d 16112010-05-28 Richard Guenther <rguenther@suse.de>
1612
1613 * lto.c (prefix_name_with_star): Removed.
1614 (strip_extension): Likewise.
1615 (get_filename_for_set): Likewise.
1616 (lto_write_ltrans_list): Fold into ...
1617 (lto_wpa_write_files): ... this. Name LTRANS units
1618 by suffixing the ltrans output list filename.
1619 (do_whole_program_analysis): Adjust.
1620
852f689e 16212010-05-27 Joseph Myers <joseph@codesourcery.com>
1622
1623 * lto.c: Include diagnostic-core.h instead of diagnostic.h.
1624 (read_cgraph_and_symbols, lto_main): Use seen_error.
1625 * Make-lang.in (lto/lto.o): Update dependencies.
1626
3c9e9cba 16272010-05-27 Eric Botcazou <ebotcazou@adacore.com>
1628
1629 PR lto/44230
1630 * lto.h (lto_eh_personality): New prototype.
1631 * lto.c: Include debug.h.
1632 (first_personality_decl): New static variable.
1633 (lto_materialize_function): Set it to DECL_FUNCTION_PERSONALITY of the
1634 first function for which it is non-null.
1635 (lto_eh_personality_decl): New static variable.
1636 (lto_eh_personality): New function.
1637 * lto-lang.c (LANG_HOOKS_EH_PERSONALITY): Redefine to above function.
1638 * Make-lang.in (lto/lto.o): Add dependency on debug.h.
1639
cdd0ea37 16402010-05-26 Steven Bosscher <steven@gcc.gnu.org>
1641
1642 * lto-lang.c: Do not include expr.h.
1643
71eb351d 16442010-05-24 Richard Guenther <rguenther@suse.de>
1645
1646 * lto-elf.c (lto_obj_build_section_table): Work around
1647 FreeBSD libelf issue.
1648
ca3e35a1 16492010-05-22 Richard Guenther <rguenther@suse.de>
1650
1651 * lto.c (read_cgraph_and_symbols): Do not collect.
1652
e5507c85 16532010-05-20 Jan Hubicka <jh@suse.cz>
1654
1655 * lto.c (promote_var, promote_fn): New functions.
1656 (lto_promote_cross_file_statics): Compute correctly boundary including
1657 static initializers of readonly vars.
1658
a510bd8d 16592010-05-18 Jan Hubicka <jh@suse.cz>
1660
e5507c85 1661 * lto.c (lto_1_to_1_map): Partition non-inline clones.
a510bd8d 1662 (lto_promote_cross_file_statics): Deal with non-inline clones.
1663
1375c6f8 16642010-05-18 Jan Hubicka <jh@suse.cz>
1665
1666 * lto.c (lto_materialize_function): Announce function when
1667 reading body; allocate_struct_function only when reading body;
1668 do not finalize local statics; ggc_collect after reading;
1669 do not mark reachable node.
1670 (materialize_cgraph): Do not announce function.
1671
757a3237 16722010-05-11 Jan Hubicka <jh@suse.cz>
1673
1674 * lto.c (materialize_cgraph): Revert my previous patch.
1675
942dc465 16762010-05-11 Kai Tietz <kai.tietz@onevision.com>
1677
1678 * lto-coff.c (IMAGE_FILE_MACHINE_ADM64): Rename to
1679 IMAGE_FILE_MACHINE_AMD64.
1680 * lto-coff.c (IMAGE_FILE_MACHINE_ADM64): Likewise.
1681
b4c8770a 16822010-05-11 Jan Hubicka <jh@suse.cz>
1683
1684 * lto.c (lto_fixup_decls): Remove global var decls freeing here.
1685 (materialize_cgraph): Add it here.
1686
25429dc2 16872010-05-11 Jan Hubicka <jh@suse.cz>
1688
1689 * lto.c (lto_fixup_decls): Free no longer needed lto_global_var_decls
1690 vector.
1691
16922010-05-11 Jan Hubicka <jh@suse.cz>
1693
1694 * lto.c (lto_1_to_1_map): Remove some no longer needed checks.
1695 (lto_promote_cross_file_statics): Never promote DECL_EXTERNAL;
1696 use reachable_from_other_partition_p and
1697 referenced_from_other_partition_p test.
1698
6dd40464 16992010-05-11 Kai Tietz <kai.tietz@onevision.com>
1700
1701 * lto-coff.c (validate_file): Add x64-coff support.
1702 * lto-coff.h (IMAGE_FILE_MACHINE_ADM64): New.
1703 (COFF_KNOWN_MACHINES): Add IMAGE_FILE_MACHINE_ADM64.
1704 * lto-lang.c (lto_build_c_type_nodes): Add check for
1705 'long long unsigned int' for x64-windows.
1706 (lto_init): Likewise.
1707
1708
23433d72 17092010-05-07 Steven Bosscher <steven@gcc.gnu.org>
1710
1711 * lto.h (struct lto_file_struct): Document offset member.
1712 * lto-endian.h: New file.
1713 * lto-macho.h: New file.
1714 * lto-macho.c: New file.
1715 * Make-lang.in: Add rule for lto-macho.o.
1716
eb4ef3d1 17172010-05-07 Richard Guenther <rguenther@suse.de>
1718
1719 PR lto/43857
1720 PR lto/43371
1721 * lang.opt (fresolution): Change to ...
1722 (fresolution=): ... this.
1723 * lto-lang.c (lto_handle_option): Adjust.
1724
264cbb51 17252010-05-07 Richard Guenther <rguenther@suse.de>
1726
1727 * lto.c (DUMPBASE_SUFFIX): Remove.
1728 (lto_execute_ltrans): Move functionality to lto-wrapper.c.
1729 Rename to ...
1730 (lto_write_ltrans_list): ... only output the list of ltrans files.
1731 (lto_maybe_unlink): Remove.
1732 (do_whole_program_analysis): Do not execute LTRANS phase
1733 from here.
1734
11dc3713 17352010-05-06 H.J. Lu <hongjiu.lu@intel.com>
1736
1737 * lto-lang.c (lto_handle_option): Add argument kind.
1738
8d810329 17392010-05-05 Jan Hubicka <jh@suse.cz>
1740
264cbb51 1741 * lto.c (lto_promote_cross_file_statics): Compute boundary based on
1742 refs.
8d810329 1743
a238367f 17442010-05-05 Jan Hubicka <jh@suse.cz>
1745
1746 * lto.c (lto_1_to_1_map): Partition only needed nodes.
1747
bf7d782b 17482010-04-30 Jan Hubicka <jh@suse.cz>
1749
b630a10e 1750 * lto.c (get_filename_for_set): Look for cgraph node and if none found,
1751 use default name.
bf7d782b 1752 (lto_wpa_write_files): Write any non-empty partition.
1753
da67d826 17542010-04-30 Jan Hubicka <jh@suse.cz>
1755
1756 * lto.c: Do not attempt to make constant pool references global.
1757
57305941 17582010-04-28 Jan Hubicka <jh@suse.cz>
1759
1760 * lto/lto.c (lto_read_in_decl_state): Use GGC.
1761 (lto_wpa_write_files): Announce what we are writting.
1762 (all_file_decl_data): New.
1763 (read_cgraph_and_symbols): Use GGC; correct timevars.
1764 (do_whole_program_analysis): Collect.
1765 * lto/Make-lang.in (lto.o): Fix dependency.
1766 * Makefile.in (GTFILES): Add lto-streamer.h.
1767 * varpool.c (varpool_analyze_pending_decls): Use TV_VARPOOL.
1768 (varpool_assemble_pending_decls): Use VAROUT.
1769 * lto-streamer.h (lto_tree_ref_table): Annotate.
1770 (lto_in_decl_state): Annotate.
1771 (lto_file_decl_data): Annotate.
1772
0cddb138 17732010-04-28 Jan Hubicka <jh@suse.cz>
1774
1775 * lto.c (lto_varpool_node_sets): New.
1776 (lto_1_to_1_map): Partition varpool too.
1777 (globalize_context_t, globalize_cross_file_statics,
1778 lto_scan_statics_in_ref_table, lto_scan_statics_in_cgraph_node,
1779 lto_scan_statics_in_remaining_global_vars): Remove.
1780 (lto_promote_cross_file_statics): Rewrite.
1781 (get_filename_for_set): Take vset argument.
1782 (lto_wpa_write_files): Pass around vsets.
1783
4d992eb6 17842010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
1785
1786 PR lto/42776
1787 * Make-lang.in (LTO_OBJS): Use LTO_BINARY_READER instead of
1788 hardcoding 'lto-elf.o'.
1789 ($(LTO_EXE)): Use LTO_USE_LIBELF instead of hardcoding '-lelf'.
1790
1791 * lto-coff.h: New file.
1792 * lto-coff.c: Likewise.
1793
9c491711 17942010-04-26 Richard Guenther <rguenther@suse.de>
1795
1796 * lto.c (lto_fixup_type): Deal with non-type TYPE_CONTEXT.
1797
3ba0ce47 17982010-04-26 Dave Korn <dave.korn.cygwin@gmail.com>
1799
1800 * lto.h (lto_elf_file_open): Rename prototype from this ...
1801 (lto_obj_file_open): ... to this.
1802 (lto_elf_file_close): Likewise ...
1803 (lto_obj_file_close): ... and likewise.
1804 (lto_elf_build_section_table): Likewise ...
1805 (lto_obj_build_section_table): ... and likewise.
1806 (lto_elf_begin_section): Likewise ...
1807 (lto_obj_begin_section): ... and likewise.
1808 (lto_elf_append_data): Likewise ...
1809 (lto_obj_append_data): ... and likewise.
1810 (lto_elf_end_section): Likewise ...
1811 (lto_obj_end_section): ... and likewise.
1812 * lto.c (lto_file_read): Update references to the above.
1813 (lto_wpa_write_files): Likewise.
1814 (lto_read_all_file_options): Likewise.
1815 (read_cgraph_and_symbols): Likewise.
1816 * lto-lang.c (LANG_HOOKS_BEGIN_SECTION): Likewise.
1817 (LANG_HOOKS_APPEND_DATA): Likewise.
1818 (LANG_HOOKS_END_SECTION): Likewise.
1819 * lto-elf.c (lto_elf_file_open): Rename from this ...
1820 (lto_obj_file_open): ... to this, updating any references.
1821 (lto_elf_file_close): Likewise ...
1822 (lto_obj_file_close): ... and likewise.
1823 (lto_elf_build_section_table): Likewise ...
1824 (lto_obj_build_section_table): ... and likewise.
1825 (lto_elf_begin_section): Likewise ...
1826 (lto_obj_begin_section): ... and likewise.
1827 (lto_elf_append_data): Likewise ...
1828 (lto_obj_append_data): ... and likewise.
1829 (lto_elf_end_section): Likewise ...
1830 (lto_obj_end_section): ... and likewise.
1831
5a2aecd6 18322010-04-21 Jan Hubicka <jh@suse.cz>
1833
1834 * lto.c (lto_fixup_tree): Do not call wpa fixup.
1835 (materialize_cgraph): Likewise.
1836
ddc90d88 18372010-04-21 Jan Hubicka <jh@suse.cz>
1838
1839 * lto.c (lto_wpa_write_files): Update.
1840 (read_cgraph_and_symbols): Be more verbose.
1841 (materialize_cgraph): Likewise.
1842 (do_whole_program_analysis): Likewise.
1843
e288c7a9 18442010-04-21 Jan Hubicka <jh@suse.cz>
1845
1846 * lto.c (globalize_cross_file_statics): When function has address taken,
1847 it needs to be public.
1848
08843223 18492010-04-20 Jan Hubicka <jh@suse.cz>
1850
1851 * lto.c (lto_add_inline_clones): Do not track inlined_decls.
1852 (lto_add_all_inlinees): Likewise.
1853 (lto_wpa_write_files): Likewise.
1854
ad086ed4 18552010-04-18 Eric Botcazou <ebotcazou@adacore.com>
1856
1857 * lto-lang.c (lto_init): Remove second argument in call to
1858 build_common_tree_nodes.
1859
d6845139 18602010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1861
1862 * lto-elf.c [!HAVE_ELF_GETSHDRSTRNDX] (elf_getshdrstrndx): New
1863 function.
1864
a5813485 18652010-03-09 Eric Botcazou <ebotcazou@adacore.com>
1866
1867 PR bootstrap/43276
1868 * lto-elf.c: Define EM_* constants if not already defined.
1869
a219f6a5 18702010-03-03 Eric Botcazou <ebotcazou@adacore.com>
1871
1872 * lto-elf.c (is_compatible_architecture): New static function.
1873 (DEFINE_VALIDATE_EHDR): Use it to validate the architecture.
1874
2bd888dc 18752010-02-11 Richard Guenther <rguenther@suse.de>
1876
1877 PR driver/43021
1878 * lto-elf.c (lto_elf_file_open): Handle file@offset case more
1879 appropriately.
1880
27721832 18812010-01-11 Andy Hutchinson <hutchinsonandy@gcc.gnu.org>
1882
1883 * lto.c (O_BINARY): Define.
1884 (lto_read_section_data): Open file in binary mode.
1885 * lto-elf.c (O_BINARY): Define.
1886 (lto_elf_file_open): Open file in binary mode.
1887
3bfd70ae 18882010-01-08 Richard Guenther <rguenther@suse.de>
1889
1890 PR lto/42528
1891 * lto-lang.c (lto_handle_option): Handle -f[un]signed-char.
1892 (lto_init): Do not init char_type_node in a standard way
1893 but according to flag_signed_char.
1894
50ca7c37 18952010-01-03 H.J. Lu <hongjiu.lu@intel.com>
1896
1897 PR lto/41564
1898 * lto.c (DUMPBASE_SUFFIX): New.
1899 (lto_execute_ltrans): Append a sequence number to -dumpbase
1900 for LTRANS.
1901
d5e86d20 19022010-01-02 H.J. Lu <hongjiu.lu@intel.com>
1903
1904 PR lto/42580
1905 * lto-elf.c (lto_elf_file_open): Stop if the command line
1906 option file is missing.
1907
08a7e80f 19082009-12-15 Richard Guenther <rguenther@suse.de>
1909
1910 * lto.c (lto_fixup_field_decl): Fixup DECL_FIELD_OFFSET.
1911 (lto_post_options): Do not disable debuginfo.
1912
4af4d09c 19132009-12-14 Dmitry Gorbachev <d.g.gorbachev@gmail.com>
1914
1915 * Make-lang.in ($(LTO_EXE)): Use $(LINKER).
1916
50b2dbd9 19172009-12-11 Richard Guenther <rguenther@suse.de>
1918
1919 PR lto/42037
1920 * lto.c (lto_resolution_read): Properly grow the vector.
1921
97e90c2e 19222009-12-11 Richard Guenther <rguenther@suse.de>
1923
1924 PR lto/41915
1925 * lto-lang.c (lto_init_options): Initialize flag_complex_method
1926 to the C99 default. Do not set flag_unit_at_a_time.
1927
f018d957 19282009-11-28 Jakub Jelinek <jakub@redhat.com>
1929
1930 * lto-lang.c (handle_nonnull_attribute): Remove unused attr_arg_num
1931 variable.
1932
81897669 19332009-11-19 Rafael Avila de Espindola <espindola@google.com>
1934
1935 PR bootstrap/42096
1936 * lto-elf.c (lto_elf_file_open): Use lto_parse_hex.
1937 * lto.c (lto_parse_hex): New.
1938 (lto_resolution_read): Use lto_parse_hex.
1939 * lto.h (lto_parse_hex): New.
1940
b7fedf62 19412009-11-17 Rafael Avila de Espindola <espindola@google.com>
1942
1943 * lto-elf.c (lto_file_init): Add offset argument.
1944 (lto_elf_file_open): Record the offset.
1945 * lto.c (lto_resolution_read): Change file_name into a lto_file
1946 argument. Check offsets.
1947 (lto_file_read): Update call to lto_resolution_read.
1948 * lto.h (lto_file_struct): Add the offset field.
1949
6575099f 19502009-11-16 Rafael Avila de Espindola <espindola@google.com>
1951
1952 * lto-elf.c (lto_elf_file_open): Use strtoll to parse the offset.
1953
6d1cc52c 19542009-11-14 Jan Hubicka <jh@suse.cz>
1955
1956 * lto.c (read_cgraph_and_symbols): Set also ipa_transforms_to_apply.
1957
d405c5a4 19582009-11-12 Rafael Avila de Espindola <espindola@google.com>
1959
1960 * lang.opt (fresolution): Renamed from resolution.
1961 * lto-lang.c (lto_handle_option): Handle new option name.
1962 * lto.c (lto_resolution_read): Add more checks. Discard rest of line.
1963
06b9e52b 19642009-11-04 Richard Guenther <rguenther@suse.de>
1965 Rafael Avila de Espindola <espindola@google.com>
1966
1967 * lto-elf.c (lto_elf_build_section_table): Add the base offset.
1968 (lto_elf_file_open): Handle offsets in arguments name@offest.
1969
f5a023c5 19702009-10-30 Richard Guenther <rguenther@suse.de>
1971
1972 PR lto/41858
1973 * lto.c (lto_file_read): Do not set file_data->fd.
1974 (lto_read_section_data): Use a single-entry file-descriptor cache.
1975 Do not check the result of xmalloc.
1976 (free_section_data): Do not use file_data->fd.
1977 (lto_read_all_file_options): Likewise.
1978
21ce3cc7 19792009-10-22 Richard Guenther <rguenther@suse.de>
1980
1981 * lto.c (lto_fixup_jump_functions): Remove.
1982 (lto_fixup_decls): Do not fixup jump functions.
1983 (read_cgraph_and_symbols): Schedule cgraph merging after
1984 summary reading. Schedule type and decl fixup before
1985 summary reading.
1986
5575303a 19872009-10-22 Richard Guenther <rguenther@suse.de>
1988
1989 * lto.c (lto_fixup_data_t): Remove free_list member.
1990 (lto_fixup_tree): Do not insert into free_list.
1991 (free_decl): Remove.
1992 (lto_fixup_decls): Remove free-list handling.
1993
8867b500 19942009-10-22 Jan Hubicka <jh@suse.cz>
1995
1996 * lto.c (lto_fixup_jump_functions): New function.
1997 (lto_fixup_decls): Use it.
1998
b787522e 19992009-10-16 Richard Guenther <rguenther@suse.de>
2000
2001 PR lto/41715
2002 * lto.c (lto_fixup_tree): Revert last change.
2003
bc0ed27c 20042009-10-14 Richard Guenther <rguenther@suse.de>
2005
2006 * lto.c (lto_fixup_tree): In case the prevailing decl is not
2007 compatible with the one we replace wrap it around a
2008 VIEW_CONVERT_EXPR.
2009
c515f146 20102009-10-09 Richard Guenther <rguenther@suse.de>
2011
2012 PR lto/41635
2013 PR lto/41636
2014 * lto.c (read_cgraph_and_symbols): Do not assert we can open
2015 a file.
2016 * lto-elf.c (init_shdr##BITS): Fix i18n problems.
2017 (init_ehdr##BITS): Likewise.
2018
48cf7037 20192009-10-08 Joseph Myers <joseph@codesourcery.com>
2020
2021 * lto-elf.c (init_shdr##BITS, lto_elf_begin_section_with_type,
2022 init_ehdr##BITS, lto_elf_file_close): Remove trailing "." from
2023 diagnostics.
2024 * lto-lang.c (lto_post_options): Remove trailing "." from
2025 diagnostics.
2026
7366cbe7 20272009-10-08 Richard Guenther <rguenther@suse.de>
2028
2029 * lto.c (read_cgraph_and_symbols): Free the gimple type merging
2030 hash tables.
2031
7c3f71c3 20322009-10-07 Joseph Myers <joseph@codesourcery.com>
2033
2034 * lto.c: Only include <sys/mman.h> if HAVE_MMAP_FILE.
2035
59dd4830 20362009-10-07 Jan Hubicka <jh@suse.cz>
2037
2038 * lto.c (read_cgraph_and_symbols): Mark functions neccesary only at
2039 ltrans stage; explain why this is needed and should not.
2040
fd193bcd 20412009-10-05 Richard Guenther <rguenther@suse.de>
2042
2043 PR lto/41552
2044 PR lto/41487
2045 * lto.c (lto_read_decls): Do not register deferred decls.
2046 (read_cgraph_and_symbols): Delay symbol and cgraph merging
2047 until after reading the IPA summaries.
2048
7bfefa9d 20492009-10-02 Rafael Avila de Espindola <espindola@google.com>
2050
2051 * Make-lang.in (lto/lto-lang.o): Don't depend on lto/common.h.
2052 (lto-lang.c): Don't include lto/common.h.
2053
20542009-10-02 Rafael Avila de Espindola <espindola@google.com>
2055
2056 * Make-lang.in (LTO_OBJS): Remove lto/common.o.
2057 (lto/common.o): Remove.
2058 * common.c: Remove.
2059 * common.h (lto_kind_str): Remove.
2060 (lto_visibility_str): Remove.
2061 (lto_resolution_str): Make it static.
2062
20632009-10-01 Diego Novillo <dnovillo@google.com>
2064
2065 * lto.c (lto_read_decls): Add comment.
2066 Call internal_error instead of gcc_assert.
2067 (lto_resolution_read): Likewise.
2068 (lto_add_all_inlinees): Tidy.
2069 * Make-lang.in: Fix copyright boilerplate.
2070 (lto.pdf): New.
2071 (lto.install-pdf): New.
2072 * lto-tree.h: Fix copyright boilerplate.
2073 * lang-specs.h: Likewise.
2074 Remove ".lto" entry from compilers fragment.
2075 * lto-elf.c: Move inclusion of gelf.h after config.h.
2076 Tidy formatting everywhere.
2077 * lto.h: Fix copyright boilerplate.
2078 Tidy formatting everywhere.
2079 * common.c: Likewise.
2080 * config-lang.in: Likewise.
2081 * common.h: Likewise.
2082 * lto-lang.c: Likewise.
2083
20842009-10-01 Richard Guenther <rguenther@suse.de>
2085
2086 * lto.c (lto_read_section_data): Use plain lseek/read.
2087
20882009-10-01 Richard Guenther <rguenther@suse.de>
2089
2090 * lto.c (LTO_MMAP_IO): Define if we can mmap files and
2091 use sysconf to query the system page size.
2092 (lto_file_read): Implement fallback using stdio.
2093 (free_section_data): Likewise.
2094
20952009-09-29 Diego Novillo <dnovillo@google.com>
2096
2097 * lto-lang.c (lto_init): Really fix call to
2098 build_common_builtin_nodes.
2099
21002009-09-29 Diego Novillo <dnovillo@google.com>
2101
2102 * lto-lang.c (lto_init): Fix call to
2103 build_common_builtin_nodes.
2104
21052009-09-29 Richard Guenther <rguenther@suse.de>
2106
2107 PR lto/40754
2108 * lto-elf.c (init_shdr##BITS): Properly specify alignment
2109 in bytes.
2110 (first_data_block): New static variable.
2111 (lto_elf_append_data): Align the first data block in each
2112 section.
2113
21142009-09-28 Diego Novillo <dnovillo@google.com>
2115
2116 * lto-lang.c: Tidy. Remove stale FIXME lto markers.
2117 * lto.c (strip_extension): New.
2118 (get_filename_for_set): Call it. Do not call make_cwd_temp_file.
2119 (lto_execute_ltrans): Tidy.
2120 Do not pass -fwpa nor -fltrans-* to LTRANS.
2121 * opts.c: Tidy formatting and remove stale FIXME lto markers.
2122 * tree.c (need_assembler_name_p): Call
2123 lang_hooks.decls.may_need_assembler_name_p if set.
2124 * varasm.c (default_binds_local_p_1): Remove check for
2125 flag_ltrans.
2126 * varpool.c (decide_is_variable_needed): Do not test for
2127 in_lto_p.
2128
21292009-09-22 Richard Guenther <rguenther@suse.de>
2130
2131 PR lto/39276
2132 * lto.c (lto_execute_ltrans): Perform ltrans phase manually.
2133 * Make-lang.in: Remove ltrans-driver stuff.
2134 * config-lang.in: Likewise.
2135 * lang.opt (fltrans-driver): Remove.
2136 * lto-lang.c (lto_init_options): Remove code initializing
2137 ltrans_driver.
2138 * ltrans-driver: Remove.
2139
21402009-09-21 Diego Novillo <dnovillo@google.com>
2141
2142 * lto-lang.c (lto_define_builtins): Remove superfluous
2143 calls to targetm.init_builtins and build_common_builtin_nodes.
2144 (lto_init): Add targetm.arm_eabi_unwinder as parameter to
2145 build_common_builtin_nodes.
2146 * lto.c (lto_materialize_function): Do nothing if NODE is a
2147 clone.
2148
21492009-09-03 Diego Novillo <dnovillo@google.com>
2150
2151 * lto-elf.c (validate_file): Replace call to
2152 elf_getshstrndx with call to elf_getshdrstrndx.
2153
21542009-08-19 Richard Guenther <rguenther@suse.de>
2155
2156 * lto-lang.c (lto_init): Merge char_type_node with the
2157 appropriately signed variant.
2158
21592009-08-19 Richard Guenther <rguenther@suse.de>
2160
2161 PR lto/41071
2162 * lto.c (lto_fixup_common): Re-build the pointer-to chain part one.
2163 (lto_fixup_type): Re-build the pointer-to chain part two.
2164
21652009-08-19 Richard Guenther <rguenther@suse.de>
2166
2167 PR lto/41071
2168 * lto.c (lto_fixup_type): Re-build the type variant chain.
2169
21702009-08-19 Richard Guenther <rguenther@suse.de>
2171
2172 PR lto/41071
2173 * lto.c (lto_fixup_constructor): New function.
2174 (lto_fixup_tree): Replace all types. Properly fixup
2175 constructors and constants.
2176
21772009-08-14 Richard Guenther <rguenther@suse.de>
2178
2179 * lto.c (read_cgraph_and_symbols): Exchange TREE_CHAIN use
2180 for DECL_LANG_SPECIFIC.
2181
21822009-08-13 Richard Guenther <rguenther@suse.de>
2183
2184 PR lto/41032
2185 * lto-lang.c (LANG_HOOKS_TYPES_COMPATIBLE_P): Define to NULL.
2186
21872009-07-30 Richard Guenther <rguenther@suse.de>
2188
2189 PR lto/40903
2190 * lto.c (read_cgraph_and_symbols): After fixing up decls choose
2191 the largest decl for output and free TREE_CHAIN for further
2192 use.
2193
21942009-07-24 Diego Novillo <dnovillo@google.com>
2195
2196 * Make-lang.in: Add empty lto.install-plugin target.
2197
21982009-07-13 Diego Novillo <dnovillo@google.com>
2199
2200 * lto.c (lto_fixup_tree): Handle IMPORTED_DECL.
2201
22022009-07-11 Richard Guenther <rguenther@suse.de>
2203
2204 * lto-lang.c (lto_write_globals): Wrapup global decls.
2205
22062009-07-10 Richard Guenther <rguenther@suse.de>
2207
2208 * lto-lang.c (lto_init): Allocate one more location to make
2209 BUILTINS_LOCATION correct.
2210
22112009-07-09 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2212
2213 * lto.c (free_section_data): Cast computed_offset to caddr_t.
2214
22152009-07-06 Diego Novillo <dnovillo@google.com>
2216
2217 * lto.c (lto_fixup_type): Fixup TYPE_SIZE and
2218 TYPE_SIZE_UNIT.
2219
22202009-07-06 Diego Novillo <dnovillo@google.com>
2221
2222 * lto.c (preload_common_nodes): Remove.
2223 (lto_read_in_decl_state): Call lto_streamer_cache_get.
2224 (lto_read_decls): Call lto_data_in_create and
2225 lto_data_in_delete.
2226 (free_decl): Do not call ggc_free.
2227 (lto_main): Call lto_init_reader.
2228 * lto-lang.c (lto_type_for_size): Handle intTI_type_node.
2229 (lto_init): Initialize main_identifier_node if needed.
2230 Make ptrdiff_type_node be integer_type_node.
2231
22322009-06-19 Diego Novillo <dnovillo@google.com>
2233
2234 * lto.c: Remove code guarded by #ifdef LTO_STREAM_DEBUGGING.
2235 Remove code guarded by #ifdef GLOBAL_STREAMER_TRACE.
2236 Remove code guarded by #ifdef LOCAL_TRACE.
2237
22382009-06-18 Diego Novillo <dnovillo@google.com>
2239
2240 * lto.c: Update license to GPLv3.
2241 * lto-elf.c: Likewise.
2242 * common.c: Likewise.
2243 * lto-lang.c: Likewise.
2244 * lto.h: Remove superfluous include files. Update all
2245 users.
2246
22472009-06-17 Diego Novillo <dnovillo@google.com>
2248
2249 * lto.c (read_cgraph_and_symbols): Call input_cgraph.
2250
22512009-06-02 Diego Novillo <dnovillo@google.com>
2252
2253 * lto.c (lto_1_to_1_map): Ignore nodes that have not been
2254 read in.
2255 (materialize_cgraph): Only materialize nodes that have a
2256 representation on file.
2257
22582009-06-01 Diego Novillo <dnovillo@google.com>
2259
2260 * lto-lang.c (lto_handle_option): Hanlde OPT_Wabi.
2261
22622009-05-31 Diego Novillo <dnovillo@google.com>
2263
2264 * lto-lang.c (lto_type_for_mode): Handle all the modes
2265 handled in c_common_type_for_mode.
2266
22672009-05-21 Diego Novillo <dnovillo@google.com>
2268
2269 * lto-elf.c: Always include <gelf.h>.
2270 * config-lang.in (target_libs): Remove.
2271 (build_by_default): Set to no.
2272
22732009-05-15 Diego Novillo <dnovillo@google.com>
2274
2275 * lto.c (lto_materialize_function): Assert that DECL is
2276 not a builtin.
2277 (materialize_cgraph): Don't try to materialize builtin
2278 functions.
2279 * lto-section-out.c (write_symbol_vec): Do not write
2280 builtin functions.
2281
22822009-05-13 Diego Novillo <dnovillo@google.com>
2283
2284 * lto-lang.c (LANG_HOOKS_GET_ALIAS_SET): Define.
2285
22862009-05-07 Diego Novillo <dnovillo@google.com>
2287
2288 * lto.c (lto_resolution_read): Add type casts for C++ warnings.
2289 (LTO_REGISTER_TYPE_AND_FIXUP_SUBTREE): Define.
2290 (lto_fixup_type): Call it for TYPE_POINTER_TO,
2291 TYPE_REFERENCE_TO, TYPE_CONTEXT and TYPE_CANONICAL.
2292 (lto_fixup_tree): Call gimple_register_type when *TP is a
2293 type.
2294 (lto_main): Call bitmap_obstack_initialize.
2295
22962009-04-22 Diego Novillo <dnovillo@google.com>
2297
2298 * lto.c (free_section_data): Tidy.
2299 (lto_1_to_1_map): Tidy.
2300 (lto_add_all_inlinees): Tidy.
2301 (prefix_name_with_star): New.
2302 (get_filename_for_set): New.
2303 (lto_wpa_write_files): Call cgraph_node_set_needs_ltrans_p
2304 to determine what cgraph node sets to write.
2305 Call get_filename_for_set to compute temporary file
2306 names.
2307 (lto_execute_ltrans): Do not execute LTRANS on files with
2308 names that start with '*'.
2309 Move logic to execute LTRANS together so that LTRANS is
2310 invoked only if there are any files to compile.
2311 (do_whole_program_analysis): Only remove output files
2312 that do not start with '*'.
2313
23142009-04-06 Diego Novillo <dnovillo@google.com>
2315
2316 * lto-lang.c (lto_post_options): Set flag_excess_precision_cmdline.
2317 * lto.c (read_cgraph_and_symbols): Set cgraph_function_flags_ready.
2318 (lto_add_all_inlinees): Tidy.
2319
23202009-03-26 Diego Novillo <dnovillo@google.com>
2321
2322 * lto.c: Include gimple.h.
2323 (lto_read_in_decl_state): Call gimple_register_type for
2324 every type in every stream.
2325 (lto_fixup_common): Call gimple_register_type if T has a
2326 type.
2327 (do_whole_program_analysis): Call print_lto_report.
2328 (lto_main): Call print_lto_report after cgraph_optimize.
2329 * Make-lang.in (lto.o): Add dependency on GIMPLE_H.
2330
23312009-03-24 Diego Novillo <dnovillo@google.com>
2332
2333 * Make-lang.in (lto-lang.o): Add dependency on TARGET_H and EXPR_H.
2334 (lto.o): Add dependency on GIMPLE_H.
2335
23362009-03-10 Simon Baldwin <simonb@google.com>
2337
2338 * lto.c (lto_read_all_file_options): Close any open file descriptor
2339 contained in file_data before freeing.
2340
23412009-02-24 Rafael Avila de Espindola <espindola@google.com>
2342
2343 * lto.c (lto_add_inline_clones): Don't add the master clone. Check
2344 for a decl in the original bitmap, not a node.
2345 (lto_add_all_inlinees): Remove original nodes that are not needed.
2346 (lto_scan_statics_in_cgraph_node): Don't care if the node is the master.
2347
23482009-02-24 Diego Novillo <dnovillo@google.com>
2349
2350 * lto.c (lto_materialize_function): Update
2351 lto_stats.num_function_bodies.
2352 (get_section_data): Initialize *LEN to 0.
2353 (lto_1_to_1_map): Update lto_stats.num_cgraph_partitions.
2354 (lto_wpa_write_files): Update lto_stats.num_cgraph_nodes.
2355 Update lto_stats.num_output_files.
2356 (read_cgraph_and_symbols): Update lto_stats.num_input_files.
2357 (materialize_cgraph): Update lto_stats.num_input_cgraph_nodes.
2358 (lto_main): Initialize lto_stats.
2359 If flag_lto_report is set, call print_lto_report.
2360
23612009-02-19 Diego Novillo <dnovillo@google.com>
2362
2363 Revert
2364
2365 2009-02-19 Rafael Avila de Espindola <espindola@google.com>
2366
2367 * lto.c (lto_add_inline_clones): Don't add the
2368 master clone. Check for a decl in the original
2369 bitmap, not a node.
2370 (lto_add_all_inlinees): Remove original nodes
2371 that are not needed.
2372 (lto_scan_statics_in_cgraph_node): Don't care if
2373 the node is the master.
2374 (lto_promote_cross_file_statics): Use a new
2375 context.seen_node_decls for each set
2376
23772009-02-19 Rafael Avila de Espindola <espindola@google.com>
2378
2379 * lto.c (lto_add_inline_clones): Don't add the master clone. Check
2380 for a decl in the original bitmap, not a node.
2381 (lto_add_all_inlinees): Remove original nodes that are not needed.
2382 (lto_scan_statics_in_cgraph_node): Don't care if the node is the master.
2383 (lto_promote_cross_file_statics): Use a new context.seen_node_decls
2384 for each set
2385
23862009-02-18 Diego Novillo <dnovillo@google.com>
2387
2388 * lto.c (lto_wpa_write_files): Use timers TV_WHOPR_WPA
2389 and TV_WHOPR_WPA_IO.
2390 (lto_execute_ltrans): Use timer TV_WHOPR_WPA_LTRANS_EXEC.
2391 (read_cgraph_and_symbols): Use timer TV_IPA_LTO_DECL_IO.
2392 (materialize_cgraph): Use timer TV_IPA_LTO_GIMPLE_IO.
2393 Use timer TV_WHOPR_WPA or TV_WHOPR_LTRANS or TV_LTO
2394 depending on command line flags.
2395 (do_whole_program_analysis): Use timer TV_WHOPR_WPA.
2396 (lto_main): Remove timer uses.
2397
23982009-02-18 Rafael Avila de Espindola <espindola@google.com>
2399
2400 * lto.c (lto_materialize_function): Don't set DECL_EXTERN to 0.
2401 (lto_wpa_write_files): Update calls to renamed functions.
2402
24032009-02-17 Diego Novillo <dnovillo@google.com>
2404
2405 PR 39203
2406 * lto-lang.c (lto_post_options): Disable -fwhole-program
2407 when running LTRANS.
2408
24092009-02-10 Diego Novillo <dnovillo@google.com>
2410
2411 * lto.c (read_cgraph_and_symbols): Fix comment.
2412
24132009-02-10 Diego Novillo <dnovillo@google.com>
2414
2415 * lto.c (read_cgraph_and_symbols): Read options from all
2416 IL files.
2417
24182009-02-10 Diego Novillo <dnovillo@google.com>
2419
2420 * lto.c (read_cgraph_and_symbols): Factor out of lto_main.
2421 (materialize_cgraph): Likewise.
2422 (do_whole_program_analysis): Likewise.
2423 (lto_main): Call read_cgraph_and_symbols,
2424 materialize_cgraph and do_whole_program_analysis.
2425
24262009-02-10 Simon Baldwin <simonb@google.com>
2427
2428 * lto.c: Include lto-opts.h.
2429 * (lto_main): Clear file options at loop start, read any saved
2430 options from the first file handled, and re-issue options.
2431 * Makefile.in (lto.o): Add dependency on lto-opts.h.
2432
24332009-02-02 Diego Novillo <dnovillo@google.com>
2434
2435 * lto.c (lto_main): Stop LTO_TIMER and use
2436 TV_WHOPR_WPA_LTRANS_EXEC when launching LTRANS.
2437
24382009-01-30 H.J. Lu <hongjiu.lu@intel.com>
2439
2440 PR lto/38995
2441 * lto-elf.c (init_shdr##BITS): Set the sh_addralign field
2442 to POINTER_SIZE.
2443
24442009-01-29 Ramana Radhakrishnan <ramana.r@gmail.com>
2445
2446 * Make-lang.in (LTO_EXE): Link with all
2447 BACKENDLIBS and not only GMPLIBS
2448
24492009-01-28 H.J. Lu <hongjiu.lu@intel.com>
2450
2451 PR bootstrap/38992
2452 * lto-elf.c: Include gelf.h instead of libelf.h.
2453 (lto_elf_file_close): Replace elfx_update_shstrndx with
2454 gelf_getehdr, elf_getscn, gelf_getshdr, gelf_update_shdr and
2455 gelf_update_ehdr.
2456
24572009-01-28 H.J. Lu <hongjiu.lu@intel.com>
2458
2459 PR middle-end/38996
2460 * lto-elf.c (DEFINE_INIT_EHDR): Initialize e_version.
2461
24622009-01-26 Diego Novillo <dnovillo@google.com>
2463
2464 * lto-lang.c (LANG_HOOKS_TYPES_COMPATIBLE_P): Update.
2465
24662009-01-26 Diego Novillo <dnovillo@google.com>
2467
2468 * lto-lang.c (lto_types_compatible_p): Move to gimple.c
2469 and rename into gimple_types_compatible_p.
2470
24712009-01-12 Rafael Avila de Espindola <espindola@google.com>
2472
2473 * lto-lang.c (lang_hooks): Remove the const qualifier.
2474
24752009-01-06 Diego Novillo <dnovillo@google.com>
2476
2477 * ltrans-driver: Mark 'all' target as phony.
2478
24792008-12-31 Diego Novillo <dnovillo@google.com>
2480
2481 * ltrans-driver: Execute a NOP action for target 'all'.
2482
24832008-12-19 Diego Novillo <dnovillo@google.com>
2484
2485 * lto.c (lto_1_to_1_map): Tidy.
2486
24872008-12-19 Diego Novillo <dnovillo@google.com>
2488
2489 * lto-elf.c (lto_elf_file_open): When FILENAME cannot
2490 be opened, show its name.
2491 * ltrans-driver: If $verbose is set, do not use parallelism.
2492
24932008-12-17 Rafael Avila de Espindola <espindola@google.com>
2494
2495 * lto.c (lto_fixup_function): New.
2496 (lto_fixup_tree): Call lto_fixup_function.
2497
24982008-12-14 Doug Kwan <dougkwan@google.com>
2499
2500 * lto.c (lto_1_to_1_map): Create a cgraph node set for any global
2501 variables if there is no function.
2502
25032008-12-10 Simon Baldwin <simonb@google.com>
2504
2505 * ltrans-driver: Always run make in silent mode, to avoid make's
2506 trace on stdout interfering with lto-wrapper output.
2507
25082008-12-10 Doug Kwan <dougkwan@google.com>
2509
2510 * lto.c (lto_add_inline_clones): Do not force master clones of
2511 inlined functions already in SET to be static inline.
2512
25132008-12-04 Doug Kwan <dougkwan@google.com>
2514
2515 * lto.c (globalize_context_t): New type to store states in
2516 globalization of cross-file statics.
2517 (globalize_cross_file_statics): New.
2518 (lto_scan_statics_in_ref_table): Walk tree to look for reachable
2519 static decls that need to be fixed up.
2520 (lto_scan_statics_in_cgraph_node): Change call interface to use
2521 a globalize_context_t CONTEXT for all states used.
2522 (lto_scan_statics_in_remaining_global_vars): New.
2523 (lto_promote_cross_file_statics): Use new call interface of
2524 LTO_SCAN_STATICS_IN_CGRAPH_NODE. Handle remaining externally
2525 visible vars in the last set.
2526
25272008-12-03 Diego Novillo <dnovillo@google.com>
2528
2529 * lto.c (lto_fixup_tree): Do not emit an error when
2530 PREVAILING throw but T doesn't.
2531
25322008-12-02 Doug Kwan <dougkwan@google.com>
2533
2534 * lto.c (lto_scan_statics_in_ref_table): New function factored out
2535 from code in ...
2536 (lto_scan_statics_in_cgraph_node): Handle both file-scope static
2537 variables and functions.
2538 (lto_promote_cross_file_statics): Rename bitmaps to SEEN_DECLS
2539 and GLOBAL_DECLS from SEEN_VARS and GLOBAL_VARS.
2540
25412008-11-29 Diego Novillo <dnovillo@google.com>
2542
2543 * lto.c: Include timevar.h.
2544 (lto_materialize_function): Tidy. Add comments.
2545 (lto_wpa_write_files): Tidy.
2546 (lto_execute_ltrans): Tidy.
2547 (lto_main): Add local variable LTO_TIMER. Initialize it
2548 to one of TV_WHOPR_WPA, TV_WHOPR_LTRANS or TV_LTO.
2549 Start and stop the timer.
2550 Tidy comments.
2551 * Make-lang.in (lto.o): Add dependency on timevar.h.
2552 * ltrans-driver: React to -v and -save-temps.
2553 Use simple heuristic to determine how much parallelism to
2554 use when executing make.
2555
25562008-11-12 Doug Kwan <dougkwan@google.com>
2557
2558 * lto.c (lto_bitmap_obstack): Remove var.
2559 (lto_materialize_function): Do nothing instead of marking function
2560 body in file if flag_wpa is true.
2561 (lto_add_all_inlinees): Use bitmap functions in lto-utils.c.
2562 (lto_scan_statics_in_cgraph_node): New function.
2563 (lto_promote_cross_file_statics): Same.
2564 (lto_wpa_write_files): Call lto_promote_cross_file_statics.
2565 Use bitmap functions in lto-utils.c. Remove unsued label OUT.
2566 * Make-lang.in (lto/lto.o): Add lto-utils.h to dependency list.
2567
25682008-11-09 Diego Novillo <dnovillo@google.com>
2569
2570 * lto/lto.c (lto_fixup_tree): Change error message locus
2571 information to include location of mismatching
2572 declaration.
2573 Use TREE_NO_WARNING to avoid repeated messages.
2574 (lto_main): If lto_fixup_decls emitted any errors, exit.
2575 * lto/lto-lang.c: Don't include libfuncs.h and except.h
2576 (lto_init_options): Don't enable exceptions by default.
2577 (lto_eh_runtime_type): Move to lto-function-in.c
2578 (lto_init_eh): Likewise.
2579 (lto_init): Don't call lto_init_eh.
2580 * lto/Make-lang.in (lto-lang.o): Remove dependency on
2581 libfuncs.h and except.h.
2582
25832008-10-30 Diego Novillo <dnovillo@google.com>
2584
2585 * lto.c (lto_read_decls): Declare debug_main only if
2586 LTO_STREAM_DEBUGGING is enabled.
2587
25882008-10-30 Simon Baldwin <simonb@google.com>
2589
2590 * lto.c (lto_wpa_write_files): Create intermediate files with
2591 make_cwd_temp_file().
2592 (lto_maybe_unlink): New. Delete intermediate WPA files unless
2593 WPA_SAVE_LTRANS is set.
2594 (lto_main): Call lto_maybe_unlink() for intermediate WPA files.
2595 * ltrans-driver: Do not strip directory from output files.
2596
25972008-10-29 Doug Kwan <dougkwan@google.com>
2598
2599 * lto.c (free_decl): Call lto_symtab_clear_resolution when freeing
2600 DECL.
2601 * Make-lang.in (LTO_OBJS): Remove lto/lto-symtab.o
2602 (lto/lto-symtab.o): Remove rule.
2603 * lto-tree.h (struct lang_identifier): Remove LTO specific fields.
2604 (struct lang_decl): Remove RESOLUTION and add DUMMY in struct.
2605 (LANG_IDENTIFIER_CAST, LTO_IDENTIFIER_DECL, LTO_DECL_RESOLUTION):
2606 Remove macros.
2607 lto-symtab.c (File): Move up one level.
2608 lto-lang.c (cgraph.h): Remove include.
2609 (input_overwrite_node, input_node, input_edge, input_cgraph_1,
2610 input_cgraph): Move to lto-cgraph.c in gcc directory above.
2611 (LANG_HOOKS_INPUT_CGRAPH): Remove use of macro.
2612
26132008-10-24 Rafael Espindola <espindola@google.com>
2614
2615 * lto-function-in.c (get_resolution): Return LDPR_PREEMPTED_IR for
2616 non prevailing weak symbols.
2617
26182008-10-24 Rafael Espindola <espindola@google.com>
2619
2620 * lto-lang.c (input_cgraph_1): Iterate over nodes, not cgraph_nodes.
2621
26222008-10-24 Rafael Espindola <espindola@google.com>
2623
2624 * lto-lang.c (input_node): Avoid casts from pointers to ints of
2625 different types.
2626
26272008-10-23 Simon Baldwin <simonb@google.com>
2628
2629 * lto-lang.c (input_node): Save the node reference, rather than the
2630 node pointer, in node->inlined_to.
2631 (input_cgraph_1): Convert node references into node pointers.
2632
26332008-10-22 Diego Novillo <dnovillo@google.com>
2634 Rafael Espindola <espindola@google.com>
2635
2636 * lto.c (lto_resolution_read): Tidy.
2637 * lto-symtab.c (lto_symtab_prevailing_decl): Do not
2638 abort if RET is NULL.
2639
26402008-10-22 Doug Kwan <dougkwan@google.com>
2641
2642 * lto.c (lto_fixup_tree): Check for NOTHROW conflict only if
2643 exceptions flag is given.
2644 * lto-lang.c: (lto_init_options) Set default exceptions flag.
2645 (lto_init_eh): Remove exceptions flag initialization.
2646 (lto_init): Only call lto_init_eh if exceptions flag is set.
2647
26482008-10-21 Diego Novillo <dnovillo@google.com>
2649
2650 * lto.c: Tidy some formatting.
2651 * lto.h: Likewise.
2652
26532008-10-21 Simon Baldwin <simonb@google.com>
2654
2655 * lto-symtab.c: (lto_same_type_p): Types cannot be equal if one of
2656 them is NULL (but not the other).
2657
26582008-10-17 Diego Novillo <dnovillo@google.com>
2659
2660 * ltrans-driver: Divert output from make to a temporary file.
2661 Show it if the call to make failed.
2662
26632008-10-15 Diego Novillo <dnovillo@google.com>
2664
2665 * lto.c (lto_wpa_write_files): Reformat do-while loop.
2666 Do not print TEMP_FILENAME
2667 * ltrans-driver: Call make with -s.
2668
26692008-10-15 Diego Novillo <dnovillo@google.com>
2670
2671 * lto-symtab.c (lto_symtab_merge_decl): Do not force
2672 TREE_STATIC on global symbols.
2673
26742008-10-14 Ollie Wild <aaw@google.com>
2675
2676 * Make-lang.in (LTRANS_DRIVER_INSTALL_NAME): Remove.
2677 (LTRANS_DRIVER_EXE): Add.
2678 (lto.all.cross): Add LTRANS_DRIVER_EXE.
2679 (lto.all.encap): Add LTRANS_DRIVER_EXE.
2680 (lto.install.common): Remove ltrans-driver.
2681 (lto.mostlyclean): Add LTRANS_DRIVER_EXE.
2682 (LTRANS_DRIVER_EXE): New build rule.
2683 * config-lang.in (compilers): Add ltrans-driver.
2684
26852008-10-14 Diego Novillo <dnovillo@google.com>
2686
2687 * Make-lang.in (LTRANS_DRIVER_INSTALL_NAME): Disable transformation
2688 of program name.
2689
26902008-10-13 Ollie Wild <aaw@google.com>
2691
2692 * lang-spec.h (@lto): Replace lto1_options with cc1_options.
2693 * lto.c (lto_execute_ltrans): Add "-fno-wpa -fltrans -xlto" to CFLAGS.
2694 * ltrans-driver (LTRANS_FLAGS): Remove.
2695
26962008-10-08 Doug Kwan <dougkwan@google.com>
2697
2698 * lto.c (lto_fixup_tree): Remove ATTRIBUTE_UNUSED from DATA.
2699 Handle new tree codes RECORD_TYPE, UNION_TYPE, QUAL_UNION_TYPE
2700 and TREE_BINFO. Also move code handling FUNCTION_DECL and VAR_DECL
2701 from lto_fixup_state to here.
2702 (lto_fixup_state): Take an lto_fixup_data_t object DATA instead of
2703 just a free-list. Fix up types also. Move decl merging code to
2704 lto_fixup_tree.
2705 (lto_fixup_state_aux): Change AUX to point to an lto_fixup_data_t
2706 object.
2707 (lto_fixup_decls): Use another pointer set to avoid multiple
2708 walking of nodes except for DECLs to be replaced. Pass an
2709 lto_fixup_data_t object to tree-walker.
2710
27112008-10-08 Rafael Espindola <espindola@google.com>
2712
2713 * lto-symtab.c (lto_symtab_set_resolution): New.
2714 (lto_symtab_merge_decl): Use lto_symtab_set_resolution and
2715 lto_symtab_get_resolution.
2716 (lto_symtab_prevailing_decl): Return decl for non public decls.
2717 (lto_symtab_get_resolution): New.
2718 * lto.c (lto_fixup_tree, lto_fixup_state): Remove unecessary checks.
2719
27202008-10-06 Rafael Espindola <espindola@google.com>
2721
2722 * lto-lang.c: Include cgraph.h.
2723 (input_overwrite_node, input_node, input_edge, input_cgraph_1,
2724 input_cgraph): Moved from lto-cgraph.c.
2725 (LANG_HOOKS_INPUT_CGRAPH): New.
2726
27272008-10-03 Rafael Espindola <espindola@google.com>
2728
2729 * lto.c (lto_fixup_tree, lto_fixup_state): Fix the FIXME.
2730
27312008-10-03 Rafael Espindola <espindola@google.com>
2732
2733 * lto-symtab.c (lto_symtab_overwrite_decl): Remove. Remove all calls.
2734 (lto_symtab_merge_decl): Update LTO_IDENTIFIER_DECL the reflect the
2735 prevailing definition. Don't mark TREE_NOTHROW differences.
2736 * lto.c (lto_fixup_tree): New.
2737 (lto_fixup_state): New.
2738 (lto_fixup_state_aux): New.
2739 (free_decl): New.
2740 (lto_fixup_decls): New.
2741 (lto_main): Call lto_fixup_decls.
2742
27432008-10-02 Ollie Wild <aaw@google.com>
2744
2745 * lang.opt (fltrans): Moved from common.opt. Remove RejectNegative
2746 and Init.
2747 (fwpa): Moved from common.opt. Remove RejectNegative and Init.
2748 * lto-lang.c (lto_post_options): Add validation and fixups for
2749 -fltrans and -fwpa.
2750
27512008-10-02 Rafael Espindola <espindola@google.com>
2752
2753 * lto-symtab.c (lto_symtab_merge_var, lto_symtab_merge_fn,
2754 lto_symtab_merge_decl): Return void.
2755 (lto_symtab_prevailing_decl): New.
2756
27572008-09-30 Rafael Espindola <espindola@google.com>
2758
2759 * lto-symtab.c (lto_symtab_compatible): Remove the check for already
2760 defined symbols.
2761 (lto_symtab_overwrite_decl): Copy LTO_DECL_RESOLUTION.
2762 (lto_symtab_merge_decl): Store symbol resolution in LTO_DECL_RESOLUTION.
2763 Check for already defined symbols.
2764 * lto-tree.h (lang_decl): Remove dummy and add resolution fields.
2765 (LTO_IDENTIFIER_RESOLUTION): Remove.
2766 (LTO_DECL_RESOLUTION): New.
2767
27682008-09-30 Rafael Espindola <espindola@google.com>
2769
2770 * lto.c (lto_read_decls): Use new input_tree signature.
2771
27722008-09-26 Doug Kwan <dougkwan@google.com>
2773
2774 * lto.c (lto_main): Call lto_fixup_nothrow_decls to fix up function
2775 bodies affected by exception attribute merging of DECLs.
2776 * lto-symtab.c (lto_symtab_merge_decl): Handle exception attribute
2777 merging.
2778
27792008-09-25 Rafael Espindola <espindola@google.com>
2780
2781 * Make-lang.in (PLUGIN_API_H, LTO_TREE_H): New.
2782 (lto/lto-lang.o, lto/lto.o, lto/lto-symtab.o) Use LTO_TREE_H.
2783 * lto-symtab.c (lto_symtab_compatible): New.
2784 (lto_symtab_overwrite_decl): New.
2785 (lto_symtab_merge_decl): Refactor to use the above functions
2786 and the resolution from lang_identifier.
2787 * lto-tree.h: Include plugin-api.h.
2788 (lang_identifier): Add resolution.
2789 (LTO_IDENTIFIER_RESOLUTION): New.
2790
27912008-09-25 Ollie Wild <aaw@google.com>
2792
2793 * lang.opt (fltrans-output-list=): New option.
2794 * lto.c (lto_execute_ltrans): Output file names to ltrans_output_list.
2795
27962008-09-25 Rafael Espindola <espindola@google.com>
2797
2798 * lto.c (lto_resolution_read): Initialize ret;
2799
28002008-09-24 Ollie Wild <aaw@google.com>
2801
2802 * lto.c (sys/mman.h): Move include.
2803 (lto_wpa_write_files): Return a list of written files.
2804 (lto_execute_ltrans): New function.
2805 (lto_main): Call lto_execute_ltrans.
2806 (ltrans-driver): New file.
2807 * lto-lang.c (DEFAULT_LTRANS_DRIVER): New macro.
2808 (DEAULT_LTRANS_DRIVER_LEN): New macro.
2809 (lto_init_options): Initialize ltrans_driver.
2810 (lto_handle_option): Fix incorrect default output value.
2811 * lang.opt (fltrans-driver=): New option.
2812 * Make-lang.in (LTRANS_DRIVER_INSTALL_NAME): New variable.
2813 (lto.install-common): Add lto/ltrans-driver.
2814
28152008-09-24 Rafael Espindola <espindola@google.com>
2816
2817 * Make-lang.in (LTO_OBJS): Add lto/common.o.
2818 (lto/lto.o): Depend on lto/common.h.
2819 (lto/common.o): New.
2820 * lang.opt (resolution): New.
2821 * lto-lang.c (resolution_file_name): New.
2822 (lto_handle_option): Handle OPT_resolution.
2823 * lto-symtab.c (lto_symtab_merge_decl): Add a resolution argument.
2824 (lto_symtab_merge_var,lto_symtab_merge_fn): Add a resolution argument.
2825 pass it to lto_symtab_merge_decl.
2826 * lto.c: Include common.h.
2827 (lto_read_decls): Add resolutions and resolutions_size arguments.
2828 Initialize data_in.globals_resolution and
2829 data_in.globals_resolution_size.
2830 (index_and_symbol_resolution): New.
2831 (lto_resolution_read): New.
2832 (lto_file_read): Add argument resolution_file.
2833 Read resolution.
2834 * lto.h (resolution_file_name): New.
2835
28362008-09-23 Rafael Espindola <espindola@google.com>
2837
2838 * common.c: Update description.
2839 * common.h: Update description.
2840
28412008-09-23 Rafael Espindola <espindola@google.com>
2842
2843 * common.c: Moved from lto-plugin.
2844 * common.h: Moved from lto-plugin.
2845
28462008-09-22 Doug Kwan <dougkwan@google.com>
2847
2848 * lto.c (VEC(bitmap,heap)): Declare.
2849 (lto_materialize_function): Handle WAP mode specially.
2850 (lto_add_inline_clones): New.
2851 (lto_add_all_inlinees): Changle algorithm and to use bitmaps. Also
2852 return a bitmap of inlined decls.
2853 (lto_wpa_write_files): Handle all DECLs brought in by inlining.
2854 (lto_main): Call reset_inline_failed to reset inlining states.
2855 Check call-graph after WPA inlining.
2856 * lto-lang.c (lto_init): Do not clear flag_generate_lto
2857 unconditionally.
2858
28592008-09-19 Doug Kwan <dougkwan@google.com>
2860
2861 lto.c (lto_main): Remove unsued wrapper code.
2862 lang-specs.h (@lto): Use lto1_options instead of cc1_options.
2863
28642008-09-19 Rafael Espindola <espindola@google.com>
2865
2866 * lto-symtab.c: Include lto-tree-in.h.
2867 * lto-tree.h (lto_symtab_merge_var, lto_symtab_merge_fn): Remove.
2868 * lto.h (lto_symtab_merge_var, lto_symtab_merge_fn): Remove
2869 * Make-lang.in (lto/lto-symtab.o): Add lto-tree-in.h.
2870
28712008-09-17 Paolo Bonzini <bonzini@gnu.org>
2872 Rafael Avila de Espindola <espindola@google.com>
2873
2874 * lto-lang.c (COMPOUND_LITERAL_EXPR_DECL_STMT,
2875 COMPOUND_LITERAL_EXPR_DECL): Remove.
2876 (emit_local_var): Remove.
2877 (lto_expand_expr): Remove.
2878 (lto_staticp): Remove.
2879 (LANG_HOOKS_EXPAND_EXPR): Remove.
2880 (LANG_HOOKS_STATICP): Remove.
2881
28822008-09-11 Diego Novillo <dnovillo@google.com>
2883
2884 * lto-lang.c: Include except.h and libfuncs.h.
2885 (lto_init_eh): New.
2886 (lto_init): Call it.
2887 Set flag_generate_lto to 0.
2888 * Make-lang.in (lto-lang.o): Add dependency on except.h
2889 and libfuncs.h.
2890
28912008-09-09 Bill Maddox <maddox@google.com>
2892
2893 * lto-lang.c: Include header file expr.h.
2894 (COMPOUND_LITERAL_EXPR_DECL_STMT,
2895 COMPOUND_LITERAL_EXPR_DECL): Copied from c-common.h.
2896 (emit_local_var): Copied from c-semantics.c.
2897 (lto_expand_expr, lto_staticp): Copied from c_expand_expr
2898 and c_staticp in c-common.c.
2899 (LANG_HOOKS_EXPAND_EXPR,LANG_HOOKS_STATICP): Redefined.
2900
29012008-09-08 Diego Novillo <dnovillo@google.com>
2902
2903 * lto-lang.c (lto_global_bindings_p): Return 1 during
2904 IPA passes.
2905
29062008-09-07 Diego Novillo <dnovillo@google.com>
2907
2908 * lto.c: Tidy formatting.
2909
29102008-08-04 Bill Maddox <maddox@google.com>
2911
2912 * lto-symtab.c (lto_symtab_merge_decl): Add comment.
2913
29142008-09-03 Doug Kwan <dougkwan@google.com>
2915
2916 lto.c (lto_add_all_inlinees): Reset FAILED_REASON of edges to
2917 CIF_OK instead of NULL.
2918
29192008-09-02 Diego Novillo <dnovillo@google.com>
2920 Simon Baldwin <simonb@google.com>
2921
2922 * lto-lang.c (lto_type_for_size): Rewrite. Adapt from
2923 c_common_type_for_size.
2924 (lto_type_for_mode): Remove ATTRIBUTE_UNUSED markers.
2925 (lto_init): Call linemap_add.
2926 (signed_and_unsigned_types): Remove.
2927
29282008-08-29 Diego Novillo <dnovillo@google.com>
2929
2930 * lto-lang.c (handle_noreturn_attribute): New local function.
2931 (handle_const_attribute): New local function.
2932 (handle_malloc_attribute): New local function.
2933 (handle_pure_attribute): New local function.
2934 (handle_novops_attribute): New local function.
2935 (handle_nonnull_attribute): New local function.
2936 (handle_nothrow_attribute): New local function.
2937 (handle_sentinel_attribute): New local function.
2938 (handle_type_generic_attribute): New local function.
2939 (handle_format_attribute): New local function.
2940 (handle_format_arg_attribute): New local function.
2941 (lto_attribute_table): Declare.
2942 (lto_format_attribute_table): Declare.
2943 (lto_init_attributes): New local function.
2944 (lto_define_builtins): Call it.
2945 Call targetm.init_builtins and build_common_builtin_nodes.
2946 (LANG_HOOKS_COMMON_ATTRIBUTE_TABLE): Define.
2947 (LANG_HOOKS_FORMAT_ATTRIBUTE_TABLE): Define.
2948
29492008-08-28 Diego Novillo <dnovillo@google.com>
2950
2951 * Make-lang.in (lto-lang.o): Replace tree-gimple.h with
2952 $(GIMPLE_H).
2953 (lto-symtab.o): Add dependency on $(GIMPLE_H).
2954 * lto-lang.c: Include gimple.h instead of tree-gimple.h.
2955 * lto-symtab.c: Include gimple.h.
2956 * lto-tree.h (chain_next): Replace GENERIC_NEXT with
2957 TREE_CHAIN.
2958
29592008-08-27 Doug Kwan <dougkwan@google.com>
2960
2961 * lto.c (vec.h, bitmap.h, pointer-set.h, ipa-prop.h, ggc.h,
2962 gt-lto-lto.h): New includes.
2963 (lto_materialize_function): Do not read in function body in WPA mode.
2964 Format a line to fit in 80 columns.
2965 (lto_cgraph_node_sets): New garbage collected variable.
2966 (lto_1_to_1_map, lto_add_all_inlinees, lto_wpa_write_files):
2967 New functions.
2968 (lto_main): Initialize bitmap obstack. Add code to handle WPA mode.
2969 * Make-lang.in (LTO_H): Replace filename lto-section-in.h with
2970 variable LTO_SECTION_IN_H.
2971 (lto/lto.o): Include gt-lto-lto-c.h ggc.h ,VEC_H, BITMAP_H,
2972 pointer-set.h and IPA_PROP_H. Also replace filename lto-section-in.h
2973 with variable LTO_SECTION_IN_H.
2974 * config-lang.in (gtfiles): Add lto/lto.c.
2975 * lto-symtab.c (lto_symtab_merge_decl): Set DECL_CONTEXT of
2976 merged DECL_RESULT correctly.
2977
29782008-08-26 Bill Maddox <maddox@google.com>
2979
2980 * lto-lang.c Include tree-gimple.h.
2981 (lto_mark_addressable): Call mark_addressable rather than
2982 asserting.
2983 (lto_post_options): Suppress debug info generation.
2984 * Make-lang.in: Add dependency of lto-lang.o on tree-gimple.h.
2985
29862008-08-25 Bill Maddox <maddox@google.com>
2987
2988 * lto-symtab.c (lto_symtab_merge_decl): Remove a suspect
2989 assertion and leave an explanatory comment in its place.
2990
29912008-08-21 Doug Kwan <dougkwan@google.com>
2992
2993 * lto.c (preload_common_nodes): Call lto_get_common_nodes to get a list
2994 of common nodes instead of computing locallly.
2995 (lto_read_in_decl_state): New.
2996 (lto_read_decls): Change code for udpate in struct lto_decl_header.
2997 Read global and per-function in-decl states.
2998 * Make-lang.in (LTO_H): Update dependency.
2999 (lto/lto.o): Same.
3000 (lto-symtab.c): Merge (revision 139039)
3001 * lto-symtab.c (lto_symtab_merge_decl): Merge DECL_RESULT.
3002
30032008-08-21 Rafael Espindola <espindola@google.com>
3004
3005 * config-lang.in (target_libs): New.
3006
30072008-08-20 Bill Maddox <maddox@google.com>
3008
3009 * lto.c (current_lto_file): Remove GTY marker from static
3010 variable. Remove include of file gt-lto-lto.h.
3011 * Make-lang.in: Remove dependency of lto/lto.o on
3012 gt-lto-lto.h.
3013 * lto-elf.c (lto_file_close): Removed.
3014 (lto_elf_file_open): Use XCNEW instead of GGC_CNEW to
3015 allocate lto_elf_file object.
3016 (lto_elf_file_close): Free lto_elf_file object after close.
3017 * lto.h (struct lto_file_struct): Remove GTY marker.
3018 * config-lang.in: Remove lto/lto.h and lto/lto.c from
3019 gtfiles.
3020
30212008-08-20 Bill Maddox <maddox@google.com>
3022
3023 * lto.c (lto_read_decls): Provide dummy argument to input_tree
3024 to conform to its new signature.
3025 * lto-symtab.c (lto_symtab_merge_decl): Do not invoke ggc_free
3026 on discarded node here, now called in global_vector_fixup.
3027
30282008-08-09 Bill Maddox <maddox@google.com>
3029
3030 * lto.c (preload_common_nodes): Verify that fileptr_type_node
3031 has not been set to a front-end-specific value.
3032
30332008-08-05 Doug Kwan <dougkwan@google.com>
3034
3035 * Make-lang.in (lto-symtab.o): Add missing dependencies to fix
3036 build breakage.
3037
30382008-07-30 Bill Maddox <maddox@google.com>
3039
3040 * lto.c (lto_materialize_function): Call lto_original_decl_name.
3041 Remove obsolete comments.
3042 (lto_read_decls): Remove initialization of deleted field data_in.global.
3043 Tidy up comments.
3044 (lto_main): Remove redundant initialization of section_hash_table.
3045 * lto-elf.c: Removed obsolete comments.
3046 * lto.h: Tidy up comments.
3047 * lto-symtab.c (lto_least_common_multiple): New function.
3048 (lto_symtab_merge_decl): Merge variable alignments in some cases.
3049 Tidy up comments.
3050
30512008-07-25 Diego Novillo <dnovillo@google.com>
3052 Bill Maddox <maddox@google.com>
3053
3054 * lto.c: Re-order include files.
3055 Include lto-section-out.h.
3056 (preload_common_nodes): Add debugging output.
3057 Add new local INDEX_TABLE.
3058 Call preload_common_node.
3059 * Make-lang.in (lto.o): Add dependency on lto-section-out.h
3060
30612008-07-13 Bill Maddox <maddox@google.com>
3062
3063 * lto.c (lto_read_decls): Cast pointer to const char * to avoid
3064 unwanted scaling during pointer addition.
3065
30662008-07-11 Bill Maddox <maddox@google.com>
3067 Diego Novillo <dnovillo@google.com>
3068
3069 * lto.c (lto_read_decls): Fix C++ compatibility warnings.
3070 Make code const-correct.
3071 (lto_file_read): Fix C++ compatibility warnings.
3072 (lto_read_section_data): Fix C++ compatibility warnings.
3073 (lto_get_section_data): Use CONST_CAST to avoid warning when
3074 const pointer passed to free.
3075 * lto-elf.c (lto_elf_build_section_table): Fix C++
3076 compatibility warnings.
3077 (lto_elf_append_data): Fix C++ compatibility warnings. Use CONST_CAST
3078 to avoid warning assigning const pointer to d_buf field of Elf_Data.
3079 (lto_get_current_out_file): Fix C++ compatibility warnings.
3080
30812008-07-11 Diego Novillo <dnovillo@google.com>
3082
3083 * Make-lang.in (lto-warn): Define.
3084
30852008-07-03 Simon Baldwin <simonb@google.com>
3086
3087 * lto.c (lto_read_decls): Wrapped debug-only data items within #ifdef
3088 LTO_STREAM_DEBUGGING.
3089
30902008-06-27 Ollie Wild <aaw@google.com>
3091
3092 * lto-elf.c (lto-section-out.h): New include.
3093 (struct lto_elf_file): Remove bits member. Add scn, shstrtab_stream,
3094 and data members.
3095 (cached_file_attrs): New static variable.
3096 (lto_elf_get_shdr, lto_elf_free_shdr): Remove elf_file parameter.
3097 Use cached_file_attrs for checking bits.
3098 (lto_elf_build_section_table): Remove elf_file argument from
3099 lto_elf_get_shdr and lto_elf_free_shdr calls.
3100 (DEFINE_INIT_SHDR): New macro.
3101 (init_shdr32, init_shdr64): New functions defined via the
3102 DEFINE_INIT_SHDR macro.
3103 (lto_elf_begin_section_with_type): New function.
3104 (lto_elf_begin_section): New function.
3105 (lto_elf_append_data): New function.
3106 (lto_elf_end_section): New function.
3107 (DEFINE_VALIDATE_EHDR): New macro.
3108 (validate_ehdr32, validate_ehdr64): New functions defined via the
3109 DEFINE_VALIDATE_EHDR macro.
3110 (validate_file): New function.
3111 (DEFINE_INIT_EHDR): New macro.
3112 (init_ehdr32, init_ehdr64): New functions defined via the
3113 DEFINE_INIT_EHDR macro.
3114 (init_ehdr): New function.
3115 (lto_elf_file_open): Add support for writable files. Move some
3116 validation logic to validate_file.
3117 (lto_elf_file_close): Add support for writable files. Write file data
3118 and free data blocks.
3119 (current_out_file): New static variable.
3120 (lto_set_current_out_file): New function.
3121 (lto_get_current_out_file): New function.
3122 * lto.c (lto_main): Add writable argument to lto_elf_file_open calls.
3123 Add temporary initialization for testing ELF serialization.
3124 * lto.h (lto-section-out.h): New include.
3125 (struct lto_file_struct): Slight modification to comment.
3126 (lto_elf_file_open): Add writable parameter.
3127 (lto_elf_begin_section): New function declaration.
3128 (lto_elf_append_data): New function declaration.
3129 (lto_elf_end_section): New function declaration.
3130 (lto_set_current_out_file, lto_get_current_out_file): New function
3131 declarations.
3132 * lto-lang.c (LANG_HOOKS_BEGIN_SECTION): Set as lto_elf_begin_section.
3133 (LANG_HOOKS_APPEND_DATA): Set as lto_elf_append_data.
3134 (LANG_HOOKS_END_SECTION): Set as lto_elf_end_section.
3135 * Make-lang.in (LTO_H): Add lto-section-out.h.
3136
31372008-06-12 Ollie Wild <aaw@google.com>
3138
3139 * lto.h (struct lto_file_vtable_struct): Remove.
3140 (struct lto_file_struct): Remove vtable member.
3141 * lto-elf.c (lto_file_init): Remove vtable argument.
3142 (lto_elf_map_optional_lto_section): Remove.
3143 (lto_elf_unmap_section): Remove.
3144 (lto_elf_file_vtable): Remove.
3145 (lto_elf_file_open): Remove lto_elf_file_vtable argument from
3146 lto_file_init call.
3147 (lto_elf_find_section_data): Remove.
3148
31492008-06-11 Ollie Wild <aaw@google.com>
3150
3151 * lto.c (lto_file_read): Add const qualifier to data variable.
3152
31532008-06-11 Diego Novillo <dnovillo@google.com>
3154
3155 Merge from lto-streamber sub-branch.
3156
3157 2008-06-04 Ollie Wild <aaw@google.com>
3158
3159 * lto.c: Remove inclusion of dwarf2.h and dwarf2out.h.
3160 * Make-lang.in (lto.o): Remove dependency on dwarf2.h.
3161
3162 2008-05-28 Bill Maddox <maddox@google.com>
3163
3164 Replace the DWARF reader in the LTO front-end.
3165
3166 * lto.c: Include lto-tree-in.h, lto-tags.h.
3167 (enum DWARF2_class, DW_cl_constant, struct
3168 DWARF2_form_data, struct lto_context,
3169 lto_fd_init, lto_info_fd_init,
3170 lto_abbrev_fd_init, lto_info_fd_close,
3171 lto_file_init, lto_file_close,
3172 lto_file_corrupt_error, lto_abi_mismatch_error,
3173 LTO_CHECK_INT_VAL, LTO_READ_TYPE,
3174 lto_read_uleb128, lto_read_sleb128,
3175 lto_read_initial_length, lto_abbrev_read_attrs,
3176 lto_abbrev_read, lto_abbrev_read_lookup,
3177 lto_read_section_offset,
3178 lto_read_comp_unit_header, find_cu_for_offset,
3179 lto_get_file_name,
3180 lto_resolve_reference,lto_read_form,
3181 attribute_value_as_int,
3182 make_signed_host_wide_int,
3183 attribute_value_as_constant, lto_cache_hash,
3184 lto_cache_eq, lto_cache_store_DIE,
3185 lto_cache_lookup_DIE, lto_find_integral_type,
3186 lto_find_integral_type_1,
3187 LTO_BEGIN_READ_ATTRS_UNCHECKED,
3188 LTO_BEGIN_READ_ATTRS, LTO_END_READ_ATTRS,
3189 lto_unsupported_attr_error, lto_get_identifier,
3190 lto_read_referenced_type_DIE,
3191 lto_read_compile_unit_DIE,
3192 lto_read_array_type_DIE,
3193 lto_read_structure_union_class_type_DIE,
3194 lto_read_enumerator_DIE,
3195 lto_read_enumeration_type_DIE,
3196 lto_read_only_for_child_DIEs,
3197 lto_read_only_for_child_DIEs,
3198 lto_read_member_DIE, lto_read_abbrev,
3199 lto_read_variable_formal_parameter_constant_DIE,
3200 lto_get_body): Removed.
3201 (preload_common_nodes): New function.
3202 (lto_read_decls): Convert for new global streamer.
3203 (lto_materialze_file_data,
3204 lto_read_subroutine_type_subprogram_die,
3205 lto_read_unspecified_parameters_DIE,
3206 lto_read_typedef_DIE,
3207 lto_read_pointer_reference_type_DIE,
3208 lto_read_subrange_type_DIE,
3209 lto_read_base_type_DIE,
3210 lto_read_const_volatile_restrict_type_DIE,
3211 lto_read_namespace_DIE,
3212 lto_read_unspecified_type_DIE, lto_read_DIE,
3213 lto_read_child_DIEs, lto_collect_child_DIEs):
3214 Removed.
3215 (lto_info_read, lto_set_cu_context): Removed.
3216 (lto_file_read): Convert for new global streamer.
3217 (lto_resolve_type_ref, lto_read_DIE_at_ptr,
3218 lto_resolve_var_ref, lto_resolve_fn_ref,
3219 lto_resolve_field_ref, lto_resolve_typedecl_ref,
3220 lto_resolve_namespacedecl_ref): Removed.
3221 (lto_file_init, lto_file_close): Moved to lto-elf.c.
3222 * lto-tree.h (lto_symtab_merge_var,
3223 lto_symtab_mergee_fun): Declare here.
3224 * lto-elf.c (lto_file_init, lto_file_close): Moved from lto.c.
3225 (lto_elf_file_open): Removed code to read DWARF debug sections.
3226 * lto.h (lto_context, DWARF2_attr, DWARF2_abbrev,
3227 DWARF2_CompUnit, lto_die_ptr,
3228 lto_die_cache_entry, lto_fd, lto_info_fd,
3229 lto_abbrev_fd): Removed.
3230 (lto_file): Removed debug_info and debug_abbrev fields.
3231 (lto_ref): Removed.
3232 (lto_file_init, lto_file_close,
3233 lto_resolve_type_ref, lto_resolve_var_ref,
3234 lto_resolve_fn_ref, lto_resolve_field_ref,
3235 lto_resolve_typedecl_ref,
3236 lto_resolve_namespacedecl_ref,
3237 lto_get_file_name): Removed declarations.
3238 (lto_symtab_merge_var, lto_symtab_merge_fn):
3239 Declarations moved to lto-tree.h.
3240 * lto-symtab.c (lto_compatible_attributes_p):
3241 Lobotomize this, as it barfs on "Hello, world!".
3242 * lto-section-out.c: Include lto-tree-out.h.
3243 (lto_hash_global_slot_node,
3244 lto_eq_global_slot_node, preload_common_nodes,
3245 write_global_stream, write_global_references):
3246 New functions.
3247 (produce_asm_for_decls): Convert for new global streamer.
3248 * lto-section-out.h (lto_hash_global_slot_node,
3249 lto_eq_global_slot_node): Declare.
3250
32512008-06-07 Kenneth Zadeck <zadeck@naturalbridge.com>
3252 Jan Hubicka <jh@suse.cz>
3253
3254 * lto.c (sys/mman.h, tree-pass.h): New includes.
3255 (lto_materialize_constructors_and_inits,
3256 lto_materialize_function): Keeps length of section.
3257 (lto_materialize_cgraph): Removed.
3258 (lto_read_decls): Initialize fd field.
3259 (lto_file_read): Different return type and removed much code to
3260 lto_main.
3261 (page_mask): New variable.
3262 (lto_read_section_data, get_section_data, free_section_data): New
3263 functions.
3264 (lto_main): Now calls pass manager, sets the hooks so that the ipa
3265 passes can get the section data.
3266
32672008-05-27 Kenneth Zadeck <zadeck@naturalbridge.com>
3268
3269 * lto.h (lto_read_decls): Made local.
3270 (lto_input_function_body, lto_input_constructors_and_inits,
3271 lto_input_cgraph): Declarations moved to lto-section-in.h.
3272 * lto-section-in.c: Moved to .. .
3273 * lto-cgraph-in.c: Ditto.
3274 * lto-section-in.h: Ditto.
3275 * lto-function-in.c: Ditto.
3276 * lto-lang.c (lto_handle_option): Added ATTRIBUTE_UNUSED to parms.
3277 (lto_insert_block): Removed.
3278 (LANG_HOOKS_INSERT_BLOCK): Removed.
3279 * Make-lang.in (lto-cgraph-in.o, lto-function-in.o,
3280 lto-section-in.o): Rules moved to lto/Makefile.in.
3281
3282
32832008-05-16 Ollie Wild <aaw@google.com>
3284
3285 * lto-lang.c (tree-inline.h): Include.
3286 (lto_post_options): New function.
3287 (LANG_HOOKS_POST_OPTIONS): Define.
3288 * lto-cgraph-in.c (overwrite_node): Set node->global.insns.
3289 * lto-function-in.c (input_bb): Set TREE_BLOCK (stmt).
3290
32912008-05-13 Diego Novillo <dnovillo@google.com>
3292
3293 * lto-function-in.c (input_ssa_names): Call
3294 make_ssa_name_fn instead of make_ssa_name.
3295
32962008-05-12 Diego Novillo <dnovillo@google.com>
3297
3298 * lto-cgraph-in.c (overwrite_node): Update references to
3299 inline summary fields.
3300 * lto-function-in.c (input_expr_operand): Do not handle
3301 STRUCT_FIELD_TAG.
3302
33032008-05-09 Ollie Wild <aaw@google.com>
3304
3305 * lang.opt: New file.
3306 * lto-lang.c (lto_init_options): New function.
3307 (lto_handle_option): New function.
3308 (lto_init): Move initialization of flag_unit_at_a_time to
3309 lto_init_options.
3310 (LANG_HOOKS_INIT_OPTIONS): Define.
3311 (LANG_HOOKS_HANDLE_OPTION): Define.
3312
33132008-04-29 Ollie Wild <aaw@google.com>
3314
3315 * lto.c (lto_read_namespace_DIE): New function.
3316 (lto_read_DIE): Add lto_read_namespace_DIE callback. Cache
3317 NAMESPACE_DECL DIE's.
3318 (lto_resolve_namespacedecl_ref): New function.
3319 * lto.h (lto_resolve_namespacedecl_ref): New function.
3320 * lto-section-in.c (lto_read_decls): Read namespace declarations.
3321 * lto-section-in.h (struct lto_file_decl_data): Add namespace_decls
3322 and num_namespace_decls.
3323 * lto-function-in.c (input_expr_operand): Add NAMESPACE_DECL case.
3324 * lto-lang.c (lto_init_ts): New function.
3325 (LANG_HOOKS_INIT_TS): Set as lto_init_ts.
3326
33272008-04-16 Ollie Wild <aaw@google.com>
3328
3329 * lto-function-in.c (input_type_ref): Updated function description.
3330
33312008-04-16 Ollie Wild <aaw@google.com>
3332
3333 * lto-function-in.c (input_type_ref_1): New function.
3334 (input_type_ref): Split into two functions.
3335 (input_function): Add support for type contexts.
3336
33372008-04-16 Ollie Wild <aaw@google.com>
3338
3339 * lto.c (lto_materialize_function): Use DECL_ASSEMBLER_NAME to compute
3340 section name
3341
33422008-04-16 Ollie Wild <aaw@google.com>
3343
3344 * lto.c (lto_read_compile_unit_DIE): Add DW_LANG_C_plus_plus to the
3345 list of supported languages.
3346
33472008-03-25 Kenneth Zadeck <zadeck@naturalbridge.com>
3348
3349 Merge with mainline @133491.
3350
33512008-03-05 Kenneth Zadeck <zadeck@naturalbridge.com>
3352 Jan Hubicka <jh@suse.cz>
3353
3354 * lto.c (lto_info_fd_init, lto_info_fd_close): Get rid of
3355 fd->unmaterialized_fndecls.
3356 (lto_get_file_name, lto_materialize_cgraph): New function.
3357 (lto_materialize_constructors_and_inits,
3358 lto_materialize_function): Read info directly from elf file.
3359 (lto_file_read): Made local and initialize dictionary so that
3360 other lto sections can be read without reprocessing the elf file.
3361 (lto_main): Read all functions after all files have been processed
3362 for their types, globals and cgraph.
3363 * Make-lang.in (lto.o, lto-cgraph-in.c, lto-section-in): Changed
3364 dependencies.
3365 * lto-elf.c (lto_elf_file): Removed strtab, symtab fields.
3366 (hash_name, eq_name, lto_elf_build_section_table): New functions.
3367 (lto_elf_read_symtab): Removed function.
3368 (lto_elf_file_open): Removed call to lto_elf_read_symtab.
3369 * lto.h (lto_info_fd_struct): Removed unmaterialized_fndecls.
3370 (lto_file_read): Made local.
3371 (lto_get_file_name, lto_elf_build_section_table,
3372 lto_input_cgraph):
3373 New function.
3374 * lto-section-in.c (lto_read_section_data, lto_get_section_data):
3375 New functions.
3376 (lto_read_decls): Get the file name.
3377 * lto-cgraph-in.c: New file.
3378 * lto-function-in.c (tag_to_expr): Stops at LTO_tree_last_tag.
3379 (input_expr_operand, lto_read_body): Set lto_debug_context.tag_names.
3380 (input_labels): Fixed latent sizeof issue.
3381 (input_function): Build stmt array to set call sites into cgraph
3382 edges.
3383 (lto_read_body): Reset cfun->curr_properties.
3384 * lto_section_in.h (lto_section_slot): New structure.
3385 (section_hash_table.lto_file_decl_data): New field.
3386
3387
33882008-02-09 Kenneth Zadeck <zadeck@naturalbridge.com>
3389
3390 * lto.c (lto_read_variable_formal_parameter_const): Remove code to
3391 reconstruct static initializers.
3392 (lto_get_body, lto_materialize_function): Add lto_section_type as
3393 a parameter.
3394 (lto_materialize_constructors_and_inits,
3395 lto_materialize_file_data): New function.
3396 (lto_materialize_function,
3397 lto_read_subroutine_type_subprogram_DIE): Renamed unmap_fn_body to
3398 unmap_section and map_fn_body to map_section.
3399 (lto_set_cu_context): Process functions and static inits
3400 differently.
3401 * Make-lang.in (LTO_H, lto/lto-function-in.o,
3402 lto/lto-section-in.o): Update dependencies.
3403 * lto/lto-elf.c (lto_elf_map_optional_lto_section): Add
3404 lto_section_type parameter.
3405 (lto_elf_unmap_fn_body): Renamed to lto_elf_unmap_section.
3406 * lto.h (lto_file_vtable_struct): Removed two of the fields and
3407 renamed the other two so that there is only one map function and
3408 one unmap function and each takes a section type parameter.
3409 (lto_read_function_body): Renamed to lto_input_function_body and
3410 added file_data parameter.
3411 (lto_read_var_init): Removed.
3412 (lto_input_constructors_and_inits): New function.
3413 * lto-section-in.c (lto_read_decls): New function.
3414 * lto-function-in.c (data_in): Moved fields field_decls, fn_decls,
3415 var_decls, type_decls, types to lto_file_decl_data.
3416 (input_type_ref, input_expr_operand, lto_read_body): Get
3417 field_decls, fn_decls, var_decls, type_decls, types from different
3418 structure.
3419 (input_globals, input_constructor, lto_read_var_init): Removed.
3420 (input_constructors_or_inits): New function.
3421 (lto_read_function_body, lto_input_constructors_and_inits):
3422 Renamed to lto_input_function_body and takes file_data parameter.
3423 * lto-section-in.h (lto_file_decl_data): New structure.
3424
34252008-01-28 Kenneth Zadeck <zadeck@naturalbridge.com>
3426
3427 * lto-function-in.c (input_globals.c): Changed input type to
3428 lto_function_header.
3429 (input_bb): Removed code to deserialize the stmt number.
3430 (input_function): Renumber all stmts after they are input.
3431 (lto_read_body, lto_read_function_body, lto_read_var_init):
3432 Changed to used new header format and enum section_type.
3433 *lto-lang.c (success): Removed.
3434
34352008-01-28 Nathan Froyd <froydnj@codesourcery.com>
3436
3437 * lto-elf.c (lto_elf_lookup_sym): Remove unused function.
3438 (lto_elf_free_sym): Likewise.
3439
3440 * lto-elf.c (lto_elf_read_var_init): Remove unused function.
3441 (lto_elf_build_init): Likewise.
3442
34432008-01-14 Kenneth Zadeck <zadeck@naturalbridge.com>
3444
3445 * lto-read.c: Renamed to lto-function-in.c.
3446 (input_1_unsigned): Moved to lto-section-in.c and renamed
3447 lto_input_1_unsigned.
3448 (input_uleb128): Moved to lto-section-in.c and renamed
3449 lto_input_uleb128.
3450 (input_widest_uint_uleb128): Moved to lto-section-in.c and renamed
3451 lto_input_widest_uint_uleb128.
3452 (input_sleb128): Moved to lto-section-in.c and renamed
3453 lto_input_sleb128.
3454 (input_integer): Moved to lto-section-in.c and renamed
3455 lto_input_integer.
3456 (debug_in_fun): Moved to lto-section-in.c and renamed
3457 lto_debug_in_fun.
3458 (input_block): Moved to lto-section-in.h and renamed
3459 lto_input_block.
3460 (input_expr_operand): Fixed to allow lists with more than one
3461 element.
3462 * lto-section-in.h: New file.
3463 * lto-section-in.c: New file with changes from above.
3464 * Make-lang.in (lto-read.o): Renamed lto-function-in.c.
3465 (lto-section-in.o): New rule.
3466
34672007-12-29 Nathan Froyd <froydnj@codesourcery.com>
3468
3469 * lto-read.c (input_expr_operand): Mark static and external
3470 VAR_DECLs as needed.
3471
34722007-12-29 Nathan Froyd <froydnj@codesourcery.com>
3473
3474 * lto-read.c (input_integer): Use the correct shift amount.
3475
34762007-12-29 Nathan Froyd <froydnj@codesourcery.com>
3477
3478 * lto-lang.c (lto_pushdecl): Do nothing instead of aborting.
3479 (LANG_HOOKS_NAME): Define.
3480
34812007-12-27 Nathan Froyd <froydnj@codesourcery.com>
3482
3483 * lto.c (lto_find_integral_type): Define as a macro. Rename the
3484 original function to...
3485 (lto_find_integral_type_1): ...this. Consult UNSIGNEDP if we
3486 don't have a base type.
3487 (lto_read_enumeration_type_DIE): Examine the values of the
3488 enumeration to determine whether we can use an unsigned type for
3489 the base type of the enumeration.
3490
34912007-12-24 Nathan Froyd <froydnj@codesourcery.com>
3492
3493 * lto.c (lto_read_structure_union_class_type_DIE): Set TYPE_MODE
3494 and TYPE_ALIGN on UNION_TYPEs as soon as possible.
3495
34962007-12-22 Nathan Froyd <froydnj@codesourcery.com>
3497
3498 * lto-lang.c (lto_types_compatible_p): New function.
3499 (LANG_HOOKS_TYPES_COMPATIBLE_P): Define.
3500
35012007-12-22 Nathan Froyd <froydnj@codesourcery.com>
3502 Kenneth Zadeck <zadeck@naturalbridge.com>
3503
3504 * lto-read.c (input_expr_operand): Fixed uninitialize var warning.
3505 (input_local_vars): Read in DECL_INITIAL and context for local
3506 statics that need to be put in unexpanded_vars_list.
3507
35082007-12-21 Nathan Froyd <froydnj@codesourcery.com>
3509
3510 * lto-read.c (input_real): Use a separate null-terminated buffer
3511 for calling real_from_string.
3512 (input_expr_operand): If we take the address of a FUNCTION_DECL,
3513 tell cgraph that it's needed.
3514
35152007-12-19 Doug Kwan <dougkwan@google.com>
3516
3517 * lto.c (lto_read_base_type_DIE): Handle complex integer types.
3518
35192007-12-18 Nathan Froyd <froydnj@codesourcery.com>
3520
3521 * lto.c (lto_read_DIE): Call lto_read_only_for_child_DIEs instead.
3522 (lto_file_read): Reset the members of 'context' every time we read
3523 a toplevel DIE, with special attention to last_param_type.
3524
35252007-12-18 Nathan Froyd <froydnj@codesourcery.com>
3526
3527 * lto.c (lto_read_subroutine_type_subprogram_DIE): Initialize
3528 'declaration'. Set the assembler name for non-public functions.
3529
35302007-12-17 Kenneth Zadeck <zadeck@naturalbridge.com>
3531
3532 * lto_read.c (data_in.unexpanded_indexes): New array.
3533 (input_local_var): Added code to read in unexpanded_var_list
3534 indexes for variables. Only read in DECL_CHAIN field for
3535 parameters.
3536 (input_local_vars): Added code to rebuild unexpanded_var_list in
3537 order using unexpanded_indexes.
3538 (input_function): Added code to set DECL_CONTEXT for functions.
3539
35402007-12-13 Doug Kwan <dougkwan@google.com>
3541
3542 * lto.c (lto_read_pointer_reference_type_DIE): Handle optional name
3543 in pointer and reference types.
3544
35452007-12-13 Nathan Froyd <froydnj@codesourcery.com>
3546
3547 * lto-read.c (input_expr_operand): Use DECL_RESULT when reading a
3548 RESULT_DECL.
3549
35502007-12-13 Nathan Froyd <froydnj@codesourcery.com>
3551
3552 * lto.c (lto_read_array_type_DIE): Return the cached DIE if we've
3553 already read the DIE.
3554 (lto_get_body): New function, split out from...
3555 (lto_materialize_function): ...here. Call it.
3556 (lto_read_subroutine_type_subprogram_DIE): Call lto_get_body to
3557 determine DECL_EXTERNAL.
3558 * lto-symtab.c (lto_symtab_merge_decl): Merge the DECL_RESULTs of
3559 FUNCTION_DECLs when necessary. Use the type of the actual
3560 function definition if we are unable to easily merge types. Ignore
3561 spurious DECL_MODE mismatches on VAR_DECLs. Merge DECL_MODEs when
3562 necessary.
3563
35642007-12-13 Nathan Froyd <froydnj@codesourcery.com>
3565
3566 * lto-lang.c (LANG_HOOKS_REDUCE_BIT_FIELD_OPERATIONS): Define.
3567
35682007-12-12 Bill Maddox <maddox@google.com>
3569
3570 Revert
3571 2007-12-07 Bill Maddox <maddox@google.com>
3572
3573 * lto.c (lto_str_fd_init): New function.
3574 (lto_str_fd_close): New function.
3575 (lto_file_init): Call lto_str_fd_init.
3576 (lto_file_close): Call lto_str_fd_close.
3577 (lto_str_read): New function. Read debug string table.
3578 (lto_str_lookup): New function. Get string for debug
3579 string table offset.
3580 (lto_read_form): Recognize DW_FORM_strp.
3581 (lto_file_read): Invoke lto_str_read.
3582
3583 * lto-elf.c (lto_elf_file_open): Read raw section data
3584 for the .debug_str section, if present.
3585
3586 * lto.h (struct lto_str_fd_struct): New struct.
3587 (struct lto_file_struct): Added new field DEBUG_STR
3588 to hold the file descriptor for the debug string table.
3589
35902007-12-07 Bill Maddox <maddox@google.com>
3591
3592 * lto.c (lto_str_fd_init): New function.
3593 (lto_str_fd_close): New function.
3594 (lto_file_init): Call lto_str_fd_init.
3595 (lto_file_close): Call lto_str_fd_close.
3596 (lto_str_read): New function. Read debug string table.
3597 (lto_str_lookup): New function. Get string for debug
3598 string table offset.
3599 (lto_read_form): Recognize DW_FORM_strp.
3600 (lto_file_read): Invoke lto_str_read.
3601
3602 * lto-elf.c (lto_elf_file_open): Read raw section data
3603 for the .debug_str section, if present.
3604
3605 * lto.h (struct lto_str_fd_struct): New struct.
3606 (struct lto_file_struct): Added new field DEBUG_STR
3607 to hold the file descriptor for the debug string table.
3608
36092007-12-07 Nathan Froyd <froydnj@codesourcery.com>
3610
3611 * lto-read.c (input_cfg): Call init_empty_tree_cfg_for_function.
3612 Grow the basic_block_info and label_to_block_map vectors if
3613 necessary. Read in the block chain.
3614
36152007-12-06 Nathan Froyd <froydnj@codesourcery.com>
3616
3617 * lto.c (lto_read_DIE): Set TYPE_ALIAS_SET where necessary.
3618
36192007-12-06 Nathan Froyd <froydnj@codesourcery.com>
3620
3621 * lto.c (lto_read_form): Add DW_cl_address for DW_AT_const_value.
3622
36232007-12-06 Nathan Froyd <froydnj@codesourcery.com>
3624
3625 * lto-read.c (input_expr_operand): Don't check for MTAGs.
3626 (lto_read_body): Don't declare PROP_alias.
3627
36282007-12-06 Nathan Froyd <froydnj@codesourcery.com>
3629
3630 * lto-symtab.c (lto_symtab_merge_decl): Handle FUNCTION_DECLs without
3631 argument type information.
3632
36332007-12-03 Nathan Froyd <froydnj@codesourcery.com>
3634
3635 * lto.c (lto_read_variable_formal_parameter_constant_DIE): Set
3636 TREE_THIS_VOLATILE if the associated type is a volatile type.
3637 (lto_materialize_function): Remove call to init_ssa_operands.
3638 * lto-read.c (input_expr_operand): Add SSA_NAME_VAR as a referenced
3639 variable when reading an SSA_NAME. Do the same when reading a
3640 RESULT_DECL, a RETURN_EXPR, or an MTAG.
3641 (input_cfg): Call init_ssa_operands.
3642 (input_ssa_names): Set the default def of an SSA_NAME if necessary.
3643 Move call to init_tree_ssa...
3644 (lto_read_body): ...here. Use push_cfun and pop_cfun. Call
3645 add_referenced_var on any variables referenced from the body of the
3646 function. Inform the rest of the compiler we are in SSA form and
3647 inform later passes about the current properties.
3648
36492007-11-30 Nathan Froyd <froydnj@codesourcery.com>
3650
3651 * lto.c (lto_materialize_function): Add FIXME.
3652
36532007-11-29 Nathan Froyd <froydnj@codesourcery.com>
3654
3655 * lto-lang.c (enum built_in_attribute): New enum.
3656 (flag_no_builtin, flag_no_nonansi_builtin, flag_isoc94, flag_isoc99,
3657 built_in_attributes): New variables.
3658 (def_builtin_1): New function.
3659 (lto_define_builtins): #define DEF_BUILTIN and include builtins.def.
3660
36612007-11-28 Nathan Froyd <froydnj@codesourcery.com>
3662
3663 * lto.c (lto_read_variable_formal_parameter_constant_DIE): Set
3664 DECL_SOURCE_LOCATION for debugging purposes.
3665 (lto_read_member_DIE): Set DECL_SOURCE_LOCATION. If we have read a
3666 bitfield, use the type specified by the DIE for TREE_TYPE and defer
3667 laying out the decl until later.
3668 (lto_read_subroutine_type_subprogram_DIE): Compare the function's
3669 name with DECL_ASSEMBLER_NAME. Set DECL_SOURCE_LOCATION and
3670 TREE_ADDRESSABLE.
3671 * lto-read.c (input_expr_operand): Set TREE_ADDRESSABLE on the
3672 operand of an ADDR_EXPR.
3673 * lto-lang.c (enum lto_builtin_type): New enum.
3674 (builtin_type): New typedef.
3675 (builtin_types, string_type_node, const_string_type_node,
3676 wint_type_node, intmax_type_node, uintmax_type_node,
3677 signed_size_type_node): New variables.
3678 (def_fn_type, builtin_type_for_size, lto_define_builtins,
3679 lto_build_c_type_nodes): New functions.
3680 (lto_init): Initialize builtin types.
3681 (lto_set_decl_assembler_name): Let the target machine mangle the
3682 name if the decl is TREE_PUBLIC, otherwise uniquify it.
3683
36842007-11-21 Nathan Froyd <froydnj@codesourcery.com>
3685
3686 * lto.c (lto_read_variable_formal_parameter_constant_DIE): Don't
3687 set TREE_ADDRESSABLE. Do set DECL_COMDAT. Set TREE_READONLY if
3688 the type is a constant type. Set the assembler name and inform
3689 the rest of the compiler about the new decl if the decl is not
3690 public.
3691 (lto_read_subroutine_type_subprogram_DIE): Don't check for equivalency
3692 of DECL_ASSEMBLER_NAME when determining if we have a builtin. Don't
3693 try to read in function bodies for functions that already have bodies.
3694 * lto-symtab.c (lto_same_type_p): Check for unbounded array
3695 equivalency.
3696 (lto_symtab_merge_decl): Don't merge decls that aren't TREE_PUBLIC.
3697 Check for whether we matched a builtin function type before calling
3698 lto_same_type_p on the generated type. Permit cases where the
3699 declaration of an array is unbounded, but the definition is bounded.
3700 Don't combine TREE_PUBLIC flags. Copy over DECL_SIZE and
3701 DECL_SIZE_UNIT if necessary.
3702
37032007-11-16 Kenneth Zadeck <zadeck@naturalbridge.com>
3704
3705 * lto-read.c (input_expr_operand): Get types right
3706 for COMPLEX_CST.
3707
37082007-11-16 Kenneth Zadeck <zadeck@naturalbridge.com>
3709
3710 * lto-read.c (make_new_block, input_cfg): Properly set
3711 n_basic_blocks.
3712
37132007-11-16 Nathan Froyd <froydnj@codesourcery.com>
3714
3715 * lto.c (lto_read_array_type_DIE): Handle DIEs with DW_AT_GNU_vector
3716 set properly by building a VECTOR_TYPE instead of an ARRAY_TYPE.
3717
37182007-11-16 Nathan Froyd <froydnj@codesourcery.com>
3719
3720 * lto.c (lto_read_base_type_DIE): Use make_bitfield_integer_type to
3721 construct the integer type for bitfields.
3722
37232007-11-16 Kenneth Zadeck <zadeck@naturalbridge.com>
3724
3725 * lto-read.c (data_in.current_node_has_loc): Removed.
3726 (input_line_info): Returns true if node needs line set.
3727 (set_line_info): Always sets line if called.
3728 (clear_line_info): Removed reference to current_node_needs_loc.
3729 (input_expr_operand): Keeps track locally if current node needs a loc.
3730 (input_local_var): Added code to handle DECL_INITIAL for
3731 static local vars. Only set loc if necessary.
3732
37332007-11-15 Nathan Froyd <froydnj@codesourcery.com>
3734
3735 * lto.c (lto_read_subroutine_type_subprogram_DIE): Fix thinko'd
3736 DECL_CONTEXT.
3737
37382007-11-15 Nathan Froyd <froydnj@codesourcery.com>
3739
3740 * lto.c: Include langhooks.h.
3741 (lto_find_integral_type): Rework logic to handle the case where
3742 got_byte_size is true, but the bitsize requested and that of the
3743 base_type doesn't match.
3744 (lto_read_variable_formal_parameter_constant_DIE): Only check for
3745 asm_name if we are creating a VAR_DECL.
3746 (lto_materialize_function): Set DECL_EXTERNAL if we can't find a
3747 definition.
3748 (lto_read_subroutine_type_subprogram_DIE): Check for a builtin
3749 function reference and use the builtin's decl if so. Set the
3750 DECL_CONTEXT of the RESULT_DECL for the function.
3751 * lto-lang.c (registered_builtin_fndecls): New variable.
3752 (lto_getdecls): Return it.
3753 (lto_builtin_function): Chain the new decl onto
3754 registered_builtin_fndecls.
3755
37562007-11-15 Kenneth Zadeck <zadeck@naturalbridge.com>
3757
3758 * lto-read.c (process_tree_flags, lto_static_init_local):
3759 Renamed to ADD_CLASS_EXPR_FLAG. ADD_CLASS_DECL_FLAG New Macro.
3760 (input_line_info, clear_line_info): Fixed new line number code.
3761 (input_expr_operand): Added type to SWITCH_EXPR.
3762 (lto_read_body): Properly initialized data_in.
3763 Clear line info when leaving.
3764
37652007-11-13 Diego Novillo <dnovillo@google.com>
3766
3767 * lto.c (lto_read_variable_formal_parameter_constant_DIE):
3768 Initialize ARTIFICIAL.
3769 (lto_read_subroutine_type_subprogram_DIE): Initialize
3770 SAVED_SCOPE.
3771 * lto-read.c (set_line_info): Remove ; from calls to
3772 LINEMAP_POSITION_FOR_COLUMN.
3773
37742007-11-13 Kenneth Zadeck <zadeck@naturalbridge.com>
3775
3776 * lto-read.c (input_type_ref): Renamed from get_type_ref.
3777 (input_expr_operand, input_local_var): Renamed get_type_ref to
3778 input_type_ref.
3779 (input_expr_operand): Get the types correct for
3780 vector-cst. Get SSA_NAME_DEF_STMT correct for return_exprs.
3781
37822007-11-13 Doug Kwan <dougkwan@google.com>
3783
3784 * lto-read.c (input_widest_uint_uleb128): New function.
3785 (input_tree_flags, process_tree_flags, input_line_info,
3786 input_expr_operand, input_local_var, input_phi, input_ssa_names):
3787 Change to use lto_flags_type and BITS_PER_LTO_FLAGS_TYPES instead of
3788 unsigned HOST_WIDE_INT and HOST_BITS_PER_WIDE_INT.
3789 (lto_static_init_local): Add code to assert that lto_flags_type is
3790 wide enough.
3791
37922007-11-13 Nathan Froyd <froydnj@codesourcery.com>
3793
3794 * lto.c (lto_read_array_type_DIE): Handle DW_AT_GNU_vector.
3795 (lto_read_subroutine_type_subprogram_DIE): Handle
3796 DW_AT_static_link and DW_AT_specification. Return the
3797 specification if present.
3798 (lto_read_base_type_DIE): Handle DW_ATE_complex_float.
3799
38002007-11-13 Nathan Froyd <froydnj@codesourcery.com>
3801
3802 * lto-lang.c: Include target.h.
3803 (registered_builtin_types): New variable.
3804 (lto_type_for_mode): Increase number of modes handled.
3805 (lto_builtin_function): Fix argument list and return the decl.
3806 (lto_register_builtin_type): New function.
3807 (lto_init): Initialize target builtins and language-independent
3808 nodes.
3809 (LANG_HOOKS_REGISTER_BUILTIN_TYPE): Define.
3810
38112007-11-13 Kenneth Zadeck <zadeck@naturalbridge.com>
3812
3813 * lto-read.c (input_expr_operand): Added code to properly handle
3814 index filed. Added new RANGE_EXPR case.
3815
38162007-11-11 Kenneth Zadeck <zadeck@naturalbridge.com>
3817
3818 * lto-read.c (ADD_FUNC_FLAG): Deleted macro.
3819 (data_in): Added current_node_has_loc field.
3820 (input_line_info, set_line_info, clear_line_info): Added a support
3821 for USE_MAPPED_LOCATION and not adding line numbers to nodes that
3822 did not have on on the source side.
3823 (input_expr_operand): Make sure that GIMPLE_MODIFY_STMTS get line
3824 numbers too.
3825
38262007-11-09 Doug Kwan <dougkwan@google.com>
3827
3828 * lto-read.c (input_expr_operand): Change type of operand 2 of
3829 BIT_FIELD_REF expression to be bitsizetype instead of sizetype.
3830
38312007-11-09 Nathan Froyd <froydnj@codesourcery.com>
3832
3833 * lto.c: Include lto-tree.h. Effect small spaces->tabs cleanup.
3834 (lto_read_variable_formal_parameter_constant_DIE): Transfer bits
3835 from a DW_AT_specification or DW_AT_abstract_origin attribute to
3836 the new decl we are creating. Move informing the middle end about
3837 the new decl to...
3838 (lto_main): ...here. Inform the middle end about global variables
3839 after we have read in all the input files.
3840 * lto-symtab.c (lto_symtab_merge_decl): We really do need to merge
3841 variables with internal linkage, so delete the check for internal
3842 linkage. Combine TREE_PUBLIC flags.
3843
38442007-11-08 Nathan Froyd <froydnj@codesourcery.com>
3845
3846 * lto.c (lto_read_subroutine_type_subprogram_DIE): Handle
3847 DW_AT_decl_line.
3848 * lto-symtab.c (lto_symtab_merge_decl): Handle redefinition of a
3849 builtin specially. Move check for attribute compatibility
3850 earlier.
3851
38522007-11-07 Nathan Froyd <froydnj@codesourcery.com>
3853
3854 * Make-lang.in (lto/lto.o): Depend on gt-lto-lto.h.
3855 * config-lang.in (gtfiles): Add lto.h and lto.c.
3856 * lto-elf.c: Include ggc.h.
3857 (lto_elf_file_open): Allocate elf_file from GC memory.
3858 * lto.c: Include tree-ssa-operands.h and gt-lto-lto.h
3859 (lto_info_fd_init): Allocate the die_cache and unmaterialized_fndecls
3860 in GC memory.
3861 (lto_info_fd_close): Free unmaterialized_fndecls from GC memory.
3862 (lto_file_close): Free file from GC memory.
3863 (lto_cache_store_DIE): Allocate the new entry in GC memory.
3864 (lto_read_member_DIE): Fix declaration.
3865 (lto_read_subroutine_type_subprogram_DIE): unmaterialized_fndecls lives
3866 in GC memory.
3867 (current_lto_file): New variable.
3868 (lto_main): Use it.
3869 (DWARF2_attr, DWARF2_abbrev, lto_die_ptr, DWARF2_CompUnit,
3870 lto_die_cache_entry): Move to...
3871 * lto.h: ...here and add GTY markers as appropriate. Delete forward
3872 declarations accordingly.
3873 (struct lto_file_struct): Declare.
3874 (lto_file_vtable): Use it instead of lto_file.
3875
38762007-11-06 Alon Dayan <alond@il.ibm.com>
3877 Kenneth Zadeck <zadeck@naturalbridge.com>
3878
3879 * lto-read.c (process_flags, lto_static_init_local):
3880 read flags of VAR_DECL and FUNCTION_DECL of size>1.
3881 change global array num_flags_for_code to flags_length_for_code.
3882 (set_line_info): Make decls work in USE_MAPPED_LOCATION mode.
3883
38842007-11-05 Nathan Froyd <froydnj@codesourcery.com>
3885
3886 * lto.c (lto_read_structure_union_class_type_DIE): Use proper record
3887 layout functions to compute information about the newly constructed
3888 type.
3889
38902007-11-02 Nathan Froyd <froydnj@codesourcery.com>
3891
3892 * lto-read.c (input_expr_operand): Change the LTO_return_expr1
3893 case to use DECL_RESULT if necessary.
3894
38952007-11-01 Kenneth Zadeck <zadeck@naturalbridge.com>
3896
3897 * lto-read.c (input_tree_list): Removed.
3898 (input_tree_flags): Added parameter to force flags no matter what
3899 tree code.
3900 (input_expr_operand): Added parameter to input_tree_flags.
3901 Added case for IDENTIFIER_NODE and TREE_LIST. Changed ASM to call
3902 input_expr_operand rather than input_tree_lists.
3903 (input_local_var): Use input_expr_operand to read attributes
3904 rather then input_tree_list.
3905 (input_phi, input_ssa_names): Added parameter to input_tree_flags.
3906
39072007-10-31 Nathan Froyd <froydnj@codesourcery.com>
3908
3909 * lto.c (lto_read_typedef_DIE): Fix comment typo.
3910 (lto_resolve_typedecl_ref): Fetch the referred-to type and build a fake
3911 TYPE_DECL for it.
3912 * lto-read.c (lto_read_body): Use correct sizes for calculating
3913 type_decls_offset and types_offset.
3914
39152007-10-30 Nathan Froyd <froydnj@codesourcery.com>
3916
3917 * lto-tree.h (union lang_tree_node): Change GTY description to chain
3918 with GENERIC_NEXT.
3919 * config-lang.in (gtfiles): Add lto-lang.c.
3920 * lto-lang.c: Include gt-lto-lto-lang.h.
3921 * Make-lang.in (lto/lto-lang.o): Add dependency on gt-lto-lto-lang.h
3922 (lto/lto-symtab.o): Depend on LTO_H instead of TREE_H.
3923 (lto/lto-read.o): Likewise.
3924
39252007-10-29 Kenneth Zadeck <zadeck@naturalbridge.com>
3926
3927 * lto-read.c (data_in): Added type_decls and current_col fields.
3928 (string_slot): New type to hold canonized file name.
3929 (hash_string_slot_node, eq_string_slot_node, canon_file_name,
3930 input_line_info, set_line_info, clear_line_info): New functions.
3931 (file_name_hash_table): New hash table.
3932 (input_local_var, input_labels, input_local_vars_index,
3933 input_local_var, input_local_vars, input_ssa_names): Reorganized parameters.
3934 (input_uleb128): Changed type of byte var.
3935 (input_expr_operand): Large number of changes to get line numbers
3936 correct. Added TYPE_DECL case.
3937 (input_globals): Added code to get TYPE_DECLs processed.
3938 (input_local_var): Added code to process line numbers and
3939 TREE_CHAIN and DECL_CONTEXT.
3940 (input_function, input_constructor): Added call to
3941 clear_line_number.
3942 (lto_static_init_local): Added code to get line numbers correct.
3943 (lto_read_body): Added code to get TYPE_DECLS read and to change
3944 parameters to the calls above that had their parms reorganized.
3945
3946
39472007-10-29 Nathan Froyd <froydnj@codesourcery.com>
3948
3949 * lto.h (lto_resolve_typedecl_ref): Declare.
3950 * lto.c (lto_resolve_typedecl_ref): New function.
3951
39522007-10-29 Mark Mitchell <mark@codesourcery.com>
3953 Nathan Froyd <froydnj@codesourcery.com>
3954
3955 * lto.c (lto_read_subroutine_type_subprogram_DIE): Read the child
3956 DIEs even if we find an abstract origin for this DIE.
3957
39582007-10-29 Nathan Froyd <froydnj@codesourcery.com>
3959
3960 * lto.c (lto_read_subroutine_type_subprogram_DIE): Build the
3961 RESULT_DECL slightly earlier. Only remember the decl for later
3962 if we successfully merge declarations.
3963
39642007-10-24 Kenneth Zadeck <zadeck@naturalbridge.com>
3965
3966 * lto-read.c (input_expr_operand): Give label_values the proper
3967 context and provide switch statements with a default type.
3968
39692007-10-23 Nathan Froyd <froydnj@codesourcery.com>
3970
3971 * lto-read.c (lto_read_body): Move call to init_ssa_operands...
3972 * lto.c (lto_materialize_function): ...to here.
3973
39742007-10-22 Nathan Froyd <froydnj@codesourcery.com>
3975
3976 * lto.h (struct lto_info_fd): Add field unmaterialized_fndecls.
3977 * lto.c (lto_info_fd_init): Initialize it.
3978 (lto_info_fd_close): Free it.
3979 (lto_materialize_function): New function.
3980 (lto_read_subroutine_type_subprogram_DIE): Save the result decl on
3981 unmaterialized_fndecls.
3982 (lto_file_read): Read in all the function bodies after we have read
3983 all of the DWARF info.
3984 * lto-read.c (lto_read_body): Call init_ssa_operands if we are
3985 reading a function body.
3986
39872007-10-20 Kenneth Zadeck <zadeck@naturalbridge.com>
3988
3989 * lto-read.c (input_tree_flags): Renamed from input_flags to be
3990 semetric with output_tree_flags. Added call to log flags.
3991 (process_tree_flags): Renamed from process_flags. Fixed a lot of
3992 type issues to make everything consistent with flags being
3993 unsigned HOST_WIDE_INTS.
3994 (input_expr_operand): Added call to
3995 recompute_tree_invariant_for_addr_expr.
3996 (input_local_var): Added debugging for tree_chains. Now calls
3997 input_tree_flags.
3998 (input_phi): Made flags unsigned HOST_WIDE_INT.
3999 (input_ssa_names): Now calls input_tree_flags.
4000 (lto_read_body): Now sets cfun.
4001 (lto_read_function_body): Now sets current_function_pointer.
4002
40032007-10-19 Nathan Froyd <froydnj@codesourcery.com>
4004
4005 * lto.c (lto_read_variable_formal_parameter_constant_DIE): Check
4006 definitively whether SPECIFICATION or ABSTRACT_ORIGIN exist before
4007 inspecting fields within.
4008 (lto_read_DIE_at_ptr): Delete check for null result; let callers
4009 handle this appropriately.
4010
40112007-10-19 Nathan Froyd <froydnj@codesourcery.com>
4012
4013 * lto.c (lto_read_variable_formal_parameter_constant_DIE): Handle
4014 DW_AT_abstract_origin properly. Ensure that we're not dealing with
4015 both DW_AT_abstract_origin and DW_AT_specification.
4016 (lto_read_subroutine_type_subprogram_DIE): Handle
4017 DW_AT_abstract_origin.
4018 (lto_read_DIE): Use lto_read_only_for_child_DIEs for labels.
4019 (lto_read_DIE_at_ptr): Define as static to match declaration.
4020 Lookup the PTR in the cache before reading it from the file.
4021 (lto_resolve_var_ref): Adjust accordingly.
4022 (lto_resolve_fn_ref): Adjust accordingly. Tweak comment.
4023 (lto_resolve_field_ref): Adjust accordingly. Tweak comment.
4024
40252007-10-19 Nathan Froyd <froydnj@codesourcery.com>
4026
4027 * lto.c (lto_read_DIE_at_ptr): New function.
4028 (lto_resolve_var_ref): Use it.
4029 (lto_resolve_fn_ref): Use it.
4030 (lto_resolve_field_ref): Use it.
4031 (lto_read_variable_formal_parameter_constant_DIE): Follow
4032 DW_AT_specification and return the associated decl when appropriate.
4033
40342007-10-18 Nathan Froyd <froydnj@codesourcery.com>
4035
4036 * lto-lang.c (lto_type_for_mode): Move after lto_type_for_size.
4037 Implement for scalar integer modes.
4038 (lto_init): Initialize size_type_node.
4039
40402007-10-18 Kenneth Zadeck <zadeck@naturalbridge.com>
4041
4042 * lto-read.c (input_expr_operand): Remove ssa name asserts.
4043 (input_local_var): Add chaining for params.
4044 (input_ssa_names): Add cfun parameter.
4045 (input_function): Remove unnecessary else.
4046
40472007-10-17 Nathan Froyd <froydnj@codesourcery.com>
4048
4049 * lto.c (lto_read_only_for_child_DIEs): Mark die parameter as unused.
4050 (lto_resolve_var_ref): Use proper types.
4051 (lto_resolve_fn_ref): Likewise.
4052 (lto_resolve_field_ref): Likewise.
4053
40542007-10-17 Nathan Froyd <froydnj@codesourcery.com>
4055
4056 * lto-read.c (input_expr_operand): Remove case.
4057
40582007-10-17 Nathan Froyd <froydnj@codesourcery.com>
4059
4060 * lto.c (lto_read_only_for_child_DIEs): New function.
4061 (lto_read_DIE): Use it for lexical_block and inlined_subroutine DIEs.
4062 * lto-elf.c (lto_elf_map_lto_section): Remove.
4063 (lto_elf_file_vtable): Use lto_elf_map_optional_lto_section instead.
4064 * lto-read.c (input_expr_operand): Assert that we never read a NULL
4065 SSA_NAME. Add missing case for mechanical codes.
4066 (input_cfg): Use basic_block_info_for_function instead of
4067 basic_block_info.
4068
40692007-10-16 Kenneth Zadeck <zadeck@naturalbridge.com>
4070
4071 * lto-read.c (input_sleb128, input_integer): Use proper casts.
4072 (input_list): Renamed input_tree_list and modified to follow same
4073 protocol as lto-function-out.c:output_tree_list.
4074 (input_expr_operand): Make asm operands use input_tree_list.
4075 (input_local_var): Now uses input_tree_list.
4076 (lto_read_body): Change placement for setting context of debug_labels.
4077
4078
40792007-10-16 Kenneth Zadeck <zadeck@naturalbridge.com>
4080
4081 * lto-read.c (input_real): Output debugging in proper order.
4082 (input_integer): Compute bit lengths properly.
4083 (input_list): Clean up declaration.
4084 (input_expr_operand): Change calls to input_real to match fix.
4085 Make reading of LTO_bit_field_ref1 match output.
4086 (input_local_var): Make reading of attributes match what is being
4087 written.
4088 (dump_debug_stream): Also print char in hex.
4089 (debug_out_fun): Fix signed unsigned mismatch.
4090
40912007-10-10 Nathan Froyd <froydnj@codesourcery.com>
4092
4093 * lto.c (lto_read_form): Handle DW_AT_MIPS_linkage_name and
4094 DW_AT_GNU_vector specially, as they are not contiguous with the
4095 specified set of attribute names. Use class_mask to check for
4096 errors at the end of the function
4097 (lto_resolve_var_ref): Read the DIE if it is not cached.
4098 (lto_resolve_fn_ref): Likewise.
4099 (lto_resolve_field_ref): Likewise.
4100
41012007-10-05 Nathan Froyd <froydnj@codesourcery.com>
4102
4103 * lto.c: Include dwarf2out.h.
4104 (lto_cache_store_DIE): Assert that we never change the value.
4105 (LTO_BEGIN_READ_ATTRS): Print an informative error message.
4106 (lto_read_compile_unit_DIE): Handle DW_AT_entry_pc.
4107 (lto_read_array_type_DIE): Don't error on ndims == 0; build a
4108 sensible type instead.
4109 (lto_read_structure_union_class_type_DIE): Store the newly
4110 created type prior to reading the members of the structure to
4111 avoid infinite recursion. Avoid computing types and alignments
4112 for structures whose sizes are unknown.
4113 (lto_read_variable_formal_parameter_const): Handle DW_AT_artificial
4114 and set DECL_ARTIFICIAL accordingly. Ignore DW_AT_abstract_origin,
4115 DW_AT_const_value, and DW_AT_specification.
4116 (lto_read_subroutine_type_subprogram_DIE): Handle DW_AT_declaration.
4117 Return early if we have already constructed the function type.
4118 (lto_read_typedef_DIE): Check to see if the type has been cached
4119 already. Cache the type before reading any children.
4120 (lto_read_const_volatile_restrict_type_DIE): Handle DW_AT_name.
4121 (lto_read_DIE): Unset context->skip_non_parameters around reading
4122 the DIE.
4123 (lto_resolve_fn_ref): Delete trailing whitespace.
4124
41252007-09-11 Kenneth Zadeck <zadeck@naturalbridge.com>
4126
4127 * lto-read.c (input_expr_operand): Added type for STRING_CST.
4128
41292007-09-10 Nathan Froyd <froydnj@codesourcery.com>
4130
4131 * lto-read.c (lto_read): Set the type of the newly created CALL_EXPR.
4132
41332007-09-07 Nathan Froyd <froydnj@codesourcery.com>
4134
4135 * lto-lang.c (signed_and_unsigned_types): New variable.
4136 (lto_type_for_size): Consult signed_and_unsigned_types to find
4137 an approprite type, creating it if necessary.
4138 (lto_set_decl_assembler_name): Add actual method body.
4139
41402007-09-06 Jim Blandy <jimb@codesourcery.com>
4141
4142 * lto.c (lto_read_variable_formal_parameter_constant_DIE): If we
4143 can't find a var init for this variable, leave its DECL_INITIAL.
4144 * lto-elf.c (lto_elf_map_optional_lto_section): Renamed from
4145 lto_elf_map_fn_body.
4146 (lto_map_lto_section): New function.
4147 (lto_elf_file_vtable): Use lto_elf_map_lto_section for function
4148 bodies, and lto_elf_map_optional_lto_section for variable
4149 initializers.
4150 (lto_elf_find_section_data): Quietly return NULL if the section is
4151 missing.
4152 (lto_elf_file_open): Check for a NULL from lto_elf_find_section_data.
4153
4154 * lto-elf.c (lto_elf_find_section_data): Remove dead code.
4155
4156 * lto-read.c (lto_read_body): Doc fix.
4157
41582007-08-29 Kenneth Zadeck <zadeck@naturalbridge.com>
4159
4160 * lto-read.c (fun_in): Renamed to data_in.
4161 (input_expr_operand, input_local_var, input_string_internal,
4162 input_string, input_real, input_list, get_label_decl,
4163 get_type_ref, input_expr_operand, input_globals, input_labels,
4164 input_local_vars_index, input_local_var, input_local_vars,
4165 input_cfg, input_phi, input_ssa_names, input_bb, ): Renamed fun_in to data_in.
4166 (input_constructor): New function.
4167 (lto_read_function_body): Renamed to lto_read_body and generalized
4168 to handle both functions and constructors.
4169 (lto_read_function_body, lto_read_var_init): New function.
4170
4171
41722007-08-28 Kenneth Zadeck <zadeck@naturalbridge.com>
4173
4174 * lto-read.c (input_expr_operand): Assert that there really is a
4175 FUNCTION_DECL.
4176 (input_globals): Removed checks on 0 section.
4177
41782007-08-28 Kenneth Zadeck <zadeck@naturalbridge.com>
4179
4180 * lto-read.c (fun_in): Added local_decls_index and
4181 local_decls_index_d.
4182 (input_expr_operand): Changed inputting of PARM_DECLs and VAR_DECLs.
4183 (input_globals): Enabled code to handle FIELD_DECLs.
4184 (input_local_vars_index, input_local_vars): New function.
4185 (input_local_var): Changed to allow locals to be input randomly.
4186 (lto_read_function_body): Added code to input the
4187 local_decls_index and to free various structures.
4188
41892007-08-17 Jim Blandy <jimb@codesourcery.com>
4190
4191 * lto.c (lto_read_variable_formal_parameter_constant_DIE): Remove
4192 ATTRIBUTE_UNUSED from 'die' formal.
4193
4194 Use enum LTO_tags where appropriate, instead of 'unsigned int'.
4195 * lto-read.c (input_record_start): Fix return type, type of 'tag'.
4196 (input_list): Fix type of 'tag'.
4197 (input_expr_operand): Fix type of 'tag' argument. Update
4198 declaration. Fix type of 'ctag'. Add default case to switch,
4199 since the type of the switched value is now an enum.
4200 (input_local_vars): Fix type of 'tag'.
4201 (input_bb): Fix type of 'tag' argument.
4202 (input_function): Fix type of 'tag' argument.
4203
42042007-08-16 Jim Blandy <jimb@codesourcery.com>
4205
4206 * lto.c (lto_read_member_DIE): Record the tree we create in
4207 fd->die_cache. (Our 'die' argument is no longer unused.)
4208 (lto_resolve_field_ref): New function.
4209 * lto.h (lto_resolve_field_ref): New declaration.
4210
42112007-08-15 Jim Blandy <jimb@codesourcery.com>
4212
4213 * lto-read.c (lto_read_var_init): Mark arguments as unused.
4214
42152007-08-07 Jim Blandy <jimb@codesourcery.com>
4216
4217 * lto.c (lto_read_form): Complete attr_classes table.
4218 (DWARF2_form_data): Doc fix.
4219
42202007-08-05 Mark Mitchell <mark@codesourcery.com>
4221
4222 * lto.h (lto_file_vtable): Remove read_var_init. Add map_var_init
4223 and unmap_var_init.
4224 (lto_read_var_init): Declare.
4225 * lto.c (lto_read_variable_formal_parameter_constant_DIE): Use new
4226 interface for reading variable initializers.
4227 * lto-elf.c (lto_elf_read_var_init): Remove.
4228 (lto_elf_file_vtable): Update initializer.
4229 (lto_elf_read_var_init): Add comment about unused-ness.
4230 * lto-read.c (lto_read_var_init): New.
4231
4232 * lto.c (lto_read_form): Add entry for DW_AT_inline.
4233
42342007-08-02 Kenneth Zadeck <zadeck@naturalbridge.com>
4235
4236 * lto-read.c (lto_read_function_body): Moved declaration of fn
4237 outside of ifdef.
4238
42392007-08-01 Kenneth Zadeck <zadeck@naturalbridge.com>
4240
4241 * lto-read.c (input_uleb128, input_string_internal, input_real,
4242 input_integer, input_record_start, input_list, get_type_ref,
4243 input_flags, input_expr_operand, input_expr_operand,
4244 input_expr_operand, input_local_vars, input_cfg, input_phi,
4245 input_ssa_names, input_bb, input_function): Added semicolons.
4246
4247
42482007-07-31 Kenneth Zadeck <zadeck@naturalbridge.com>
4249
4250 * lto-read.c (input_globals): Remove debugging.
4251 (input_function): Set DECL_ARGUMENTS.
4252
4253
42542007-07-31 Kenneth Zadeck <zadeck@naturalbridge.com>
4255
4256 * lto-read.c (input_expr_operand): Fixed code for COND_EXEC,
4257 RETURN_EXPR, MODIFY_EXPR and processing of flags.
4258 (input_phi): Made work with operands other than SSA_NAMES and
4259 fixed processing of flags.
4260 (input_ssa_names): Initialize SSA_NAME_DEF_STMT to empty stmt.
4261 (input_flags): New function.
4262 * lto-lang.c (lto_init): Changed state of in_lto_p.
4263
4264
42652007-07-24 Mark Mitchell <mark@codesourcery.com>
4266
4267 * lto-tree.h (lto_varargs_cookie): Remove.
4268 * lto.c (lto_context): Add last_parm_type, varargs_p, skip_all,
4269 skip_non_parameters, skip_parameters.
4270 (lto_varargs_cookie): Remove.
4271 (lto_read_variable_formal_parameter_constant_DIE): Keep track of
4272 parameter types.
4273 (lto_read_abbrev): New function.
4274 (lto_read_subroutine_type_subprogram_DIE): Make two passes over
4275 child DIEs.
4276 (lto_read_unspecified_parameters_DIE): Set context->varargs_p.
4277 (lto_read_DIE): Use lto_read_abbrev. Honor skip_* flags.
4278 (lto_file_read): Initialize new context fields.
4279 * lto-lang.c (lto_type_for_mode): Return NULL_TREE.
4280 (lto_unsigned_type): Remove.
4281 (lto_signed_type): Likewise.
4282 (lto_signed_or_unsigned_type): Likewise.
4283 (lto_init): Do not create lto_varargs_cookie.
4284 (LANG_HOOKS_UNSIGNED_TYPE): Do not define.
4285 (LANG_HOOKS_SIGNED_TYPE): Likewise.
4286 (LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE): Likewise.
4287
42882007-07-19 Jan Hubicka <jh@suse.cz>
4289
4290 * lto-read.c (lto_read_function_body): Produce empty scope block
4291 to avoid crash.
4292
42932007-07-18 Mark Mitchell <mark@codesourcery.com>
4294
4295 * lto.c (lto_read_variable_formal_parameter_constant_DIE): Do not
4296 process local variables.
4297 (lto_read_subroutine_type_subprogram_DIE): Read child DIEs.
4298
42992007-07-13 Kenneth Zadeck <zadeck@naturalbridge.com>
4300
4301 * lto-read.c (input_list, input_expr_operand): Added struct
4302 function parameter.
4303 (init_cfg, finalize_cfg): Removed function.
4304 (input_expr_operand): Added SSA_NAME and GIMPLE_MODIFY_STMT cases.
4305 (input_labels, input_local_vars): Now takes input_block parameter rather than
4306 synthsyzing it.
4307 (input_cfg, input_phi, input_ssa_names): New functions.
4308 (input_bb): Now passes in input_blocks. Does not construct cfg
4309 and processes the list of phi functions.
4310 (input_function): Now builds both the cfg and ssa_names table.
4311 (lto_read_function_body): Processes new header fields to construct
4312 streams for the ssa_names and cfg and their debugging.
4313 * lto/lto-lang.c (lto_init): Set in_lto_p.
4314
4315
43162007-06-28 Mark Mitchell <mark@codesourcery.com>
4317
4318 * lto.h (lto_file_vtable): Add read_var_init.
4319 * lto.c (lto_read_variable_formal_parameter_constant_DIE): Read
4320 initializers.
4321 (lto_main): Remove bogus asserts.
4322 * lto-elf.c (tm.h): Include it.
4323 (libiberty.y): Likewise.
4324 (lto_elf_file): Add strtab and symtab. Rename
4325 string_table_section_index to sec_strtab.
4326 (lto_elf_file_vtable): Add lto_elf_read_var_init.
4327 (lto_elf_get_shdr): New function.
4328 (lto_elf_free_shdr): Likewise.
4329 (lto_elf_find_section_data): Use them.
4330 (lto_elf_read_symtab): New function.
4331 (lto_elf_lookup_sym): Likewise.
4332 (lto_elf_free_sym): Likewise.
4333 (lto_elf_file_open): Tidy. Call lto_elf_read_symtab.
4334 (lto_elf_built_init): New function.
4335 (lto_elf_read_var_init): Likewise.
4336 * Make-lang.in (lto/lto-elf.o): Depend on $(TM_H).
4337
43382007-06-26 Kenneth Zadeck <zadeck@naturalbridge.com>
4339
4340 * lto-read (make_new_block): Initialize the stmt_list.
4341 (lto_static_init_local): Add debugging for missing codes.
4342
43432007-06-26 Mark Mitchell <mark@codesourcery.com>
4344
4345 * lto.c (lto_read_subroutine_type_subprogram_DIE): Handle
4346 unprototyped functions.
4347
43482007-06-23 Mark Mitchell <mark@codesourcery.com>
4349
4350 * lto.c (lto_read_variable_formal_parameter_constant_DIE):
4351 Handle DW_AT_MIPS_linkage_name.
4352 (lto_read_subroutine_type_subprogram): Likewise. Correct
4353 compilation errors.
4354 (lto_main): Remove incorrect assertions.
4355 * lto-symbtab.c: Build function types out of TREE_LISTs.
4356
4357 * lto-elf.c (<libelf>): Check for HAVE_LIBELF_H.
4358
4359 * Make-lang.in (LTO_OBJS): Depend on attribs.o.
4360
43612007-06-21 Kenneth Zadeck <zadeck@naturalbridge.com>
4362
4363 * lto/lto-tree.h (lang_decl, lang_type, language_function): Added
4364 dummy since ggc does not like empty structs.
4365 * lto/lto-elf.c (libelf.h): Changed to libelf/libelf.h.
4366 * lto/lto-read.c (ADD_CLASS_FLAG, ADD_EXPR_FLAG): Changed
4367 expr->common to expr->base.
4368 (make_new_block): Moved stmt_list to proper place.
4369
4370
43712007-03-14 Robert Kennedy <jimbob@google.com>
4372
4373 Eliminate use of lang_hooks.set_decl_assembler_name from LTO
4374 * lto.c (lto_read_subroutine_type_subprogram_DIE) Get DECL
4375 assembler name from DWARF.
4376 * lto-lang.c (lto_set_decl_assembler_name) New function.
4377
43782006-09-10 Mark Mitchell <mark@codesourcery.com>
4379
4380 * lto.h (lto_file_vtable): New structure.
4381 (lto_file): Add vtable pointer.
4382 (lto_file_init): Add vtable paramter.
4383 (lto_read_function_body): New function.
4384 (lto_symtab_merge_fn): New function.
4385 * lto.c (lto_file_init): Add vtable parameter.
4386 (lto_read_form): Fill in entries for DW_AT_prototyped,
4387 DW_AT_frame_base.
4388 (lto_read_subroutine_type_subprogram_DIE): New function.
4389 (lto_read_DIE): Fill in entries for DW_TAG_subroutine_type and
4390 DW_TAG_subprogram.
4391 * lto-elf.c (lto_elf_vile_vtable): New variable.
4392 (lto_elf_file_open): Pass it to lto_file_init.
4393 (lto_elf_map_fn_body): New function.
4394 (lto_elf_unmap_fn_body): Likewise.
4395 * lto-read.c: New file.
4396 * lto-symtab.c (lto_symtab_merge_fn): New function.
4397 * lto-lang.c (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Define to
4398 tree_rest_of_compilation.
4399 * Make-lang.in (LTO_OBJS): Add lto-read.o
4400 (lto-read.o): New target.
4401
44022006-09-03 Mark Mitchell <mark@codesourcery.com>
4403
4404 * lto.c (<inttypes.h>): Don't include it.
4405 (lto_context): Don't typedef it.
4406 (lto_resolve_reference): New function.
4407 (lto_read_form): Use it.
4408 (lto_resolve_type_ref): New function.
4409 (lto_resolve_var_ref): Likewise.
4410 (lto_resolve_fn_ref): Likewise.
4411 * lto.h (<inttypes.h>): Include it.
4412 (lto_context): New type.
4413 (lto_ref): New structure.
4414 (lto_resolve_type_ref): Declare.
4415 (lto_resolve_var_ref): Likewise.
4416 (lto_resolve_fn_ref): Likewise.
4417
44182006-08-18 Mark Mitchell <mark@codesourcery.com>
4419
4420 * lang-specs.h: New file.
4421
44222006-08-14 Mark Mitchell <mark@codesourcery.com>
4423
4424 * lto.c (lto_info_fd_init): Allocate the DIE cache.
4425 (lto_info_fd_close): Deallocate it.
4426 (lto_die_cache_entry): New structure.
4427 (lto_cache_hash): New function.
4428 (lto_cache_eq): Likewise.
4429 (lto_cache_store_DIE): Likewise.
4430 (lto_cache_lookup_DIE): Likewise.
4431 (lto_read_referenced_type_DIE): Use the cache.
4432 (lto_read_pointer_type_DIE): Robustify.
4433 (lto_read_DIE): Use the cache.
4434 * lto.h (hashtab.h): Include.
4435 (lto_info_fd): Add DIE cache.
4436 * Make-lang.in (LTO_H): New variable.
4437 (lto/lto-lang.o): Use LTO_H.
4438 (lto/lto-elf.o): Likewise.
4439 (lto/lto-symtab.o): Likewise.
4440
44412006-07-09 Mark Mitchell <mark@codesourcery.com>
4442
4443 * lto.c (lto_abi_mismatch_error): New function.
4444 (lto_abbrev_read): Initialize num_abbrevs.
4445 (lto_read_form): Specify allowed form classes for
4446 DW_AT_declaration. Adjust for change to lto_set_cu_context.
4447 (lto_read_variable_formal_parameter_constant_DIE): Handle
4448 DW_AT_declaration. Call lto_symtab_merge_var.
4449 (lto_read_pointer_type_DIE): New function.
4450 (lto_read_base_type_DIE): Use build_nonstandard_integer_type. Do
4451 not creat TYPE_DECLs for types that already have them.
4452 (lto_read_DIE): Add lto_read_pointer_type_DIE.
4453 (lto_set_cu_context): Make cu_start point to the header, not the
4454 first DIE.
4455 (lto_file_read): Adjust for change to lto_set_cu_context.
4456 * Make-lang.in (LTO_OBJS): Add lto-symtab.o.
4457 (lto/lto-symtab.o): New rule.
4458 * lto-tree.h (lang_identifier): Add decl field.
4459 (LANG_IDENTIFIER_CAST): New macro.
4460 (LTO_IDENTIFIER_DECL): Likewise.
4461 (lto_symtab_merge_var): Declare.
4462 * lto-symtab.c: New file.
4463
44642006-07-02 Daniel Berlin <dberlin@dberlin.org>
4465
4466 * lto.c (lto_context): Add current_cu and info_fd members.
4467 (DWARF2_CompUnit): New structure.
4468 (lto_read_DIE): Take lto_info_fd *.
4469 (lto_read_child_DIEs): Ditto.
4470 (lto_file_corrupt_error): Constify argument.
4471 (lto_set_cu_context): New function
4472 (lto_info_fd_init): Ditto.
4473 (lto_info_fd_close): Ditto.
4474 (lto_file_init): Use lto_info_fd_init.
4475 (lto_file_close): Use lto_info_fd_close.
4476 (lto_read_initial_length): Pass in pointer to header size.
4477 (lto_read_comp_unit_header): Correct cu_length to
4478 real length from beginning of header. Take lto_info_fd * as
4479 argument.
4480 (find_cu_for_offset): New function.
4481 (lto_read_form): Change first argument to lto_info_fd *.
4482 Add FORM_CONTEXT argument.
4483 Handle DW_FORM_ref_addr.
4484 (lto_read_tag_DIE): Change first argument to lto_info_fd *.
4485 (LTO_BEGIN_READ_ATTRS_UNCHECKED): Save old context.
4486 Swap contexts if necessary for form.
4487 (LTO_BEGIN_READ_ATTRS): Cast fd to right type for
4488 lto_file_corrupt_error.
4489 (LTO_END_READ_ATTRS): Swap contexts back if it had changed.
4490 (lto_read_referenced_type_DIE): Change first argument to
4491 lto_info_fd *. Access lto_fd fields through base pointer.
4492 (lto_read_compile_unit_DIE): Change first argument to an
4493 lto_info_fd *.
4494 (lto_read_variable_formal_parameter_constant_DIE): Ditto.
4495 (lto_read_base_type_DIE): Ditto.
4496 (lto_read_child_DIEs): Ditto.
4497 (lto_read_DIE): Ditto. Change type of function pointer.
4498 (lto_info_read): New function.
4499 (lto_set_cu_context): Ditto.
4500 (lto_file_read): Use lto_info_read, walk resulting CU's
4501 (lto_main): Update for lto_info_fd change.
4502 * lto-elf.c (lto_elf_file_open): Cast lto_info_fd to lto_fd where
4503 necessary.
4504 * lto.h (DWARF2_CompUnit): New structure.
4505 (lto_info_fd): Ditto.
4506 (lto_file): Change debug_info to be an lto_info_fd.
4507
45082006-06-25 Mark Mitchell <mark@codesourcery.com>
4509
4510 * lto.c (toplev.h): Include it.
4511 (dwarf2.h): Likewise.
4512 (tree.h): Likewise.
4513 (tm.h): Likewise.
4514 (cgraph.h): Likewise.
4515 (ggc.h): Likewise.
4516 (inttypes.h): Likewise.
4517 (DWARF2_attr): New type.
4518 (DWARF2_abbrev): Likewise.
4519 (DWARF2_class): Likewise.
4520 (DWARF2_form_data): Likewise.
4521 (lto_context): Likewise.
4522 (lto_fd_init): New function.
4523 (lto_abbrev_fd_init): Likewise.
4524 (lto_abbrev_fd_close): Likewise.
4525 (lto_file_init): Use them.
4526 (lto_file_close): New function.
4527 (lto_file_corrupt_error): Likewise.
4528 (LTO_CHECK_INT_VAL): New macro.
4529 (lto_check_size_t_val): New function.
4530 (lto_check_int_val): Likewise.
4531 (LTO_READ_TYPE): New macro.
4532 (lto_read_ubyte): New function.
4533 (lto_read_uhalf): Likewise.
4534 (lto_read_uword): Likewise.
4535 (lto_read_uleb128): Likewise.
4536 (lto_read_initial_length): Likewise.
4537 (lto_abbrev_read_attrs): Likewise.
4538 (lto_abbrev_read): Likewise.
4539 (lto_abbrev_lookup): Likewise.
4540 (lto_read_section_offset): Likewise.
4541 (lto_read_comp_unit_header): Likewise.
4542 (lto_read_form): Likewise.
4543 (LTO_BEGIN_READ_ATTRS_UNCHECKED): New macro.
4544 (LTO_BEGIN_READ_ATTRS): Likewise.
4545 (LTO_END_READ_ATTRS): Likewise.
4546 (lto_unsupported_attr_error): New function.
4547 (lto_get_identifier): Likewise.
4548 (lto_read_referenced_type_DIE): Likewise.
4549 (lto_read_compile_unit_DIE): Likewise.
4550 (lto_read_variable_formal_parameter_constant_DIE): Likewise.
4551 (lto_read_base_type_DIE): Likewise.
4552 (lto_read_DIE): Likewise.
4553 (lto_read_child_DIEs): Likewise.
4554 (lto_file_read): Read DIEs.
4555 (lto_main): Ask middle end to emit entities.
4556 * lto-tree.h (lang_identifier): Inherit from tree_identifier.
4557 * lto-elf.c (lto_elf_file_open): Adjust for interface changes.
4558 (lto_elf_file_close): Likewise.
4559 * lto.h (lto_file): Declare.
4560 (DWARF2_abbrev): Likewise.
4561 (lto_fd): New type.
4562 (lto_abbrev_fd): Likewise.
4563 (lto_file): Use new types.
4564 (lto_file_close): Declare.
4565 * lto-lang.c (lto_init): Always use unit-at-a-time mode.
4566
45672006-06-18 Mark Mitchell <mark@codesourcery.com>
4568
4569 * lto.h: New file.
4570 * lto.c: New file.
4571 * lto-elf.c: New file.
4572 * lto-lang.c (flags.h): Include it.
4573 (lto.h): Likewise.
4574 (lto_init): New function.
4575 (lto_write_globals): Remove.
4576 (LANG_HOOKS_WRITE_GLOBALS): Define to lhd_do_nothing.
4577 (LANG_HOOKS_INIT): Define.
4578 (LANG_HOOKS_PARSE_FILE): Likewise.
4579 * Make-lang.in (LTO_OBJS): Add lto.o and lto-elf.o.
4580 (LTO_EXE): Link with libelf.
4581 (lto/lto-lang.o): Update dependencies.
4582 (lto/lto.o): New target.
4583 (lto/lto-elf.o): Likewise.
4584
45852006-06-12 Mark Mitchell <mark@codesourcery.com>
4586
4587 * config-lang.in: New file.
4588 * Make-lang.in: Likewise.
4589 * lto-tree.h: Likewise.
4590 * lto-lang.c: Likewise.
4591