]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/lto/ChangeLog
Initial version of gdb hooks
[thirdparty/gcc.git] / gcc / lto / ChangeLog
CommitLineData
a2e2a668
JH
12013-08-06 Jan Hubicka <jh@suse.cz>
2
3 * lto.c (lto_materialize_function): Do not read body anymore.
4
815effe1
JH
52013-08-02 Jan Hubicka <jh@suse.cz>
6
7 * lto.c (lto_materialize_function): Do not push struct function.
8 * lto-partition.c (get_symbol_class): Handle abstracts correctly.
9 (may_need_named_section_p): Even abstract origins may need
10 named section.
11
315f8c0e
DM
122013-07-30 David Malcolm <dmalcolm@redhat.com>
13
14 * Make-lang.in (lto/lto.o:): Depend on CONTEXT_H and
15 PASS_MANAGER_H.
16
17 * lto.c (do_whole_program_analysis): Update for move of
18 all_regular_ipa_passes from a global to a field of class
19 pass_manager.
20
1aa95df7
OB
212013-07-21 OndÅ\99ej Bílka <neleai@seznam.cz>
22
23 * lto-partition.c: Fix typos.
24
c525ba9a
JH
252013-06-20 Jan Hubicka <jh@suse.cz>
26
27 * lto-partition.c (lto_balanced_map): Fix -fno-toplevel-reorder
28 partitioning of variables.
29
7a89ad00
JH
302013-06-20 Jan Hubicka <jh@suse.cz>
31
32 * lto.c (read_cgraph_and_symbols): Set cgraph state.
33
6a6dac52
JH
342013-06-19 Jan Hubicka <jh@suse.cz>
35
36 * lto-partition.c (add_references_to_partition): Use
37 ctor_for_folding.
38
ac0511f2
RB
392013-06-18 Richard Biener <rguenther@suse.de>
40
41 * lto.c (lto_register_var_decl_in_symtab): Pass in cache index
42 and use it.
43 (lto_register_function_decl_in_symtab): Likewise.
44 (cmp_tree): New function.
45 (unify_scc): Instead of using the streamer cache map from entry
46 to cache index match up the two maps we have by sorting them.
47 Adjust calls to lto_register_var_decl_in_symtab and
48 lto_register_function_decl_in_symtab.
49
ee03e71d
RB
502013-06-17 Richard Biener <rguenther@suse.de>
51
52 * Make-lang.in (lto.o): Add $(DATA_STREAMER_H) dependency.
53 * lto.c: Include data-streamer.h.
54 (lto_read_in_decl_state): Use streamer_tree_cache_get_tree.
55 (gimple_type_leader_entry_s, gimple_type_leader,
56 gimple_lookup_type_leader): Remove.
57 (gtc_visit): Simplify.
58 (gimple_types_compatible_p): Likewise.
59 (gimple_register_type_1): Likewise. Merge into ...
60 (gimple_register_type): ... this. Keep it as legacy for
61 statistics purposes for now.
62 (fixup_integer_cst): Remove.
63 (LTO_FIXUP_TREE, lto_fixup_types, lto_ft_*): Simplify and
64 rename to ...
65 (MAYBE_REMEMBER_WITH_VARS, maybe_remember_with_vars,
66 maybe_remember_with_vars_*): ... these.
67 (uniquify_nodes): Remove.
68 (lto_fixup_prevailing_type): New function.
69 (struct tree_scc, struct tree_scc_hasher): New type and hasher.
70 (tree_scc_hash, tree_scc_hash_obstack): New globals.
71 (num_merged_types, num_prevailing_types, num_not_merged_types,
72 num_not_merged_types_in_same_scc, total_scc_size, num_sccs_read,
73 total_scc_size_merged, num_sccs_merged, num_scc_compares,
74 num_scc_compare_collisions): New global counters.
75 (compare_tree_sccs_1): New function.
76 (compare_tree_sccs): Likewise.
77 (unify_scc): Likewise.
78 (lto_read_decls): Stream in tree SCCs and unify them on the
79 way in. Finalize prevailing SCC tree members.
80 (read_cgraph_and_symbols): Do not initialize or free gimple_type_leader.
81 Allocate and free tree_scc_hash_obstack and tree_scc_hash, do not bother
82 to ggc-collect during merging.
83 (print_lto_report_1): Adjust for new merging code.
84
ca0f62a8
JH
852013-06-12 Jan Hubicka <jh@suse.cz>
86
87 * lto.c (read_cgraph_and_symbols): Set cgraph into streaming state.
88
bbf9ad07
JH
892013-06-12 Jan Hubicka <jh@suse.cz>
90
91 * lto.c (register_resolution): Take lto_file_data argument.
92 (lto_register_var_decl_in_symtab,
93 lto_register_function_decl_in_symtab): Update.
94 (read_cgraph_and_symbols): Update resolution_map handling.
95
08346abd
JH
962013-06-11 Jan Hubicka <jh@suse.cz>
97
98 * lto-partition.c (get_symbol_class): Simplify weakref handling.
99 (add_symbol_to_partition_1): Likewise.
100 (contained_in_symbol): Likewise.
101 (lto_balanced_map): Likewise.
102 (rename_statics): Drop weakref.
103
a367df53
RB
1042013-06-05 Richard Biener <rguenther@suse.de>
105
106 * lto.c (num_merged_types): New global variable.
107 (uniquify_nodes): Increase num_merged_types when merging a type.
108 (print_lto_report_1): Output the number of merged types.
109
40a7fe1e
JH
1102013-06-01 Jan Hubicka <jh@suse.cz>
111
112 * lto.c (read_cgraph_and_symbols): Simplify dumping; Replace
113 lto_symtab_merge_cgraph_nodes by lto_symtab_merge_symbols.
114 (do_whole_program_analysis): Update dumping.
115
e70670cf
JH
1162013-05-29 Jan Hubicka <jh@suse.cz>
117
118 * lto.c (has_analyzed_clone_p, lto_materialize_function): Update for new symtab
119 flags.
120 * lto-partition.c (get_symbol_class, lto_balanced_map): Likewise.
121
8ee05051
JH
1222013-05-15 Jan Hubicka <jh@suse.cz>
123
124 * lto-partition.c (privatize_symbol_name): Return true when
125 privatizing happened.
126 (rename_statics): Do not go into infinite loop when privatizing
127 is not needed.
128
427b248d
JM
1292013-05-16 Jason Merrill <jason@redhat.com>
130
131 * Make-lang.in ($(LTO_EXE)): Use link mutex.
132
9de04252
MJ
1332013-05-15 Martin Jambor <mjambor@suse.cz>
134
135 * lto-partition.c (lto_balanced_map): Print symbol order instead
136 of node uids.
137
2d6e4603
JH
1382013-05-15 Jan Hubicka <jh@suse.cz>
139
140 PR lto/57038
141 PR lto/47375
142 * lto-partition.c (get_symbol_class): Fix weakrefs.
143 (lto_balanced_map): Fix weakrefs.
144 (privatize_symbol_name): Remove unnecesary label.
145 (rename_statics): Handle weakrefs as statics.
146
64cfa6c0
JH
1472013-05-09 Jan Hubicka <jh@suse.cz>
148 Richard Biener <rguenther@suse.de>
149
150 * lto.c (lto_register_var_decl_in_symtab): Don't do renaming.
151 (lto_register_var_decl_in_symtab): Likewise.
152 (lto_main): Promote statics.
153 * lto-partition.c (privatize_symbol_name): New function.
154 (promote_symbol): Use it.
155 (may_need_named_section_p): New predicate.
156 (rename_statics): New functions.
157 (lto_promote_cross_file_statics): Simplify; do renaming.
158 (lto_promote_statics_nonwpa): New function.
159 * lto-partition.h (lto_promote_statics_nonwpa): New function.
160
e45cde98
RB
1612013-02-08 Richard Biener <rguenther@suse.de>
162
163 PR lto/56231
164 * lto-lang.c (lto_init): Do not enter a dummy file.
165
6edc3e32
UB
1662013-02-07 Uros Bizjak <ubizjak@gmail.com>
167
168 PR bootstrap/56227
169 * lto.c (lto_resolution_ready): Use %wx instead of
170 HOST_WIDE_INT_PRINT_HEX_PURE in the argument to internal_error.
171
ed73881e
RG
1722013-02-04 Richard Guenther <rguenther@suse.de>
173
174 PR lto/56168
175 * lto.c (read_cgraph_and_symbols): Do not call lto_symtab_merge_decls
176 or lto_fixup_decls at LTRANS time.
177
a19b1432
JH
1782013-01-09 Jan Hubicka <jh@suse.cz>
179
180 PR lto/45375
181 * lto.c (do_whole_program_analysis): Remove unreachable nodes after IPA.
182
49c01f87
L
1832012-12-10 H.J. Lu <hongjiu.lu@intel.com>
184
185 PR lto/55466
186 * lto.c (lto_register_var_decl_in_symtab): Don't record static
187 variables.
188 (lto_main): Record the global variables if WPA isn't enabled.
189
6e1aa848
DN
1902012-11-20 Diego Novillo <dnovillo@google.com>
191 Jakub Jelinek <jakub@redhat.com>
192
193 * lto.c: Replace all vec<T, A>() initializers with vNULL.
194
9771b263
DN
1952012-11-16 Diego Novillo <dnovillo@google.com>
196
197 Adjust for new vec API (http://gcc.gnu.org/wiki/cxx-conversion/cxx-vec)
198
199 * lto-lang.c: Use new vec API in vec.h.
200 * lto-partition.c: Likewise.
201 * lto-partition.h: Likewise.
202 * lto.c: Likewise.
203
24551b9c
LC
2042012-10-31 Lawrence Crowl <crowl@google.com>
205
206 * lto.c (lto_wpa_write_files): Change symtab checking to a checked
207 down-cast via dyn_cast.
208 * lto-partition.c (add_symbol_to_partition_1): Likewise.
209 (undo_partition): Likewise.
210 (lto_balanced_map): Likewise.
211 (get_symbol_class): Likewise and via is_a.
212 (lto_balanced_map): Change symtab checking to is_a.
213
aec06f6f
RB
2142012-10-12 Richard Biener <rguenther@suse.de>
215
216 PR lto/54898
217 * lto.c (gimple_types_compatible_p_1): Also compare
218 TYPE_MAIN_VARIANT.
219 (iterative_hash_gimple_type): Also hash TYPE_MAIN_VARIANT.
220
0b8c30f9
TB
2212012-10-09 Tobias Burnus <burnus@net-b.de>
222
223 * lto-lang.c (lto_register_builtin_type): Avoid useless
224 decl creation.
225 * lto-object.c (lto_obj_file_open, lto_obj_file_open): Free memory.
226
da3202a8
TB
2272012-10-08 Tobias Burnus <burnus@net-b.de>
228
229 * lto.c (lto_wpa_write_files, read_cgraph_and_symbols):
230 Free lto_file struct after closing the file.
231
2512a443
JH
2322012-10-08 Jan Hubicka <jh@suse.cz>
233
234 * lto/lto.c (remember_with_vars): Also fixup INTEGER_CST.
235 (fixup_integer_cst): New functoin.
236 (lto_ft_type): Fixup BASETYPE of methods and offsets.
237
e75f8f79
JH
2382012-10-07 Jan Hubicka <jh@suse.cz>
239
240 * lto.c (read_cgraph_and_symbols): Release type merging hash early;
241 release input encoders.
242 * lto-partition.c (new_partition): Update for new lto_symtab_encoder_new.
243
46591697
JH
2442012-10-06 Jan Hubicka <jh@suse.cz>
245
246 PR lto/54790
247 * lto.c (resolution_map): New static var.
248 (register_resolution): New function.
249 (lto_register_var_decl_in_symtab): Use it.
250 (read_cgraph_and_symbols): Copy resolutions into the symtab.
251
af16bc76
MJ
2522012-09-20 Martin Jambor <mjambor@suse.cz>
253
254 * lto.c (lto_materialize_function): Call push_struct_function and
255 pop_cfun.
256
5368224f
DC
2572012-09-19 Dehao Chen <dehao@google.com>
258
259 * lto/lto.c (lto_fixup_prevailing_decls): Remove tree.exp.block field.
260
b5493fb2
JH
2612012-09-19 Jan Hubicka <jh@suse.cz>
262
263 * lto.c (lto_materialize_function): Update confused comment.
264 (read_cgraph_and_symbols): Do not free symtab.
265
c3c445e1
JH
2662012-09-12 Jan Hubicka <jh@suse.cz>
267
268 * lto.c (do_whole_program_analysis): Care timevars, statistics and
269 AUX pointer cleaning. Add max partitioning.
270 * lto-partition.c (enum symbol_class): New.
271 (get_symbol_class): New function.
272 (symbol_partitioned_p): New function.
273 (add_references_to_partition): Remove.
274 (add_aliases_to_partition): Remove.
275 (add_cgraph_node_to_partition_1): Remove.
276 (add_cgraph_node_to_partition): Remove.
277 (add_symbol_to_partition): New function.
278 (add_symbol_to_partition_1): New function.
279 (contained_in_symbol): New function.
280 (partition_cgraph_node_p): Remove.
281 (partition_varpool_node_p): Remove.
282 (partition_symbol_p): Remove.
283 (lto_1_to_1_map): Cleanup.
284 (lto_max_map): New.
285 (lto_balanced_map): Update.
286 (lto_promote_cross_file_statics): Update.
287 * lto-partition.h (lto_max_map): Declare.
288 * timevar.def (TV_WHOPR_PARTITIONING): New timevar.
289
b5c7cdfb
JH
2902012-09-11 Jan Hubicka <jh@suse.cz>
291
292 PR lto/54312
293 * lto.c (uniquify_nodes): Remove quadratic loop checking if the
294 type is variant leader.
295
b29402f0
RG
2962012-09-11 Richard Guenther <rguenther@suse.de>
297
298 * lto.c (enum gtc_mode): Remove.
299 (struct type_pair_d): Adjust.
300 (lookup_type_pair): Likewise.
301 (gimple_type_leader): Do not mark as deletable.
302 (gimple_lookup_type_leader): Adjust.
303 (gtc_visit): Likewise.
304 (gimple_types_compatible_p_1): Likewise.
305 (gimple_types_compatible_p): Likewise.
306 (gimple_type_hash): Likewise.
307 (gimple_register_type): Likewise.
308 (read_cgraph_and_symbols): Manage lifetime of tables
309 here.
310
b8f4e58f
RG
3112012-09-11 Richard Guenther <rguenther@suse.de>
312
313 * lto.c (gimple_types, type_hash_cache, enum gtc_mode,
314 struct type_pair_d, lookup_type_pair, struct sccs,
315 next_dfs_num, gtc_next_dfs_num, struct gimple_type_leader_entry_s,
316 gimple_type_leader, gimple_lookup_type_leader, compare_type_names_p,
317 gtc_visit, gimple_types_compatible_p_1, gimple_types_compatible_p,
318 visit, iterative_hash_name, struct type_hash_pair,
319 type_hash_pair_compare, iterative_hash_gimple_type, gimple_type_hash,
320 gimple_type_eq, gimple_register_type_1, gimple_register_type):
321 Move here from gimple.c
322 (read_cgraph_and_symbols): Free hash tables here.
323 (print_lto_report_1): New function wrapping print_lto_report.
324 (do_whole_program_analysis): Call it.
325 (lto_main): Likewise.
326
1cdbb3f9
JH
3272012-09-10 Jan Hubicka <jh@suse.cz>
328
329 * lto-partition.c (partition_symbol_p): Forward declare.
330 (add_references_to_partition): Reimplement using partition_symbol_p.
331 (add_aliases_to_partition): Break out from add_references_to_partition;
332 reimplement using partition_symbol_p.
333 (add_cgraph_node_to_partition_1): Handle callees using partition_symbol_p;
334 add sanity checks.
335 (add_varpool_node_to_partition): Use add_aliases_to_partition.
336 (partition_varpool_node_p): Do not special case aliases.
337
b4661bfe
JH
3382012-08-12 Jan Hubicka <jh@suse.cz>
339
340 * lto.c (lto_wpa_write_files): Do not delete partition encoder;
341 it is deleted after streaming.
342 * lto-partition.c (partition_symbol_p): New function.
343 (promote_var, promote_fn): Remove.
344 (promote_symbol): New function.
345 (lto_promote_cross_file_statics): First compute boundaries; rewrite
346 to lookup the actual boundaries instead of computing them ad-hoc.
347
7b99cca4
JH
3482012-08-12 Jan Hubicka <jh@suse.cz>
349
350 Replace cgraph_node_set and varpool_node_set by symtab_node_encoder
351 in partitioning.
352 * lto-partition.h (ltrans_partition_def): Replace cgraph_set and varpool_set
353 by encoder.
354 * lto-partition.c (new_partition): Update.
355 * lto.c (cmp_partitions_order): Update.
356 (lto_wpa_write_files): Update.
357 (free_ltrans_partitions): Update.
358 (add_references_to_partition): Update.
359 (add_cgraph_node_to_partition_1): Update.
360 (add_cgraph_node_to_partition): Update.
361 (add_varpool_node_to_partition): Update.
362 (undo_partition): Update.
363 (lto_balanced_map): Update.
364 (set_referenced_from_other_partition_p, set_reachable_from_other_partition_p,
365 set_referenced_from_this_partition_p): Update.
366 (lto_promote_cross_file_statics): Update.
367
f27c1867
JH
3682012-08-12 Jan Hubicka <jh@suse.cz>
369
370 * lto-partition.c (set_referenced_from_other_partition_p,
371 set_reachable_from_other_partition_p, set_referenced_from_this_partition_p):
372 New functions.
373 (lto_promote_cross_file_statics): Use them.
374
ab96cc5b
JH
3752012-07-24 Jan Hubicka <jh@suse.cz>
376
377 * lto.c (read_cgraph_and_symbols): Use input_symtab.
378
0229aee9
UB
3792012-07-24 Uros Bizjak <ubizjak@gmail.com>
380
381 * lto-tree.h (lang_decl): Add variable_size GTY option.
382
7ee2468b
SB
3832012-07-16 Steven Bosscher <steven@gcc.gnu.org>
384
385 * lto.c: Do not include timevar.h.
386 * Make-lang.in: Fix dependencies.
387
a910399d
LC
3882012-06-18 Lawrence Crowl <crowl@google.com>
389
390 * lto.c (do_whole_program_analysis): Rename use of TV_PHASE_CGRAPH to
391 TV_PHASE_OPT_GEN. Use new timevar TV_PHASE_STREAM_OUT around the call
392 to lto_wpa_write_files.
393 (lto_main): Rename use of TV_PHASE_CGRAPH to TV_PHASE_OPT_GEN. Move
394 start of TV_PHASE_OPT_GEN to include call to materialize_cgraph. Use
395 TV_PHASE_SETUP for the call to lto_init. Use new timevar
396 TV_PHASE_STREAM_IN around the call to read_cgraph_and_symbols.
397 Turn TV_PHASE_PARSING off then back on again, because LTO is pretending
398 to be a front end, but is not one.
399
877ab5e9
JH
4002012-05-18 Jan Hubicka <jh@suse.cz>
401
402 * lto.c (lto_materialize_constructors_and_inits): Remove.
403 (read_cgraph_and_symbols): Remove handling of alias pairs.
404
6649df51
JH
4052012-05-17 Jan Hubicka <jh@suse.cz>
406
407 * lto-partition.c (add_references_to_partition): Handle external vars.
408 (partition_varpool_node_p): Likewise.
409 (lto_promote_cross_file_statics): Do not promote externals.
410
d1ede5f4
BS
4112012-05-14 Bernd Schmidt <bernds@codesourcery.com>
412
413 * lto-lang.c (handle_fnspec_attribute): New static function.
414 (lto_attribute_table): Add "fn spec".
415 (DEF_ATTR_STRING): Define and undefine along with the other macros.
416
0d6bf48c
JH
4172012-05-04 Jan Hubicka <jh@suse.cz>
418
419 * lto.c (do_whole_program_analysis): Set timevars correctly.
420 (lto_main): Likewise.
d1ede5f4 421
1d67dde8
RB
4222012-05-04 Richard Guenther <rguenther@suse.de>
423
424 * lang.opt (fwpa): Do not mark as Optimization.
425 (fltrans): Likewise.
426
65d630d4
JH
4272012-04-30 Jan Hubicka <jh@suse.cz>
428
429 * lto.c (lto_main): Use compile ().
1d67dde8
RB
430 * lto-partition.c (partition_cgraph_node_p): Use
431 symtab_used_from_object_file_p.
65d630d4
JH
432 (partition_varpool_node_p): Likewise.
433
ead84f73
JH
4342012-04-20 Jan Hubicka <jh@suse.cz>
435
436 * lto-partition.c (partition_cgraph_node_p): Use force_output.
437
5932a4d4
JH
4382012-04-18 Jan Hubicka <jh@suse.cz>
439
440 * lto-partition.c (add_references_to_partition, lto_balanced_map):
441 Update for new ipa-ref API.
442
65c70e6b
JH
4432012-04-16 Jan Hubicka <jh@suse.cz>
444
445 * lto.c (read_cgraph_and_symbols): Use FOR_EACH
446 walkers to walk cgraph and varpool.
447 (materialize_cgraph): Likewise.
448 * lto-partition.c (lto_1_to_1_map): Likewise.
449 (lto_balanced_map): Likewise.
450 (lto_promote_cross_file_statics): Likewise.
451
960bfb69
JH
4522012-04-14 Jan Hubicka <jh@suse.cz>
453
454 * lto.c: Update field referenced for new cgraph/varpool layout.
455 * lto-partition.c: Likewise.
456
a66dc285
JH
4572012-04-11 Jan Hubicka <jh@suse.cz>
458
459 * lto.c: Update copyright; remove params.h, ipa-inline.h
460 and ipa-utils.h inlines; inline lto-partition.h
461 (ltrans_partition_def, ltrans_partition, add_cgraph_node_to_partition,
462 add_varpool_node_to_partition, new_partition, free_ltrans_partitions,
463 add_references_to_partition, add_cgraph_node_to_partition_1,
464 add_cgraph_node_to_partition, add_varpool_node_to_partition,
465 undo_partition, partition_cgraph_node_p, partition_varpool_node_p,
466 lto_1_to_1_map, node_cmp, varpool_node_cmp, lto_balanced_map,
467 promote_var, promote_fn, lto_promote_cross_file_statics): move to...
468 * lto-partition.c: ... here; new file.
469 * lto-partition.h: New file.
470 * Make-lang.in (lto.o): Update dependencies.
471 (lto-partition.o): New.
472
f3b249e5
RG
4732012-04-05 Richard Guenther <rguenther@suse.de>
474
475 * lto-lang.c (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Remove
476 definition.
477
21fa2faf
RG
4782012-03-12 Richard Guenther <rguenther@suse.de>
479
480 * lto-lang.c (builtin_type_for_size): Use lto_type_for_size.
481
6bb485a3
RG
4822012-03-06 Richard Guenther <rguenther@suse.de>
483
484 PR lto/52097
485 * lto.c (uniquify_nodes): Merge TYPE_FIELDS of variant types.
486
95510497
RG
4872012-02-28 Richard Guenther <rguenther@suse.de>
488
489 PR lto/52400
490 * lto.c (lto_register_function_decl_in_symtab): Do not register
491 a reverse renamed decl mapping.
492
09228fef
JJ
4932012-01-06 Jakub Jelinek <jakub@redhat.com>
494
495 PR lto/51774
496 * lto-lang.c (handle_returns_twice_attribute): New function.
497 (lto_attribute_table): Add returns_twice attribute.
498
b03eda0d
RG
4992011-12-21 Richard Guenther <rguenther@suse.de>
500
501 * lto.c (GIMPLE_REGISTER_TYPE): New define.
502 (LTO_FIXUP_TREE): Use it.
503 (uniquify_nodes): Mark new non-prevailing types and avoid
504 calling gimple_register_type on others.
505 (lto_read_decls): Add comment.
506
4ad9a9de
EB
5072011-12-13 Eric Botcazou <ebotcazou@adacore.com>
508
509 * lto.h (lto_parse_hex): Delete.
510 * lto.c (lto_read_decls): Use 'int' for offsets.
511 (lto_parse_hex): Make static and return proper 64-bit host type.
512 (lto_resolution_read): Use proper 64-bit host type.
513
ea973bad
RG
5142011-12-13 Richard Guenther <rguenther@suse.de>
515
516 PR lto/48354
517 * lto.c (lto_ft_decl_non_common): When we merged DECL_ORIGINAL_TYPE
518 with the type of the TYPE_DECL clear DECL_ORIGINAL_TYPE.
519
c8218030
UB
5202011-12-01 Uros Bizjak <ubizjak@gmail.com>
521
522 * lto-lang.c (lto_attribute_table): Handle *tm regparm.
523 (ignore_attribute): New.
524
57ac2606
AH
5252011-11-21 Aldy Hernandez <aldyh@redhat.com>
526
527 * lto-lang.c (lto_attribute_table): Handle transaction_pure.
528 (handle_transaction_pure_attribute): New.
529
52a35ef7
RG
5302011-11-03 Richard Guenther <rguenther@suse.de>
531
532 PR lto/44965
533 * lto-lang.c (lto_post_options): Do not read file options.
534 * lto.c (lto_read_all_file_options): Remove.
535 (lto_init): Call lto_set_in_hooks here.
536
51973b1e
JH
5372011-10-09 Jan Hubicka <jh@suse.cz>
538
539 * lto.c (node_cmp, varpool_node_cmp): New functions.
540 (lto_balanced_map): Honnor -fno-toplevel-reorder of vars&functions.
541 (cmp_partitions): Rename to ...
542 (cmp_partitions_size): ... this one.
543 (cmp_partitions_order): New function.
544 (lto_wpa_write_files): Sort partitions by order when
545 -fno-toplevel-reorder is used.
546
5958009b
AK
5472011-10-09 Andi Kleen <ak@linux.intel.com>
548
549 * lto.c (lto_section_read): Call fatal_error on IO or mmap errors.
550
e79983f4
MM
5512011-10-11 Michael Meissner <meissner@linux.vnet.ibm.com>
552
553 * lto-lang.c (def_builtin_1): Delete old interface with two
554 parallel arrays to hold standard builtin declarations, and replace
555 it with a function based interface that can support creating
556 builtins on the fly in the future. Change all uses, and poison
557 the old names. Make sure 0 is not a legitimate builtin index.
558
c17d253c
AK
5592011-10-02 Andi Kleen <ak@linux.intel.com>
560
561 * lto-object.c (lto_obj_add_section_data): Add list.
562 (lto_obj_add_section): Fill in list.
563 (ltoobj_build_section_table): Pass through list.
564 * lto.c (file_data_list): Declare.
565 (create_subid_section_table): Pass arguments directly.
566 Fill in list of file_datas.
567 (lwstate): Delete.
568 (lto_create_files_from_ids): Pass in direct arguments.
569 Don't maintain list.
570 (lto_file_read): Use explicit section and file data lists.
571 (lto_read_all_file_options): Pass in section_list.
572 * lto.h (lto_obj_build_section_table): Add list.
573 (lto_section_slot): Add next.
574 (lto_section_list): Declare.
575
ed0d2da0
JH
5762011-10-02 Jan Hubicka <jh@suse.cz>
577
578 PR lto/47247
579 * common.c (lto_resolution_str): Add new resolution.
580 * common.h (lto_resolution_str): Likewise.
581
ad7715f3
L
5822011-09-30 H.J. Lu <hongjiu.lu@intel.com>
583 Andi Kleen <ak@linux.intel.com>
584
585 PR lto/50568
586 * lto.c (lto_splay_tree_delete_id): New.
587 (lto_splay_tree_compare_ids): Likewise.
588 (lto_splay_tree_lookup): Likewise.
589 (lto_splay_tree_id_equal_p): Likewise.
590 (lto_splay_tree_insert): Likewise.
591 (lto_splay_tree_new): Likewise.
592 (lto_resolution_read): Change id to unsigned HOST_WIDE_INT.
593 Use lto_splay_tree_id_equal_p and lto_splay_tree_lookup.
594 (create_subid_section_table): Use lto_splay_tree_lookup and
595 lto_splay_tree_insert.
596 (lto_file_read): Use lto_splay_tree_new.
597
dde8b360
AK
5982011-09-26 Andi Kleen <ak@linux.intel.com>
599
600 * lto.c (lto_resolution_read): Remove id dumping.
601 (lto_section_with_id): Turn id HOST_WIDE_ID.
602 (create_subid_section_table): Dito.
603
892a371f
DS
6042011-08-28 Dodji Seketeli <dodji@redhat.com>
605
606 * lto-lang.c (lto_init): Likewise. Also, avoid calling
607 linemap_add twice.
608
f82d1a94
MJ
6092011-08-11 Martin Jambor <mjambor@suse.cz>
610
611 * lto.c (uniquify_nodes): Use main variant's BINFO too.
612
f0efc7aa
DN
6132011-08-08 Diego Novillo <dnovillo@google.com>
614
615 * Make-lang.in (lto/lto.o): Add TREE_STREAMER_H.
616 * lto.c: Include tree-streamer.h.
617
1a072294
RG
6182011-07-06 Richard Guenther <rguenther@suse.de>
619
620 * lto-lang.c (lto_init):
621 Merge calls to build_common_tree_nodes and build_common_tree_nodes_2.
622
7496868d
JH
6232011-06-11 Jan Hubicka <jh@suse.cz>
624
10f13f22 625 PR lto/48246
7496868d
JH
626 * lto.c (lto_1_to_1_map): Don't create empty partitions.
627 (lto_balanced_map): Likewise.
628
39e2db00
JH
6292011-06-11 Jan Hubicka <jh@suse.cz>
630
631 * lto.c (add_cgraph_node_to_partition_1): Break out from ...
632 (add_cgraph_node_to_partition) ... here; walk aliases.
633 (lto_1_to_1_map): Remove same body alias code.
634 (promote_fn): Likewise.
635 (lto_promote_cross_file_statics): Update comment.
636
637
28628ea6
DN
6382011-06-07 Diego Novillo <dnovillo@google.com>
639
640 * lto.c (uniquify_nodes): Move code to register decls to
641 the loop that computes canonical types.
642
009db074
RG
6432011-06-07 Richard Guenther <rguenther@suse.de>
644
645 * lto-lang.c (lto_init): Do not set
646 size_type_node or call set_sizetype.
647
47c79d56
DN
6482011-06-04 Diego Novillo <dnovillo@google.com>
649
650 * lto.c (lto_init): New.
651 (lto_main): Call it.
652
d5828cc7
DN
6532011-06-03 Diego Novillo <dnovillo@google.com>
654
655 * lto.c (get_resolution): Move from lto-streamer-in.c.
656 (lto_register_var_decl_in_symtab): Likewise.
657 (lto_register_function_decl_in_symtab): Likewise.
658 (uniquify_nodes): Call lto_register_var_decl and
659 lto_register_function_decl_in_symtab after reading a new
660 VAR_DECL or FUNCTION_DECL.
661
6807da97
RG
6622011-06-01 Richard Guenther <rguenther@suse.de>
663
664 * lto-lang.c (lto_register_canonical_types): New function.
665 (lto_init): Register common nodes with the canonical type machinery.
666 Do not play tricks with char_type_node.
667
d74be317
RG
6682011-05-26 Richard Guenther <rguenther@suse.de>
669
670 * lto.c (uniquify_nodes): Fix bug in one of the previous changes.
671
d9f8303f
NF
6722011-05-25 Nathan Froyd <froydnj@codesourcery.com>
673
674 * lto.c (lto_ft_typed): New function.
675 (lto_ft_common): Call it.
676 (lto_ft_constructor): Likewise.
677 (lto_ft_expr): Likewise.
678 (lto_fixup_prevailing_decls): Check for TS_COMMON before accessing
679 TREE_CHAIN.
680
fb291a1e
RG
6812011-05-20 Richard Guenther <rguenther@suse.de>
682
683 * lto.c (lto_ft_common): Remove pointer-to chain teardown.
684 (lto_ft_type): Move main-variant and pointer-to chain building ...
685 (uniquify_nodes): ... here. Compute TYPE_CANONICAL also here,
686 in a separate final loop.
687
31b3ca64
RG
6882011-05-19 Richard Guenther <rguenther@suse.de>
689
690 * lto.c (uniquify_nodes): First register all types before
691 fixing up the tree SCC.
692
35d828c5
JH
6932011-05-11 Jan Hubicka <jh@suse.cz>
694
695 PR lto/48952
696 * lto.c (do_whole_program_analysis): Do not register cgraph hooks.
697
51545682
NF
6982011-05-11 Nathan Froyd <froydnj@codesourcery.com>
699
700 * lto.c (lto_ft_type): Use TYPE_MINVAL and TYPE_MAXVAL. Adjust
701 location of binfo field.
702 (lto_fixup_prevailing_decls): Likewise.
703
8242dd04
NF
7042011-05-10 Nathan Froyd <froydnj@codesourcery.com>
705
706 * lto-lang.c (def_fn_type): Don't call build_function_type, call
707 build_function_type_array or build_varargs_function_type_array
708 instead.
709
c99c0026
EB
7102011-05-07 Eric Botcazou <ebotcazou@adacore.com>
711
712 * lto-lang.c (global_bindings_p): Return bool.
713
c47d0034
JH
7142011-05-07 Jan Hubicka <jh@suse.cz>
715
a9bcb3f0
EB
716 * lto.c (lto_materialize_function): Use
717 cgraph_function_with_gimple_body_p.
718 (add_cgraph_node_to_partition): Do not re-add items to partition;
719 handle thunks.
c47d0034
JH
720 (add_varpool_node_to_partition): Do not re-add items to partition.
721
bb3398ca
JH
7222011-05-03 Jan Hubicka <jh@suse.cz>
723
724 * lto.c (free_ltrans_partitions): Fix accidental commit.
725
1cb1a99f
JH
7262011-05-03 Jan Hubicka <jh@suse.cz>
727
728 * lto.c (ltrans_partition_def): Remove GTY annotations.
729 (ltrans_partitions): Move to heap.
730 (new_partition): Update.
731 (free_ltrans_partitions): New function.
732 (lto_wpa_write_files): Use it.
733
af8bca3c
MJ
7342011-04-29 Martin Jambor <mjambor@suse.cz>
735
736 * lto.c: Include ipa-utils.h.
737 (lto_balanced_map): Update call to ipa_reverse_postorder.
738 * Make-lang.in (lto/lto.o): Add IPA_UTILS_H to dependencies.
739
b823cdfe
MM
7402011-04-29 Michael Matz <matz@suse.de>
741
742 * lto.c (toplevel): Include tree-flow.h.
743 (lto_read_in_decl_state): Don't merge types here.
744 (tree_with_vars): New static hash table.
745 (remember_with_vars): New static functions.
746 (LTO_FIXUP_TYPE): New macro.
747 (lto_ft_common, lto_ft_decl_minimal, lto_ft_decl_common,
748 lto_ft_decl_with_vis, lto_ft_decl_non_common, lto_ft_function,
749 lto_ft_field_decl, lto_ft_type, lto_ft_binfo, lto_ft_constructor,
750 lto_ft_expr, lto_fixup_types, uniquify_nodes): New static functions.
751 (lto_read_decls): Uniquify while reading in trees.
752 (lto_fixup_data_t, LTO_FIXUP_SUBTREE,
753 LTO_REGISTER_TYPE_AND_FIXUP_SUBTREE, no_fixup_p, lto_fixup_common,
754 lto_fixup_decl_minimal, lto_fixup_decl_common, lto_fixup_decl_with_vis,
755 lto_fixup_decl_non_common, lto_fixup_function, lto_fixup_field_decl,
756 lto_fixup_type, lto_fixup_binfo, lto_fixup_constructor,
757 lto_fixup_tree): Remove.
758 (lto_fixup_state): Remove data argument. Use
759 lto_symtab_prevailing_decl.
760 (LTO_SET_PREVAIL, LTO_NO_PREVAIL): New macros.
761 (lto_fixup_prevailing_decls): New function.
762 (lto_fixup_state_aux): Argument aux is unused.
763 (lto_fixup_decls): Don't allocate pointer sets, don't use
764 lto_fixup_tree, use lto_fixup_prevailing_decls.
765 (read_cgraph_and_symbols): Allocate and remove tree_with_vars.
766 * Make-lang.in (lto/lto.o): Depend on $(TREE_FLOW_H).
767
b9843260
EB
7682011-04-16 Eric Botcazou <ebotcazou@adacore.com>
769
770 * lto.c (lto_balanced_map): Fix typos in head comment.
771 (lto_promote_cross_file_statics): Fix long lines and remove redundant
772 test.
773
e7f23018
JH
7742011-04-16 Jan Hubicka <jh@suse.cz>
775
776 * lto.c (lto_balanced_map): Update.
777
10a5dd5d
JH
7782011-04-14 Jan Hubicka <jh@suse.cz>
779
780 * lto.c: Include ipa-inline.h
b9843260
EB
781 (add_cgraph_node_to_partition, undo_partition): Use inline_summary
782 accessor.
10a5dd5d
JH
783 (ipa_node_duplication_hook): Fix declaration.
784 * Make-lang.in (lto.o): Update dependencies.
785
81f653d6
NF
7862011-04-12 Nathan Froyd <froydnj@codesourcery.com>
787
788 * lto-tree.h (union lang_tree_node): Check for TS_COMMON before
789 calling TREE_CHAIN.
790 * lto.c (lto_fixup_common): Likewise.
791
dcf0c47e
NF
7922011-04-08 Nathan Froyd <froydnj@codesourcery.com>
793
794 * lto-lang.c (handle_sentinel_attribute): Don't use TYPE_ARG_TYPES.
795 (handle_type_generic_attribute): Likewise.
796
e89964e3
MM
7972011-04-03 Michael Matz <matz@suse.de>
798
799 * lto.c (lto_materialize_function): Don't read and then discard
800 sections in WPA mode.
801 (lto_read_in_decl_state): Adjust call to lto_streamer_cache_get.
802
803 * lto-lang.c (registered_builtin_fndecls): Remove.
804 (lto_getdecls): Return NULL_TREE.
805 (lto_builtin_function): Don't remember in registered_builtin_fndecls.
806
d2b3fe18
RG
8072011-03-31 Richard Guenther <rguenther@suse.de>
808
809 PR lto/48246
810 * lto.c (lto_wpa_write_files): Disable assert for non-empty
811 partitions when checking is not enabled.
812
ba78087b
KT
8132011-03-25 Kai Tietz <ktietz@redhat.com>
814
815 * lto.c (lto_resolution_read): Use filename_cmp instead
816 of strcmp.
817 (lto_read_section_data): Likewise.
818
0edf1bb2
JL
8192011-03-25 Jeff Law <law@redhat.com>
820
821 * lto/lto-lang.c (def_fn_type): Add missing va_end.
822
62d784f7
KT
8232011-03-21 Kai Tietz <ktietz@redhat.com>
824
825 PR target/12171
826 * lto-lang.c (lto_attribute_table): Adjust table.
827
62dd9571
JJ
8282011-02-18 Jakub Jelinek <jakub@redhat.com>
829
830 PR bootstrap/47807
831 * Make-lang.in (lto/lto-lang.o): Depend on $(LTO_STREAMER_H) instead
832 of lto-streamer.h.
833
237d6259
RG
8342011-02-18 Richard Guenther <rguenther@suse.de>
835
836 PR lto/47798
837 * lto-tree.h (lto_global_var_decls): Do not declare here.
838 * lto-lang.c: Include lto-streamer.h.
839 * Make-lang.in (lto-lang.o): Adjust dependencies.
840
8ead2223
KT
8412011-02-10 Kai Tietz <kai.tietz@onevision.com>
842
843 PR lto/47241
844 * lto.c (lto_read_section_data): Free
845 fd_name in failure case.
846 For mingw targets don't hash file-descriptor.
847 (read_cgraph_and_symbols): Close current_lto_file
848 in failure case.
849
6e701822
JH
8502011-01-11 Jan Hubicka <jh@suse.cz>
851
852 PR lto/45721
853 PR lto/45375
b9843260
EB
854 * lto.c (partition_cgraph_node_p, partition_varpool_node_p): Weakrefs
855 are not partitioned.
6e701822 856
f4da8dce
NF
8572010-12-22 Nathan Froyd <froydnj@codesourcery.com>
858
859 * lto-lang.c (handle_nonnull_attribute, handle_sentinel_attribute):
860 Use prototype_p.
861
6b7fb143
RG
8622010-12-06 Richard Guenther <rguenther@suse.de>
863
864 PR lto/46796
865 * lto-lang.c (lto_init): Give names to basic types.
866
c59ffc41
JM
8672010-11-30 Joseph Myers <joseph@codesourcery.com>
868
869 * lto-object.c: Don't include toplev.h.
870 * Make-lang.in (lto/lto-object.o): Don't depend on toplev.h.
871
7c475d11
JM
8722010-11-30 Joseph Myers <joseph@codesourcery.com>
873
874 * Make-lang.in (lto/lto-object.o): Depend on toplev.h instead of
875 $(TOPLEV_H).
876
71f3e391
JM
8772010-11-29 Joseph Myers <joseph@codesourcery.com>
878
879 * lto-endian.h: Delete.
880 * lto-object.c: Don't include "libiberty.h".
881 (O_BINARY): Don't define.
882 * lto.c: Don't include "libiberty.h" or <sys/mman.h>.
883 (O_BINARY): Don't define.
884
9f1718b0
RG
8852010-11-23 Richard Guenther <rguenther@suse.de>
886
887 * lto.c (read_cgraph_and_symbols): Remove newline from diagnostic.
888
39c4e298
RG
8892010-11-23 Richard Guenther <rguenther@suse.de>
890
891 PR lto/46605
892 * lto.c (read_cgraph_and_symbols): Bail out after errors.
893
b37421c6
JM
8942010-11-17 Joseph Myers <joseph@codesourcery.com>
895
896 * lto.c (lto_main): Take no arguments.
897 * lto.h (lto_main): Update prototype.
898
d82f74d3
ILT
8992010-11-16 Ian Lance Taylor <iant@google.com>
900
901 * lto-object.c (lto_obj_file_open): Call
902 simple_object_attributes_merge rather than
903 simple_object_attributes_compare.
904
a4d8c676
JM
9052010-11-12 Joseph Myers <joseph@codesourcery.com>
906
907 * Make-lang.in (lto/lto.o): Use $(OPTS_H).
908 * lto-lang.c (lto_handle_option): Take location_t parameter.
909
d8a07487
JM
9102010-11-10 Joseph Myers <joseph@codesourcery.com>
911
912 * lto.c (lto_resolution_read): Start diagnostics with lowercase
913 letters and remove trailing '.'.
914 (lto_file_finalize): Start diagnostic with a lowercase letter.
915
6b3456d1
ILT
9162010-11-02 Ian Lance Taylor <iant@google.com>
917
918 * lto-object.c: New file.
919 * lto-elf.c: Remove file.
920 * lto-macho.c: Remove file.
921 * lto-macho.h: Remove file.
922 * lto-coff.c: Remove file.
923 * lto-coff.h: Remove file.
924 * Make-lang.in (LTO_OBJS): Change lto/$(LTO_BINARY_READER).o to
925 lto/lto-object.o.
926 ($(LTO_EXE)): Remove $(LTO_USE_LIBELF)
927 (lto/lto-objfile.o): New target.
928 (lto/lto-elf.o, lto/lto-coff.o, lto/lto-macho.o): Remove targets.
929 (lto/lto.o): Remove $(LIBIBERTY_H).
930
030cd86c
JH
9312010-10-22 Jan Hubicka <jh@suse.cz>
932
933 * lto.c (add_cgraph_node_to_partition,
934 add_varpool_node_to_partition): Add debug info.
935 (lto_1_to_1_map, lto_balanced_map): Do not re-add already
936 partitioned nodes.
937 (do_whole_program_analysis): Set function flags before dumping.
938
4490cae6
RG
9392010-10-22 Richard Guenther <rguenther@suse.de>
940
941 * lto.c (lto_fixup_type): Fixup TYPE_CANONICAL again, via
942 the new gimple_register_canonical_type.
943
703cdce3
L
9442010-10-20 H.J. Lu <hongjiu.lu@intel.com>
945
946 PR bootstrap/45954
947 * config-lang.in (boot_language): Set to $enable_lto.
948
1915c739
JJ
9492010-10-18 Jakub Jelinek <jakub@redhat.com>
950
951 PR lto/45638
952 * Make-lang.in (check-lto): New dummy target.
953
82971de5
EB
9542010-10-14 Eric Botcazou <ebotcazou@adacore.com>
955
956 * lto-elf.c (SHN_XINDEX): Define if not already defined.
957
a75bfaa6
JM
9582010-10-08 Joseph Myers <joseph@codesourcery.com>
959
960 * lto-lang.c (lto_init_options): Change to
961 lto_init_options_struct. Update parameters.
962 (LANG_HOOKS_INIT_OPTIONS): Don't define.
963 (LANG_HOOKS_INIT_OPTIONS_STRUCT): Define.
964
937f7f69
JH
9652010-10-06 Jan Hubicka <jh@suse.cz>
966
967 * lto.c (lto_balanced_map): Fix accounting of program size.
968
2169830c
JH
9692010-10-06 Jan Hubicka <jh@suse.cz>
970
971 * lto.c (lto_balanced_map): Do not produce empty partitions.
972
6e9bd0f8
AK
9732010-10-06 Andi Kleen <ak@linux.intel.com>
974
975 * lto.c (lto_process_name): Add.
976 (lto_main): Call lto_process_name.
977
06ed016f
JH
9782010-10-06 Jan Hubicka <jh@suse.cz>
979
980 * lto.c (partition_cgraph_node_p, partition_varpool_node_p): Handle
981 COMDATs required by the linker.
982
ae718d66
ILT
9832010-10-05 Ian Lance Taylor <iant@google.com>
984
985 * lto.c (lto_section_with_id): Make s a const pointer.
986
852e4bd2
JH
9872010-10-05 Jan Hubicka <jh@suse.cz>
988
989 * lto.c: Include params.h.
990 (add_cgraph_node_to_partition, add_varpool_node_to_partition): Do
991 refcounting in aux field.
992 (undo_partition, partition_cgraph_node_p, partition_varpool_node_p):
993 New functions.
994 (lto_1_to_1_map): Simplify.
995 (lto_balanced_map): New function.
996 (do_whole_program_analysis): Chose proper partitioning alg.
997 * Make-lang.in (lto.o): Add dependency on params.h
998
a90163e9
AK
9992010-10-04 Andi Kleen <ak@linux.intel.com>
1000
1001 * Make-lang.in (lto1): Add + to build rule.
1002
f1e92a43
AK
10032010-10-03 Andi Kleen <ak@linux.intel.com>
1004
1005 * lto.c (lto_file_finalize): Replace gcc_assert for missing section
1006 with fatal_error.
1007
0d6e14fd
JH
10082010-09-28 Jan Hubicka <jh@suse.cz>
1009
1010 * lto-lang.c (handle_leaf_attribute): New function.
1011 (lto_attribute_tables): Add leaf.
1012
fb462383
JZ
10132010-09-25 Jie Zhang <jie@codesourcery.com>
1014
1015 * lto.c (lto_read_all_file_options): Start a new line after
1016 printing out file names.
1017
051f8cc6
JH
10182010-09-24 Jan Hubicka <jh@suse.cz>
1019
1020 * lto.c (lto_promote_cross_file_statics): Use const_value_known_p.
1021
64e0f5ff
JH
10222010-09-20 Jan Hubicka <jh@suse.cz>
1023
1024 PR tree-optimize/45605
1025 * lto.c (lto_promote_cross_file_statics): Use const_value_known_p.
1026
a929ec3d
GP
10272010-09-18 Gerald Pfeifer <gerald@pfeifer.com>
1028
1029 * lto-elf.c (lto_obj_file_open): Also provide filename when
1030 elf_begin fails.
1031
4c588abf
JH
10322010-09-17 Jan Hubicka <jh@suse.cz>
1033
1034 * lto.c (lto_promote_cross_file_statics): Use const_value_known.
1035
c3224d6f
RG
10362010-09-17 Richard Guenther <rguenther@suse.de>
1037
1038 * lang.opt (flag_wpa): Also enable for the driver.
1039
52b3b3c7
JH
10402010-09-16 Jan Hubicka <jh@suse.cz>
1041
1042 * lto.c (lto_materialize_function): Do not tamper with STATIC and
1043 EXTERNAL flags.
1044
969c37b7
LB
10452010-09-15 Laurynas Biveinis <laurynas.biveinis@gmail.com>
1046
1047 * lto-tree.h (struct lang_type): Add variable_size GTY option.
1048
098a4f50
JH
10492010-09-08 Jan Hubicka <jh@suse.cz>
1050
1051 * lto.c (real_file_count, real_file_decl_data): New static vars.
1052 (read_cgraph_and_symbols): Use it.
1053
0f443ad0
RG
10542010-09-08 Richard Guenther <rguenther@suse.de>
1055
1056 * lto.c (read_cgraph_and_symbols): Collect again after each
1057 file.
1058
ee187353
JH
10592010-09-07 Jan Hubicka <jh@suse.cz>
1060
1061 * lto.c (promote_var, promote_fn): Set DECL_VISIBILITY_SPECIFIED.
1062
b3ec52d0
RG
10632010-09-03 Richard Guenther <rguenther@suse.de>
1064
1065 * lto-elf.c (validate_file): Always error if validation fails.
1066
f1395d4a
JH
10672010-08-20 Jan Hubicka <jh@suse.cz>
1068
1069 * lto.c (lto_1_to_1_map): Be prepared for node to have no file data.
1070 (lto_wpa_write_files): Update comments.
1071
2429bce3
L
10722010-08-20 H.J. Lu <hongjiu.lu@intel.com>
1073
1074 PR bootstrap/45357
1075 * lto.c (lto_materialize_function): Replace has_analyzed_clone
1076 with has_analyzed_clone_p.
1077
e0f967db
JH
10782010-08-20 Jan Hubicka <jh@suse.cz>
1079
1080 * lto.c (has_analyzed_clone_p): New function
1081 (lto_materialize_function): Use callgraph to determine if
1082 body is needed.
1083 (materialize_cgraph): Remove DECL_IS_BUILTIN check.
1084
ac47786e
NF
10852010-08-20 Nathan Froyd <froydnj@codesourcery.com>
1086
1087 * lto.c: Use FOR_EACH_VEC_ELT.
1088
d720b869
AK
10892010-07-27 Andi Kleen <ak@linux.intel.com>
1090
1091 * Make-lang.in (lto.o): Add dependency to splay-tree.h
1092
5f20c657
JM
10932010-07-27 Joseph Myers <joseph@codesourcery.com>
1094
1095 * lto-lang.c (lto_handle_option): Update prototype and return
1096 value type. Remove duplicate assignment to result.
1097
7a9bf9a4
JM
10982010-07-27 Joseph Myers <joseph@codesourcery.com>
1099
1100 * lto-lang.c (lto_option_lang_mask, lto_complain_wrong_lang_p):
1101 New.
1102 (lto_init_options): Update prototype.
1103 (LANG_HOOKS_OPTION_LANG_MASK, LANG_HOOKS_COMPLAIN_WRONG_LANG_P):
1104 Define.
1105
73ce4d1e
AK
11062010-07-10 Andi Kleen <ak@linux.intel.com>
1107
1108 PR lto/44992
1109 * lto.c: Include splay-tree.h
1110 (lto_resolution_read): Change to walk file_ids tree and parse
1111 extra file_id in resolution file.
1112 (lto_section_with_id): Add.
1113 (create_subid_section_table): Add.
1114 (lwstate): Add.
1115 (lto_create_files_from_ids): Add.
1116 (lto_file_read): Change to handle sub file ids and create list
1117 of file_datas. Add output argument for count.
1118 (get_section_data): Pass file_data to lto_get_section_name.
1119 (lto_flatten_file): Add.
1120 (read_cgraph_and_symbols): Handle linked lists of file_datas.
1121
2994ee14
AK
11222010-07-10 Andi Kleen <ak@linux.intel.com>
1123
1124 * lto-coff.c (hash_name, eq_name): Move.
1125 (lto_obj_build_section_table): Call lto_obj_create_section_hash_table.
1126 * lto-elf.c: (hash_name, eq_name): Move.
1127 (lto_obj_build_section_table): Call lto_obj_create_section_hash_table.
1128 * lto-macho.c: (hash_name, eq_name): Move.
1129 (lto_obj_build_section_table): Call lto_obj_create_section_hash_table.
1130 * lto.c: (hash_name, eq_name): Move from lto-*.c
1131 (lto_obj_create_section_hash_table): Add.
1132 (free_with_string): Add.
1133
718f9c0f
MLI
11342010-07-08 Manuel López-Ibáñez <manu@gcc.gnu.org>
1135
1136 * lto-coff.c: Include diagnostic-core.h in every file that
1137 includes toplev.h.
1138 * lto-elf.c: Likewise.
1139 * lto-lang.c: Likewise.
1140 * lto-macho.c: Likewise.
1141
1b137837
JJ
11422010-07-07 Jakub Jelinek <jakub@redhat.com>
1143
1144 * lto-elf.c (ELFOSABI_NONE, ELFOSABI_LINUX): Define if not defined.
1145 (validate_file): Allow merging of ELFOSABI_NONE with ELFOSABI_LINUX
1146 objects.
1147
92eb4438
JH
11482010-07-05 Jan Hubicka <jh@suse.cz>
1149
1150 * lto.c (add_cgraph_node_to_partition): Forward declare; walk also
1151 nodes from same comdat group as well as all comdat functions referenced
1152 here.
b9843260
EB
1153 (add_varpool_node_to_partition, add_references_to_partition): New
1154 function.
1155 (lto_1_1_map): Skip COMDAT fnctions/variables; use
1156 add_varpool_node_to_partition; clear aux flags when done.
1157 (lto_promote_cross_file_statics): Do not promote stuff that gets
1158 duplicated to each ltrans.
92eb4438 1159
a05541a9
JH
11602010-07-04 Jan Hubicka <jh@suse.cz>
1161
1162 * lto.c (read_cgraph_and_symbols): Dump cgraph before merging.
1163
4a2ac96f
RG
11642010-06-13 Richard Guenther <rguenther@suse.de>
1165
1166 * lto.c (lto_fixup_type): Do not register or fixup TYPE_CANONICAL.
1167
1d536046
KT
11682010-06-09 Kai Tietz <kai.tietz@onevision.com>
1169
1170 * lto.c (lto_resolution_read): Pre-initialize local variable r.
1171 * lto-coff.c (coff_write_object_file): Add braces to if.
1172
a9429e29
LB
11732010-06-08 Laurynas Biveinis <laurynas.biveinis@gmail.com>
1174
1175 * lto.c (lto_read_in_decl_state): Use typed GC allocation.
1176 (lto_file_read): Likewise.
1177 (new_partition): Likewise.
1178 (read_cgraph_and_symbols): Likewise.
1179
5498f011
JM
11802010-06-07 Joseph Myers <joseph@codesourcery.com>
1181
1182 * lto-lang.c (flag_no_builtin, flag_no_nonansi_builtin): Remove.
1183 (lto_handle_option): Don't set flag_signed_char here.
1184
d4c0c9f6
RG
11852010-06-04 Richard Guenther <rguenther@suse.de>
1186
1187 PR lto/41584
1188 * lto.c (lto_1_to_1_map): Use the proper file_data for
1189 varpool nodes.
1190
0a5fa5a1
JH
11912010-05-30 Jan Hubicka <jh@suse.cz>
1192
1193 * lto.c (promote_var, promote_fn, lto_wpa_write_files): Dump
1194 partitioning decisions.
1195
9eec9488
JH
11962010-05-29 Jan Hubicka <jh@suse.cz>
1197
1198 * lto.c (bitmap vector): Remove.
1199 (lto_cgraph_node_sets, lto_varpool_node_sets): Remove.
1200 (ltrans_partition_def): New structure.
1201 (ltrans_partition): New type and VECtor.
1202 (new_partition): New function.
1203 (add_cgraph_node_to_partition): New function.
1204 (lto_1_to_1_map): Reorganize for partitions.
1205 (lto_add_inline_clones): Remove.
1206 (lto_add_all_inlinees): Remove.
1207 (lto_promote_cross_file_statics): Use partitions.
1208 (cmp_partitions): New function.
1209 (lto_wpa_write_files): Do not call lto_add_all_inlinees;
1210 use partitions; output files sorted by size.
1211
3e097227
SB
12122010-05-29 Steven Bosscher <steven@gcc.gnu.org>
1213
1214 * Make-lang.in: Replace vec.h dependency with VEC_H.
1215
7ca92787
JM
12162010-05-28 Joseph Myers <joseph@codesourcery.com>
1217
1218 * lto-coff.c (coff_errmsg): Remove.
1219 (lto_coff_begin_section_with_type, lto_obj_append_data): Use %m in
1220 errors instead of coff_errmsg (-1).
1221 * lto-macho.c (mach_o_errmsg): Remove.
1222 (lto_obj_begin_section, lto_obj_append_data): Use %m in errors
1223 instead of mach_o_errmsg (-1).
1224 * lto.c (read_cgraph_and_symbols): Use %m in errors instead of
1225 xstrerror (errno).
1226
b5611987
RG
12272010-05-28 Richard Guenther <rguenther@suse.de>
1228
1229 * lto.c (prefix_name_with_star): Removed.
1230 (strip_extension): Likewise.
1231 (get_filename_for_set): Likewise.
1232 (lto_write_ltrans_list): Fold into ...
1233 (lto_wpa_write_files): ... this. Name LTRANS units
1234 by suffixing the ltrans output list filename.
1235 (do_whole_program_analysis): Adjust.
1236
1da2ed5f
JM
12372010-05-27 Joseph Myers <joseph@codesourcery.com>
1238
1239 * lto.c: Include diagnostic-core.h instead of diagnostic.h.
1240 (read_cgraph_and_symbols, lto_main): Use seen_error.
1241 * Make-lang.in (lto/lto.o): Update dependencies.
1242
7951d88a
EB
12432010-05-27 Eric Botcazou <ebotcazou@adacore.com>
1244
1245 PR lto/44230
1246 * lto.h (lto_eh_personality): New prototype.
1247 * lto.c: Include debug.h.
1248 (first_personality_decl): New static variable.
1249 (lto_materialize_function): Set it to DECL_FUNCTION_PERSONALITY of the
1250 first function for which it is non-null.
1251 (lto_eh_personality_decl): New static variable.
1252 (lto_eh_personality): New function.
1253 * lto-lang.c (LANG_HOOKS_EH_PERSONALITY): Redefine to above function.
1254 * Make-lang.in (lto/lto.o): Add dependency on debug.h.
1255
e12da9c2
SB
12562010-05-26 Steven Bosscher <steven@gcc.gnu.org>
1257
1258 * lto-lang.c: Do not include expr.h.
1259
468194f4
RG
12602010-05-24 Richard Guenther <rguenther@suse.de>
1261
1262 * lto-elf.c (lto_obj_build_section_table): Work around
1263 FreeBSD libelf issue.
1264
bd9eb5da
RG
12652010-05-22 Richard Guenther <rguenther@suse.de>
1266
1267 * lto.c (read_cgraph_and_symbols): Do not collect.
1268
66576e1b
JH
12692010-05-20 Jan Hubicka <jh@suse.cz>
1270
1271 * lto.c (promote_var, promote_fn): New functions.
1272 (lto_promote_cross_file_statics): Compute correctly boundary including
1273 static initializers of readonly vars.
1274
36576655
JH
12752010-05-18 Jan Hubicka <jh@suse.cz>
1276
66576e1b 1277 * lto.c (lto_1_to_1_map): Partition non-inline clones.
36576655
JH
1278 (lto_promote_cross_file_statics): Deal with non-inline clones.
1279
28632d63
JH
12802010-05-18 Jan Hubicka <jh@suse.cz>
1281
1282 * lto.c (lto_materialize_function): Announce function when
1283 reading body; allocate_struct_function only when reading body;
1284 do not finalize local statics; ggc_collect after reading;
1285 do not mark reachable node.
1286 (materialize_cgraph): Do not announce function.
1287
33e42d56
JH
12882010-05-11 Jan Hubicka <jh@suse.cz>
1289
1290 * lto.c (materialize_cgraph): Revert my previous patch.
1291
f6430ea5
KT
12922010-05-11 Kai Tietz <kai.tietz@onevision.com>
1293
1294 * lto-coff.c (IMAGE_FILE_MACHINE_ADM64): Rename to
1295 IMAGE_FILE_MACHINE_AMD64.
1296 * lto-coff.c (IMAGE_FILE_MACHINE_ADM64): Likewise.
1297
0a0b07b7
JH
12982010-05-11 Jan Hubicka <jh@suse.cz>
1299
1300 * lto.c (lto_fixup_decls): Remove global var decls freeing here.
1301 (materialize_cgraph): Add it here.
1302
9a809897
JH
13032010-05-11 Jan Hubicka <jh@suse.cz>
1304
1305 * lto.c (lto_fixup_decls): Free no longer needed lto_global_var_decls
1306 vector.
1307
13082010-05-11 Jan Hubicka <jh@suse.cz>
1309
1310 * lto.c (lto_1_to_1_map): Remove some no longer needed checks.
1311 (lto_promote_cross_file_statics): Never promote DECL_EXTERNAL;
1312 use reachable_from_other_partition_p and
1313 referenced_from_other_partition_p test.
1314
94f64249
KT
13152010-05-11 Kai Tietz <kai.tietz@onevision.com>
1316
1317 * lto-coff.c (validate_file): Add x64-coff support.
1318 * lto-coff.h (IMAGE_FILE_MACHINE_ADM64): New.
1319 (COFF_KNOWN_MACHINES): Add IMAGE_FILE_MACHINE_ADM64.
1320 * lto-lang.c (lto_build_c_type_nodes): Add check for
1321 'long long unsigned int' for x64-windows.
1322 (lto_init): Likewise.
1323
1324
c082f9f3
SB
13252010-05-07 Steven Bosscher <steven@gcc.gnu.org>
1326
1327 * lto.h (struct lto_file_struct): Document offset member.
1328 * lto-endian.h: New file.
1329 * lto-macho.h: New file.
1330 * lto-macho.c: New file.
1331 * Make-lang.in: Add rule for lto-macho.o.
1332
5cd0e96b
RG
13332010-05-07 Richard Guenther <rguenther@suse.de>
1334
1335 PR lto/43857
1336 PR lto/43371
1337 * lang.opt (fresolution): Change to ...
1338 (fresolution=): ... this.
1339 * lto-lang.c (lto_handle_option): Adjust.
1340
48cf395b
RB
13412010-05-07 Richard Guenther <rguenther@suse.de>
1342
1343 * lto.c (DUMPBASE_SUFFIX): Remove.
1344 (lto_execute_ltrans): Move functionality to lto-wrapper.c.
1345 Rename to ...
1346 (lto_write_ltrans_list): ... only output the list of ltrans files.
1347 (lto_maybe_unlink): Remove.
1348 (do_whole_program_analysis): Do not execute LTRANS phase
1349 from here.
1350
afa83c15
L
13512010-05-06 H.J. Lu <hongjiu.lu@intel.com>
1352
1353 * lto-lang.c (lto_handle_option): Add argument kind.
1354
369451ec
JH
13552010-05-05 Jan Hubicka <jh@suse.cz>
1356
48cf395b
RB
1357 * lto.c (lto_promote_cross_file_statics): Compute boundary based on
1358 refs.
369451ec 1359
2f41ecf5
JH
13602010-05-05 Jan Hubicka <jh@suse.cz>
1361
1362 * lto.c (lto_1_to_1_map): Partition only needed nodes.
1363
ace72c88
JH
13642010-04-30 Jan Hubicka <jh@suse.cz>
1365
b9843260
EB
1366 * lto.c (get_filename_for_set): Look for cgraph node and if none found,
1367 use default name.
ace72c88
JH
1368 (lto_wpa_write_files): Write any non-empty partition.
1369
05575e07
JH
13702010-04-30 Jan Hubicka <jh@suse.cz>
1371
1372 * lto.c: Do not attempt to make constant pool references global.
1373
49ba8180
JH
13742010-04-28 Jan Hubicka <jh@suse.cz>
1375
1376 * lto/lto.c (lto_read_in_decl_state): Use GGC.
1377 (lto_wpa_write_files): Announce what we are writting.
1378 (all_file_decl_data): New.
1379 (read_cgraph_and_symbols): Use GGC; correct timevars.
1380 (do_whole_program_analysis): Collect.
1381 * lto/Make-lang.in (lto.o): Fix dependency.
1382 * Makefile.in (GTFILES): Add lto-streamer.h.
1383 * varpool.c (varpool_analyze_pending_decls): Use TV_VARPOOL.
1384 (varpool_assemble_pending_decls): Use VAROUT.
1385 * lto-streamer.h (lto_tree_ref_table): Annotate.
1386 (lto_in_decl_state): Annotate.
1387 (lto_file_decl_data): Annotate.
1388
2942c502
JH
13892010-04-28 Jan Hubicka <jh@suse.cz>
1390
1391 * lto.c (lto_varpool_node_sets): New.
1392 (lto_1_to_1_map): Partition varpool too.
1393 (globalize_context_t, globalize_cross_file_statics,
1394 lto_scan_statics_in_ref_table, lto_scan_statics_in_cgraph_node,
1395 lto_scan_statics_in_remaining_global_vars): Remove.
1396 (lto_promote_cross_file_statics): Rewrite.
1397 (get_filename_for_set): Take vset argument.
1398 (lto_wpa_write_files): Pass around vsets.
1399
3bec79c5
DK
14002010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
1401
1402 PR lto/42776
1403 * Make-lang.in (LTO_OBJS): Use LTO_BINARY_READER instead of
1404 hardcoding 'lto-elf.o'.
1405 ($(LTO_EXE)): Use LTO_USE_LIBELF instead of hardcoding '-lelf'.
1406
1407 * lto-coff.h: New file.
1408 * lto-coff.c: Likewise.
1409
21aac880
RG
14102010-04-26 Richard Guenther <rguenther@suse.de>
1411
1412 * lto.c (lto_fixup_type): Deal with non-type TYPE_CONTEXT.
1413
2cee0101
DK
14142010-04-26 Dave Korn <dave.korn.cygwin@gmail.com>
1415
1416 * lto.h (lto_elf_file_open): Rename prototype from this ...
1417 (lto_obj_file_open): ... to this.
1418 (lto_elf_file_close): Likewise ...
1419 (lto_obj_file_close): ... and likewise.
1420 (lto_elf_build_section_table): Likewise ...
1421 (lto_obj_build_section_table): ... and likewise.
1422 (lto_elf_begin_section): Likewise ...
1423 (lto_obj_begin_section): ... and likewise.
1424 (lto_elf_append_data): Likewise ...
1425 (lto_obj_append_data): ... and likewise.
1426 (lto_elf_end_section): Likewise ...
1427 (lto_obj_end_section): ... and likewise.
1428 * lto.c (lto_file_read): Update references to the above.
1429 (lto_wpa_write_files): Likewise.
1430 (lto_read_all_file_options): Likewise.
1431 (read_cgraph_and_symbols): Likewise.
1432 * lto-lang.c (LANG_HOOKS_BEGIN_SECTION): Likewise.
1433 (LANG_HOOKS_APPEND_DATA): Likewise.
1434 (LANG_HOOKS_END_SECTION): Likewise.
1435 * lto-elf.c (lto_elf_file_open): Rename from this ...
1436 (lto_obj_file_open): ... to this, updating any references.
1437 (lto_elf_file_close): Likewise ...
1438 (lto_obj_file_close): ... and likewise.
1439 (lto_elf_build_section_table): Likewise ...
1440 (lto_obj_build_section_table): ... and likewise.
1441 (lto_elf_begin_section): Likewise ...
1442 (lto_obj_begin_section): ... and likewise.
1443 (lto_elf_append_data): Likewise ...
1444 (lto_obj_append_data): ... and likewise.
1445 (lto_elf_end_section): Likewise ...
1446 (lto_obj_end_section): ... and likewise.
1447
bc58d7e1
JH
14482010-04-21 Jan Hubicka <jh@suse.cz>
1449
1450 * lto.c (lto_fixup_tree): Do not call wpa fixup.
1451 (materialize_cgraph): Likewise.
1452
e792884f
JH
14532010-04-21 Jan Hubicka <jh@suse.cz>
1454
1455 * lto.c (lto_wpa_write_files): Update.
1456 (read_cgraph_and_symbols): Be more verbose.
1457 (materialize_cgraph): Likewise.
1458 (do_whole_program_analysis): Likewise.
1459
c9945504
JH
14602010-04-21 Jan Hubicka <jh@suse.cz>
1461
1462 * lto.c (globalize_cross_file_statics): When function has address taken,
1463 it needs to be public.
1464
a837268b
JH
14652010-04-20 Jan Hubicka <jh@suse.cz>
1466
1467 * lto.c (lto_add_inline_clones): Do not track inlined_decls.
1468 (lto_add_all_inlinees): Likewise.
1469 (lto_wpa_write_files): Likewise.
1470
3b9e5d95
EB
14712010-04-18 Eric Botcazou <ebotcazou@adacore.com>
1472
1473 * lto-lang.c (lto_init): Remove second argument in call to
1474 build_common_tree_nodes.
1475
8ccb78f2
RO
14762010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1477
1478 * lto-elf.c [!HAVE_ELF_GETSHDRSTRNDX] (elf_getshdrstrndx): New
1479 function.
1480
2f9b99e6
EB
14812010-03-09 Eric Botcazou <ebotcazou@adacore.com>
1482
1483 PR bootstrap/43276
1484 * lto-elf.c: Define EM_* constants if not already defined.
1485
bef7d288
EB
14862010-03-03 Eric Botcazou <ebotcazou@adacore.com>
1487
1488 * lto-elf.c (is_compatible_architecture): New static function.
1489 (DEFINE_VALIDATE_EHDR): Use it to validate the architecture.
1490
f68df07c
RG
14912010-02-11 Richard Guenther <rguenther@suse.de>
1492
1493 PR driver/43021
1494 * lto-elf.c (lto_elf_file_open): Handle file@offset case more
1495 appropriately.
1496
3cdea2b4
AH
14972010-01-11 Andy Hutchinson <hutchinsonandy@gcc.gnu.org>
1498
1499 * lto.c (O_BINARY): Define.
1500 (lto_read_section_data): Open file in binary mode.
1501 * lto-elf.c (O_BINARY): Define.
1502 (lto_elf_file_open): Open file in binary mode.
1503
c59449fa
RG
15042010-01-08 Richard Guenther <rguenther@suse.de>
1505
1506 PR lto/42528
1507 * lto-lang.c (lto_handle_option): Handle -f[un]signed-char.
1508 (lto_init): Do not init char_type_node in a standard way
1509 but according to flag_signed_char.
1510
d7fb0a6d
L
15112010-01-03 H.J. Lu <hongjiu.lu@intel.com>
1512
1513 PR lto/41564
1514 * lto.c (DUMPBASE_SUFFIX): New.
1515 (lto_execute_ltrans): Append a sequence number to -dumpbase
1516 for LTRANS.
1517
78ce4053
L
15182010-01-02 H.J. Lu <hongjiu.lu@intel.com>
1519
1520 PR lto/42580
1521 * lto-elf.c (lto_elf_file_open): Stop if the command line
1522 option file is missing.
1523
2a71eb48
RG
15242009-12-15 Richard Guenther <rguenther@suse.de>
1525
1526 * lto.c (lto_fixup_field_decl): Fixup DECL_FIELD_OFFSET.
1527 (lto_post_options): Do not disable debuginfo.
1528
a818bca1
DG
15292009-12-14 Dmitry Gorbachev <d.g.gorbachev@gmail.com>
1530
1531 * Make-lang.in ($(LTO_EXE)): Use $(LINKER).
1532
e7d00517
RG
15332009-12-11 Richard Guenther <rguenther@suse.de>
1534
1535 PR lto/42037
1536 * lto.c (lto_resolution_read): Properly grow the vector.
1537
1ab53893
RG
15382009-12-11 Richard Guenther <rguenther@suse.de>
1539
1540 PR lto/41915
1541 * lto-lang.c (lto_init_options): Initialize flag_complex_method
1542 to the C99 default. Do not set flag_unit_at_a_time.
1543
0f900dfa
JJ
15442009-11-28 Jakub Jelinek <jakub@redhat.com>
1545
1546 * lto-lang.c (handle_nonnull_attribute): Remove unused attr_arg_num
1547 variable.
1548
92fa7608
RAE
15492009-11-19 Rafael Avila de Espindola <espindola@google.com>
1550
1551 PR bootstrap/42096
1552 * lto-elf.c (lto_elf_file_open): Use lto_parse_hex.
1553 * lto.c (lto_parse_hex): New.
1554 (lto_resolution_read): Use lto_parse_hex.
1555 * lto.h (lto_parse_hex): New.
1556
9870fe4f
RAE
15572009-11-17 Rafael Avila de Espindola <espindola@google.com>
1558
1559 * lto-elf.c (lto_file_init): Add offset argument.
1560 (lto_elf_file_open): Record the offset.
1561 * lto.c (lto_resolution_read): Change file_name into a lto_file
1562 argument. Check offsets.
1563 (lto_file_read): Update call to lto_resolution_read.
1564 * lto.h (lto_file_struct): Add the offset field.
1565
1b70729f
RAE
15662009-11-16 Rafael Avila de Espindola <espindola@google.com>
1567
1568 * lto-elf.c (lto_elf_file_open): Use strtoll to parse the offset.
1569
0e3776db
JH
15702009-11-14 Jan Hubicka <jh@suse.cz>
1571
1572 * lto.c (read_cgraph_and_symbols): Set also ipa_transforms_to_apply.
1573
06bd7f56
RAE
15742009-11-12 Rafael Avila de Espindola <espindola@google.com>
1575
1576 * lang.opt (fresolution): Renamed from resolution.
1577 * lto-lang.c (lto_handle_option): Handle new option name.
1578 * lto.c (lto_resolution_read): Add more checks. Discard rest of line.
1579
7e9dc421
RG
15802009-11-04 Richard Guenther <rguenther@suse.de>
1581 Rafael Avila de Espindola <espindola@google.com>
1582
1583 * lto-elf.c (lto_elf_build_section_table): Add the base offset.
1584 (lto_elf_file_open): Handle offsets in arguments name@offest.
1585
b207f900
RG
15862009-10-30 Richard Guenther <rguenther@suse.de>
1587
1588 PR lto/41858
1589 * lto.c (lto_file_read): Do not set file_data->fd.
1590 (lto_read_section_data): Use a single-entry file-descriptor cache.
1591 Do not check the result of xmalloc.
1592 (free_section_data): Do not use file_data->fd.
1593 (lto_read_all_file_options): Likewise.
1594
2c928155
RG
15952009-10-22 Richard Guenther <rguenther@suse.de>
1596
1597 * lto.c (lto_fixup_jump_functions): Remove.
1598 (lto_fixup_decls): Do not fixup jump functions.
1599 (read_cgraph_and_symbols): Schedule cgraph merging after
1600 summary reading. Schedule type and decl fixup before
1601 summary reading.
1602
f9c91f8a
RB
16032009-10-22 Richard Guenther <rguenther@suse.de>
1604
1605 * lto.c (lto_fixup_data_t): Remove free_list member.
1606 (lto_fixup_tree): Do not insert into free_list.
1607 (free_decl): Remove.
1608 (lto_fixup_decls): Remove free-list handling.
1609
fb3f88cc
JH
16102009-10-22 Jan Hubicka <jh@suse.cz>
1611
1612 * lto.c (lto_fixup_jump_functions): New function.
1613 (lto_fixup_decls): Use it.
1614
35f1e9f4
RG
16152009-10-16 Richard Guenther <rguenther@suse.de>
1616
1617 PR lto/41715
1618 * lto.c (lto_fixup_tree): Revert last change.
1619
200c8750
RG
16202009-10-14 Richard Guenther <rguenther@suse.de>
1621
1622 * lto.c (lto_fixup_tree): In case the prevailing decl is not
1623 compatible with the one we replace wrap it around a
1624 VIEW_CONVERT_EXPR.
1625
b1b07c92
RG
16262009-10-09 Richard Guenther <rguenther@suse.de>
1627
1628 PR lto/41635
1629 PR lto/41636
1630 * lto.c (read_cgraph_and_symbols): Do not assert we can open
1631 a file.
1632 * lto-elf.c (init_shdr##BITS): Fix i18n problems.
1633 (init_ehdr##BITS): Likewise.
1634
3c2e7d45
JM
16352009-10-08 Joseph Myers <joseph@codesourcery.com>
1636
1637 * lto-elf.c (init_shdr##BITS, lto_elf_begin_section_with_type,
1638 init_ehdr##BITS, lto_elf_file_close): Remove trailing "." from
1639 diagnostics.
1640 * lto-lang.c (lto_post_options): Remove trailing "." from
1641 diagnostics.
1642
0d0bfe17
RG
16432009-10-08 Richard Guenther <rguenther@suse.de>
1644
1645 * lto.c (read_cgraph_and_symbols): Free the gimple type merging
1646 hash tables.
1647
4bedf19a
JM
16482009-10-07 Joseph Myers <joseph@codesourcery.com>
1649
1650 * lto.c: Only include <sys/mman.h> if HAVE_MMAP_FILE.
1651
b20996ff
JH
16522009-10-07 Jan Hubicka <jh@suse.cz>
1653
1654 * lto.c (read_cgraph_and_symbols): Mark functions neccesary only at
1655 ltrans stage; explain why this is needed and should not.
1656
1a735925
RG
16572009-10-05 Richard Guenther <rguenther@suse.de>
1658
1659 PR lto/41552
1660 PR lto/41487
1661 * lto.c (lto_read_decls): Do not register deferred decls.
1662 (read_cgraph_and_symbols): Delay symbol and cgraph merging
1663 until after reading the IPA summaries.
1664
d7f09764
DN
16652009-10-02 Rafael Avila de Espindola <espindola@google.com>
1666
1667 * Make-lang.in (lto/lto-lang.o): Don't depend on lto/common.h.
1668 (lto-lang.c): Don't include lto/common.h.
1669
16702009-10-02 Rafael Avila de Espindola <espindola@google.com>
1671
1672 * Make-lang.in (LTO_OBJS): Remove lto/common.o.
1673 (lto/common.o): Remove.
1674 * common.c: Remove.
1675 * common.h (lto_kind_str): Remove.
1676 (lto_visibility_str): Remove.
1677 (lto_resolution_str): Make it static.
1678
16792009-10-01 Diego Novillo <dnovillo@google.com>
1680
1681 * lto.c (lto_read_decls): Add comment.
1682 Call internal_error instead of gcc_assert.
1683 (lto_resolution_read): Likewise.
1684 (lto_add_all_inlinees): Tidy.
1685 * Make-lang.in: Fix copyright boilerplate.
1686 (lto.pdf): New.
1687 (lto.install-pdf): New.
1688 * lto-tree.h: Fix copyright boilerplate.
1689 * lang-specs.h: Likewise.
1690 Remove ".lto" entry from compilers fragment.
1691 * lto-elf.c: Move inclusion of gelf.h after config.h.
1692 Tidy formatting everywhere.
1693 * lto.h: Fix copyright boilerplate.
1694 Tidy formatting everywhere.
1695 * common.c: Likewise.
1696 * config-lang.in: Likewise.
1697 * common.h: Likewise.
1698 * lto-lang.c: Likewise.
1699
17002009-10-01 Richard Guenther <rguenther@suse.de>
1701
1702 * lto.c (lto_read_section_data): Use plain lseek/read.
1703
17042009-10-01 Richard Guenther <rguenther@suse.de>
1705
1706 * lto.c (LTO_MMAP_IO): Define if we can mmap files and
1707 use sysconf to query the system page size.
1708 (lto_file_read): Implement fallback using stdio.
1709 (free_section_data): Likewise.
1710
17112009-09-29 Diego Novillo <dnovillo@google.com>
1712
1713 * lto-lang.c (lto_init): Really fix call to
1714 build_common_builtin_nodes.
1715
17162009-09-29 Diego Novillo <dnovillo@google.com>
1717
1718 * lto-lang.c (lto_init): Fix call to
1719 build_common_builtin_nodes.
1720
17212009-09-29 Richard Guenther <rguenther@suse.de>
1722
1723 PR lto/40754
1724 * lto-elf.c (init_shdr##BITS): Properly specify alignment
1725 in bytes.
1726 (first_data_block): New static variable.
1727 (lto_elf_append_data): Align the first data block in each
1728 section.
1729
17302009-09-28 Diego Novillo <dnovillo@google.com>
1731
1732 * lto-lang.c: Tidy. Remove stale FIXME lto markers.
1733 * lto.c (strip_extension): New.
1734 (get_filename_for_set): Call it. Do not call make_cwd_temp_file.
1735 (lto_execute_ltrans): Tidy.
1736 Do not pass -fwpa nor -fltrans-* to LTRANS.
1737 * opts.c: Tidy formatting and remove stale FIXME lto markers.
1738 * tree.c (need_assembler_name_p): Call
1739 lang_hooks.decls.may_need_assembler_name_p if set.
1740 * varasm.c (default_binds_local_p_1): Remove check for
1741 flag_ltrans.
1742 * varpool.c (decide_is_variable_needed): Do not test for
1743 in_lto_p.
1744
17452009-09-22 Richard Guenther <rguenther@suse.de>
1746
1747 PR lto/39276
1748 * lto.c (lto_execute_ltrans): Perform ltrans phase manually.
1749 * Make-lang.in: Remove ltrans-driver stuff.
1750 * config-lang.in: Likewise.
1751 * lang.opt (fltrans-driver): Remove.
1752 * lto-lang.c (lto_init_options): Remove code initializing
1753 ltrans_driver.
1754 * ltrans-driver: Remove.
1755
17562009-09-21 Diego Novillo <dnovillo@google.com>
1757
1758 * lto-lang.c (lto_define_builtins): Remove superfluous
1759 calls to targetm.init_builtins and build_common_builtin_nodes.
1760 (lto_init): Add targetm.arm_eabi_unwinder as parameter to
1761 build_common_builtin_nodes.
1762 * lto.c (lto_materialize_function): Do nothing if NODE is a
1763 clone.
1764
17652009-09-03 Diego Novillo <dnovillo@google.com>
1766
1767 * lto-elf.c (validate_file): Replace call to
1768 elf_getshstrndx with call to elf_getshdrstrndx.
1769
17702009-08-19 Richard Guenther <rguenther@suse.de>
1771
1772 * lto-lang.c (lto_init): Merge char_type_node with the
1773 appropriately signed variant.
1774
17752009-08-19 Richard Guenther <rguenther@suse.de>
1776
1777 PR lto/41071
1778 * lto.c (lto_fixup_common): Re-build the pointer-to chain part one.
1779 (lto_fixup_type): Re-build the pointer-to chain part two.
1780
17812009-08-19 Richard Guenther <rguenther@suse.de>
1782
1783 PR lto/41071
1784 * lto.c (lto_fixup_type): Re-build the type variant chain.
1785
17862009-08-19 Richard Guenther <rguenther@suse.de>
1787
1788 PR lto/41071
1789 * lto.c (lto_fixup_constructor): New function.
1790 (lto_fixup_tree): Replace all types. Properly fixup
1791 constructors and constants.
1792
17932009-08-14 Richard Guenther <rguenther@suse.de>
1794
1795 * lto.c (read_cgraph_and_symbols): Exchange TREE_CHAIN use
1796 for DECL_LANG_SPECIFIC.
1797
17982009-08-13 Richard Guenther <rguenther@suse.de>
1799
1800 PR lto/41032
1801 * lto-lang.c (LANG_HOOKS_TYPES_COMPATIBLE_P): Define to NULL.
1802
18032009-07-30 Richard Guenther <rguenther@suse.de>
1804
1805 PR lto/40903
1806 * lto.c (read_cgraph_and_symbols): After fixing up decls choose
1807 the largest decl for output and free TREE_CHAIN for further
1808 use.
1809
18102009-07-24 Diego Novillo <dnovillo@google.com>
1811
1812 * Make-lang.in: Add empty lto.install-plugin target.
1813
18142009-07-13 Diego Novillo <dnovillo@google.com>
1815
1816 * lto.c (lto_fixup_tree): Handle IMPORTED_DECL.
1817
18182009-07-11 Richard Guenther <rguenther@suse.de>
1819
1820 * lto-lang.c (lto_write_globals): Wrapup global decls.
1821
18222009-07-10 Richard Guenther <rguenther@suse.de>
1823
1824 * lto-lang.c (lto_init): Allocate one more location to make
1825 BUILTINS_LOCATION correct.
1826
18272009-07-09 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1828
1829 * lto.c (free_section_data): Cast computed_offset to caddr_t.
1830
18312009-07-06 Diego Novillo <dnovillo@google.com>
1832
1833 * lto.c (lto_fixup_type): Fixup TYPE_SIZE and
1834 TYPE_SIZE_UNIT.
1835
18362009-07-06 Diego Novillo <dnovillo@google.com>
1837
1838 * lto.c (preload_common_nodes): Remove.
1839 (lto_read_in_decl_state): Call lto_streamer_cache_get.
1840 (lto_read_decls): Call lto_data_in_create and
1841 lto_data_in_delete.
1842 (free_decl): Do not call ggc_free.
1843 (lto_main): Call lto_init_reader.
1844 * lto-lang.c (lto_type_for_size): Handle intTI_type_node.
1845 (lto_init): Initialize main_identifier_node if needed.
1846 Make ptrdiff_type_node be integer_type_node.
1847
18482009-06-19 Diego Novillo <dnovillo@google.com>
1849
1850 * lto.c: Remove code guarded by #ifdef LTO_STREAM_DEBUGGING.
1851 Remove code guarded by #ifdef GLOBAL_STREAMER_TRACE.
1852 Remove code guarded by #ifdef LOCAL_TRACE.
1853
18542009-06-18 Diego Novillo <dnovillo@google.com>
1855
1856 * lto.c: Update license to GPLv3.
1857 * lto-elf.c: Likewise.
1858 * common.c: Likewise.
1859 * lto-lang.c: Likewise.
1860 * lto.h: Remove superfluous include files. Update all
1861 users.
1862
18632009-06-17 Diego Novillo <dnovillo@google.com>
1864
1865 * lto.c (read_cgraph_and_symbols): Call input_cgraph.
1866
18672009-06-02 Diego Novillo <dnovillo@google.com>
1868
1869 * lto.c (lto_1_to_1_map): Ignore nodes that have not been
1870 read in.
1871 (materialize_cgraph): Only materialize nodes that have a
1872 representation on file.
1873
18742009-06-01 Diego Novillo <dnovillo@google.com>
1875
1876 * lto-lang.c (lto_handle_option): Hanlde OPT_Wabi.
1877
18782009-05-31 Diego Novillo <dnovillo@google.com>
1879
1880 * lto-lang.c (lto_type_for_mode): Handle all the modes
1881 handled in c_common_type_for_mode.
1882
18832009-05-21 Diego Novillo <dnovillo@google.com>
1884
1885 * lto-elf.c: Always include <gelf.h>.
1886 * config-lang.in (target_libs): Remove.
1887 (build_by_default): Set to no.
1888
18892009-05-15 Diego Novillo <dnovillo@google.com>
1890
1891 * lto.c (lto_materialize_function): Assert that DECL is
1892 not a builtin.
1893 (materialize_cgraph): Don't try to materialize builtin
1894 functions.
1895 * lto-section-out.c (write_symbol_vec): Do not write
1896 builtin functions.
1897
18982009-05-13 Diego Novillo <dnovillo@google.com>
1899
1900 * lto-lang.c (LANG_HOOKS_GET_ALIAS_SET): Define.
1901
19022009-05-07 Diego Novillo <dnovillo@google.com>
1903
1904 * lto.c (lto_resolution_read): Add type casts for C++ warnings.
1905 (LTO_REGISTER_TYPE_AND_FIXUP_SUBTREE): Define.
1906 (lto_fixup_type): Call it for TYPE_POINTER_TO,
1907 TYPE_REFERENCE_TO, TYPE_CONTEXT and TYPE_CANONICAL.
1908 (lto_fixup_tree): Call gimple_register_type when *TP is a
1909 type.
1910 (lto_main): Call bitmap_obstack_initialize.
1911
19122009-04-22 Diego Novillo <dnovillo@google.com>
1913
1914 * lto.c (free_section_data): Tidy.
1915 (lto_1_to_1_map): Tidy.
1916 (lto_add_all_inlinees): Tidy.
1917 (prefix_name_with_star): New.
1918 (get_filename_for_set): New.
1919 (lto_wpa_write_files): Call cgraph_node_set_needs_ltrans_p
1920 to determine what cgraph node sets to write.
1921 Call get_filename_for_set to compute temporary file
1922 names.
1923 (lto_execute_ltrans): Do not execute LTRANS on files with
1924 names that start with '*'.
1925 Move logic to execute LTRANS together so that LTRANS is
1926 invoked only if there are any files to compile.
1927 (do_whole_program_analysis): Only remove output files
1928 that do not start with '*'.
1929
19302009-04-06 Diego Novillo <dnovillo@google.com>
1931
1932 * lto-lang.c (lto_post_options): Set flag_excess_precision_cmdline.
1933 * lto.c (read_cgraph_and_symbols): Set cgraph_function_flags_ready.
1934 (lto_add_all_inlinees): Tidy.
1935
19362009-03-26 Diego Novillo <dnovillo@google.com>
1937
1938 * lto.c: Include gimple.h.
1939 (lto_read_in_decl_state): Call gimple_register_type for
1940 every type in every stream.
1941 (lto_fixup_common): Call gimple_register_type if T has a
1942 type.
1943 (do_whole_program_analysis): Call print_lto_report.
1944 (lto_main): Call print_lto_report after cgraph_optimize.
1945 * Make-lang.in (lto.o): Add dependency on GIMPLE_H.
1946
19472009-03-24 Diego Novillo <dnovillo@google.com>
1948
1949 * Make-lang.in (lto-lang.o): Add dependency on TARGET_H and EXPR_H.
1950 (lto.o): Add dependency on GIMPLE_H.
1951
19522009-03-10 Simon Baldwin <simonb@google.com>
1953
1954 * lto.c (lto_read_all_file_options): Close any open file descriptor
1955 contained in file_data before freeing.
1956
19572009-02-24 Rafael Avila de Espindola <espindola@google.com>
1958
1959 * lto.c (lto_add_inline_clones): Don't add the master clone. Check
1960 for a decl in the original bitmap, not a node.
1961 (lto_add_all_inlinees): Remove original nodes that are not needed.
1962 (lto_scan_statics_in_cgraph_node): Don't care if the node is the master.
1963
19642009-02-24 Diego Novillo <dnovillo@google.com>
1965
1966 * lto.c (lto_materialize_function): Update
1967 lto_stats.num_function_bodies.
1968 (get_section_data): Initialize *LEN to 0.
1969 (lto_1_to_1_map): Update lto_stats.num_cgraph_partitions.
1970 (lto_wpa_write_files): Update lto_stats.num_cgraph_nodes.
1971 Update lto_stats.num_output_files.
1972 (read_cgraph_and_symbols): Update lto_stats.num_input_files.
1973 (materialize_cgraph): Update lto_stats.num_input_cgraph_nodes.
1974 (lto_main): Initialize lto_stats.
1975 If flag_lto_report is set, call print_lto_report.
1976
19772009-02-19 Diego Novillo <dnovillo@google.com>
1978
1979 Revert
1980
1981 2009-02-19 Rafael Avila de Espindola <espindola@google.com>
1982
1983 * lto.c (lto_add_inline_clones): Don't add the
1984 master clone. Check for a decl in the original
1985 bitmap, not a node.
1986 (lto_add_all_inlinees): Remove original nodes
1987 that are not needed.
1988 (lto_scan_statics_in_cgraph_node): Don't care if
1989 the node is the master.
1990 (lto_promote_cross_file_statics): Use a new
1991 context.seen_node_decls for each set
1992
19932009-02-19 Rafael Avila de Espindola <espindola@google.com>
1994
1995 * lto.c (lto_add_inline_clones): Don't add the master clone. Check
1996 for a decl in the original bitmap, not a node.
1997 (lto_add_all_inlinees): Remove original nodes that are not needed.
1998 (lto_scan_statics_in_cgraph_node): Don't care if the node is the master.
1999 (lto_promote_cross_file_statics): Use a new context.seen_node_decls
2000 for each set
2001
20022009-02-18 Diego Novillo <dnovillo@google.com>
2003
2004 * lto.c (lto_wpa_write_files): Use timers TV_WHOPR_WPA
2005 and TV_WHOPR_WPA_IO.
2006 (lto_execute_ltrans): Use timer TV_WHOPR_WPA_LTRANS_EXEC.
2007 (read_cgraph_and_symbols): Use timer TV_IPA_LTO_DECL_IO.
2008 (materialize_cgraph): Use timer TV_IPA_LTO_GIMPLE_IO.
2009 Use timer TV_WHOPR_WPA or TV_WHOPR_LTRANS or TV_LTO
2010 depending on command line flags.
2011 (do_whole_program_analysis): Use timer TV_WHOPR_WPA.
2012 (lto_main): Remove timer uses.
2013
20142009-02-18 Rafael Avila de Espindola <espindola@google.com>
2015
2016 * lto.c (lto_materialize_function): Don't set DECL_EXTERN to 0.
2017 (lto_wpa_write_files): Update calls to renamed functions.
2018
20192009-02-17 Diego Novillo <dnovillo@google.com>
2020
2021 PR 39203
2022 * lto-lang.c (lto_post_options): Disable -fwhole-program
2023 when running LTRANS.
2024
20252009-02-10 Diego Novillo <dnovillo@google.com>
2026
2027 * lto.c (read_cgraph_and_symbols): Fix comment.
2028
20292009-02-10 Diego Novillo <dnovillo@google.com>
2030
2031 * lto.c (read_cgraph_and_symbols): Read options from all
2032 IL files.
2033
20342009-02-10 Diego Novillo <dnovillo@google.com>
2035
2036 * lto.c (read_cgraph_and_symbols): Factor out of lto_main.
2037 (materialize_cgraph): Likewise.
2038 (do_whole_program_analysis): Likewise.
2039 (lto_main): Call read_cgraph_and_symbols,
2040 materialize_cgraph and do_whole_program_analysis.
2041
20422009-02-10 Simon Baldwin <simonb@google.com>
2043
2044 * lto.c: Include lto-opts.h.
2045 * (lto_main): Clear file options at loop start, read any saved
2046 options from the first file handled, and re-issue options.
2047 * Makefile.in (lto.o): Add dependency on lto-opts.h.
2048
20492009-02-02 Diego Novillo <dnovillo@google.com>
2050
2051 * lto.c (lto_main): Stop LTO_TIMER and use
2052 TV_WHOPR_WPA_LTRANS_EXEC when launching LTRANS.
2053
20542009-01-30 H.J. Lu <hongjiu.lu@intel.com>
2055
2056 PR lto/38995
2057 * lto-elf.c (init_shdr##BITS): Set the sh_addralign field
2058 to POINTER_SIZE.
2059
20602009-01-29 Ramana Radhakrishnan <ramana.r@gmail.com>
2061
2062 * Make-lang.in (LTO_EXE): Link with all
2063 BACKENDLIBS and not only GMPLIBS
2064
20652009-01-28 H.J. Lu <hongjiu.lu@intel.com>
2066
2067 PR bootstrap/38992
2068 * lto-elf.c: Include gelf.h instead of libelf.h.
2069 (lto_elf_file_close): Replace elfx_update_shstrndx with
2070 gelf_getehdr, elf_getscn, gelf_getshdr, gelf_update_shdr and
2071 gelf_update_ehdr.
2072
20732009-01-28 H.J. Lu <hongjiu.lu@intel.com>
2074
2075 PR middle-end/38996
2076 * lto-elf.c (DEFINE_INIT_EHDR): Initialize e_version.
2077
20782009-01-26 Diego Novillo <dnovillo@google.com>
2079
2080 * lto-lang.c (LANG_HOOKS_TYPES_COMPATIBLE_P): Update.
2081
20822009-01-26 Diego Novillo <dnovillo@google.com>
2083
2084 * lto-lang.c (lto_types_compatible_p): Move to gimple.c
2085 and rename into gimple_types_compatible_p.
2086
20872009-01-12 Rafael Avila de Espindola <espindola@google.com>
2088
2089 * lto-lang.c (lang_hooks): Remove the const qualifier.
2090
20912009-01-06 Diego Novillo <dnovillo@google.com>
2092
2093 * ltrans-driver: Mark 'all' target as phony.
2094
20952008-12-31 Diego Novillo <dnovillo@google.com>
2096
2097 * ltrans-driver: Execute a NOP action for target 'all'.
2098
20992008-12-19 Diego Novillo <dnovillo@google.com>
2100
2101 * lto.c (lto_1_to_1_map): Tidy.
2102
21032008-12-19 Diego Novillo <dnovillo@google.com>
2104
2105 * lto-elf.c (lto_elf_file_open): When FILENAME cannot
2106 be opened, show its name.
2107 * ltrans-driver: If $verbose is set, do not use parallelism.
2108
21092008-12-17 Rafael Avila de Espindola <espindola@google.com>
2110
2111 * lto.c (lto_fixup_function): New.
2112 (lto_fixup_tree): Call lto_fixup_function.
2113
21142008-12-14 Doug Kwan <dougkwan@google.com>
2115
2116 * lto.c (lto_1_to_1_map): Create a cgraph node set for any global
2117 variables if there is no function.
2118
21192008-12-10 Simon Baldwin <simonb@google.com>
2120
2121 * ltrans-driver: Always run make in silent mode, to avoid make's
2122 trace on stdout interfering with lto-wrapper output.
2123
21242008-12-10 Doug Kwan <dougkwan@google.com>
2125
2126 * lto.c (lto_add_inline_clones): Do not force master clones of
2127 inlined functions already in SET to be static inline.
2128
21292008-12-04 Doug Kwan <dougkwan@google.com>
2130
2131 * lto.c (globalize_context_t): New type to store states in
2132 globalization of cross-file statics.
2133 (globalize_cross_file_statics): New.
2134 (lto_scan_statics_in_ref_table): Walk tree to look for reachable
2135 static decls that need to be fixed up.
2136 (lto_scan_statics_in_cgraph_node): Change call interface to use
2137 a globalize_context_t CONTEXT for all states used.
2138 (lto_scan_statics_in_remaining_global_vars): New.
2139 (lto_promote_cross_file_statics): Use new call interface of
2140 LTO_SCAN_STATICS_IN_CGRAPH_NODE. Handle remaining externally
2141 visible vars in the last set.
2142
21432008-12-03 Diego Novillo <dnovillo@google.com>
2144
2145 * lto.c (lto_fixup_tree): Do not emit an error when
2146 PREVAILING throw but T doesn't.
2147
21482008-12-02 Doug Kwan <dougkwan@google.com>
2149
2150 * lto.c (lto_scan_statics_in_ref_table): New function factored out
2151 from code in ...
2152 (lto_scan_statics_in_cgraph_node): Handle both file-scope static
2153 variables and functions.
2154 (lto_promote_cross_file_statics): Rename bitmaps to SEEN_DECLS
2155 and GLOBAL_DECLS from SEEN_VARS and GLOBAL_VARS.
2156
21572008-11-29 Diego Novillo <dnovillo@google.com>
2158
2159 * lto.c: Include timevar.h.
2160 (lto_materialize_function): Tidy. Add comments.
2161 (lto_wpa_write_files): Tidy.
2162 (lto_execute_ltrans): Tidy.
2163 (lto_main): Add local variable LTO_TIMER. Initialize it
2164 to one of TV_WHOPR_WPA, TV_WHOPR_LTRANS or TV_LTO.
2165 Start and stop the timer.
2166 Tidy comments.
2167 * Make-lang.in (lto.o): Add dependency on timevar.h.
2168 * ltrans-driver: React to -v and -save-temps.
2169 Use simple heuristic to determine how much parallelism to
2170 use when executing make.
2171
21722008-11-12 Doug Kwan <dougkwan@google.com>
2173
2174 * lto.c (lto_bitmap_obstack): Remove var.
2175 (lto_materialize_function): Do nothing instead of marking function
2176 body in file if flag_wpa is true.
2177 (lto_add_all_inlinees): Use bitmap functions in lto-utils.c.
2178 (lto_scan_statics_in_cgraph_node): New function.
2179 (lto_promote_cross_file_statics): Same.
2180 (lto_wpa_write_files): Call lto_promote_cross_file_statics.
2181 Use bitmap functions in lto-utils.c. Remove unsued label OUT.
2182 * Make-lang.in (lto/lto.o): Add lto-utils.h to dependency list.
2183
21842008-11-09 Diego Novillo <dnovillo@google.com>
2185
2186 * lto/lto.c (lto_fixup_tree): Change error message locus
2187 information to include location of mismatching
2188 declaration.
2189 Use TREE_NO_WARNING to avoid repeated messages.
2190 (lto_main): If lto_fixup_decls emitted any errors, exit.
2191 * lto/lto-lang.c: Don't include libfuncs.h and except.h
2192 (lto_init_options): Don't enable exceptions by default.
2193 (lto_eh_runtime_type): Move to lto-function-in.c
2194 (lto_init_eh): Likewise.
2195 (lto_init): Don't call lto_init_eh.
2196 * lto/Make-lang.in (lto-lang.o): Remove dependency on
2197 libfuncs.h and except.h.
2198
21992008-10-30 Diego Novillo <dnovillo@google.com>
2200
2201 * lto.c (lto_read_decls): Declare debug_main only if
2202 LTO_STREAM_DEBUGGING is enabled.
2203
22042008-10-30 Simon Baldwin <simonb@google.com>
2205
2206 * lto.c (lto_wpa_write_files): Create intermediate files with
2207 make_cwd_temp_file().
2208 (lto_maybe_unlink): New. Delete intermediate WPA files unless
2209 WPA_SAVE_LTRANS is set.
2210 (lto_main): Call lto_maybe_unlink() for intermediate WPA files.
2211 * ltrans-driver: Do not strip directory from output files.
2212
22132008-10-29 Doug Kwan <dougkwan@google.com>
2214
2215 * lto.c (free_decl): Call lto_symtab_clear_resolution when freeing
2216 DECL.
2217 * Make-lang.in (LTO_OBJS): Remove lto/lto-symtab.o
2218 (lto/lto-symtab.o): Remove rule.
2219 * lto-tree.h (struct lang_identifier): Remove LTO specific fields.
2220 (struct lang_decl): Remove RESOLUTION and add DUMMY in struct.
2221 (LANG_IDENTIFIER_CAST, LTO_IDENTIFIER_DECL, LTO_DECL_RESOLUTION):
2222 Remove macros.
2223 lto-symtab.c (File): Move up one level.
2224 lto-lang.c (cgraph.h): Remove include.
2225 (input_overwrite_node, input_node, input_edge, input_cgraph_1,
2226 input_cgraph): Move to lto-cgraph.c in gcc directory above.
2227 (LANG_HOOKS_INPUT_CGRAPH): Remove use of macro.
2228
22292008-10-24 Rafael Espindola <espindola@google.com>
2230
2231 * lto-function-in.c (get_resolution): Return LDPR_PREEMPTED_IR for
2232 non prevailing weak symbols.
2233
22342008-10-24 Rafael Espindola <espindola@google.com>
2235
2236 * lto-lang.c (input_cgraph_1): Iterate over nodes, not cgraph_nodes.
2237
22382008-10-24 Rafael Espindola <espindola@google.com>
2239
2240 * lto-lang.c (input_node): Avoid casts from pointers to ints of
2241 different types.
2242
22432008-10-23 Simon Baldwin <simonb@google.com>
2244
2245 * lto-lang.c (input_node): Save the node reference, rather than the
2246 node pointer, in node->inlined_to.
2247 (input_cgraph_1): Convert node references into node pointers.
2248
22492008-10-22 Diego Novillo <dnovillo@google.com>
2250 Rafael Espindola <espindola@google.com>
2251
2252 * lto.c (lto_resolution_read): Tidy.
2253 * lto-symtab.c (lto_symtab_prevailing_decl): Do not
2254 abort if RET is NULL.
2255
22562008-10-22 Doug Kwan <dougkwan@google.com>
2257
2258 * lto.c (lto_fixup_tree): Check for NOTHROW conflict only if
2259 exceptions flag is given.
2260 * lto-lang.c: (lto_init_options) Set default exceptions flag.
2261 (lto_init_eh): Remove exceptions flag initialization.
2262 (lto_init): Only call lto_init_eh if exceptions flag is set.
2263
22642008-10-21 Diego Novillo <dnovillo@google.com>
2265
2266 * lto.c: Tidy some formatting.
2267 * lto.h: Likewise.
2268
22692008-10-21 Simon Baldwin <simonb@google.com>
2270
2271 * lto-symtab.c: (lto_same_type_p): Types cannot be equal if one of
2272 them is NULL (but not the other).
2273
22742008-10-17 Diego Novillo <dnovillo@google.com>
2275
2276 * ltrans-driver: Divert output from make to a temporary file.
2277 Show it if the call to make failed.
2278
22792008-10-15 Diego Novillo <dnovillo@google.com>
2280
2281 * lto.c (lto_wpa_write_files): Reformat do-while loop.
2282 Do not print TEMP_FILENAME
2283 * ltrans-driver: Call make with -s.
2284
22852008-10-15 Diego Novillo <dnovillo@google.com>
2286
2287 * lto-symtab.c (lto_symtab_merge_decl): Do not force
2288 TREE_STATIC on global symbols.
2289
22902008-10-14 Ollie Wild <aaw@google.com>
2291
2292 * Make-lang.in (LTRANS_DRIVER_INSTALL_NAME): Remove.
2293 (LTRANS_DRIVER_EXE): Add.
2294 (lto.all.cross): Add LTRANS_DRIVER_EXE.
2295 (lto.all.encap): Add LTRANS_DRIVER_EXE.
2296 (lto.install.common): Remove ltrans-driver.
2297 (lto.mostlyclean): Add LTRANS_DRIVER_EXE.
2298 (LTRANS_DRIVER_EXE): New build rule.
2299 * config-lang.in (compilers): Add ltrans-driver.
2300
23012008-10-14 Diego Novillo <dnovillo@google.com>
2302
2303 * Make-lang.in (LTRANS_DRIVER_INSTALL_NAME): Disable transformation
2304 of program name.
2305
23062008-10-13 Ollie Wild <aaw@google.com>
2307
2308 * lang-spec.h (@lto): Replace lto1_options with cc1_options.
2309 * lto.c (lto_execute_ltrans): Add "-fno-wpa -fltrans -xlto" to CFLAGS.
2310 * ltrans-driver (LTRANS_FLAGS): Remove.
2311
23122008-10-08 Doug Kwan <dougkwan@google.com>
2313
2314 * lto.c (lto_fixup_tree): Remove ATTRIBUTE_UNUSED from DATA.
2315 Handle new tree codes RECORD_TYPE, UNION_TYPE, QUAL_UNION_TYPE
2316 and TREE_BINFO. Also move code handling FUNCTION_DECL and VAR_DECL
2317 from lto_fixup_state to here.
2318 (lto_fixup_state): Take an lto_fixup_data_t object DATA instead of
2319 just a free-list. Fix up types also. Move decl merging code to
2320 lto_fixup_tree.
2321 (lto_fixup_state_aux): Change AUX to point to an lto_fixup_data_t
2322 object.
2323 (lto_fixup_decls): Use another pointer set to avoid multiple
2324 walking of nodes except for DECLs to be replaced. Pass an
2325 lto_fixup_data_t object to tree-walker.
2326
23272008-10-08 Rafael Espindola <espindola@google.com>
2328
2329 * lto-symtab.c (lto_symtab_set_resolution): New.
2330 (lto_symtab_merge_decl): Use lto_symtab_set_resolution and
2331 lto_symtab_get_resolution.
2332 (lto_symtab_prevailing_decl): Return decl for non public decls.
2333 (lto_symtab_get_resolution): New.
2334 * lto.c (lto_fixup_tree, lto_fixup_state): Remove unecessary checks.
2335
23362008-10-06 Rafael Espindola <espindola@google.com>
2337
2338 * lto-lang.c: Include cgraph.h.
2339 (input_overwrite_node, input_node, input_edge, input_cgraph_1,
2340 input_cgraph): Moved from lto-cgraph.c.
2341 (LANG_HOOKS_INPUT_CGRAPH): New.
2342
23432008-10-03 Rafael Espindola <espindola@google.com>
2344
2345 * lto.c (lto_fixup_tree, lto_fixup_state): Fix the FIXME.
2346
23472008-10-03 Rafael Espindola <espindola@google.com>
2348
2349 * lto-symtab.c (lto_symtab_overwrite_decl): Remove. Remove all calls.
2350 (lto_symtab_merge_decl): Update LTO_IDENTIFIER_DECL the reflect the
2351 prevailing definition. Don't mark TREE_NOTHROW differences.
2352 * lto.c (lto_fixup_tree): New.
2353 (lto_fixup_state): New.
2354 (lto_fixup_state_aux): New.
2355 (free_decl): New.
2356 (lto_fixup_decls): New.
2357 (lto_main): Call lto_fixup_decls.
2358
23592008-10-02 Ollie Wild <aaw@google.com>
2360
2361 * lang.opt (fltrans): Moved from common.opt. Remove RejectNegative
2362 and Init.
2363 (fwpa): Moved from common.opt. Remove RejectNegative and Init.
2364 * lto-lang.c (lto_post_options): Add validation and fixups for
2365 -fltrans and -fwpa.
2366
23672008-10-02 Rafael Espindola <espindola@google.com>
2368
2369 * lto-symtab.c (lto_symtab_merge_var, lto_symtab_merge_fn,
2370 lto_symtab_merge_decl): Return void.
2371 (lto_symtab_prevailing_decl): New.
2372
23732008-09-30 Rafael Espindola <espindola@google.com>
2374
2375 * lto-symtab.c (lto_symtab_compatible): Remove the check for already
2376 defined symbols.
2377 (lto_symtab_overwrite_decl): Copy LTO_DECL_RESOLUTION.
2378 (lto_symtab_merge_decl): Store symbol resolution in LTO_DECL_RESOLUTION.
2379 Check for already defined symbols.
2380 * lto-tree.h (lang_decl): Remove dummy and add resolution fields.
2381 (LTO_IDENTIFIER_RESOLUTION): Remove.
2382 (LTO_DECL_RESOLUTION): New.
2383
23842008-09-30 Rafael Espindola <espindola@google.com>
2385
2386 * lto.c (lto_read_decls): Use new input_tree signature.
2387
23882008-09-26 Doug Kwan <dougkwan@google.com>
2389
2390 * lto.c (lto_main): Call lto_fixup_nothrow_decls to fix up function
2391 bodies affected by exception attribute merging of DECLs.
2392 * lto-symtab.c (lto_symtab_merge_decl): Handle exception attribute
2393 merging.
2394
23952008-09-25 Rafael Espindola <espindola@google.com>
2396
2397 * Make-lang.in (PLUGIN_API_H, LTO_TREE_H): New.
2398 (lto/lto-lang.o, lto/lto.o, lto/lto-symtab.o) Use LTO_TREE_H.
2399 * lto-symtab.c (lto_symtab_compatible): New.
2400 (lto_symtab_overwrite_decl): New.
2401 (lto_symtab_merge_decl): Refactor to use the above functions
2402 and the resolution from lang_identifier.
2403 * lto-tree.h: Include plugin-api.h.
2404 (lang_identifier): Add resolution.
2405 (LTO_IDENTIFIER_RESOLUTION): New.
2406
24072008-09-25 Ollie Wild <aaw@google.com>
2408
2409 * lang.opt (fltrans-output-list=): New option.
2410 * lto.c (lto_execute_ltrans): Output file names to ltrans_output_list.
2411
24122008-09-25 Rafael Espindola <espindola@google.com>
2413
2414 * lto.c (lto_resolution_read): Initialize ret;
2415
24162008-09-24 Ollie Wild <aaw@google.com>
2417
2418 * lto.c (sys/mman.h): Move include.
2419 (lto_wpa_write_files): Return a list of written files.
2420 (lto_execute_ltrans): New function.
2421 (lto_main): Call lto_execute_ltrans.
2422 (ltrans-driver): New file.
2423 * lto-lang.c (DEFAULT_LTRANS_DRIVER): New macro.
2424 (DEAULT_LTRANS_DRIVER_LEN): New macro.
2425 (lto_init_options): Initialize ltrans_driver.
2426 (lto_handle_option): Fix incorrect default output value.
2427 * lang.opt (fltrans-driver=): New option.
2428 * Make-lang.in (LTRANS_DRIVER_INSTALL_NAME): New variable.
2429 (lto.install-common): Add lto/ltrans-driver.
2430
24312008-09-24 Rafael Espindola <espindola@google.com>
2432
2433 * Make-lang.in (LTO_OBJS): Add lto/common.o.
2434 (lto/lto.o): Depend on lto/common.h.
2435 (lto/common.o): New.
2436 * lang.opt (resolution): New.
2437 * lto-lang.c (resolution_file_name): New.
2438 (lto_handle_option): Handle OPT_resolution.
2439 * lto-symtab.c (lto_symtab_merge_decl): Add a resolution argument.
2440 (lto_symtab_merge_var,lto_symtab_merge_fn): Add a resolution argument.
2441 pass it to lto_symtab_merge_decl.
2442 * lto.c: Include common.h.
2443 (lto_read_decls): Add resolutions and resolutions_size arguments.
2444 Initialize data_in.globals_resolution and
2445 data_in.globals_resolution_size.
2446 (index_and_symbol_resolution): New.
2447 (lto_resolution_read): New.
2448 (lto_file_read): Add argument resolution_file.
2449 Read resolution.
2450 * lto.h (resolution_file_name): New.
2451
24522008-09-23 Rafael Espindola <espindola@google.com>
2453
2454 * common.c: Update description.
2455 * common.h: Update description.
2456
24572008-09-23 Rafael Espindola <espindola@google.com>
2458
2459 * common.c: Moved from lto-plugin.
2460 * common.h: Moved from lto-plugin.
2461
24622008-09-22 Doug Kwan <dougkwan@google.com>
2463
2464 * lto.c (VEC(bitmap,heap)): Declare.
2465 (lto_materialize_function): Handle WAP mode specially.
2466 (lto_add_inline_clones): New.
2467 (lto_add_all_inlinees): Changle algorithm and to use bitmaps. Also
2468 return a bitmap of inlined decls.
2469 (lto_wpa_write_files): Handle all DECLs brought in by inlining.
2470 (lto_main): Call reset_inline_failed to reset inlining states.
2471 Check call-graph after WPA inlining.
2472 * lto-lang.c (lto_init): Do not clear flag_generate_lto
2473 unconditionally.
2474
24752008-09-19 Doug Kwan <dougkwan@google.com>
2476
2477 lto.c (lto_main): Remove unsued wrapper code.
2478 lang-specs.h (@lto): Use lto1_options instead of cc1_options.
2479
24802008-09-19 Rafael Espindola <espindola@google.com>
2481
2482 * lto-symtab.c: Include lto-tree-in.h.
2483 * lto-tree.h (lto_symtab_merge_var, lto_symtab_merge_fn): Remove.
2484 * lto.h (lto_symtab_merge_var, lto_symtab_merge_fn): Remove
2485 * Make-lang.in (lto/lto-symtab.o): Add lto-tree-in.h.
2486
24872008-09-17 Paolo Bonzini <bonzini@gnu.org>
2488 Rafael Avila de Espindola <espindola@google.com>
2489
2490 * lto-lang.c (COMPOUND_LITERAL_EXPR_DECL_STMT,
2491 COMPOUND_LITERAL_EXPR_DECL): Remove.
2492 (emit_local_var): Remove.
2493 (lto_expand_expr): Remove.
2494 (lto_staticp): Remove.
2495 (LANG_HOOKS_EXPAND_EXPR): Remove.
2496 (LANG_HOOKS_STATICP): Remove.
2497
24982008-09-11 Diego Novillo <dnovillo@google.com>
2499
2500 * lto-lang.c: Include except.h and libfuncs.h.
2501 (lto_init_eh): New.
2502 (lto_init): Call it.
2503 Set flag_generate_lto to 0.
2504 * Make-lang.in (lto-lang.o): Add dependency on except.h
2505 and libfuncs.h.
2506
25072008-09-09 Bill Maddox <maddox@google.com>
2508
2509 * lto-lang.c: Include header file expr.h.
2510 (COMPOUND_LITERAL_EXPR_DECL_STMT,
2511 COMPOUND_LITERAL_EXPR_DECL): Copied from c-common.h.
2512 (emit_local_var): Copied from c-semantics.c.
2513 (lto_expand_expr, lto_staticp): Copied from c_expand_expr
2514 and c_staticp in c-common.c.
2515 (LANG_HOOKS_EXPAND_EXPR,LANG_HOOKS_STATICP): Redefined.
2516
25172008-09-08 Diego Novillo <dnovillo@google.com>
2518
2519 * lto-lang.c (lto_global_bindings_p): Return 1 during
2520 IPA passes.
2521
25222008-09-07 Diego Novillo <dnovillo@google.com>
2523
2524 * lto.c: Tidy formatting.
2525
25262008-08-04 Bill Maddox <maddox@google.com>
2527
2528 * lto-symtab.c (lto_symtab_merge_decl): Add comment.
2529
25302008-09-03 Doug Kwan <dougkwan@google.com>
2531
2532 lto.c (lto_add_all_inlinees): Reset FAILED_REASON of edges to
2533 CIF_OK instead of NULL.
2534
25352008-09-02 Diego Novillo <dnovillo@google.com>
2536 Simon Baldwin <simonb@google.com>
2537
2538 * lto-lang.c (lto_type_for_size): Rewrite. Adapt from
2539 c_common_type_for_size.
2540 (lto_type_for_mode): Remove ATTRIBUTE_UNUSED markers.
2541 (lto_init): Call linemap_add.
2542 (signed_and_unsigned_types): Remove.
2543
25442008-08-29 Diego Novillo <dnovillo@google.com>
2545
2546 * lto-lang.c (handle_noreturn_attribute): New local function.
2547 (handle_const_attribute): New local function.
2548 (handle_malloc_attribute): New local function.
2549 (handle_pure_attribute): New local function.
2550 (handle_novops_attribute): New local function.
2551 (handle_nonnull_attribute): New local function.
2552 (handle_nothrow_attribute): New local function.
2553 (handle_sentinel_attribute): New local function.
2554 (handle_type_generic_attribute): New local function.
2555 (handle_format_attribute): New local function.
2556 (handle_format_arg_attribute): New local function.
2557 (lto_attribute_table): Declare.
2558 (lto_format_attribute_table): Declare.
2559 (lto_init_attributes): New local function.
2560 (lto_define_builtins): Call it.
2561 Call targetm.init_builtins and build_common_builtin_nodes.
2562 (LANG_HOOKS_COMMON_ATTRIBUTE_TABLE): Define.
2563 (LANG_HOOKS_FORMAT_ATTRIBUTE_TABLE): Define.
2564
25652008-08-28 Diego Novillo <dnovillo@google.com>
2566
2567 * Make-lang.in (lto-lang.o): Replace tree-gimple.h with
2568 $(GIMPLE_H).
2569 (lto-symtab.o): Add dependency on $(GIMPLE_H).
2570 * lto-lang.c: Include gimple.h instead of tree-gimple.h.
2571 * lto-symtab.c: Include gimple.h.
2572 * lto-tree.h (chain_next): Replace GENERIC_NEXT with
2573 TREE_CHAIN.
2574
25752008-08-27 Doug Kwan <dougkwan@google.com>
2576
2577 * lto.c (vec.h, bitmap.h, pointer-set.h, ipa-prop.h, ggc.h,
2578 gt-lto-lto.h): New includes.
2579 (lto_materialize_function): Do not read in function body in WPA mode.
2580 Format a line to fit in 80 columns.
2581 (lto_cgraph_node_sets): New garbage collected variable.
2582 (lto_1_to_1_map, lto_add_all_inlinees, lto_wpa_write_files):
2583 New functions.
2584 (lto_main): Initialize bitmap obstack. Add code to handle WPA mode.
2585 * Make-lang.in (LTO_H): Replace filename lto-section-in.h with
2586 variable LTO_SECTION_IN_H.
2587 (lto/lto.o): Include gt-lto-lto-c.h ggc.h ,VEC_H, BITMAP_H,
2588 pointer-set.h and IPA_PROP_H. Also replace filename lto-section-in.h
2589 with variable LTO_SECTION_IN_H.
2590 * config-lang.in (gtfiles): Add lto/lto.c.
2591 * lto-symtab.c (lto_symtab_merge_decl): Set DECL_CONTEXT of
2592 merged DECL_RESULT correctly.
2593
25942008-08-26 Bill Maddox <maddox@google.com>
2595
2596 * lto-lang.c Include tree-gimple.h.
2597 (lto_mark_addressable): Call mark_addressable rather than
2598 asserting.
2599 (lto_post_options): Suppress debug info generation.
2600 * Make-lang.in: Add dependency of lto-lang.o on tree-gimple.h.
2601
26022008-08-25 Bill Maddox <maddox@google.com>
2603
2604 * lto-symtab.c (lto_symtab_merge_decl): Remove a suspect
2605 assertion and leave an explanatory comment in its place.
2606
26072008-08-21 Doug Kwan <dougkwan@google.com>
2608
2609 * lto.c (preload_common_nodes): Call lto_get_common_nodes to get a list
2610 of common nodes instead of computing locallly.
2611 (lto_read_in_decl_state): New.
2612 (lto_read_decls): Change code for udpate in struct lto_decl_header.
2613 Read global and per-function in-decl states.
2614 * Make-lang.in (LTO_H): Update dependency.
2615 (lto/lto.o): Same.
2616 (lto-symtab.c): Merge (revision 139039)
2617 * lto-symtab.c (lto_symtab_merge_decl): Merge DECL_RESULT.
2618
26192008-08-21 Rafael Espindola <espindola@google.com>
2620
2621 * config-lang.in (target_libs): New.
2622
26232008-08-20 Bill Maddox <maddox@google.com>
2624
2625 * lto.c (current_lto_file): Remove GTY marker from static
2626 variable. Remove include of file gt-lto-lto.h.
2627 * Make-lang.in: Remove dependency of lto/lto.o on
2628 gt-lto-lto.h.
2629 * lto-elf.c (lto_file_close): Removed.
2630 (lto_elf_file_open): Use XCNEW instead of GGC_CNEW to
2631 allocate lto_elf_file object.
2632 (lto_elf_file_close): Free lto_elf_file object after close.
2633 * lto.h (struct lto_file_struct): Remove GTY marker.
2634 * config-lang.in: Remove lto/lto.h and lto/lto.c from
2635 gtfiles.
2636
26372008-08-20 Bill Maddox <maddox@google.com>
2638
2639 * lto.c (lto_read_decls): Provide dummy argument to input_tree
2640 to conform to its new signature.
2641 * lto-symtab.c (lto_symtab_merge_decl): Do not invoke ggc_free
2642 on discarded node here, now called in global_vector_fixup.
2643
26442008-08-09 Bill Maddox <maddox@google.com>
2645
2646 * lto.c (preload_common_nodes): Verify that fileptr_type_node
2647 has not been set to a front-end-specific value.
2648
26492008-08-05 Doug Kwan <dougkwan@google.com>
2650
2651 * Make-lang.in (lto-symtab.o): Add missing dependencies to fix
2652 build breakage.
2653
26542008-07-30 Bill Maddox <maddox@google.com>
2655
2656 * lto.c (lto_materialize_function): Call lto_original_decl_name.
2657 Remove obsolete comments.
2658 (lto_read_decls): Remove initialization of deleted field data_in.global.
2659 Tidy up comments.
2660 (lto_main): Remove redundant initialization of section_hash_table.
2661 * lto-elf.c: Removed obsolete comments.
2662 * lto.h: Tidy up comments.
2663 * lto-symtab.c (lto_least_common_multiple): New function.
2664 (lto_symtab_merge_decl): Merge variable alignments in some cases.
2665 Tidy up comments.
2666
26672008-07-25 Diego Novillo <dnovillo@google.com>
2668 Bill Maddox <maddox@google.com>
2669
2670 * lto.c: Re-order include files.
2671 Include lto-section-out.h.
2672 (preload_common_nodes): Add debugging output.
2673 Add new local INDEX_TABLE.
2674 Call preload_common_node.
2675 * Make-lang.in (lto.o): Add dependency on lto-section-out.h
2676
26772008-07-13 Bill Maddox <maddox@google.com>
2678
2679 * lto.c (lto_read_decls): Cast pointer to const char * to avoid
2680 unwanted scaling during pointer addition.
2681
26822008-07-11 Bill Maddox <maddox@google.com>
2683 Diego Novillo <dnovillo@google.com>
2684
2685 * lto.c (lto_read_decls): Fix C++ compatibility warnings.
2686 Make code const-correct.
2687 (lto_file_read): Fix C++ compatibility warnings.
2688 (lto_read_section_data): Fix C++ compatibility warnings.
2689 (lto_get_section_data): Use CONST_CAST to avoid warning when
2690 const pointer passed to free.
2691 * lto-elf.c (lto_elf_build_section_table): Fix C++
2692 compatibility warnings.
2693 (lto_elf_append_data): Fix C++ compatibility warnings. Use CONST_CAST
2694 to avoid warning assigning const pointer to d_buf field of Elf_Data.
2695 (lto_get_current_out_file): Fix C++ compatibility warnings.
2696
26972008-07-11 Diego Novillo <dnovillo@google.com>
2698
2699 * Make-lang.in (lto-warn): Define.
2700
27012008-07-03 Simon Baldwin <simonb@google.com>
2702
2703 * lto.c (lto_read_decls): Wrapped debug-only data items within #ifdef
2704 LTO_STREAM_DEBUGGING.
2705
27062008-06-27 Ollie Wild <aaw@google.com>
2707
2708 * lto-elf.c (lto-section-out.h): New include.
2709 (struct lto_elf_file): Remove bits member. Add scn, shstrtab_stream,
2710 and data members.
2711 (cached_file_attrs): New static variable.
2712 (lto_elf_get_shdr, lto_elf_free_shdr): Remove elf_file parameter.
2713 Use cached_file_attrs for checking bits.
2714 (lto_elf_build_section_table): Remove elf_file argument from
2715 lto_elf_get_shdr and lto_elf_free_shdr calls.
2716 (DEFINE_INIT_SHDR): New macro.
2717 (init_shdr32, init_shdr64): New functions defined via the
2718 DEFINE_INIT_SHDR macro.
2719 (lto_elf_begin_section_with_type): New function.
2720 (lto_elf_begin_section): New function.
2721 (lto_elf_append_data): New function.
2722 (lto_elf_end_section): New function.
2723 (DEFINE_VALIDATE_EHDR): New macro.
2724 (validate_ehdr32, validate_ehdr64): New functions defined via the
2725 DEFINE_VALIDATE_EHDR macro.
2726 (validate_file): New function.
2727 (DEFINE_INIT_EHDR): New macro.
2728 (init_ehdr32, init_ehdr64): New functions defined via the
2729 DEFINE_INIT_EHDR macro.
2730 (init_ehdr): New function.
2731 (lto_elf_file_open): Add support for writable files. Move some
2732 validation logic to validate_file.
2733 (lto_elf_file_close): Add support for writable files. Write file data
2734 and free data blocks.
2735 (current_out_file): New static variable.
2736 (lto_set_current_out_file): New function.
2737 (lto_get_current_out_file): New function.
2738 * lto.c (lto_main): Add writable argument to lto_elf_file_open calls.
2739 Add temporary initialization for testing ELF serialization.
2740 * lto.h (lto-section-out.h): New include.
2741 (struct lto_file_struct): Slight modification to comment.
2742 (lto_elf_file_open): Add writable parameter.
2743 (lto_elf_begin_section): New function declaration.
2744 (lto_elf_append_data): New function declaration.
2745 (lto_elf_end_section): New function declaration.
2746 (lto_set_current_out_file, lto_get_current_out_file): New function
2747 declarations.
2748 * lto-lang.c (LANG_HOOKS_BEGIN_SECTION): Set as lto_elf_begin_section.
2749 (LANG_HOOKS_APPEND_DATA): Set as lto_elf_append_data.
2750 (LANG_HOOKS_END_SECTION): Set as lto_elf_end_section.
2751 * Make-lang.in (LTO_H): Add lto-section-out.h.
2752
27532008-06-12 Ollie Wild <aaw@google.com>
2754
2755 * lto.h (struct lto_file_vtable_struct): Remove.
2756 (struct lto_file_struct): Remove vtable member.
2757 * lto-elf.c (lto_file_init): Remove vtable argument.
2758 (lto_elf_map_optional_lto_section): Remove.
2759 (lto_elf_unmap_section): Remove.
2760 (lto_elf_file_vtable): Remove.
2761 (lto_elf_file_open): Remove lto_elf_file_vtable argument from
2762 lto_file_init call.
2763 (lto_elf_find_section_data): Remove.
2764
27652008-06-11 Ollie Wild <aaw@google.com>
2766
2767 * lto.c (lto_file_read): Add const qualifier to data variable.
2768
27692008-06-11 Diego Novillo <dnovillo@google.com>
2770
2771 Merge from lto-streamber sub-branch.
2772
2773 2008-06-04 Ollie Wild <aaw@google.com>
2774
2775 * lto.c: Remove inclusion of dwarf2.h and dwarf2out.h.
2776 * Make-lang.in (lto.o): Remove dependency on dwarf2.h.
2777
2778 2008-05-28 Bill Maddox <maddox@google.com>
2779
2780 Replace the DWARF reader in the LTO front-end.
2781
2782 * lto.c: Include lto-tree-in.h, lto-tags.h.
2783 (enum DWARF2_class, DW_cl_constant, struct
2784 DWARF2_form_data, struct lto_context,
2785 lto_fd_init, lto_info_fd_init,
2786 lto_abbrev_fd_init, lto_info_fd_close,
2787 lto_file_init, lto_file_close,
2788 lto_file_corrupt_error, lto_abi_mismatch_error,
2789 LTO_CHECK_INT_VAL, LTO_READ_TYPE,
2790 lto_read_uleb128, lto_read_sleb128,
2791 lto_read_initial_length, lto_abbrev_read_attrs,
2792 lto_abbrev_read, lto_abbrev_read_lookup,
2793 lto_read_section_offset,
2794 lto_read_comp_unit_header, find_cu_for_offset,
2795 lto_get_file_name,
2796 lto_resolve_reference,lto_read_form,
2797 attribute_value_as_int,
2798 make_signed_host_wide_int,
2799 attribute_value_as_constant, lto_cache_hash,
2800 lto_cache_eq, lto_cache_store_DIE,
2801 lto_cache_lookup_DIE, lto_find_integral_type,
2802 lto_find_integral_type_1,
2803 LTO_BEGIN_READ_ATTRS_UNCHECKED,
2804 LTO_BEGIN_READ_ATTRS, LTO_END_READ_ATTRS,
2805 lto_unsupported_attr_error, lto_get_identifier,
2806 lto_read_referenced_type_DIE,
2807 lto_read_compile_unit_DIE,
2808 lto_read_array_type_DIE,
2809 lto_read_structure_union_class_type_DIE,
2810 lto_read_enumerator_DIE,
2811 lto_read_enumeration_type_DIE,
2812 lto_read_only_for_child_DIEs,
2813 lto_read_only_for_child_DIEs,
2814 lto_read_member_DIE, lto_read_abbrev,
2815 lto_read_variable_formal_parameter_constant_DIE,
2816 lto_get_body): Removed.
2817 (preload_common_nodes): New function.
2818 (lto_read_decls): Convert for new global streamer.
2819 (lto_materialze_file_data,
2820 lto_read_subroutine_type_subprogram_die,
2821 lto_read_unspecified_parameters_DIE,
2822 lto_read_typedef_DIE,
2823 lto_read_pointer_reference_type_DIE,
2824 lto_read_subrange_type_DIE,
2825 lto_read_base_type_DIE,
2826 lto_read_const_volatile_restrict_type_DIE,
2827 lto_read_namespace_DIE,
2828 lto_read_unspecified_type_DIE, lto_read_DIE,
2829 lto_read_child_DIEs, lto_collect_child_DIEs):
2830 Removed.
2831 (lto_info_read, lto_set_cu_context): Removed.
2832 (lto_file_read): Convert for new global streamer.
2833 (lto_resolve_type_ref, lto_read_DIE_at_ptr,
2834 lto_resolve_var_ref, lto_resolve_fn_ref,
2835 lto_resolve_field_ref, lto_resolve_typedecl_ref,
2836 lto_resolve_namespacedecl_ref): Removed.
2837 (lto_file_init, lto_file_close): Moved to lto-elf.c.
2838 * lto-tree.h (lto_symtab_merge_var,
2839 lto_symtab_mergee_fun): Declare here.
2840 * lto-elf.c (lto_file_init, lto_file_close): Moved from lto.c.
2841 (lto_elf_file_open): Removed code to read DWARF debug sections.
2842 * lto.h (lto_context, DWARF2_attr, DWARF2_abbrev,
2843 DWARF2_CompUnit, lto_die_ptr,
2844 lto_die_cache_entry, lto_fd, lto_info_fd,
2845 lto_abbrev_fd): Removed.
2846 (lto_file): Removed debug_info and debug_abbrev fields.
2847 (lto_ref): Removed.
2848 (lto_file_init, lto_file_close,
2849 lto_resolve_type_ref, lto_resolve_var_ref,
2850 lto_resolve_fn_ref, lto_resolve_field_ref,
2851 lto_resolve_typedecl_ref,
2852 lto_resolve_namespacedecl_ref,
2853 lto_get_file_name): Removed declarations.
2854 (lto_symtab_merge_var, lto_symtab_merge_fn):
2855 Declarations moved to lto-tree.h.
2856 * lto-symtab.c (lto_compatible_attributes_p):
2857 Lobotomize this, as it barfs on "Hello, world!".
2858 * lto-section-out.c: Include lto-tree-out.h.
2859 (lto_hash_global_slot_node,
2860 lto_eq_global_slot_node, preload_common_nodes,
2861 write_global_stream, write_global_references):
2862 New functions.
2863 (produce_asm_for_decls): Convert for new global streamer.
2864 * lto-section-out.h (lto_hash_global_slot_node,
2865 lto_eq_global_slot_node): Declare.
2866
28672008-06-07 Kenneth Zadeck <zadeck@naturalbridge.com>
2868 Jan Hubicka <jh@suse.cz>
2869
2870 * lto.c (sys/mman.h, tree-pass.h): New includes.
2871 (lto_materialize_constructors_and_inits,
2872 lto_materialize_function): Keeps length of section.
2873 (lto_materialize_cgraph): Removed.
2874 (lto_read_decls): Initialize fd field.
2875 (lto_file_read): Different return type and removed much code to
2876 lto_main.
2877 (page_mask): New variable.
2878 (lto_read_section_data, get_section_data, free_section_data): New
2879 functions.
2880 (lto_main): Now calls pass manager, sets the hooks so that the ipa
2881 passes can get the section data.
2882
28832008-05-27 Kenneth Zadeck <zadeck@naturalbridge.com>
2884
2885 * lto.h (lto_read_decls): Made local.
2886 (lto_input_function_body, lto_input_constructors_and_inits,
2887 lto_input_cgraph): Declarations moved to lto-section-in.h.
2888 * lto-section-in.c: Moved to .. .
2889 * lto-cgraph-in.c: Ditto.
2890 * lto-section-in.h: Ditto.
2891 * lto-function-in.c: Ditto.
2892 * lto-lang.c (lto_handle_option): Added ATTRIBUTE_UNUSED to parms.
2893 (lto_insert_block): Removed.
2894 (LANG_HOOKS_INSERT_BLOCK): Removed.
2895 * Make-lang.in (lto-cgraph-in.o, lto-function-in.o,
2896 lto-section-in.o): Rules moved to lto/Makefile.in.
2897
2898
28992008-05-16 Ollie Wild <aaw@google.com>
2900
2901 * lto-lang.c (tree-inline.h): Include.
2902 (lto_post_options): New function.
2903 (LANG_HOOKS_POST_OPTIONS): Define.
2904 * lto-cgraph-in.c (overwrite_node): Set node->global.insns.
2905 * lto-function-in.c (input_bb): Set TREE_BLOCK (stmt).
2906
29072008-05-13 Diego Novillo <dnovillo@google.com>
2908
2909 * lto-function-in.c (input_ssa_names): Call
2910 make_ssa_name_fn instead of make_ssa_name.
2911
29122008-05-12 Diego Novillo <dnovillo@google.com>
2913
2914 * lto-cgraph-in.c (overwrite_node): Update references to
2915 inline summary fields.
2916 * lto-function-in.c (input_expr_operand): Do not handle
2917 STRUCT_FIELD_TAG.
2918
29192008-05-09 Ollie Wild <aaw@google.com>
2920
2921 * lang.opt: New file.
2922 * lto-lang.c (lto_init_options): New function.
2923 (lto_handle_option): New function.
2924 (lto_init): Move initialization of flag_unit_at_a_time to
2925 lto_init_options.
2926 (LANG_HOOKS_INIT_OPTIONS): Define.
2927 (LANG_HOOKS_HANDLE_OPTION): Define.
2928
29292008-04-29 Ollie Wild <aaw@google.com>
2930
2931 * lto.c (lto_read_namespace_DIE): New function.
2932 (lto_read_DIE): Add lto_read_namespace_DIE callback. Cache
2933 NAMESPACE_DECL DIE's.
2934 (lto_resolve_namespacedecl_ref): New function.
2935 * lto.h (lto_resolve_namespacedecl_ref): New function.
2936 * lto-section-in.c (lto_read_decls): Read namespace declarations.
2937 * lto-section-in.h (struct lto_file_decl_data): Add namespace_decls
2938 and num_namespace_decls.
2939 * lto-function-in.c (input_expr_operand): Add NAMESPACE_DECL case.
2940 * lto-lang.c (lto_init_ts): New function.
2941 (LANG_HOOKS_INIT_TS): Set as lto_init_ts.
2942
29432008-04-16 Ollie Wild <aaw@google.com>
2944
2945 * lto-function-in.c (input_type_ref): Updated function description.
2946
29472008-04-16 Ollie Wild <aaw@google.com>
2948
2949 * lto-function-in.c (input_type_ref_1): New function.
2950 (input_type_ref): Split into two functions.
2951 (input_function): Add support for type contexts.
2952
29532008-04-16 Ollie Wild <aaw@google.com>
2954
2955 * lto.c (lto_materialize_function): Use DECL_ASSEMBLER_NAME to compute
2956 section name
2957
29582008-04-16 Ollie Wild <aaw@google.com>
2959
2960 * lto.c (lto_read_compile_unit_DIE): Add DW_LANG_C_plus_plus to the
2961 list of supported languages.
2962
29632008-03-25 Kenneth Zadeck <zadeck@naturalbridge.com>
2964
2965 Merge with mainline @133491.
2966
29672008-03-05 Kenneth Zadeck <zadeck@naturalbridge.com>
2968 Jan Hubicka <jh@suse.cz>
2969
2970 * lto.c (lto_info_fd_init, lto_info_fd_close): Get rid of
2971 fd->unmaterialized_fndecls.
2972 (lto_get_file_name, lto_materialize_cgraph): New function.
2973 (lto_materialize_constructors_and_inits,
2974 lto_materialize_function): Read info directly from elf file.
2975 (lto_file_read): Made local and initialize dictionary so that
2976 other lto sections can be read without reprocessing the elf file.
2977 (lto_main): Read all functions after all files have been processed
2978 for their types, globals and cgraph.
2979 * Make-lang.in (lto.o, lto-cgraph-in.c, lto-section-in): Changed
2980 dependencies.
2981 * lto-elf.c (lto_elf_file): Removed strtab, symtab fields.
2982 (hash_name, eq_name, lto_elf_build_section_table): New functions.
2983 (lto_elf_read_symtab): Removed function.
2984 (lto_elf_file_open): Removed call to lto_elf_read_symtab.
2985 * lto.h (lto_info_fd_struct): Removed unmaterialized_fndecls.
2986 (lto_file_read): Made local.
2987 (lto_get_file_name, lto_elf_build_section_table,
2988 lto_input_cgraph):
2989 New function.
2990 * lto-section-in.c (lto_read_section_data, lto_get_section_data):
2991 New functions.
2992 (lto_read_decls): Get the file name.
2993 * lto-cgraph-in.c: New file.
2994 * lto-function-in.c (tag_to_expr): Stops at LTO_tree_last_tag.
2995 (input_expr_operand, lto_read_body): Set lto_debug_context.tag_names.
2996 (input_labels): Fixed latent sizeof issue.
2997 (input_function): Build stmt array to set call sites into cgraph
2998 edges.
2999 (lto_read_body): Reset cfun->curr_properties.
3000 * lto_section_in.h (lto_section_slot): New structure.
3001 (section_hash_table.lto_file_decl_data): New field.
3002
3003
30042008-02-09 Kenneth Zadeck <zadeck@naturalbridge.com>
3005
3006 * lto.c (lto_read_variable_formal_parameter_const): Remove code to
3007 reconstruct static initializers.
3008 (lto_get_body, lto_materialize_function): Add lto_section_type as
3009 a parameter.
3010 (lto_materialize_constructors_and_inits,
3011 lto_materialize_file_data): New function.
3012 (lto_materialize_function,
3013 lto_read_subroutine_type_subprogram_DIE): Renamed unmap_fn_body to
3014 unmap_section and map_fn_body to map_section.
3015 (lto_set_cu_context): Process functions and static inits
3016 differently.
3017 * Make-lang.in (LTO_H, lto/lto-function-in.o,
3018 lto/lto-section-in.o): Update dependencies.
3019 * lto/lto-elf.c (lto_elf_map_optional_lto_section): Add
3020 lto_section_type parameter.
3021 (lto_elf_unmap_fn_body): Renamed to lto_elf_unmap_section.
3022 * lto.h (lto_file_vtable_struct): Removed two of the fields and
3023 renamed the other two so that there is only one map function and
3024 one unmap function and each takes a section type parameter.
3025 (lto_read_function_body): Renamed to lto_input_function_body and
3026 added file_data parameter.
3027 (lto_read_var_init): Removed.
3028 (lto_input_constructors_and_inits): New function.
3029 * lto-section-in.c (lto_read_decls): New function.
3030 * lto-function-in.c (data_in): Moved fields field_decls, fn_decls,
3031 var_decls, type_decls, types to lto_file_decl_data.
3032 (input_type_ref, input_expr_operand, lto_read_body): Get
3033 field_decls, fn_decls, var_decls, type_decls, types from different
3034 structure.
3035 (input_globals, input_constructor, lto_read_var_init): Removed.
3036 (input_constructors_or_inits): New function.
3037 (lto_read_function_body, lto_input_constructors_and_inits):
3038 Renamed to lto_input_function_body and takes file_data parameter.
3039 * lto-section-in.h (lto_file_decl_data): New structure.
3040
30412008-01-28 Kenneth Zadeck <zadeck@naturalbridge.com>
3042
3043 * lto-function-in.c (input_globals.c): Changed input type to
3044 lto_function_header.
3045 (input_bb): Removed code to deserialize the stmt number.
3046 (input_function): Renumber all stmts after they are input.
3047 (lto_read_body, lto_read_function_body, lto_read_var_init):
3048 Changed to used new header format and enum section_type.
3049 *lto-lang.c (success): Removed.
3050
30512008-01-28 Nathan Froyd <froydnj@codesourcery.com>
3052
3053 * lto-elf.c (lto_elf_lookup_sym): Remove unused function.
3054 (lto_elf_free_sym): Likewise.
3055
3056 * lto-elf.c (lto_elf_read_var_init): Remove unused function.
3057 (lto_elf_build_init): Likewise.
3058
30592008-01-14 Kenneth Zadeck <zadeck@naturalbridge.com>
3060
3061 * lto-read.c: Renamed to lto-function-in.c.
3062 (input_1_unsigned): Moved to lto-section-in.c and renamed
3063 lto_input_1_unsigned.
3064 (input_uleb128): Moved to lto-section-in.c and renamed
3065 lto_input_uleb128.
3066 (input_widest_uint_uleb128): Moved to lto-section-in.c and renamed
3067 lto_input_widest_uint_uleb128.
3068 (input_sleb128): Moved to lto-section-in.c and renamed
3069 lto_input_sleb128.
3070 (input_integer): Moved to lto-section-in.c and renamed
3071 lto_input_integer.
3072 (debug_in_fun): Moved to lto-section-in.c and renamed
3073 lto_debug_in_fun.
3074 (input_block): Moved to lto-section-in.h and renamed
3075 lto_input_block.
3076 (input_expr_operand): Fixed to allow lists with more than one
3077 element.
3078 * lto-section-in.h: New file.
3079 * lto-section-in.c: New file with changes from above.
3080 * Make-lang.in (lto-read.o): Renamed lto-function-in.c.
3081 (lto-section-in.o): New rule.
3082
30832007-12-29 Nathan Froyd <froydnj@codesourcery.com>
3084
3085 * lto-read.c (input_expr_operand): Mark static and external
3086 VAR_DECLs as needed.
3087
30882007-12-29 Nathan Froyd <froydnj@codesourcery.com>
3089
3090 * lto-read.c (input_integer): Use the correct shift amount.
3091
30922007-12-29 Nathan Froyd <froydnj@codesourcery.com>
3093
3094 * lto-lang.c (lto_pushdecl): Do nothing instead of aborting.
3095 (LANG_HOOKS_NAME): Define.
3096
30972007-12-27 Nathan Froyd <froydnj@codesourcery.com>
3098
3099 * lto.c (lto_find_integral_type): Define as a macro. Rename the
3100 original function to...
3101 (lto_find_integral_type_1): ...this. Consult UNSIGNEDP if we
3102 don't have a base type.
3103 (lto_read_enumeration_type_DIE): Examine the values of the
3104 enumeration to determine whether we can use an unsigned type for
3105 the base type of the enumeration.
3106
31072007-12-24 Nathan Froyd <froydnj@codesourcery.com>
3108
3109 * lto.c (lto_read_structure_union_class_type_DIE): Set TYPE_MODE
3110 and TYPE_ALIGN on UNION_TYPEs as soon as possible.
3111
31122007-12-22 Nathan Froyd <froydnj@codesourcery.com>
3113
3114 * lto-lang.c (lto_types_compatible_p): New function.
3115 (LANG_HOOKS_TYPES_COMPATIBLE_P): Define.
3116
31172007-12-22 Nathan Froyd <froydnj@codesourcery.com>
3118 Kenneth Zadeck <zadeck@naturalbridge.com>
3119
3120 * lto-read.c (input_expr_operand): Fixed uninitialize var warning.
3121 (input_local_vars): Read in DECL_INITIAL and context for local
3122 statics that need to be put in unexpanded_vars_list.
3123
31242007-12-21 Nathan Froyd <froydnj@codesourcery.com>
3125
3126 * lto-read.c (input_real): Use a separate null-terminated buffer
3127 for calling real_from_string.
3128 (input_expr_operand): If we take the address of a FUNCTION_DECL,
3129 tell cgraph that it's needed.
3130
31312007-12-19 Doug Kwan <dougkwan@google.com>
3132
3133 * lto.c (lto_read_base_type_DIE): Handle complex integer types.
3134
31352007-12-18 Nathan Froyd <froydnj@codesourcery.com>
3136
3137 * lto.c (lto_read_DIE): Call lto_read_only_for_child_DIEs instead.
3138 (lto_file_read): Reset the members of 'context' every time we read
3139 a toplevel DIE, with special attention to last_param_type.
3140
31412007-12-18 Nathan Froyd <froydnj@codesourcery.com>
3142
3143 * lto.c (lto_read_subroutine_type_subprogram_DIE): Initialize
3144 'declaration'. Set the assembler name for non-public functions.
3145
31462007-12-17 Kenneth Zadeck <zadeck@naturalbridge.com>
3147
3148 * lto_read.c (data_in.unexpanded_indexes): New array.
3149 (input_local_var): Added code to read in unexpanded_var_list
3150 indexes for variables. Only read in DECL_CHAIN field for
3151 parameters.
3152 (input_local_vars): Added code to rebuild unexpanded_var_list in
3153 order using unexpanded_indexes.
3154 (input_function): Added code to set DECL_CONTEXT for functions.
3155
31562007-12-13 Doug Kwan <dougkwan@google.com>
3157
3158 * lto.c (lto_read_pointer_reference_type_DIE): Handle optional name
3159 in pointer and reference types.
3160
31612007-12-13 Nathan Froyd <froydnj@codesourcery.com>
3162
3163 * lto-read.c (input_expr_operand): Use DECL_RESULT when reading a
3164 RESULT_DECL.
3165
31662007-12-13 Nathan Froyd <froydnj@codesourcery.com>
3167
3168 * lto.c (lto_read_array_type_DIE): Return the cached DIE if we've
3169 already read the DIE.
3170 (lto_get_body): New function, split out from...
3171 (lto_materialize_function): ...here. Call it.
3172 (lto_read_subroutine_type_subprogram_DIE): Call lto_get_body to
3173 determine DECL_EXTERNAL.
3174 * lto-symtab.c (lto_symtab_merge_decl): Merge the DECL_RESULTs of
3175 FUNCTION_DECLs when necessary. Use the type of the actual
3176 function definition if we are unable to easily merge types. Ignore
3177 spurious DECL_MODE mismatches on VAR_DECLs. Merge DECL_MODEs when
3178 necessary.
3179
31802007-12-13 Nathan Froyd <froydnj@codesourcery.com>
3181
3182 * lto-lang.c (LANG_HOOKS_REDUCE_BIT_FIELD_OPERATIONS): Define.
3183
31842007-12-12 Bill Maddox <maddox@google.com>
3185
3186 Revert
3187 2007-12-07 Bill Maddox <maddox@google.com>
3188
3189 * lto.c (lto_str_fd_init): New function.
3190 (lto_str_fd_close): New function.
3191 (lto_file_init): Call lto_str_fd_init.
3192 (lto_file_close): Call lto_str_fd_close.
3193 (lto_str_read): New function. Read debug string table.
3194 (lto_str_lookup): New function. Get string for debug
3195 string table offset.
3196 (lto_read_form): Recognize DW_FORM_strp.
3197 (lto_file_read): Invoke lto_str_read.
3198
3199 * lto-elf.c (lto_elf_file_open): Read raw section data
3200 for the .debug_str section, if present.
3201
3202 * lto.h (struct lto_str_fd_struct): New struct.
3203 (struct lto_file_struct): Added new field DEBUG_STR
3204 to hold the file descriptor for the debug string table.
3205
32062007-12-07 Bill Maddox <maddox@google.com>
3207
3208 * lto.c (lto_str_fd_init): New function.
3209 (lto_str_fd_close): New function.
3210 (lto_file_init): Call lto_str_fd_init.
3211 (lto_file_close): Call lto_str_fd_close.
3212 (lto_str_read): New function. Read debug string table.
3213 (lto_str_lookup): New function. Get string for debug
3214 string table offset.
3215 (lto_read_form): Recognize DW_FORM_strp.
3216 (lto_file_read): Invoke lto_str_read.
3217
3218 * lto-elf.c (lto_elf_file_open): Read raw section data
3219 for the .debug_str section, if present.
3220
3221 * lto.h (struct lto_str_fd_struct): New struct.
3222 (struct lto_file_struct): Added new field DEBUG_STR
3223 to hold the file descriptor for the debug string table.
3224
32252007-12-07 Nathan Froyd <froydnj@codesourcery.com>
3226
3227 * lto-read.c (input_cfg): Call init_empty_tree_cfg_for_function.
3228 Grow the basic_block_info and label_to_block_map vectors if
3229 necessary. Read in the block chain.
3230
32312007-12-06 Nathan Froyd <froydnj@codesourcery.com>
3232
3233 * lto.c (lto_read_DIE): Set TYPE_ALIAS_SET where necessary.
3234
32352007-12-06 Nathan Froyd <froydnj@codesourcery.com>
3236
3237 * lto.c (lto_read_form): Add DW_cl_address for DW_AT_const_value.
3238
32392007-12-06 Nathan Froyd <froydnj@codesourcery.com>
3240
3241 * lto-read.c (input_expr_operand): Don't check for MTAGs.
3242 (lto_read_body): Don't declare PROP_alias.
3243
32442007-12-06 Nathan Froyd <froydnj@codesourcery.com>
3245
3246 * lto-symtab.c (lto_symtab_merge_decl): Handle FUNCTION_DECLs without
3247 argument type information.
3248
32492007-12-03 Nathan Froyd <froydnj@codesourcery.com>
3250
3251 * lto.c (lto_read_variable_formal_parameter_constant_DIE): Set
3252 TREE_THIS_VOLATILE if the associated type is a volatile type.
3253 (lto_materialize_function): Remove call to init_ssa_operands.
3254 * lto-read.c (input_expr_operand): Add SSA_NAME_VAR as a referenced
3255 variable when reading an SSA_NAME. Do the same when reading a
3256 RESULT_DECL, a RETURN_EXPR, or an MTAG.
3257 (input_cfg): Call init_ssa_operands.
3258 (input_ssa_names): Set the default def of an SSA_NAME if necessary.
3259 Move call to init_tree_ssa...
3260 (lto_read_body): ...here. Use push_cfun and pop_cfun. Call
3261 add_referenced_var on any variables referenced from the body of the
3262 function. Inform the rest of the compiler we are in SSA form and
3263 inform later passes about the current properties.
3264
32652007-11-30 Nathan Froyd <froydnj@codesourcery.com>
3266
3267 * lto.c (lto_materialize_function): Add FIXME.
3268
32692007-11-29 Nathan Froyd <froydnj@codesourcery.com>
3270
3271 * lto-lang.c (enum built_in_attribute): New enum.
3272 (flag_no_builtin, flag_no_nonansi_builtin, flag_isoc94, flag_isoc99,
3273 built_in_attributes): New variables.
3274 (def_builtin_1): New function.
3275 (lto_define_builtins): #define DEF_BUILTIN and include builtins.def.
3276
32772007-11-28 Nathan Froyd <froydnj@codesourcery.com>
3278
3279 * lto.c (lto_read_variable_formal_parameter_constant_DIE): Set
3280 DECL_SOURCE_LOCATION for debugging purposes.
3281 (lto_read_member_DIE): Set DECL_SOURCE_LOCATION. If we have read a
3282 bitfield, use the type specified by the DIE for TREE_TYPE and defer
3283 laying out the decl until later.
3284 (lto_read_subroutine_type_subprogram_DIE): Compare the function's
3285 name with DECL_ASSEMBLER_NAME. Set DECL_SOURCE_LOCATION and
3286 TREE_ADDRESSABLE.
3287 * lto-read.c (input_expr_operand): Set TREE_ADDRESSABLE on the
3288 operand of an ADDR_EXPR.
3289 * lto-lang.c (enum lto_builtin_type): New enum.
3290 (builtin_type): New typedef.
3291 (builtin_types, string_type_node, const_string_type_node,
3292 wint_type_node, intmax_type_node, uintmax_type_node,
3293 signed_size_type_node): New variables.
3294 (def_fn_type, builtin_type_for_size, lto_define_builtins,
3295 lto_build_c_type_nodes): New functions.
3296 (lto_init): Initialize builtin types.
3297 (lto_set_decl_assembler_name): Let the target machine mangle the
3298 name if the decl is TREE_PUBLIC, otherwise uniquify it.
3299
33002007-11-21 Nathan Froyd <froydnj@codesourcery.com>
3301
3302 * lto.c (lto_read_variable_formal_parameter_constant_DIE): Don't
3303 set TREE_ADDRESSABLE. Do set DECL_COMDAT. Set TREE_READONLY if
3304 the type is a constant type. Set the assembler name and inform
3305 the rest of the compiler about the new decl if the decl is not
3306 public.
3307 (lto_read_subroutine_type_subprogram_DIE): Don't check for equivalency
3308 of DECL_ASSEMBLER_NAME when determining if we have a builtin. Don't
3309 try to read in function bodies for functions that already have bodies.
3310 * lto-symtab.c (lto_same_type_p): Check for unbounded array
3311 equivalency.
3312 (lto_symtab_merge_decl): Don't merge decls that aren't TREE_PUBLIC.
3313 Check for whether we matched a builtin function type before calling
3314 lto_same_type_p on the generated type. Permit cases where the
3315 declaration of an array is unbounded, but the definition is bounded.
3316 Don't combine TREE_PUBLIC flags. Copy over DECL_SIZE and
3317 DECL_SIZE_UNIT if necessary.
3318
33192007-11-16 Kenneth Zadeck <zadeck@naturalbridge.com>
3320
3321 * lto-read.c (input_expr_operand): Get types right
3322 for COMPLEX_CST.
3323
33242007-11-16 Kenneth Zadeck <zadeck@naturalbridge.com>
3325
3326 * lto-read.c (make_new_block, input_cfg): Properly set
3327 n_basic_blocks.
3328
33292007-11-16 Nathan Froyd <froydnj@codesourcery.com>
3330
3331 * lto.c (lto_read_array_type_DIE): Handle DIEs with DW_AT_GNU_vector
3332 set properly by building a VECTOR_TYPE instead of an ARRAY_TYPE.
3333
33342007-11-16 Nathan Froyd <froydnj@codesourcery.com>
3335
3336 * lto.c (lto_read_base_type_DIE): Use make_bitfield_integer_type to
3337 construct the integer type for bitfields.
3338
33392007-11-16 Kenneth Zadeck <zadeck@naturalbridge.com>
3340
3341 * lto-read.c (data_in.current_node_has_loc): Removed.
3342 (input_line_info): Returns true if node needs line set.
3343 (set_line_info): Always sets line if called.
3344 (clear_line_info): Removed reference to current_node_needs_loc.
3345 (input_expr_operand): Keeps track locally if current node needs a loc.
3346 (input_local_var): Added code to handle DECL_INITIAL for
3347 static local vars. Only set loc if necessary.
3348
33492007-11-15 Nathan Froyd <froydnj@codesourcery.com>
3350
3351 * lto.c (lto_read_subroutine_type_subprogram_DIE): Fix thinko'd
3352 DECL_CONTEXT.
3353
33542007-11-15 Nathan Froyd <froydnj@codesourcery.com>
3355
3356 * lto.c: Include langhooks.h.
3357 (lto_find_integral_type): Rework logic to handle the case where
3358 got_byte_size is true, but the bitsize requested and that of the
3359 base_type doesn't match.
3360 (lto_read_variable_formal_parameter_constant_DIE): Only check for
3361 asm_name if we are creating a VAR_DECL.
3362 (lto_materialize_function): Set DECL_EXTERNAL if we can't find a
3363 definition.
3364 (lto_read_subroutine_type_subprogram_DIE): Check for a builtin
3365 function reference and use the builtin's decl if so. Set the
3366 DECL_CONTEXT of the RESULT_DECL for the function.
3367 * lto-lang.c (registered_builtin_fndecls): New variable.
3368 (lto_getdecls): Return it.
3369 (lto_builtin_function): Chain the new decl onto
3370 registered_builtin_fndecls.
3371
33722007-11-15 Kenneth Zadeck <zadeck@naturalbridge.com>
3373
3374 * lto-read.c (process_tree_flags, lto_static_init_local):
3375 Renamed to ADD_CLASS_EXPR_FLAG. ADD_CLASS_DECL_FLAG New Macro.
3376 (input_line_info, clear_line_info): Fixed new line number code.
3377 (input_expr_operand): Added type to SWITCH_EXPR.
3378 (lto_read_body): Properly initialized data_in.
3379 Clear line info when leaving.
3380
33812007-11-13 Diego Novillo <dnovillo@google.com>
3382
3383 * lto.c (lto_read_variable_formal_parameter_constant_DIE):
3384 Initialize ARTIFICIAL.
3385 (lto_read_subroutine_type_subprogram_DIE): Initialize
3386 SAVED_SCOPE.
3387 * lto-read.c (set_line_info): Remove ; from calls to
3388 LINEMAP_POSITION_FOR_COLUMN.
3389
33902007-11-13 Kenneth Zadeck <zadeck@naturalbridge.com>
3391
3392 * lto-read.c (input_type_ref): Renamed from get_type_ref.
3393 (input_expr_operand, input_local_var): Renamed get_type_ref to
3394 input_type_ref.
3395 (input_expr_operand): Get the types correct for
3396 vector-cst. Get SSA_NAME_DEF_STMT correct for return_exprs.
3397
33982007-11-13 Doug Kwan <dougkwan@google.com>
3399
3400 * lto-read.c (input_widest_uint_uleb128): New function.
3401 (input_tree_flags, process_tree_flags, input_line_info,
3402 input_expr_operand, input_local_var, input_phi, input_ssa_names):
3403 Change to use lto_flags_type and BITS_PER_LTO_FLAGS_TYPES instead of
3404 unsigned HOST_WIDE_INT and HOST_BITS_PER_WIDE_INT.
3405 (lto_static_init_local): Add code to assert that lto_flags_type is
3406 wide enough.
3407
34082007-11-13 Nathan Froyd <froydnj@codesourcery.com>
3409
3410 * lto.c (lto_read_array_type_DIE): Handle DW_AT_GNU_vector.
3411 (lto_read_subroutine_type_subprogram_DIE): Handle
3412 DW_AT_static_link and DW_AT_specification. Return the
3413 specification if present.
3414 (lto_read_base_type_DIE): Handle DW_ATE_complex_float.
3415
34162007-11-13 Nathan Froyd <froydnj@codesourcery.com>
3417
3418 * lto-lang.c: Include target.h.
3419 (registered_builtin_types): New variable.
3420 (lto_type_for_mode): Increase number of modes handled.
3421 (lto_builtin_function): Fix argument list and return the decl.
3422 (lto_register_builtin_type): New function.
3423 (lto_init): Initialize target builtins and language-independent
3424 nodes.
3425 (LANG_HOOKS_REGISTER_BUILTIN_TYPE): Define.
3426
34272007-11-13 Kenneth Zadeck <zadeck@naturalbridge.com>
3428
3429 * lto-read.c (input_expr_operand): Added code to properly handle
3430 index filed. Added new RANGE_EXPR case.
3431
34322007-11-11 Kenneth Zadeck <zadeck@naturalbridge.com>
3433
3434 * lto-read.c (ADD_FUNC_FLAG): Deleted macro.
3435 (data_in): Added current_node_has_loc field.
3436 (input_line_info, set_line_info, clear_line_info): Added a support
3437 for USE_MAPPED_LOCATION and not adding line numbers to nodes that
3438 did not have on on the source side.
3439 (input_expr_operand): Make sure that GIMPLE_MODIFY_STMTS get line
3440 numbers too.
3441
34422007-11-09 Doug Kwan <dougkwan@google.com>
3443
3444 * lto-read.c (input_expr_operand): Change type of operand 2 of
3445 BIT_FIELD_REF expression to be bitsizetype instead of sizetype.
3446
34472007-11-09 Nathan Froyd <froydnj@codesourcery.com>
3448
3449 * lto.c: Include lto-tree.h. Effect small spaces->tabs cleanup.
3450 (lto_read_variable_formal_parameter_constant_DIE): Transfer bits
3451 from a DW_AT_specification or DW_AT_abstract_origin attribute to
3452 the new decl we are creating. Move informing the middle end about
3453 the new decl to...
3454 (lto_main): ...here. Inform the middle end about global variables
3455 after we have read in all the input files.
3456 * lto-symtab.c (lto_symtab_merge_decl): We really do need to merge
3457 variables with internal linkage, so delete the check for internal
3458 linkage. Combine TREE_PUBLIC flags.
3459
34602007-11-08 Nathan Froyd <froydnj@codesourcery.com>
3461
3462 * lto.c (lto_read_subroutine_type_subprogram_DIE): Handle
3463 DW_AT_decl_line.
3464 * lto-symtab.c (lto_symtab_merge_decl): Handle redefinition of a
3465 builtin specially. Move check for attribute compatibility
3466 earlier.
3467
34682007-11-07 Nathan Froyd <froydnj@codesourcery.com>
3469
3470 * Make-lang.in (lto/lto.o): Depend on gt-lto-lto.h.
3471 * config-lang.in (gtfiles): Add lto.h and lto.c.
3472 * lto-elf.c: Include ggc.h.
3473 (lto_elf_file_open): Allocate elf_file from GC memory.
3474 * lto.c: Include tree-ssa-operands.h and gt-lto-lto.h
3475 (lto_info_fd_init): Allocate the die_cache and unmaterialized_fndecls
3476 in GC memory.
3477 (lto_info_fd_close): Free unmaterialized_fndecls from GC memory.
3478 (lto_file_close): Free file from GC memory.
3479 (lto_cache_store_DIE): Allocate the new entry in GC memory.
3480 (lto_read_member_DIE): Fix declaration.
3481 (lto_read_subroutine_type_subprogram_DIE): unmaterialized_fndecls lives
3482 in GC memory.
3483 (current_lto_file): New variable.
3484 (lto_main): Use it.
3485 (DWARF2_attr, DWARF2_abbrev, lto_die_ptr, DWARF2_CompUnit,
3486 lto_die_cache_entry): Move to...
3487 * lto.h: ...here and add GTY markers as appropriate. Delete forward
3488 declarations accordingly.
3489 (struct lto_file_struct): Declare.
3490 (lto_file_vtable): Use it instead of lto_file.
3491
34922007-11-06 Alon Dayan <alond@il.ibm.com>
3493 Kenneth Zadeck <zadeck@naturalbridge.com>
3494
3495 * lto-read.c (process_flags, lto_static_init_local):
3496 read flags of VAR_DECL and FUNCTION_DECL of size>1.
3497 change global array num_flags_for_code to flags_length_for_code.
3498 (set_line_info): Make decls work in USE_MAPPED_LOCATION mode.
3499
35002007-11-05 Nathan Froyd <froydnj@codesourcery.com>
3501
3502 * lto.c (lto_read_structure_union_class_type_DIE): Use proper record
3503 layout functions to compute information about the newly constructed
3504 type.
3505
35062007-11-02 Nathan Froyd <froydnj@codesourcery.com>
3507
3508 * lto-read.c (input_expr_operand): Change the LTO_return_expr1
3509 case to use DECL_RESULT if necessary.
3510
35112007-11-01 Kenneth Zadeck <zadeck@naturalbridge.com>
3512
3513 * lto-read.c (input_tree_list): Removed.
3514 (input_tree_flags): Added parameter to force flags no matter what
3515 tree code.
3516 (input_expr_operand): Added parameter to input_tree_flags.
3517 Added case for IDENTIFIER_NODE and TREE_LIST. Changed ASM to call
3518 input_expr_operand rather than input_tree_lists.
3519 (input_local_var): Use input_expr_operand to read attributes
3520 rather then input_tree_list.
3521 (input_phi, input_ssa_names): Added parameter to input_tree_flags.
3522
35232007-10-31 Nathan Froyd <froydnj@codesourcery.com>
3524
3525 * lto.c (lto_read_typedef_DIE): Fix comment typo.
3526 (lto_resolve_typedecl_ref): Fetch the referred-to type and build a fake
3527 TYPE_DECL for it.
3528 * lto-read.c (lto_read_body): Use correct sizes for calculating
3529 type_decls_offset and types_offset.
3530
35312007-10-30 Nathan Froyd <froydnj@codesourcery.com>
3532
3533 * lto-tree.h (union lang_tree_node): Change GTY description to chain
3534 with GENERIC_NEXT.
3535 * config-lang.in (gtfiles): Add lto-lang.c.
3536 * lto-lang.c: Include gt-lto-lto-lang.h.
3537 * Make-lang.in (lto/lto-lang.o): Add dependency on gt-lto-lto-lang.h
3538 (lto/lto-symtab.o): Depend on LTO_H instead of TREE_H.
3539 (lto/lto-read.o): Likewise.
3540
35412007-10-29 Kenneth Zadeck <zadeck@naturalbridge.com>
3542
3543 * lto-read.c (data_in): Added type_decls and current_col fields.
3544 (string_slot): New type to hold canonized file name.
3545 (hash_string_slot_node, eq_string_slot_node, canon_file_name,
3546 input_line_info, set_line_info, clear_line_info): New functions.
3547 (file_name_hash_table): New hash table.
3548 (input_local_var, input_labels, input_local_vars_index,
3549 input_local_var, input_local_vars, input_ssa_names): Reorganized parameters.
3550 (input_uleb128): Changed type of byte var.
3551 (input_expr_operand): Large number of changes to get line numbers
3552 correct. Added TYPE_DECL case.
3553 (input_globals): Added code to get TYPE_DECLs processed.
3554 (input_local_var): Added code to process line numbers and
3555 TREE_CHAIN and DECL_CONTEXT.
3556 (input_function, input_constructor): Added call to
3557 clear_line_number.
3558 (lto_static_init_local): Added code to get line numbers correct.
3559 (lto_read_body): Added code to get TYPE_DECLS read and to change
3560 parameters to the calls above that had their parms reorganized.
3561
3562
35632007-10-29 Nathan Froyd <froydnj@codesourcery.com>
3564
3565 * lto.h (lto_resolve_typedecl_ref): Declare.
3566 * lto.c (lto_resolve_typedecl_ref): New function.
3567
35682007-10-29 Mark Mitchell <mark@codesourcery.com>
3569 Nathan Froyd <froydnj@codesourcery.com>
3570
3571 * lto.c (lto_read_subroutine_type_subprogram_DIE): Read the child
3572 DIEs even if we find an abstract origin for this DIE.
3573
35742007-10-29 Nathan Froyd <froydnj@codesourcery.com>
3575
3576 * lto.c (lto_read_subroutine_type_subprogram_DIE): Build the
3577 RESULT_DECL slightly earlier. Only remember the decl for later
3578 if we successfully merge declarations.
3579
35802007-10-24 Kenneth Zadeck <zadeck@naturalbridge.com>
3581
3582 * lto-read.c (input_expr_operand): Give label_values the proper
3583 context and provide switch statements with a default type.
3584
35852007-10-23 Nathan Froyd <froydnj@codesourcery.com>
3586
3587 * lto-read.c (lto_read_body): Move call to init_ssa_operands...
3588 * lto.c (lto_materialize_function): ...to here.
3589
35902007-10-22 Nathan Froyd <froydnj@codesourcery.com>
3591
3592 * lto.h (struct lto_info_fd): Add field unmaterialized_fndecls.
3593 * lto.c (lto_info_fd_init): Initialize it.
3594 (lto_info_fd_close): Free it.
3595 (lto_materialize_function): New function.
3596 (lto_read_subroutine_type_subprogram_DIE): Save the result decl on
3597 unmaterialized_fndecls.
3598 (lto_file_read): Read in all the function bodies after we have read
3599 all of the DWARF info.
3600 * lto-read.c (lto_read_body): Call init_ssa_operands if we are
3601 reading a function body.
3602
36032007-10-20 Kenneth Zadeck <zadeck@naturalbridge.com>
3604
3605 * lto-read.c (input_tree_flags): Renamed from input_flags to be
3606 semetric with output_tree_flags. Added call to log flags.
3607 (process_tree_flags): Renamed from process_flags. Fixed a lot of
3608 type issues to make everything consistent with flags being
3609 unsigned HOST_WIDE_INTS.
3610 (input_expr_operand): Added call to
3611 recompute_tree_invariant_for_addr_expr.
3612 (input_local_var): Added debugging for tree_chains. Now calls
3613 input_tree_flags.
3614 (input_phi): Made flags unsigned HOST_WIDE_INT.
3615 (input_ssa_names): Now calls input_tree_flags.
3616 (lto_read_body): Now sets cfun.
3617 (lto_read_function_body): Now sets current_function_pointer.
3618
36192007-10-19 Nathan Froyd <froydnj@codesourcery.com>
3620
3621 * lto.c (lto_read_variable_formal_parameter_constant_DIE): Check
3622 definitively whether SPECIFICATION or ABSTRACT_ORIGIN exist before
3623 inspecting fields within.
3624 (lto_read_DIE_at_ptr): Delete check for null result; let callers
3625 handle this appropriately.
3626
36272007-10-19 Nathan Froyd <froydnj@codesourcery.com>
3628
3629 * lto.c (lto_read_variable_formal_parameter_constant_DIE): Handle
3630 DW_AT_abstract_origin properly. Ensure that we're not dealing with
3631 both DW_AT_abstract_origin and DW_AT_specification.
3632 (lto_read_subroutine_type_subprogram_DIE): Handle
3633 DW_AT_abstract_origin.
3634 (lto_read_DIE): Use lto_read_only_for_child_DIEs for labels.
3635 (lto_read_DIE_at_ptr): Define as static to match declaration.
3636 Lookup the PTR in the cache before reading it from the file.
3637 (lto_resolve_var_ref): Adjust accordingly.
3638 (lto_resolve_fn_ref): Adjust accordingly. Tweak comment.
3639 (lto_resolve_field_ref): Adjust accordingly. Tweak comment.
3640
36412007-10-19 Nathan Froyd <froydnj@codesourcery.com>
3642
3643 * lto.c (lto_read_DIE_at_ptr): New function.
3644 (lto_resolve_var_ref): Use it.
3645 (lto_resolve_fn_ref): Use it.
3646 (lto_resolve_field_ref): Use it.
3647 (lto_read_variable_formal_parameter_constant_DIE): Follow
3648 DW_AT_specification and return the associated decl when appropriate.
3649
36502007-10-18 Nathan Froyd <froydnj@codesourcery.com>
3651
3652 * lto-lang.c (lto_type_for_mode): Move after lto_type_for_size.
3653 Implement for scalar integer modes.
3654 (lto_init): Initialize size_type_node.
3655
36562007-10-18 Kenneth Zadeck <zadeck@naturalbridge.com>
3657
3658 * lto-read.c (input_expr_operand): Remove ssa name asserts.
3659 (input_local_var): Add chaining for params.
3660 (input_ssa_names): Add cfun parameter.
3661 (input_function): Remove unnecessary else.
3662
36632007-10-17 Nathan Froyd <froydnj@codesourcery.com>
3664
3665 * lto.c (lto_read_only_for_child_DIEs): Mark die parameter as unused.
3666 (lto_resolve_var_ref): Use proper types.
3667 (lto_resolve_fn_ref): Likewise.
3668 (lto_resolve_field_ref): Likewise.
3669
36702007-10-17 Nathan Froyd <froydnj@codesourcery.com>
3671
3672 * lto-read.c (input_expr_operand): Remove case.
3673
36742007-10-17 Nathan Froyd <froydnj@codesourcery.com>
3675
3676 * lto.c (lto_read_only_for_child_DIEs): New function.
3677 (lto_read_DIE): Use it for lexical_block and inlined_subroutine DIEs.
3678 * lto-elf.c (lto_elf_map_lto_section): Remove.
3679 (lto_elf_file_vtable): Use lto_elf_map_optional_lto_section instead.
3680 * lto-read.c (input_expr_operand): Assert that we never read a NULL
3681 SSA_NAME. Add missing case for mechanical codes.
3682 (input_cfg): Use basic_block_info_for_function instead of
3683 basic_block_info.
3684
36852007-10-16 Kenneth Zadeck <zadeck@naturalbridge.com>
3686
3687 * lto-read.c (input_sleb128, input_integer): Use proper casts.
3688 (input_list): Renamed input_tree_list and modified to follow same
3689 protocol as lto-function-out.c:output_tree_list.
3690 (input_expr_operand): Make asm operands use input_tree_list.
3691 (input_local_var): Now uses input_tree_list.
3692 (lto_read_body): Change placement for setting context of debug_labels.
3693
3694
36952007-10-16 Kenneth Zadeck <zadeck@naturalbridge.com>
3696
3697 * lto-read.c (input_real): Output debugging in proper order.
3698 (input_integer): Compute bit lengths properly.
3699 (input_list): Clean up declaration.
3700 (input_expr_operand): Change calls to input_real to match fix.
3701 Make reading of LTO_bit_field_ref1 match output.
3702 (input_local_var): Make reading of attributes match what is being
3703 written.
3704 (dump_debug_stream): Also print char in hex.
3705 (debug_out_fun): Fix signed unsigned mismatch.
3706
37072007-10-10 Nathan Froyd <froydnj@codesourcery.com>
3708
3709 * lto.c (lto_read_form): Handle DW_AT_MIPS_linkage_name and
3710 DW_AT_GNU_vector specially, as they are not contiguous with the
3711 specified set of attribute names. Use class_mask to check for
3712 errors at the end of the function
3713 (lto_resolve_var_ref): Read the DIE if it is not cached.
3714 (lto_resolve_fn_ref): Likewise.
3715 (lto_resolve_field_ref): Likewise.
3716
37172007-10-05 Nathan Froyd <froydnj@codesourcery.com>
3718
3719 * lto.c: Include dwarf2out.h.
3720 (lto_cache_store_DIE): Assert that we never change the value.
3721 (LTO_BEGIN_READ_ATTRS): Print an informative error message.
3722 (lto_read_compile_unit_DIE): Handle DW_AT_entry_pc.
3723 (lto_read_array_type_DIE): Don't error on ndims == 0; build a
3724 sensible type instead.
3725 (lto_read_structure_union_class_type_DIE): Store the newly
3726 created type prior to reading the members of the structure to
3727 avoid infinite recursion. Avoid computing types and alignments
3728 for structures whose sizes are unknown.
3729 (lto_read_variable_formal_parameter_const): Handle DW_AT_artificial
3730 and set DECL_ARTIFICIAL accordingly. Ignore DW_AT_abstract_origin,
3731 DW_AT_const_value, and DW_AT_specification.
3732 (lto_read_subroutine_type_subprogram_DIE): Handle DW_AT_declaration.
3733 Return early if we have already constructed the function type.
3734 (lto_read_typedef_DIE): Check to see if the type has been cached
3735 already. Cache the type before reading any children.
3736 (lto_read_const_volatile_restrict_type_DIE): Handle DW_AT_name.
3737 (lto_read_DIE): Unset context->skip_non_parameters around reading
3738 the DIE.
3739 (lto_resolve_fn_ref): Delete trailing whitespace.
3740
37412007-09-11 Kenneth Zadeck <zadeck@naturalbridge.com>
3742
3743 * lto-read.c (input_expr_operand): Added type for STRING_CST.
3744
37452007-09-10 Nathan Froyd <froydnj@codesourcery.com>
3746
3747 * lto-read.c (lto_read): Set the type of the newly created CALL_EXPR.
3748
37492007-09-07 Nathan Froyd <froydnj@codesourcery.com>
3750
3751 * lto-lang.c (signed_and_unsigned_types): New variable.
3752 (lto_type_for_size): Consult signed_and_unsigned_types to find
3753 an approprite type, creating it if necessary.
3754 (lto_set_decl_assembler_name): Add actual method body.
3755
37562007-09-06 Jim Blandy <jimb@codesourcery.com>
3757
3758 * lto.c (lto_read_variable_formal_parameter_constant_DIE): If we
3759 can't find a var init for this variable, leave its DECL_INITIAL.
3760 * lto-elf.c (lto_elf_map_optional_lto_section): Renamed from
3761 lto_elf_map_fn_body.
3762 (lto_map_lto_section): New function.
3763 (lto_elf_file_vtable): Use lto_elf_map_lto_section for function
3764 bodies, and lto_elf_map_optional_lto_section for variable
3765 initializers.
3766 (lto_elf_find_section_data): Quietly return NULL if the section is
3767 missing.
3768 (lto_elf_file_open): Check for a NULL from lto_elf_find_section_data.
3769
3770 * lto-elf.c (lto_elf_find_section_data): Remove dead code.
3771
3772 * lto-read.c (lto_read_body): Doc fix.
3773
37742007-08-29 Kenneth Zadeck <zadeck@naturalbridge.com>
3775
3776 * lto-read.c (fun_in): Renamed to data_in.
3777 (input_expr_operand, input_local_var, input_string_internal,
3778 input_string, input_real, input_list, get_label_decl,
3779 get_type_ref, input_expr_operand, input_globals, input_labels,
3780 input_local_vars_index, input_local_var, input_local_vars,
3781 input_cfg, input_phi, input_ssa_names, input_bb, ): Renamed fun_in to data_in.
3782 (input_constructor): New function.
3783 (lto_read_function_body): Renamed to lto_read_body and generalized
3784 to handle both functions and constructors.
3785 (lto_read_function_body, lto_read_var_init): New function.
3786
3787
37882007-08-28 Kenneth Zadeck <zadeck@naturalbridge.com>
3789
3790 * lto-read.c (input_expr_operand): Assert that there really is a
3791 FUNCTION_DECL.
3792 (input_globals): Removed checks on 0 section.
3793
37942007-08-28 Kenneth Zadeck <zadeck@naturalbridge.com>
3795
3796 * lto-read.c (fun_in): Added local_decls_index and
3797 local_decls_index_d.
3798 (input_expr_operand): Changed inputting of PARM_DECLs and VAR_DECLs.
3799 (input_globals): Enabled code to handle FIELD_DECLs.
3800 (input_local_vars_index, input_local_vars): New function.
3801 (input_local_var): Changed to allow locals to be input randomly.
3802 (lto_read_function_body): Added code to input the
3803 local_decls_index and to free various structures.
3804
38052007-08-17 Jim Blandy <jimb@codesourcery.com>
3806
3807 * lto.c (lto_read_variable_formal_parameter_constant_DIE): Remove
3808 ATTRIBUTE_UNUSED from 'die' formal.
3809
3810 Use enum LTO_tags where appropriate, instead of 'unsigned int'.
3811 * lto-read.c (input_record_start): Fix return type, type of 'tag'.
3812 (input_list): Fix type of 'tag'.
3813 (input_expr_operand): Fix type of 'tag' argument. Update
3814 declaration. Fix type of 'ctag'. Add default case to switch,
3815 since the type of the switched value is now an enum.
3816 (input_local_vars): Fix type of 'tag'.
3817 (input_bb): Fix type of 'tag' argument.
3818 (input_function): Fix type of 'tag' argument.
3819
38202007-08-16 Jim Blandy <jimb@codesourcery.com>
3821
3822 * lto.c (lto_read_member_DIE): Record the tree we create in
3823 fd->die_cache. (Our 'die' argument is no longer unused.)
3824 (lto_resolve_field_ref): New function.
3825 * lto.h (lto_resolve_field_ref): New declaration.
3826
38272007-08-15 Jim Blandy <jimb@codesourcery.com>
3828
3829 * lto-read.c (lto_read_var_init): Mark arguments as unused.
3830
38312007-08-07 Jim Blandy <jimb@codesourcery.com>
3832
3833 * lto.c (lto_read_form): Complete attr_classes table.
3834 (DWARF2_form_data): Doc fix.
3835
38362007-08-05 Mark Mitchell <mark@codesourcery.com>
3837
3838 * lto.h (lto_file_vtable): Remove read_var_init. Add map_var_init
3839 and unmap_var_init.
3840 (lto_read_var_init): Declare.
3841 * lto.c (lto_read_variable_formal_parameter_constant_DIE): Use new
3842 interface for reading variable initializers.
3843 * lto-elf.c (lto_elf_read_var_init): Remove.
3844 (lto_elf_file_vtable): Update initializer.
3845 (lto_elf_read_var_init): Add comment about unused-ness.
3846 * lto-read.c (lto_read_var_init): New.
3847
3848 * lto.c (lto_read_form): Add entry for DW_AT_inline.
3849
38502007-08-02 Kenneth Zadeck <zadeck@naturalbridge.com>
3851
3852 * lto-read.c (lto_read_function_body): Moved declaration of fn
3853 outside of ifdef.
3854
38552007-08-01 Kenneth Zadeck <zadeck@naturalbridge.com>
3856
3857 * lto-read.c (input_uleb128, input_string_internal, input_real,
3858 input_integer, input_record_start, input_list, get_type_ref,
3859 input_flags, input_expr_operand, input_expr_operand,
3860 input_expr_operand, input_local_vars, input_cfg, input_phi,
3861 input_ssa_names, input_bb, input_function): Added semicolons.
3862
3863
38642007-07-31 Kenneth Zadeck <zadeck@naturalbridge.com>
3865
3866 * lto-read.c (input_globals): Remove debugging.
3867 (input_function): Set DECL_ARGUMENTS.
3868
3869
38702007-07-31 Kenneth Zadeck <zadeck@naturalbridge.com>
3871
3872 * lto-read.c (input_expr_operand): Fixed code for COND_EXEC,
3873 RETURN_EXPR, MODIFY_EXPR and processing of flags.
3874 (input_phi): Made work with operands other than SSA_NAMES and
3875 fixed processing of flags.
3876 (input_ssa_names): Initialize SSA_NAME_DEF_STMT to empty stmt.
3877 (input_flags): New function.
3878 * lto-lang.c (lto_init): Changed state of in_lto_p.
3879
3880
38812007-07-24 Mark Mitchell <mark@codesourcery.com>
3882
3883 * lto-tree.h (lto_varargs_cookie): Remove.
3884 * lto.c (lto_context): Add last_parm_type, varargs_p, skip_all,
3885 skip_non_parameters, skip_parameters.
3886 (lto_varargs_cookie): Remove.
3887 (lto_read_variable_formal_parameter_constant_DIE): Keep track of
3888 parameter types.
3889 (lto_read_abbrev): New function.
3890 (lto_read_subroutine_type_subprogram_DIE): Make two passes over
3891 child DIEs.
3892 (lto_read_unspecified_parameters_DIE): Set context->varargs_p.
3893 (lto_read_DIE): Use lto_read_abbrev. Honor skip_* flags.
3894 (lto_file_read): Initialize new context fields.
3895 * lto-lang.c (lto_type_for_mode): Return NULL_TREE.
3896 (lto_unsigned_type): Remove.
3897 (lto_signed_type): Likewise.
3898 (lto_signed_or_unsigned_type): Likewise.
3899 (lto_init): Do not create lto_varargs_cookie.
3900 (LANG_HOOKS_UNSIGNED_TYPE): Do not define.
3901 (LANG_HOOKS_SIGNED_TYPE): Likewise.
3902 (LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE): Likewise.
3903
39042007-07-19 Jan Hubicka <jh@suse.cz>
3905
3906 * lto-read.c (lto_read_function_body): Produce empty scope block
3907 to avoid crash.
3908
39092007-07-18 Mark Mitchell <mark@codesourcery.com>
3910
3911 * lto.c (lto_read_variable_formal_parameter_constant_DIE): Do not
3912 process local variables.
3913 (lto_read_subroutine_type_subprogram_DIE): Read child DIEs.
3914
39152007-07-13 Kenneth Zadeck <zadeck@naturalbridge.com>
3916
3917 * lto-read.c (input_list, input_expr_operand): Added struct
3918 function parameter.
3919 (init_cfg, finalize_cfg): Removed function.
3920 (input_expr_operand): Added SSA_NAME and GIMPLE_MODIFY_STMT cases.
3921 (input_labels, input_local_vars): Now takes input_block parameter rather than
3922 synthsyzing it.
3923 (input_cfg, input_phi, input_ssa_names): New functions.
3924 (input_bb): Now passes in input_blocks. Does not construct cfg
3925 and processes the list of phi functions.
3926 (input_function): Now builds both the cfg and ssa_names table.
3927 (lto_read_function_body): Processes new header fields to construct
3928 streams for the ssa_names and cfg and their debugging.
3929 * lto/lto-lang.c (lto_init): Set in_lto_p.
3930
3931
39322007-06-28 Mark Mitchell <mark@codesourcery.com>
3933
3934 * lto.h (lto_file_vtable): Add read_var_init.
3935 * lto.c (lto_read_variable_formal_parameter_constant_DIE): Read
3936 initializers.
3937 (lto_main): Remove bogus asserts.
3938 * lto-elf.c (tm.h): Include it.
3939 (libiberty.y): Likewise.
3940 (lto_elf_file): Add strtab and symtab. Rename
3941 string_table_section_index to sec_strtab.
3942 (lto_elf_file_vtable): Add lto_elf_read_var_init.
3943 (lto_elf_get_shdr): New function.
3944 (lto_elf_free_shdr): Likewise.
3945 (lto_elf_find_section_data): Use them.
3946 (lto_elf_read_symtab): New function.
3947 (lto_elf_lookup_sym): Likewise.
3948 (lto_elf_free_sym): Likewise.
3949 (lto_elf_file_open): Tidy. Call lto_elf_read_symtab.
3950 (lto_elf_built_init): New function.
3951 (lto_elf_read_var_init): Likewise.
3952 * Make-lang.in (lto/lto-elf.o): Depend on $(TM_H).
3953
39542007-06-26 Kenneth Zadeck <zadeck@naturalbridge.com>
3955
3956 * lto-read (make_new_block): Initialize the stmt_list.
3957 (lto_static_init_local): Add debugging for missing codes.
3958
39592007-06-26 Mark Mitchell <mark@codesourcery.com>
3960
3961 * lto.c (lto_read_subroutine_type_subprogram_DIE): Handle
3962 unprototyped functions.
3963
39642007-06-23 Mark Mitchell <mark@codesourcery.com>
3965
3966 * lto.c (lto_read_variable_formal_parameter_constant_DIE):
3967 Handle DW_AT_MIPS_linkage_name.
3968 (lto_read_subroutine_type_subprogram): Likewise. Correct
3969 compilation errors.
3970 (lto_main): Remove incorrect assertions.
3971 * lto-symbtab.c: Build function types out of TREE_LISTs.
3972
3973 * lto-elf.c (<libelf>): Check for HAVE_LIBELF_H.
3974
3975 * Make-lang.in (LTO_OBJS): Depend on attribs.o.
3976
39772007-06-21 Kenneth Zadeck <zadeck@naturalbridge.com>
3978
3979 * lto/lto-tree.h (lang_decl, lang_type, language_function): Added
3980 dummy since ggc does not like empty structs.
3981 * lto/lto-elf.c (libelf.h): Changed to libelf/libelf.h.
3982 * lto/lto-read.c (ADD_CLASS_FLAG, ADD_EXPR_FLAG): Changed
3983 expr->common to expr->base.
3984 (make_new_block): Moved stmt_list to proper place.
3985
3986
39872007-03-14 Robert Kennedy <jimbob@google.com>
3988
3989 Eliminate use of lang_hooks.set_decl_assembler_name from LTO
3990 * lto.c (lto_read_subroutine_type_subprogram_DIE) Get DECL
3991 assembler name from DWARF.
3992 * lto-lang.c (lto_set_decl_assembler_name) New function.
3993
39942006-09-10 Mark Mitchell <mark@codesourcery.com>
3995
3996 * lto.h (lto_file_vtable): New structure.
3997 (lto_file): Add vtable pointer.
3998 (lto_file_init): Add vtable paramter.
3999 (lto_read_function_body): New function.
4000 (lto_symtab_merge_fn): New function.
4001 * lto.c (lto_file_init): Add vtable parameter.
4002 (lto_read_form): Fill in entries for DW_AT_prototyped,
4003 DW_AT_frame_base.
4004 (lto_read_subroutine_type_subprogram_DIE): New function.
4005 (lto_read_DIE): Fill in entries for DW_TAG_subroutine_type and
4006 DW_TAG_subprogram.
4007 * lto-elf.c (lto_elf_vile_vtable): New variable.
4008 (lto_elf_file_open): Pass it to lto_file_init.
4009 (lto_elf_map_fn_body): New function.
4010 (lto_elf_unmap_fn_body): Likewise.
4011 * lto-read.c: New file.
4012 * lto-symtab.c (lto_symtab_merge_fn): New function.
4013 * lto-lang.c (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Define to
4014 tree_rest_of_compilation.
4015 * Make-lang.in (LTO_OBJS): Add lto-read.o
4016 (lto-read.o): New target.
4017
40182006-09-03 Mark Mitchell <mark@codesourcery.com>
4019
4020 * lto.c (<inttypes.h>): Don't include it.
4021 (lto_context): Don't typedef it.
4022 (lto_resolve_reference): New function.
4023 (lto_read_form): Use it.
4024 (lto_resolve_type_ref): New function.
4025 (lto_resolve_var_ref): Likewise.
4026 (lto_resolve_fn_ref): Likewise.
4027 * lto.h (<inttypes.h>): Include it.
4028 (lto_context): New type.
4029 (lto_ref): New structure.
4030 (lto_resolve_type_ref): Declare.
4031 (lto_resolve_var_ref): Likewise.
4032 (lto_resolve_fn_ref): Likewise.
4033
40342006-08-18 Mark Mitchell <mark@codesourcery.com>
4035
4036 * lang-specs.h: New file.
4037
40382006-08-14 Mark Mitchell <mark@codesourcery.com>
4039
4040 * lto.c (lto_info_fd_init): Allocate the DIE cache.
4041 (lto_info_fd_close): Deallocate it.
4042 (lto_die_cache_entry): New structure.
4043 (lto_cache_hash): New function.
4044 (lto_cache_eq): Likewise.
4045 (lto_cache_store_DIE): Likewise.
4046 (lto_cache_lookup_DIE): Likewise.
4047 (lto_read_referenced_type_DIE): Use the cache.
4048 (lto_read_pointer_type_DIE): Robustify.
4049 (lto_read_DIE): Use the cache.
4050 * lto.h (hashtab.h): Include.
4051 (lto_info_fd): Add DIE cache.
4052 * Make-lang.in (LTO_H): New variable.
4053 (lto/lto-lang.o): Use LTO_H.
4054 (lto/lto-elf.o): Likewise.
4055 (lto/lto-symtab.o): Likewise.
4056
40572006-07-09 Mark Mitchell <mark@codesourcery.com>
4058
4059 * lto.c (lto_abi_mismatch_error): New function.
4060 (lto_abbrev_read): Initialize num_abbrevs.
4061 (lto_read_form): Specify allowed form classes for
4062 DW_AT_declaration. Adjust for change to lto_set_cu_context.
4063 (lto_read_variable_formal_parameter_constant_DIE): Handle
4064 DW_AT_declaration. Call lto_symtab_merge_var.
4065 (lto_read_pointer_type_DIE): New function.
4066 (lto_read_base_type_DIE): Use build_nonstandard_integer_type. Do
4067 not creat TYPE_DECLs for types that already have them.
4068 (lto_read_DIE): Add lto_read_pointer_type_DIE.
4069 (lto_set_cu_context): Make cu_start point to the header, not the
4070 first DIE.
4071 (lto_file_read): Adjust for change to lto_set_cu_context.
4072 * Make-lang.in (LTO_OBJS): Add lto-symtab.o.
4073 (lto/lto-symtab.o): New rule.
4074 * lto-tree.h (lang_identifier): Add decl field.
4075 (LANG_IDENTIFIER_CAST): New macro.
4076 (LTO_IDENTIFIER_DECL): Likewise.
4077 (lto_symtab_merge_var): Declare.
4078 * lto-symtab.c: New file.
4079
40802006-07-02 Daniel Berlin <dberlin@dberlin.org>
4081
4082 * lto.c (lto_context): Add current_cu and info_fd members.
4083 (DWARF2_CompUnit): New structure.
4084 (lto_read_DIE): Take lto_info_fd *.
4085 (lto_read_child_DIEs): Ditto.
4086 (lto_file_corrupt_error): Constify argument.
4087 (lto_set_cu_context): New function
4088 (lto_info_fd_init): Ditto.
4089 (lto_info_fd_close): Ditto.
4090 (lto_file_init): Use lto_info_fd_init.
4091 (lto_file_close): Use lto_info_fd_close.
4092 (lto_read_initial_length): Pass in pointer to header size.
4093 (lto_read_comp_unit_header): Correct cu_length to
4094 real length from beginning of header. Take lto_info_fd * as
4095 argument.
4096 (find_cu_for_offset): New function.
4097 (lto_read_form): Change first argument to lto_info_fd *.
4098 Add FORM_CONTEXT argument.
4099 Handle DW_FORM_ref_addr.
4100 (lto_read_tag_DIE): Change first argument to lto_info_fd *.
4101 (LTO_BEGIN_READ_ATTRS_UNCHECKED): Save old context.
4102 Swap contexts if necessary for form.
4103 (LTO_BEGIN_READ_ATTRS): Cast fd to right type for
4104 lto_file_corrupt_error.
4105 (LTO_END_READ_ATTRS): Swap contexts back if it had changed.
4106 (lto_read_referenced_type_DIE): Change first argument to
4107 lto_info_fd *. Access lto_fd fields through base pointer.
4108 (lto_read_compile_unit_DIE): Change first argument to an
4109 lto_info_fd *.
4110 (lto_read_variable_formal_parameter_constant_DIE): Ditto.
4111 (lto_read_base_type_DIE): Ditto.
4112 (lto_read_child_DIEs): Ditto.
4113 (lto_read_DIE): Ditto. Change type of function pointer.
4114 (lto_info_read): New function.
4115 (lto_set_cu_context): Ditto.
4116 (lto_file_read): Use lto_info_read, walk resulting CU's
4117 (lto_main): Update for lto_info_fd change.
4118 * lto-elf.c (lto_elf_file_open): Cast lto_info_fd to lto_fd where
4119 necessary.
4120 * lto.h (DWARF2_CompUnit): New structure.
4121 (lto_info_fd): Ditto.
4122 (lto_file): Change debug_info to be an lto_info_fd.
4123
41242006-06-25 Mark Mitchell <mark@codesourcery.com>
4125
4126 * lto.c (toplev.h): Include it.
4127 (dwarf2.h): Likewise.
4128 (tree.h): Likewise.
4129 (tm.h): Likewise.
4130 (cgraph.h): Likewise.
4131 (ggc.h): Likewise.
4132 (inttypes.h): Likewise.
4133 (DWARF2_attr): New type.
4134 (DWARF2_abbrev): Likewise.
4135 (DWARF2_class): Likewise.
4136 (DWARF2_form_data): Likewise.
4137 (lto_context): Likewise.
4138 (lto_fd_init): New function.
4139 (lto_abbrev_fd_init): Likewise.
4140 (lto_abbrev_fd_close): Likewise.
4141 (lto_file_init): Use them.
4142 (lto_file_close): New function.
4143 (lto_file_corrupt_error): Likewise.
4144 (LTO_CHECK_INT_VAL): New macro.
4145 (lto_check_size_t_val): New function.
4146 (lto_check_int_val): Likewise.
4147 (LTO_READ_TYPE): New macro.
4148 (lto_read_ubyte): New function.
4149 (lto_read_uhalf): Likewise.
4150 (lto_read_uword): Likewise.
4151 (lto_read_uleb128): Likewise.
4152 (lto_read_initial_length): Likewise.
4153 (lto_abbrev_read_attrs): Likewise.
4154 (lto_abbrev_read): Likewise.
4155 (lto_abbrev_lookup): Likewise.
4156 (lto_read_section_offset): Likewise.
4157 (lto_read_comp_unit_header): Likewise.
4158 (lto_read_form): Likewise.
4159 (LTO_BEGIN_READ_ATTRS_UNCHECKED): New macro.
4160 (LTO_BEGIN_READ_ATTRS): Likewise.
4161 (LTO_END_READ_ATTRS): Likewise.
4162 (lto_unsupported_attr_error): New function.
4163 (lto_get_identifier): Likewise.
4164 (lto_read_referenced_type_DIE): Likewise.
4165 (lto_read_compile_unit_DIE): Likewise.
4166 (lto_read_variable_formal_parameter_constant_DIE): Likewise.
4167 (lto_read_base_type_DIE): Likewise.
4168 (lto_read_DIE): Likewise.
4169 (lto_read_child_DIEs): Likewise.
4170 (lto_file_read): Read DIEs.
4171 (lto_main): Ask middle end to emit entities.
4172 * lto-tree.h (lang_identifier): Inherit from tree_identifier.
4173 * lto-elf.c (lto_elf_file_open): Adjust for interface changes.
4174 (lto_elf_file_close): Likewise.
4175 * lto.h (lto_file): Declare.
4176 (DWARF2_abbrev): Likewise.
4177 (lto_fd): New type.
4178 (lto_abbrev_fd): Likewise.
4179 (lto_file): Use new types.
4180 (lto_file_close): Declare.
4181 * lto-lang.c (lto_init): Always use unit-at-a-time mode.
4182
41832006-06-18 Mark Mitchell <mark@codesourcery.com>
4184
4185 * lto.h: New file.
4186 * lto.c: New file.
4187 * lto-elf.c: New file.
4188 * lto-lang.c (flags.h): Include it.
4189 (lto.h): Likewise.
4190 (lto_init): New function.
4191 (lto_write_globals): Remove.
4192 (LANG_HOOKS_WRITE_GLOBALS): Define to lhd_do_nothing.
4193 (LANG_HOOKS_INIT): Define.
4194 (LANG_HOOKS_PARSE_FILE): Likewise.
4195 * Make-lang.in (LTO_OBJS): Add lto.o and lto-elf.o.
4196 (LTO_EXE): Link with libelf.
4197 (lto/lto-lang.o): Update dependencies.
4198 (lto/lto.o): New target.
4199 (lto/lto-elf.o): Likewise.
4200
42012006-06-12 Mark Mitchell <mark@codesourcery.com>
4202
4203 * config-lang.in: New file.
4204 * Make-lang.in: Likewise.
4205 * lto-tree.h: Likewise.
4206 * lto-lang.c: Likewise.
4207