cgraph.h (cgraph_node, [...]): Update docmentation of in_other_partition.
[gcc.git] / gcc / lto / ChangeLog
1 2010-07-05 Jan Hubicka <jh@suse.cz>
2
3 * lto.c (add_cgraph_node_to_partition): Forward declare; walk also
4 nodes from same comdat group as well as all comdat functions referenced
5 here.
6 (add_varpool_node_to_partition, add_references_to_partition): New function.
7 (lto_1_1_map): Skip COMDAT fnctions/variables; use add_varpool_node_to_partition;
8 clear aux flags when done.
9 (lto_promote_cross_file_statics): Do not promote stuff that gets duplicated to
10 each ltrans.
11
12 2010-07-04 Jan Hubicka <jh@suse.cz>
13
14 * lto.c (read_cgraph_and_symbols): Dump cgraph before merging.
15
16 2010-06-13 Richard Guenther <rguenther@suse.de>
17
18 * lto.c (lto_fixup_type): Do not register or fixup TYPE_CANONICAL.
19
20 2010-06-09 Kai Tietz <kai.tietz@onevision.com>
21
22 * lto.c (lto_resolution_read): Pre-initialize local variable r.
23 * lto-coff.c (coff_write_object_file): Add braces to if.
24
25 2010-06-08 Laurynas Biveinis <laurynas.biveinis@gmail.com>
26
27 * lto.c (lto_read_in_decl_state): Use typed GC allocation.
28 (lto_file_read): Likewise.
29 (new_partition): Likewise.
30 (read_cgraph_and_symbols): Likewise.
31
32 2010-06-07 Joseph Myers <joseph@codesourcery.com>
33
34 * lto-lang.c (flag_no_builtin, flag_no_nonansi_builtin): Remove.
35 (lto_handle_option): Don't set flag_signed_char here.
36
37 2010-06-04 Richard Guenther <rguenther@suse.de>
38
39 PR lto/41584
40 * lto.c (lto_1_to_1_map): Use the proper file_data for
41 varpool nodes.
42
43 2010-05-30 Jan Hubicka <jh@suse.cz>
44
45 * lto.c (promote_var, promote_fn, lto_wpa_write_files): Dump
46 partitioning decisions.
47
48 2010-05-29 Jan Hubicka <jh@suse.cz>
49
50 * lto.c (bitmap vector): Remove.
51 (lto_cgraph_node_sets, lto_varpool_node_sets): Remove.
52 (ltrans_partition_def): New structure.
53 (ltrans_partition): New type and VECtor.
54 (new_partition): New function.
55 (add_cgraph_node_to_partition): New function.
56 (lto_1_to_1_map): Reorganize for partitions.
57 (lto_add_inline_clones): Remove.
58 (lto_add_all_inlinees): Remove.
59 (lto_promote_cross_file_statics): Use partitions.
60 (cmp_partitions): New function.
61 (lto_wpa_write_files): Do not call lto_add_all_inlinees;
62 use partitions; output files sorted by size.
63
64 2010-05-29 Steven Bosscher <steven@gcc.gnu.org>
65
66 * Make-lang.in: Replace vec.h dependency with VEC_H.
67
68 2010-05-28 Joseph Myers <joseph@codesourcery.com>
69
70 * lto-coff.c (coff_errmsg): Remove.
71 (lto_coff_begin_section_with_type, lto_obj_append_data): Use %m in
72 errors instead of coff_errmsg (-1).
73 * lto-macho.c (mach_o_errmsg): Remove.
74 (lto_obj_begin_section, lto_obj_append_data): Use %m in errors
75 instead of mach_o_errmsg (-1).
76 * lto.c (read_cgraph_and_symbols): Use %m in errors instead of
77 xstrerror (errno).
78
79 2010-05-28 Richard Guenther <rguenther@suse.de>
80
81 * lto.c (prefix_name_with_star): Removed.
82 (strip_extension): Likewise.
83 (get_filename_for_set): Likewise.
84 (lto_write_ltrans_list): Fold into ...
85 (lto_wpa_write_files): ... this. Name LTRANS units
86 by suffixing the ltrans output list filename.
87 (do_whole_program_analysis): Adjust.
88
89 2010-05-27 Joseph Myers <joseph@codesourcery.com>
90
91 * lto.c: Include diagnostic-core.h instead of diagnostic.h.
92 (read_cgraph_and_symbols, lto_main): Use seen_error.
93 * Make-lang.in (lto/lto.o): Update dependencies.
94
95 2010-05-27 Eric Botcazou <ebotcazou@adacore.com>
96
97 PR lto/44230
98 * lto.h (lto_eh_personality): New prototype.
99 * lto.c: Include debug.h.
100 (first_personality_decl): New static variable.
101 (lto_materialize_function): Set it to DECL_FUNCTION_PERSONALITY of the
102 first function for which it is non-null.
103 (lto_eh_personality_decl): New static variable.
104 (lto_eh_personality): New function.
105 * lto-lang.c (LANG_HOOKS_EH_PERSONALITY): Redefine to above function.
106 * Make-lang.in (lto/lto.o): Add dependency on debug.h.
107
108 2010-05-26 Steven Bosscher <steven@gcc.gnu.org>
109
110 * lto-lang.c: Do not include expr.h.
111
112 2010-05-24 Richard Guenther <rguenther@suse.de>
113
114 * lto-elf.c (lto_obj_build_section_table): Work around
115 FreeBSD libelf issue.
116
117 2010-05-22 Richard Guenther <rguenther@suse.de>
118
119 * lto.c (read_cgraph_and_symbols): Do not collect.
120
121 2010-05-20 Jan Hubicka <jh@suse.cz>
122
123 * lto.c (promote_var, promote_fn): New functions.
124 (lto_promote_cross_file_statics): Compute correctly boundary including
125 static initializers of readonly vars.
126
127 2010-05-18 Jan Hubicka <jh@suse.cz>
128
129 * lto.c (lto_1_to_1_map): Partition non-inline clones.
130 (lto_promote_cross_file_statics): Deal with non-inline clones.
131
132 2010-05-18 Jan Hubicka <jh@suse.cz>
133
134 * lto.c (lto_materialize_function): Announce function when
135 reading body; allocate_struct_function only when reading body;
136 do not finalize local statics; ggc_collect after reading;
137 do not mark reachable node.
138 (materialize_cgraph): Do not announce function.
139
140 2010-05-11 Jan Hubicka <jh@suse.cz>
141
142 * lto.c (materialize_cgraph): Revert my previous patch.
143
144 2010-05-11 Kai Tietz <kai.tietz@onevision.com>
145
146 * lto-coff.c (IMAGE_FILE_MACHINE_ADM64): Rename to
147 IMAGE_FILE_MACHINE_AMD64.
148 * lto-coff.c (IMAGE_FILE_MACHINE_ADM64): Likewise.
149
150 2010-05-11 Jan Hubicka <jh@suse.cz>
151
152 * lto.c (lto_fixup_decls): Remove global var decls freeing here.
153 (materialize_cgraph): Add it here.
154
155 2010-05-11 Jan Hubicka <jh@suse.cz>
156
157 * lto.c (lto_fixup_decls): Free no longer needed lto_global_var_decls
158 vector.
159
160 2010-05-11 Jan Hubicka <jh@suse.cz>
161
162 * lto.c (lto_1_to_1_map): Remove some no longer needed checks.
163 (lto_promote_cross_file_statics): Never promote DECL_EXTERNAL;
164 use reachable_from_other_partition_p and
165 referenced_from_other_partition_p test.
166
167 2010-05-11 Kai Tietz <kai.tietz@onevision.com>
168
169 * lto-coff.c (validate_file): Add x64-coff support.
170 * lto-coff.h (IMAGE_FILE_MACHINE_ADM64): New.
171 (COFF_KNOWN_MACHINES): Add IMAGE_FILE_MACHINE_ADM64.
172 * lto-lang.c (lto_build_c_type_nodes): Add check for
173 'long long unsigned int' for x64-windows.
174 (lto_init): Likewise.
175
176
177 2010-05-07 Steven Bosscher <steven@gcc.gnu.org>
178
179 * lto.h (struct lto_file_struct): Document offset member.
180 * lto-endian.h: New file.
181 * lto-macho.h: New file.
182 * lto-macho.c: New file.
183 * Make-lang.in: Add rule for lto-macho.o.
184
185 2010-05-07 Richard Guenther <rguenther@suse.de>
186
187 PR lto/43857
188 PR lto/43371
189 * lang.opt (fresolution): Change to ...
190 (fresolution=): ... this.
191 * lto-lang.c (lto_handle_option): Adjust.
192
193 2010-05-07 Richard Guenther <rguenther@suse.de>
194
195 * lto.c (DUMPBASE_SUFFIX): Remove.
196 (lto_execute_ltrans): Move functionality to lto-wrapper.c.
197 Rename to ...
198 (lto_write_ltrans_list): ... only output the list of ltrans files.
199 (lto_maybe_unlink): Remove.
200 (do_whole_program_analysis): Do not execute LTRANS phase
201 from here.
202
203 2010-05-06 H.J. Lu <hongjiu.lu@intel.com>
204
205 * lto-lang.c (lto_handle_option): Add argument kind.
206
207 2010-05-05 Jan Hubicka <jh@suse.cz>
208
209 * lto.c (lto_promote_cross_file_statics): Compute boundary based on
210 refs.
211
212 2010-05-05 Jan Hubicka <jh@suse.cz>
213
214 * lto.c (lto_1_to_1_map): Partition only needed nodes.
215
216 2010-04-30 Jan Hubicka <jh@suse.cz>
217
218 * lto.c (get_filename_for_set): Look for cgraph node and if none found, use
219 default name.
220 (lto_wpa_write_files): Write any non-empty partition.
221
222 2010-04-30 Jan Hubicka <jh@suse.cz>
223
224 * lto.c: Do not attempt to make constant pool references global.
225
226 2010-04-28 Jan Hubicka <jh@suse.cz>
227
228 * lto/lto.c (lto_read_in_decl_state): Use GGC.
229 (lto_wpa_write_files): Announce what we are writting.
230 (all_file_decl_data): New.
231 (read_cgraph_and_symbols): Use GGC; correct timevars.
232 (do_whole_program_analysis): Collect.
233 * lto/Make-lang.in (lto.o): Fix dependency.
234 * Makefile.in (GTFILES): Add lto-streamer.h.
235 * varpool.c (varpool_analyze_pending_decls): Use TV_VARPOOL.
236 (varpool_assemble_pending_decls): Use VAROUT.
237 * lto-streamer.h (lto_tree_ref_table): Annotate.
238 (lto_in_decl_state): Annotate.
239 (lto_file_decl_data): Annotate.
240
241 2010-04-28 Jan Hubicka <jh@suse.cz>
242
243 * lto.c (lto_varpool_node_sets): New.
244 (lto_1_to_1_map): Partition varpool too.
245 (globalize_context_t, globalize_cross_file_statics,
246 lto_scan_statics_in_ref_table, lto_scan_statics_in_cgraph_node,
247 lto_scan_statics_in_remaining_global_vars): Remove.
248 (lto_promote_cross_file_statics): Rewrite.
249 (get_filename_for_set): Take vset argument.
250 (lto_wpa_write_files): Pass around vsets.
251
252 2010-04-27 Dave Korn <dave.korn.cygwin@gmail.com>
253
254 PR lto/42776
255 * Make-lang.in (LTO_OBJS): Use LTO_BINARY_READER instead of
256 hardcoding 'lto-elf.o'.
257 ($(LTO_EXE)): Use LTO_USE_LIBELF instead of hardcoding '-lelf'.
258
259 * lto-coff.h: New file.
260 * lto-coff.c: Likewise.
261
262 2010-04-26 Richard Guenther <rguenther@suse.de>
263
264 * lto.c (lto_fixup_type): Deal with non-type TYPE_CONTEXT.
265
266 2010-04-26 Dave Korn <dave.korn.cygwin@gmail.com>
267
268 * lto.h (lto_elf_file_open): Rename prototype from this ...
269 (lto_obj_file_open): ... to this.
270 (lto_elf_file_close): Likewise ...
271 (lto_obj_file_close): ... and likewise.
272 (lto_elf_build_section_table): Likewise ...
273 (lto_obj_build_section_table): ... and likewise.
274 (lto_elf_begin_section): Likewise ...
275 (lto_obj_begin_section): ... and likewise.
276 (lto_elf_append_data): Likewise ...
277 (lto_obj_append_data): ... and likewise.
278 (lto_elf_end_section): Likewise ...
279 (lto_obj_end_section): ... and likewise.
280 * lto.c (lto_file_read): Update references to the above.
281 (lto_wpa_write_files): Likewise.
282 (lto_read_all_file_options): Likewise.
283 (read_cgraph_and_symbols): Likewise.
284 * lto-lang.c (LANG_HOOKS_BEGIN_SECTION): Likewise.
285 (LANG_HOOKS_APPEND_DATA): Likewise.
286 (LANG_HOOKS_END_SECTION): Likewise.
287 * lto-elf.c (lto_elf_file_open): Rename from this ...
288 (lto_obj_file_open): ... to this, updating any references.
289 (lto_elf_file_close): Likewise ...
290 (lto_obj_file_close): ... and likewise.
291 (lto_elf_build_section_table): Likewise ...
292 (lto_obj_build_section_table): ... and likewise.
293 (lto_elf_begin_section): Likewise ...
294 (lto_obj_begin_section): ... and likewise.
295 (lto_elf_append_data): Likewise ...
296 (lto_obj_append_data): ... and likewise.
297 (lto_elf_end_section): Likewise ...
298 (lto_obj_end_section): ... and likewise.
299
300 2010-04-21 Jan Hubicka <jh@suse.cz>
301
302 * lto.c (lto_fixup_tree): Do not call wpa fixup.
303 (materialize_cgraph): Likewise.
304
305 2010-04-21 Jan Hubicka <jh@suse.cz>
306
307 * lto.c (lto_wpa_write_files): Update.
308 (read_cgraph_and_symbols): Be more verbose.
309 (materialize_cgraph): Likewise.
310 (do_whole_program_analysis): Likewise.
311
312 2010-04-21 Jan Hubicka <jh@suse.cz>
313
314 * lto.c (globalize_cross_file_statics): When function has address taken,
315 it needs to be public.
316
317 2010-04-20 Jan Hubicka <jh@suse.cz>
318
319 * lto.c (lto_add_inline_clones): Do not track inlined_decls.
320 (lto_add_all_inlinees): Likewise.
321 (lto_wpa_write_files): Likewise.
322
323 2010-04-18 Eric Botcazou <ebotcazou@adacore.com>
324
325 * lto-lang.c (lto_init): Remove second argument in call to
326 build_common_tree_nodes.
327
328 2010-04-16 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
329
330 * lto-elf.c [!HAVE_ELF_GETSHDRSTRNDX] (elf_getshdrstrndx): New
331 function.
332
333 2010-03-09 Eric Botcazou <ebotcazou@adacore.com>
334
335 PR bootstrap/43276
336 * lto-elf.c: Define EM_* constants if not already defined.
337
338 2010-03-03 Eric Botcazou <ebotcazou@adacore.com>
339
340 * lto-elf.c (is_compatible_architecture): New static function.
341 (DEFINE_VALIDATE_EHDR): Use it to validate the architecture.
342
343 2010-02-11 Richard Guenther <rguenther@suse.de>
344
345 PR driver/43021
346 * lto-elf.c (lto_elf_file_open): Handle file@offset case more
347 appropriately.
348
349 2010-01-11 Andy Hutchinson <hutchinsonandy@gcc.gnu.org>
350
351 * lto.c (O_BINARY): Define.
352 (lto_read_section_data): Open file in binary mode.
353 * lto-elf.c (O_BINARY): Define.
354 (lto_elf_file_open): Open file in binary mode.
355
356 2010-01-08 Richard Guenther <rguenther@suse.de>
357
358 PR lto/42528
359 * lto-lang.c (lto_handle_option): Handle -f[un]signed-char.
360 (lto_init): Do not init char_type_node in a standard way
361 but according to flag_signed_char.
362
363 2010-01-03 H.J. Lu <hongjiu.lu@intel.com>
364
365 PR lto/41564
366 * lto.c (DUMPBASE_SUFFIX): New.
367 (lto_execute_ltrans): Append a sequence number to -dumpbase
368 for LTRANS.
369
370 2010-01-02 H.J. Lu <hongjiu.lu@intel.com>
371
372 PR lto/42580
373 * lto-elf.c (lto_elf_file_open): Stop if the command line
374 option file is missing.
375
376 2009-12-15 Richard Guenther <rguenther@suse.de>
377
378 * lto.c (lto_fixup_field_decl): Fixup DECL_FIELD_OFFSET.
379 (lto_post_options): Do not disable debuginfo.
380
381 2009-12-14 Dmitry Gorbachev <d.g.gorbachev@gmail.com>
382
383 * Make-lang.in ($(LTO_EXE)): Use $(LINKER).
384
385 2009-12-11 Richard Guenther <rguenther@suse.de>
386
387 PR lto/42037
388 * lto.c (lto_resolution_read): Properly grow the vector.
389
390 2009-12-11 Richard Guenther <rguenther@suse.de>
391
392 PR lto/41915
393 * lto-lang.c (lto_init_options): Initialize flag_complex_method
394 to the C99 default. Do not set flag_unit_at_a_time.
395
396 2009-11-28 Jakub Jelinek <jakub@redhat.com>
397
398 * lto-lang.c (handle_nonnull_attribute): Remove unused attr_arg_num
399 variable.
400
401 2009-11-19 Rafael Avila de Espindola <espindola@google.com>
402
403 PR bootstrap/42096
404 * lto-elf.c (lto_elf_file_open): Use lto_parse_hex.
405 * lto.c (lto_parse_hex): New.
406 (lto_resolution_read): Use lto_parse_hex.
407 * lto.h (lto_parse_hex): New.
408
409 2009-11-17 Rafael Avila de Espindola <espindola@google.com>
410
411 * lto-elf.c (lto_file_init): Add offset argument.
412 (lto_elf_file_open): Record the offset.
413 * lto.c (lto_resolution_read): Change file_name into a lto_file
414 argument. Check offsets.
415 (lto_file_read): Update call to lto_resolution_read.
416 * lto.h (lto_file_struct): Add the offset field.
417
418 2009-11-16 Rafael Avila de Espindola <espindola@google.com>
419
420 * lto-elf.c (lto_elf_file_open): Use strtoll to parse the offset.
421
422 2009-11-14 Jan Hubicka <jh@suse.cz>
423
424 * lto.c (read_cgraph_and_symbols): Set also ipa_transforms_to_apply.
425
426 2009-11-12 Rafael Avila de Espindola <espindola@google.com>
427
428 * lang.opt (fresolution): Renamed from resolution.
429 * lto-lang.c (lto_handle_option): Handle new option name.
430 * lto.c (lto_resolution_read): Add more checks. Discard rest of line.
431
432 2009-11-04 Richard Guenther <rguenther@suse.de>
433 Rafael Avila de Espindola <espindola@google.com>
434
435 * lto-elf.c (lto_elf_build_section_table): Add the base offset.
436 (lto_elf_file_open): Handle offsets in arguments name@offest.
437
438 2009-10-30 Richard Guenther <rguenther@suse.de>
439
440 PR lto/41858
441 * lto.c (lto_file_read): Do not set file_data->fd.
442 (lto_read_section_data): Use a single-entry file-descriptor cache.
443 Do not check the result of xmalloc.
444 (free_section_data): Do not use file_data->fd.
445 (lto_read_all_file_options): Likewise.
446
447 2009-10-22 Richard Guenther <rguenther@suse.de>
448
449 * lto.c (lto_fixup_jump_functions): Remove.
450 (lto_fixup_decls): Do not fixup jump functions.
451 (read_cgraph_and_symbols): Schedule cgraph merging after
452 summary reading. Schedule type and decl fixup before
453 summary reading.
454
455 2009-10-22 Richard Guenther <rguenther@suse.de>
456
457 * lto.c (lto_fixup_data_t): Remove free_list member.
458 (lto_fixup_tree): Do not insert into free_list.
459 (free_decl): Remove.
460 (lto_fixup_decls): Remove free-list handling.
461
462 2009-10-22 Jan Hubicka <jh@suse.cz>
463
464 * lto.c (lto_fixup_jump_functions): New function.
465 (lto_fixup_decls): Use it.
466
467 2009-10-16 Richard Guenther <rguenther@suse.de>
468
469 PR lto/41715
470 * lto.c (lto_fixup_tree): Revert last change.
471
472 2009-10-14 Richard Guenther <rguenther@suse.de>
473
474 * lto.c (lto_fixup_tree): In case the prevailing decl is not
475 compatible with the one we replace wrap it around a
476 VIEW_CONVERT_EXPR.
477
478 2009-10-09 Richard Guenther <rguenther@suse.de>
479
480 PR lto/41635
481 PR lto/41636
482 * lto.c (read_cgraph_and_symbols): Do not assert we can open
483 a file.
484 * lto-elf.c (init_shdr##BITS): Fix i18n problems.
485 (init_ehdr##BITS): Likewise.
486
487 2009-10-08 Joseph Myers <joseph@codesourcery.com>
488
489 * lto-elf.c (init_shdr##BITS, lto_elf_begin_section_with_type,
490 init_ehdr##BITS, lto_elf_file_close): Remove trailing "." from
491 diagnostics.
492 * lto-lang.c (lto_post_options): Remove trailing "." from
493 diagnostics.
494
495 2009-10-08 Richard Guenther <rguenther@suse.de>
496
497 * lto.c (read_cgraph_and_symbols): Free the gimple type merging
498 hash tables.
499
500 2009-10-07 Joseph Myers <joseph@codesourcery.com>
501
502 * lto.c: Only include <sys/mman.h> if HAVE_MMAP_FILE.
503
504 2009-10-07 Jan Hubicka <jh@suse.cz>
505
506 * lto.c (read_cgraph_and_symbols): Mark functions neccesary only at
507 ltrans stage; explain why this is needed and should not.
508
509 2009-10-05 Richard Guenther <rguenther@suse.de>
510
511 PR lto/41552
512 PR lto/41487
513 * lto.c (lto_read_decls): Do not register deferred decls.
514 (read_cgraph_and_symbols): Delay symbol and cgraph merging
515 until after reading the IPA summaries.
516
517 2009-10-02 Rafael Avila de Espindola <espindola@google.com>
518
519 * Make-lang.in (lto/lto-lang.o): Don't depend on lto/common.h.
520 (lto-lang.c): Don't include lto/common.h.
521
522 2009-10-02 Rafael Avila de Espindola <espindola@google.com>
523
524 * Make-lang.in (LTO_OBJS): Remove lto/common.o.
525 (lto/common.o): Remove.
526 * common.c: Remove.
527 * common.h (lto_kind_str): Remove.
528 (lto_visibility_str): Remove.
529 (lto_resolution_str): Make it static.
530
531 2009-10-01 Diego Novillo <dnovillo@google.com>
532
533 * lto.c (lto_read_decls): Add comment.
534 Call internal_error instead of gcc_assert.
535 (lto_resolution_read): Likewise.
536 (lto_add_all_inlinees): Tidy.
537 * Make-lang.in: Fix copyright boilerplate.
538 (lto.pdf): New.
539 (lto.install-pdf): New.
540 * lto-tree.h: Fix copyright boilerplate.
541 * lang-specs.h: Likewise.
542 Remove ".lto" entry from compilers fragment.
543 * lto-elf.c: Move inclusion of gelf.h after config.h.
544 Tidy formatting everywhere.
545 * lto.h: Fix copyright boilerplate.
546 Tidy formatting everywhere.
547 * common.c: Likewise.
548 * config-lang.in: Likewise.
549 * common.h: Likewise.
550 * lto-lang.c: Likewise.
551
552 2009-10-01 Richard Guenther <rguenther@suse.de>
553
554 * lto.c (lto_read_section_data): Use plain lseek/read.
555
556 2009-10-01 Richard Guenther <rguenther@suse.de>
557
558 * lto.c (LTO_MMAP_IO): Define if we can mmap files and
559 use sysconf to query the system page size.
560 (lto_file_read): Implement fallback using stdio.
561 (free_section_data): Likewise.
562
563 2009-09-29 Diego Novillo <dnovillo@google.com>
564
565 * lto-lang.c (lto_init): Really fix call to
566 build_common_builtin_nodes.
567
568 2009-09-29 Diego Novillo <dnovillo@google.com>
569
570 * lto-lang.c (lto_init): Fix call to
571 build_common_builtin_nodes.
572
573 2009-09-29 Richard Guenther <rguenther@suse.de>
574
575 PR lto/40754
576 * lto-elf.c (init_shdr##BITS): Properly specify alignment
577 in bytes.
578 (first_data_block): New static variable.
579 (lto_elf_append_data): Align the first data block in each
580 section.
581
582 2009-09-28 Diego Novillo <dnovillo@google.com>
583
584 * lto-lang.c: Tidy. Remove stale FIXME lto markers.
585 * lto.c (strip_extension): New.
586 (get_filename_for_set): Call it. Do not call make_cwd_temp_file.
587 (lto_execute_ltrans): Tidy.
588 Do not pass -fwpa nor -fltrans-* to LTRANS.
589 * opts.c: Tidy formatting and remove stale FIXME lto markers.
590 * tree.c (need_assembler_name_p): Call
591 lang_hooks.decls.may_need_assembler_name_p if set.
592 * varasm.c (default_binds_local_p_1): Remove check for
593 flag_ltrans.
594 * varpool.c (decide_is_variable_needed): Do not test for
595 in_lto_p.
596
597 2009-09-22 Richard Guenther <rguenther@suse.de>
598
599 PR lto/39276
600 * lto.c (lto_execute_ltrans): Perform ltrans phase manually.
601 * Make-lang.in: Remove ltrans-driver stuff.
602 * config-lang.in: Likewise.
603 * lang.opt (fltrans-driver): Remove.
604 * lto-lang.c (lto_init_options): Remove code initializing
605 ltrans_driver.
606 * ltrans-driver: Remove.
607
608 2009-09-21 Diego Novillo <dnovillo@google.com>
609
610 * lto-lang.c (lto_define_builtins): Remove superfluous
611 calls to targetm.init_builtins and build_common_builtin_nodes.
612 (lto_init): Add targetm.arm_eabi_unwinder as parameter to
613 build_common_builtin_nodes.
614 * lto.c (lto_materialize_function): Do nothing if NODE is a
615 clone.
616
617 2009-09-03 Diego Novillo <dnovillo@google.com>
618
619 * lto-elf.c (validate_file): Replace call to
620 elf_getshstrndx with call to elf_getshdrstrndx.
621
622 2009-08-19 Richard Guenther <rguenther@suse.de>
623
624 * lto-lang.c (lto_init): Merge char_type_node with the
625 appropriately signed variant.
626
627 2009-08-19 Richard Guenther <rguenther@suse.de>
628
629 PR lto/41071
630 * lto.c (lto_fixup_common): Re-build the pointer-to chain part one.
631 (lto_fixup_type): Re-build the pointer-to chain part two.
632
633 2009-08-19 Richard Guenther <rguenther@suse.de>
634
635 PR lto/41071
636 * lto.c (lto_fixup_type): Re-build the type variant chain.
637
638 2009-08-19 Richard Guenther <rguenther@suse.de>
639
640 PR lto/41071
641 * lto.c (lto_fixup_constructor): New function.
642 (lto_fixup_tree): Replace all types. Properly fixup
643 constructors and constants.
644
645 2009-08-14 Richard Guenther <rguenther@suse.de>
646
647 * lto.c (read_cgraph_and_symbols): Exchange TREE_CHAIN use
648 for DECL_LANG_SPECIFIC.
649
650 2009-08-13 Richard Guenther <rguenther@suse.de>
651
652 PR lto/41032
653 * lto-lang.c (LANG_HOOKS_TYPES_COMPATIBLE_P): Define to NULL.
654
655 2009-07-30 Richard Guenther <rguenther@suse.de>
656
657 PR lto/40903
658 * lto.c (read_cgraph_and_symbols): After fixing up decls choose
659 the largest decl for output and free TREE_CHAIN for further
660 use.
661
662 2009-07-24 Diego Novillo <dnovillo@google.com>
663
664 * Make-lang.in: Add empty lto.install-plugin target.
665
666 2009-07-13 Diego Novillo <dnovillo@google.com>
667
668 * lto.c (lto_fixup_tree): Handle IMPORTED_DECL.
669
670 2009-07-11 Richard Guenther <rguenther@suse.de>
671
672 * lto-lang.c (lto_write_globals): Wrapup global decls.
673
674 2009-07-10 Richard Guenther <rguenther@suse.de>
675
676 * lto-lang.c (lto_init): Allocate one more location to make
677 BUILTINS_LOCATION correct.
678
679 2009-07-09 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
680
681 * lto.c (free_section_data): Cast computed_offset to caddr_t.
682
683 2009-07-06 Diego Novillo <dnovillo@google.com>
684
685 * lto.c (lto_fixup_type): Fixup TYPE_SIZE and
686 TYPE_SIZE_UNIT.
687
688 2009-07-06 Diego Novillo <dnovillo@google.com>
689
690 * lto.c (preload_common_nodes): Remove.
691 (lto_read_in_decl_state): Call lto_streamer_cache_get.
692 (lto_read_decls): Call lto_data_in_create and
693 lto_data_in_delete.
694 (free_decl): Do not call ggc_free.
695 (lto_main): Call lto_init_reader.
696 * lto-lang.c (lto_type_for_size): Handle intTI_type_node.
697 (lto_init): Initialize main_identifier_node if needed.
698 Make ptrdiff_type_node be integer_type_node.
699
700 2009-06-19 Diego Novillo <dnovillo@google.com>
701
702 * lto.c: Remove code guarded by #ifdef LTO_STREAM_DEBUGGING.
703 Remove code guarded by #ifdef GLOBAL_STREAMER_TRACE.
704 Remove code guarded by #ifdef LOCAL_TRACE.
705
706 2009-06-18 Diego Novillo <dnovillo@google.com>
707
708 * lto.c: Update license to GPLv3.
709 * lto-elf.c: Likewise.
710 * common.c: Likewise.
711 * lto-lang.c: Likewise.
712 * lto.h: Remove superfluous include files. Update all
713 users.
714
715 2009-06-17 Diego Novillo <dnovillo@google.com>
716
717 * lto.c (read_cgraph_and_symbols): Call input_cgraph.
718
719 2009-06-02 Diego Novillo <dnovillo@google.com>
720
721 * lto.c (lto_1_to_1_map): Ignore nodes that have not been
722 read in.
723 (materialize_cgraph): Only materialize nodes that have a
724 representation on file.
725
726 2009-06-01 Diego Novillo <dnovillo@google.com>
727
728 * lto-lang.c (lto_handle_option): Hanlde OPT_Wabi.
729
730 2009-05-31 Diego Novillo <dnovillo@google.com>
731
732 * lto-lang.c (lto_type_for_mode): Handle all the modes
733 handled in c_common_type_for_mode.
734
735 2009-05-21 Diego Novillo <dnovillo@google.com>
736
737 * lto-elf.c: Always include <gelf.h>.
738 * config-lang.in (target_libs): Remove.
739 (build_by_default): Set to no.
740
741 2009-05-15 Diego Novillo <dnovillo@google.com>
742
743 * lto.c (lto_materialize_function): Assert that DECL is
744 not a builtin.
745 (materialize_cgraph): Don't try to materialize builtin
746 functions.
747 * lto-section-out.c (write_symbol_vec): Do not write
748 builtin functions.
749
750 2009-05-13 Diego Novillo <dnovillo@google.com>
751
752 * lto-lang.c (LANG_HOOKS_GET_ALIAS_SET): Define.
753
754 2009-05-07 Diego Novillo <dnovillo@google.com>
755
756 * lto.c (lto_resolution_read): Add type casts for C++ warnings.
757 (LTO_REGISTER_TYPE_AND_FIXUP_SUBTREE): Define.
758 (lto_fixup_type): Call it for TYPE_POINTER_TO,
759 TYPE_REFERENCE_TO, TYPE_CONTEXT and TYPE_CANONICAL.
760 (lto_fixup_tree): Call gimple_register_type when *TP is a
761 type.
762 (lto_main): Call bitmap_obstack_initialize.
763
764 2009-04-22 Diego Novillo <dnovillo@google.com>
765
766 * lto.c (free_section_data): Tidy.
767 (lto_1_to_1_map): Tidy.
768 (lto_add_all_inlinees): Tidy.
769 (prefix_name_with_star): New.
770 (get_filename_for_set): New.
771 (lto_wpa_write_files): Call cgraph_node_set_needs_ltrans_p
772 to determine what cgraph node sets to write.
773 Call get_filename_for_set to compute temporary file
774 names.
775 (lto_execute_ltrans): Do not execute LTRANS on files with
776 names that start with '*'.
777 Move logic to execute LTRANS together so that LTRANS is
778 invoked only if there are any files to compile.
779 (do_whole_program_analysis): Only remove output files
780 that do not start with '*'.
781
782 2009-04-06 Diego Novillo <dnovillo@google.com>
783
784 * lto-lang.c (lto_post_options): Set flag_excess_precision_cmdline.
785 * lto.c (read_cgraph_and_symbols): Set cgraph_function_flags_ready.
786 (lto_add_all_inlinees): Tidy.
787
788 2009-03-26 Diego Novillo <dnovillo@google.com>
789
790 * lto.c: Include gimple.h.
791 (lto_read_in_decl_state): Call gimple_register_type for
792 every type in every stream.
793 (lto_fixup_common): Call gimple_register_type if T has a
794 type.
795 (do_whole_program_analysis): Call print_lto_report.
796 (lto_main): Call print_lto_report after cgraph_optimize.
797 * Make-lang.in (lto.o): Add dependency on GIMPLE_H.
798
799 2009-03-24 Diego Novillo <dnovillo@google.com>
800
801 * Make-lang.in (lto-lang.o): Add dependency on TARGET_H and EXPR_H.
802 (lto.o): Add dependency on GIMPLE_H.
803
804 2009-03-10 Simon Baldwin <simonb@google.com>
805
806 * lto.c (lto_read_all_file_options): Close any open file descriptor
807 contained in file_data before freeing.
808
809 2009-02-24 Rafael Avila de Espindola <espindola@google.com>
810
811 * lto.c (lto_add_inline_clones): Don't add the master clone. Check
812 for a decl in the original bitmap, not a node.
813 (lto_add_all_inlinees): Remove original nodes that are not needed.
814 (lto_scan_statics_in_cgraph_node): Don't care if the node is the master.
815
816 2009-02-24 Diego Novillo <dnovillo@google.com>
817
818 * lto.c (lto_materialize_function): Update
819 lto_stats.num_function_bodies.
820 (get_section_data): Initialize *LEN to 0.
821 (lto_1_to_1_map): Update lto_stats.num_cgraph_partitions.
822 (lto_wpa_write_files): Update lto_stats.num_cgraph_nodes.
823 Update lto_stats.num_output_files.
824 (read_cgraph_and_symbols): Update lto_stats.num_input_files.
825 (materialize_cgraph): Update lto_stats.num_input_cgraph_nodes.
826 (lto_main): Initialize lto_stats.
827 If flag_lto_report is set, call print_lto_report.
828
829 2009-02-19 Diego Novillo <dnovillo@google.com>
830
831 Revert
832
833 2009-02-19 Rafael Avila de Espindola <espindola@google.com>
834
835 * lto.c (lto_add_inline_clones): Don't add the
836 master clone. Check for a decl in the original
837 bitmap, not a node.
838 (lto_add_all_inlinees): Remove original nodes
839 that are not needed.
840 (lto_scan_statics_in_cgraph_node): Don't care if
841 the node is the master.
842 (lto_promote_cross_file_statics): Use a new
843 context.seen_node_decls for each set
844
845 2009-02-19 Rafael Avila de Espindola <espindola@google.com>
846
847 * lto.c (lto_add_inline_clones): Don't add the master clone. Check
848 for a decl in the original bitmap, not a node.
849 (lto_add_all_inlinees): Remove original nodes that are not needed.
850 (lto_scan_statics_in_cgraph_node): Don't care if the node is the master.
851 (lto_promote_cross_file_statics): Use a new context.seen_node_decls
852 for each set
853
854 2009-02-18 Diego Novillo <dnovillo@google.com>
855
856 * lto.c (lto_wpa_write_files): Use timers TV_WHOPR_WPA
857 and TV_WHOPR_WPA_IO.
858 (lto_execute_ltrans): Use timer TV_WHOPR_WPA_LTRANS_EXEC.
859 (read_cgraph_and_symbols): Use timer TV_IPA_LTO_DECL_IO.
860 (materialize_cgraph): Use timer TV_IPA_LTO_GIMPLE_IO.
861 Use timer TV_WHOPR_WPA or TV_WHOPR_LTRANS or TV_LTO
862 depending on command line flags.
863 (do_whole_program_analysis): Use timer TV_WHOPR_WPA.
864 (lto_main): Remove timer uses.
865
866 2009-02-18 Rafael Avila de Espindola <espindola@google.com>
867
868 * lto.c (lto_materialize_function): Don't set DECL_EXTERN to 0.
869 (lto_wpa_write_files): Update calls to renamed functions.
870
871 2009-02-17 Diego Novillo <dnovillo@google.com>
872
873 PR 39203
874 * lto-lang.c (lto_post_options): Disable -fwhole-program
875 when running LTRANS.
876
877 2009-02-10 Diego Novillo <dnovillo@google.com>
878
879 * lto.c (read_cgraph_and_symbols): Fix comment.
880
881 2009-02-10 Diego Novillo <dnovillo@google.com>
882
883 * lto.c (read_cgraph_and_symbols): Read options from all
884 IL files.
885
886 2009-02-10 Diego Novillo <dnovillo@google.com>
887
888 * lto.c (read_cgraph_and_symbols): Factor out of lto_main.
889 (materialize_cgraph): Likewise.
890 (do_whole_program_analysis): Likewise.
891 (lto_main): Call read_cgraph_and_symbols,
892 materialize_cgraph and do_whole_program_analysis.
893
894 2009-02-10 Simon Baldwin <simonb@google.com>
895
896 * lto.c: Include lto-opts.h.
897 * (lto_main): Clear file options at loop start, read any saved
898 options from the first file handled, and re-issue options.
899 * Makefile.in (lto.o): Add dependency on lto-opts.h.
900
901 2009-02-02 Diego Novillo <dnovillo@google.com>
902
903 * lto.c (lto_main): Stop LTO_TIMER and use
904 TV_WHOPR_WPA_LTRANS_EXEC when launching LTRANS.
905
906 2009-01-30 H.J. Lu <hongjiu.lu@intel.com>
907
908 PR lto/38995
909 * lto-elf.c (init_shdr##BITS): Set the sh_addralign field
910 to POINTER_SIZE.
911
912 2009-01-29 Ramana Radhakrishnan <ramana.r@gmail.com>
913
914 * Make-lang.in (LTO_EXE): Link with all
915 BACKENDLIBS and not only GMPLIBS
916
917 2009-01-28 H.J. Lu <hongjiu.lu@intel.com>
918
919 PR bootstrap/38992
920 * lto-elf.c: Include gelf.h instead of libelf.h.
921 (lto_elf_file_close): Replace elfx_update_shstrndx with
922 gelf_getehdr, elf_getscn, gelf_getshdr, gelf_update_shdr and
923 gelf_update_ehdr.
924
925 2009-01-28 H.J. Lu <hongjiu.lu@intel.com>
926
927 PR middle-end/38996
928 * lto-elf.c (DEFINE_INIT_EHDR): Initialize e_version.
929
930 2009-01-26 Diego Novillo <dnovillo@google.com>
931
932 * lto-lang.c (LANG_HOOKS_TYPES_COMPATIBLE_P): Update.
933
934 2009-01-26 Diego Novillo <dnovillo@google.com>
935
936 * lto-lang.c (lto_types_compatible_p): Move to gimple.c
937 and rename into gimple_types_compatible_p.
938
939 2009-01-12 Rafael Avila de Espindola <espindola@google.com>
940
941 * lto-lang.c (lang_hooks): Remove the const qualifier.
942
943 2009-01-06 Diego Novillo <dnovillo@google.com>
944
945 * ltrans-driver: Mark 'all' target as phony.
946
947 2008-12-31 Diego Novillo <dnovillo@google.com>
948
949 * ltrans-driver: Execute a NOP action for target 'all'.
950
951 2008-12-19 Diego Novillo <dnovillo@google.com>
952
953 * lto.c (lto_1_to_1_map): Tidy.
954
955 2008-12-19 Diego Novillo <dnovillo@google.com>
956
957 * lto-elf.c (lto_elf_file_open): When FILENAME cannot
958 be opened, show its name.
959 * ltrans-driver: If $verbose is set, do not use parallelism.
960
961 2008-12-17 Rafael Avila de Espindola <espindola@google.com>
962
963 * lto.c (lto_fixup_function): New.
964 (lto_fixup_tree): Call lto_fixup_function.
965
966 2008-12-14 Doug Kwan <dougkwan@google.com>
967
968 * lto.c (lto_1_to_1_map): Create a cgraph node set for any global
969 variables if there is no function.
970
971 2008-12-10 Simon Baldwin <simonb@google.com>
972
973 * ltrans-driver: Always run make in silent mode, to avoid make's
974 trace on stdout interfering with lto-wrapper output.
975
976 2008-12-10 Doug Kwan <dougkwan@google.com>
977
978 * lto.c (lto_add_inline_clones): Do not force master clones of
979 inlined functions already in SET to be static inline.
980
981 2008-12-04 Doug Kwan <dougkwan@google.com>
982
983 * lto.c (globalize_context_t): New type to store states in
984 globalization of cross-file statics.
985 (globalize_cross_file_statics): New.
986 (lto_scan_statics_in_ref_table): Walk tree to look for reachable
987 static decls that need to be fixed up.
988 (lto_scan_statics_in_cgraph_node): Change call interface to use
989 a globalize_context_t CONTEXT for all states used.
990 (lto_scan_statics_in_remaining_global_vars): New.
991 (lto_promote_cross_file_statics): Use new call interface of
992 LTO_SCAN_STATICS_IN_CGRAPH_NODE. Handle remaining externally
993 visible vars in the last set.
994
995 2008-12-03 Diego Novillo <dnovillo@google.com>
996
997 * lto.c (lto_fixup_tree): Do not emit an error when
998 PREVAILING throw but T doesn't.
999
1000 2008-12-02 Doug Kwan <dougkwan@google.com>
1001
1002 * lto.c (lto_scan_statics_in_ref_table): New function factored out
1003 from code in ...
1004 (lto_scan_statics_in_cgraph_node): Handle both file-scope static
1005 variables and functions.
1006 (lto_promote_cross_file_statics): Rename bitmaps to SEEN_DECLS
1007 and GLOBAL_DECLS from SEEN_VARS and GLOBAL_VARS.
1008
1009 2008-11-29 Diego Novillo <dnovillo@google.com>
1010
1011 * lto.c: Include timevar.h.
1012 (lto_materialize_function): Tidy. Add comments.
1013 (lto_wpa_write_files): Tidy.
1014 (lto_execute_ltrans): Tidy.
1015 (lto_main): Add local variable LTO_TIMER. Initialize it
1016 to one of TV_WHOPR_WPA, TV_WHOPR_LTRANS or TV_LTO.
1017 Start and stop the timer.
1018 Tidy comments.
1019 * Make-lang.in (lto.o): Add dependency on timevar.h.
1020 * ltrans-driver: React to -v and -save-temps.
1021 Use simple heuristic to determine how much parallelism to
1022 use when executing make.
1023
1024 2008-11-12 Doug Kwan <dougkwan@google.com>
1025
1026 * lto.c (lto_bitmap_obstack): Remove var.
1027 (lto_materialize_function): Do nothing instead of marking function
1028 body in file if flag_wpa is true.
1029 (lto_add_all_inlinees): Use bitmap functions in lto-utils.c.
1030 (lto_scan_statics_in_cgraph_node): New function.
1031 (lto_promote_cross_file_statics): Same.
1032 (lto_wpa_write_files): Call lto_promote_cross_file_statics.
1033 Use bitmap functions in lto-utils.c. Remove unsued label OUT.
1034 * Make-lang.in (lto/lto.o): Add lto-utils.h to dependency list.
1035
1036 2008-11-09 Diego Novillo <dnovillo@google.com>
1037
1038 * lto/lto.c (lto_fixup_tree): Change error message locus
1039 information to include location of mismatching
1040 declaration.
1041 Use TREE_NO_WARNING to avoid repeated messages.
1042 (lto_main): If lto_fixup_decls emitted any errors, exit.
1043 * lto/lto-lang.c: Don't include libfuncs.h and except.h
1044 (lto_init_options): Don't enable exceptions by default.
1045 (lto_eh_runtime_type): Move to lto-function-in.c
1046 (lto_init_eh): Likewise.
1047 (lto_init): Don't call lto_init_eh.
1048 * lto/Make-lang.in (lto-lang.o): Remove dependency on
1049 libfuncs.h and except.h.
1050
1051 2008-10-30 Diego Novillo <dnovillo@google.com>
1052
1053 * lto.c (lto_read_decls): Declare debug_main only if
1054 LTO_STREAM_DEBUGGING is enabled.
1055
1056 2008-10-30 Simon Baldwin <simonb@google.com>
1057
1058 * lto.c (lto_wpa_write_files): Create intermediate files with
1059 make_cwd_temp_file().
1060 (lto_maybe_unlink): New. Delete intermediate WPA files unless
1061 WPA_SAVE_LTRANS is set.
1062 (lto_main): Call lto_maybe_unlink() for intermediate WPA files.
1063 * ltrans-driver: Do not strip directory from output files.
1064
1065 2008-10-29 Doug Kwan <dougkwan@google.com>
1066
1067 * lto.c (free_decl): Call lto_symtab_clear_resolution when freeing
1068 DECL.
1069 * Make-lang.in (LTO_OBJS): Remove lto/lto-symtab.o
1070 (lto/lto-symtab.o): Remove rule.
1071 * lto-tree.h (struct lang_identifier): Remove LTO specific fields.
1072 (struct lang_decl): Remove RESOLUTION and add DUMMY in struct.
1073 (LANG_IDENTIFIER_CAST, LTO_IDENTIFIER_DECL, LTO_DECL_RESOLUTION):
1074 Remove macros.
1075 lto-symtab.c (File): Move up one level.
1076 lto-lang.c (cgraph.h): Remove include.
1077 (input_overwrite_node, input_node, input_edge, input_cgraph_1,
1078 input_cgraph): Move to lto-cgraph.c in gcc directory above.
1079 (LANG_HOOKS_INPUT_CGRAPH): Remove use of macro.
1080
1081 2008-10-24 Rafael Espindola <espindola@google.com>
1082
1083 * lto-function-in.c (get_resolution): Return LDPR_PREEMPTED_IR for
1084 non prevailing weak symbols.
1085
1086 2008-10-24 Rafael Espindola <espindola@google.com>
1087
1088 * lto-lang.c (input_cgraph_1): Iterate over nodes, not cgraph_nodes.
1089
1090 2008-10-24 Rafael Espindola <espindola@google.com>
1091
1092 * lto-lang.c (input_node): Avoid casts from pointers to ints of
1093 different types.
1094
1095 2008-10-23 Simon Baldwin <simonb@google.com>
1096
1097 * lto-lang.c (input_node): Save the node reference, rather than the
1098 node pointer, in node->inlined_to.
1099 (input_cgraph_1): Convert node references into node pointers.
1100
1101 2008-10-22 Diego Novillo <dnovillo@google.com>
1102 Rafael Espindola <espindola@google.com>
1103
1104 * lto.c (lto_resolution_read): Tidy.
1105 * lto-symtab.c (lto_symtab_prevailing_decl): Do not
1106 abort if RET is NULL.
1107
1108 2008-10-22 Doug Kwan <dougkwan@google.com>
1109
1110 * lto.c (lto_fixup_tree): Check for NOTHROW conflict only if
1111 exceptions flag is given.
1112 * lto-lang.c: (lto_init_options) Set default exceptions flag.
1113 (lto_init_eh): Remove exceptions flag initialization.
1114 (lto_init): Only call lto_init_eh if exceptions flag is set.
1115
1116 2008-10-21 Diego Novillo <dnovillo@google.com>
1117
1118 * lto.c: Tidy some formatting.
1119 * lto.h: Likewise.
1120
1121 2008-10-21 Simon Baldwin <simonb@google.com>
1122
1123 * lto-symtab.c: (lto_same_type_p): Types cannot be equal if one of
1124 them is NULL (but not the other).
1125
1126 2008-10-17 Diego Novillo <dnovillo@google.com>
1127
1128 * ltrans-driver: Divert output from make to a temporary file.
1129 Show it if the call to make failed.
1130
1131 2008-10-15 Diego Novillo <dnovillo@google.com>
1132
1133 * lto.c (lto_wpa_write_files): Reformat do-while loop.
1134 Do not print TEMP_FILENAME
1135 * ltrans-driver: Call make with -s.
1136
1137 2008-10-15 Diego Novillo <dnovillo@google.com>
1138
1139 * lto-symtab.c (lto_symtab_merge_decl): Do not force
1140 TREE_STATIC on global symbols.
1141
1142 2008-10-14 Ollie Wild <aaw@google.com>
1143
1144 * Make-lang.in (LTRANS_DRIVER_INSTALL_NAME): Remove.
1145 (LTRANS_DRIVER_EXE): Add.
1146 (lto.all.cross): Add LTRANS_DRIVER_EXE.
1147 (lto.all.encap): Add LTRANS_DRIVER_EXE.
1148 (lto.install.common): Remove ltrans-driver.
1149 (lto.mostlyclean): Add LTRANS_DRIVER_EXE.
1150 (LTRANS_DRIVER_EXE): New build rule.
1151 * config-lang.in (compilers): Add ltrans-driver.
1152
1153 2008-10-14 Diego Novillo <dnovillo@google.com>
1154
1155 * Make-lang.in (LTRANS_DRIVER_INSTALL_NAME): Disable transformation
1156 of program name.
1157
1158 2008-10-13 Ollie Wild <aaw@google.com>
1159
1160 * lang-spec.h (@lto): Replace lto1_options with cc1_options.
1161 * lto.c (lto_execute_ltrans): Add "-fno-wpa -fltrans -xlto" to CFLAGS.
1162 * ltrans-driver (LTRANS_FLAGS): Remove.
1163
1164 2008-10-08 Doug Kwan <dougkwan@google.com>
1165
1166 * lto.c (lto_fixup_tree): Remove ATTRIBUTE_UNUSED from DATA.
1167 Handle new tree codes RECORD_TYPE, UNION_TYPE, QUAL_UNION_TYPE
1168 and TREE_BINFO. Also move code handling FUNCTION_DECL and VAR_DECL
1169 from lto_fixup_state to here.
1170 (lto_fixup_state): Take an lto_fixup_data_t object DATA instead of
1171 just a free-list. Fix up types also. Move decl merging code to
1172 lto_fixup_tree.
1173 (lto_fixup_state_aux): Change AUX to point to an lto_fixup_data_t
1174 object.
1175 (lto_fixup_decls): Use another pointer set to avoid multiple
1176 walking of nodes except for DECLs to be replaced. Pass an
1177 lto_fixup_data_t object to tree-walker.
1178
1179 2008-10-08 Rafael Espindola <espindola@google.com>
1180
1181 * lto-symtab.c (lto_symtab_set_resolution): New.
1182 (lto_symtab_merge_decl): Use lto_symtab_set_resolution and
1183 lto_symtab_get_resolution.
1184 (lto_symtab_prevailing_decl): Return decl for non public decls.
1185 (lto_symtab_get_resolution): New.
1186 * lto.c (lto_fixup_tree, lto_fixup_state): Remove unecessary checks.
1187
1188 2008-10-06 Rafael Espindola <espindola@google.com>
1189
1190 * lto-lang.c: Include cgraph.h.
1191 (input_overwrite_node, input_node, input_edge, input_cgraph_1,
1192 input_cgraph): Moved from lto-cgraph.c.
1193 (LANG_HOOKS_INPUT_CGRAPH): New.
1194
1195 2008-10-03 Rafael Espindola <espindola@google.com>
1196
1197 * lto.c (lto_fixup_tree, lto_fixup_state): Fix the FIXME.
1198
1199 2008-10-03 Rafael Espindola <espindola@google.com>
1200
1201 * lto-symtab.c (lto_symtab_overwrite_decl): Remove. Remove all calls.
1202 (lto_symtab_merge_decl): Update LTO_IDENTIFIER_DECL the reflect the
1203 prevailing definition. Don't mark TREE_NOTHROW differences.
1204 * lto.c (lto_fixup_tree): New.
1205 (lto_fixup_state): New.
1206 (lto_fixup_state_aux): New.
1207 (free_decl): New.
1208 (lto_fixup_decls): New.
1209 (lto_main): Call lto_fixup_decls.
1210
1211 2008-10-02 Ollie Wild <aaw@google.com>
1212
1213 * lang.opt (fltrans): Moved from common.opt. Remove RejectNegative
1214 and Init.
1215 (fwpa): Moved from common.opt. Remove RejectNegative and Init.
1216 * lto-lang.c (lto_post_options): Add validation and fixups for
1217 -fltrans and -fwpa.
1218
1219 2008-10-02 Rafael Espindola <espindola@google.com>
1220
1221 * lto-symtab.c (lto_symtab_merge_var, lto_symtab_merge_fn,
1222 lto_symtab_merge_decl): Return void.
1223 (lto_symtab_prevailing_decl): New.
1224
1225 2008-09-30 Rafael Espindola <espindola@google.com>
1226
1227 * lto-symtab.c (lto_symtab_compatible): Remove the check for already
1228 defined symbols.
1229 (lto_symtab_overwrite_decl): Copy LTO_DECL_RESOLUTION.
1230 (lto_symtab_merge_decl): Store symbol resolution in LTO_DECL_RESOLUTION.
1231 Check for already defined symbols.
1232 * lto-tree.h (lang_decl): Remove dummy and add resolution fields.
1233 (LTO_IDENTIFIER_RESOLUTION): Remove.
1234 (LTO_DECL_RESOLUTION): New.
1235
1236 2008-09-30 Rafael Espindola <espindola@google.com>
1237
1238 * lto.c (lto_read_decls): Use new input_tree signature.
1239
1240 2008-09-26 Doug Kwan <dougkwan@google.com>
1241
1242 * lto.c (lto_main): Call lto_fixup_nothrow_decls to fix up function
1243 bodies affected by exception attribute merging of DECLs.
1244 * lto-symtab.c (lto_symtab_merge_decl): Handle exception attribute
1245 merging.
1246
1247 2008-09-25 Rafael Espindola <espindola@google.com>
1248
1249 * Make-lang.in (PLUGIN_API_H, LTO_TREE_H): New.
1250 (lto/lto-lang.o, lto/lto.o, lto/lto-symtab.o) Use LTO_TREE_H.
1251 * lto-symtab.c (lto_symtab_compatible): New.
1252 (lto_symtab_overwrite_decl): New.
1253 (lto_symtab_merge_decl): Refactor to use the above functions
1254 and the resolution from lang_identifier.
1255 * lto-tree.h: Include plugin-api.h.
1256 (lang_identifier): Add resolution.
1257 (LTO_IDENTIFIER_RESOLUTION): New.
1258
1259 2008-09-25 Ollie Wild <aaw@google.com>
1260
1261 * lang.opt (fltrans-output-list=): New option.
1262 * lto.c (lto_execute_ltrans): Output file names to ltrans_output_list.
1263
1264 2008-09-25 Rafael Espindola <espindola@google.com>
1265
1266 * lto.c (lto_resolution_read): Initialize ret;
1267
1268 2008-09-24 Ollie Wild <aaw@google.com>
1269
1270 * lto.c (sys/mman.h): Move include.
1271 (lto_wpa_write_files): Return a list of written files.
1272 (lto_execute_ltrans): New function.
1273 (lto_main): Call lto_execute_ltrans.
1274 (ltrans-driver): New file.
1275 * lto-lang.c (DEFAULT_LTRANS_DRIVER): New macro.
1276 (DEAULT_LTRANS_DRIVER_LEN): New macro.
1277 (lto_init_options): Initialize ltrans_driver.
1278 (lto_handle_option): Fix incorrect default output value.
1279 * lang.opt (fltrans-driver=): New option.
1280 * Make-lang.in (LTRANS_DRIVER_INSTALL_NAME): New variable.
1281 (lto.install-common): Add lto/ltrans-driver.
1282
1283 2008-09-24 Rafael Espindola <espindola@google.com>
1284
1285 * Make-lang.in (LTO_OBJS): Add lto/common.o.
1286 (lto/lto.o): Depend on lto/common.h.
1287 (lto/common.o): New.
1288 * lang.opt (resolution): New.
1289 * lto-lang.c (resolution_file_name): New.
1290 (lto_handle_option): Handle OPT_resolution.
1291 * lto-symtab.c (lto_symtab_merge_decl): Add a resolution argument.
1292 (lto_symtab_merge_var,lto_symtab_merge_fn): Add a resolution argument.
1293 pass it to lto_symtab_merge_decl.
1294 * lto.c: Include common.h.
1295 (lto_read_decls): Add resolutions and resolutions_size arguments.
1296 Initialize data_in.globals_resolution and
1297 data_in.globals_resolution_size.
1298 (index_and_symbol_resolution): New.
1299 (lto_resolution_read): New.
1300 (lto_file_read): Add argument resolution_file.
1301 Read resolution.
1302 * lto.h (resolution_file_name): New.
1303
1304 2008-09-23 Rafael Espindola <espindola@google.com>
1305
1306 * common.c: Update description.
1307 * common.h: Update description.
1308
1309 2008-09-23 Rafael Espindola <espindola@google.com>
1310
1311 * common.c: Moved from lto-plugin.
1312 * common.h: Moved from lto-plugin.
1313
1314 2008-09-22 Doug Kwan <dougkwan@google.com>
1315
1316 * lto.c (VEC(bitmap,heap)): Declare.
1317 (lto_materialize_function): Handle WAP mode specially.
1318 (lto_add_inline_clones): New.
1319 (lto_add_all_inlinees): Changle algorithm and to use bitmaps. Also
1320 return a bitmap of inlined decls.
1321 (lto_wpa_write_files): Handle all DECLs brought in by inlining.
1322 (lto_main): Call reset_inline_failed to reset inlining states.
1323 Check call-graph after WPA inlining.
1324 * lto-lang.c (lto_init): Do not clear flag_generate_lto
1325 unconditionally.
1326
1327 2008-09-19 Doug Kwan <dougkwan@google.com>
1328
1329 lto.c (lto_main): Remove unsued wrapper code.
1330 lang-specs.h (@lto): Use lto1_options instead of cc1_options.
1331
1332 2008-09-19 Rafael Espindola <espindola@google.com>
1333
1334 * lto-symtab.c: Include lto-tree-in.h.
1335 * lto-tree.h (lto_symtab_merge_var, lto_symtab_merge_fn): Remove.
1336 * lto.h (lto_symtab_merge_var, lto_symtab_merge_fn): Remove
1337 * Make-lang.in (lto/lto-symtab.o): Add lto-tree-in.h.
1338
1339 2008-09-17 Paolo Bonzini <bonzini@gnu.org>
1340 Rafael Avila de Espindola <espindola@google.com>
1341
1342 * lto-lang.c (COMPOUND_LITERAL_EXPR_DECL_STMT,
1343 COMPOUND_LITERAL_EXPR_DECL): Remove.
1344 (emit_local_var): Remove.
1345 (lto_expand_expr): Remove.
1346 (lto_staticp): Remove.
1347 (LANG_HOOKS_EXPAND_EXPR): Remove.
1348 (LANG_HOOKS_STATICP): Remove.
1349
1350 2008-09-11 Diego Novillo <dnovillo@google.com>
1351
1352 * lto-lang.c: Include except.h and libfuncs.h.
1353 (lto_init_eh): New.
1354 (lto_init): Call it.
1355 Set flag_generate_lto to 0.
1356 * Make-lang.in (lto-lang.o): Add dependency on except.h
1357 and libfuncs.h.
1358
1359 2008-09-09 Bill Maddox <maddox@google.com>
1360
1361 * lto-lang.c: Include header file expr.h.
1362 (COMPOUND_LITERAL_EXPR_DECL_STMT,
1363 COMPOUND_LITERAL_EXPR_DECL): Copied from c-common.h.
1364 (emit_local_var): Copied from c-semantics.c.
1365 (lto_expand_expr, lto_staticp): Copied from c_expand_expr
1366 and c_staticp in c-common.c.
1367 (LANG_HOOKS_EXPAND_EXPR,LANG_HOOKS_STATICP): Redefined.
1368
1369 2008-09-08 Diego Novillo <dnovillo@google.com>
1370
1371 * lto-lang.c (lto_global_bindings_p): Return 1 during
1372 IPA passes.
1373
1374 2008-09-07 Diego Novillo <dnovillo@google.com>
1375
1376 * lto.c: Tidy formatting.
1377
1378 2008-08-04 Bill Maddox <maddox@google.com>
1379
1380 * lto-symtab.c (lto_symtab_merge_decl): Add comment.
1381
1382 2008-09-03 Doug Kwan <dougkwan@google.com>
1383
1384 lto.c (lto_add_all_inlinees): Reset FAILED_REASON of edges to
1385 CIF_OK instead of NULL.
1386
1387 2008-09-02 Diego Novillo <dnovillo@google.com>
1388 Simon Baldwin <simonb@google.com>
1389
1390 * lto-lang.c (lto_type_for_size): Rewrite. Adapt from
1391 c_common_type_for_size.
1392 (lto_type_for_mode): Remove ATTRIBUTE_UNUSED markers.
1393 (lto_init): Call linemap_add.
1394 (signed_and_unsigned_types): Remove.
1395
1396 2008-08-29 Diego Novillo <dnovillo@google.com>
1397
1398 * lto-lang.c (handle_noreturn_attribute): New local function.
1399 (handle_const_attribute): New local function.
1400 (handle_malloc_attribute): New local function.
1401 (handle_pure_attribute): New local function.
1402 (handle_novops_attribute): New local function.
1403 (handle_nonnull_attribute): New local function.
1404 (handle_nothrow_attribute): New local function.
1405 (handle_sentinel_attribute): New local function.
1406 (handle_type_generic_attribute): New local function.
1407 (handle_format_attribute): New local function.
1408 (handle_format_arg_attribute): New local function.
1409 (lto_attribute_table): Declare.
1410 (lto_format_attribute_table): Declare.
1411 (lto_init_attributes): New local function.
1412 (lto_define_builtins): Call it.
1413 Call targetm.init_builtins and build_common_builtin_nodes.
1414 (LANG_HOOKS_COMMON_ATTRIBUTE_TABLE): Define.
1415 (LANG_HOOKS_FORMAT_ATTRIBUTE_TABLE): Define.
1416
1417 2008-08-28 Diego Novillo <dnovillo@google.com>
1418
1419 * Make-lang.in (lto-lang.o): Replace tree-gimple.h with
1420 $(GIMPLE_H).
1421 (lto-symtab.o): Add dependency on $(GIMPLE_H).
1422 * lto-lang.c: Include gimple.h instead of tree-gimple.h.
1423 * lto-symtab.c: Include gimple.h.
1424 * lto-tree.h (chain_next): Replace GENERIC_NEXT with
1425 TREE_CHAIN.
1426
1427 2008-08-27 Doug Kwan <dougkwan@google.com>
1428
1429 * lto.c (vec.h, bitmap.h, pointer-set.h, ipa-prop.h, ggc.h,
1430 gt-lto-lto.h): New includes.
1431 (lto_materialize_function): Do not read in function body in WPA mode.
1432 Format a line to fit in 80 columns.
1433 (lto_cgraph_node_sets): New garbage collected variable.
1434 (lto_1_to_1_map, lto_add_all_inlinees, lto_wpa_write_files):
1435 New functions.
1436 (lto_main): Initialize bitmap obstack. Add code to handle WPA mode.
1437 * Make-lang.in (LTO_H): Replace filename lto-section-in.h with
1438 variable LTO_SECTION_IN_H.
1439 (lto/lto.o): Include gt-lto-lto-c.h ggc.h ,VEC_H, BITMAP_H,
1440 pointer-set.h and IPA_PROP_H. Also replace filename lto-section-in.h
1441 with variable LTO_SECTION_IN_H.
1442 * config-lang.in (gtfiles): Add lto/lto.c.
1443 * lto-symtab.c (lto_symtab_merge_decl): Set DECL_CONTEXT of
1444 merged DECL_RESULT correctly.
1445
1446 2008-08-26 Bill Maddox <maddox@google.com>
1447
1448 * lto-lang.c Include tree-gimple.h.
1449 (lto_mark_addressable): Call mark_addressable rather than
1450 asserting.
1451 (lto_post_options): Suppress debug info generation.
1452 * Make-lang.in: Add dependency of lto-lang.o on tree-gimple.h.
1453
1454 2008-08-25 Bill Maddox <maddox@google.com>
1455
1456 * lto-symtab.c (lto_symtab_merge_decl): Remove a suspect
1457 assertion and leave an explanatory comment in its place.
1458
1459 2008-08-21 Doug Kwan <dougkwan@google.com>
1460
1461 * lto.c (preload_common_nodes): Call lto_get_common_nodes to get a list
1462 of common nodes instead of computing locallly.
1463 (lto_read_in_decl_state): New.
1464 (lto_read_decls): Change code for udpate in struct lto_decl_header.
1465 Read global and per-function in-decl states.
1466 * Make-lang.in (LTO_H): Update dependency.
1467 (lto/lto.o): Same.
1468 (lto-symtab.c): Merge (revision 139039)
1469 * lto-symtab.c (lto_symtab_merge_decl): Merge DECL_RESULT.
1470
1471 2008-08-21 Rafael Espindola <espindola@google.com>
1472
1473 * config-lang.in (target_libs): New.
1474
1475 2008-08-20 Bill Maddox <maddox@google.com>
1476
1477 * lto.c (current_lto_file): Remove GTY marker from static
1478 variable. Remove include of file gt-lto-lto.h.
1479 * Make-lang.in: Remove dependency of lto/lto.o on
1480 gt-lto-lto.h.
1481 * lto-elf.c (lto_file_close): Removed.
1482 (lto_elf_file_open): Use XCNEW instead of GGC_CNEW to
1483 allocate lto_elf_file object.
1484 (lto_elf_file_close): Free lto_elf_file object after close.
1485 * lto.h (struct lto_file_struct): Remove GTY marker.
1486 * config-lang.in: Remove lto/lto.h and lto/lto.c from
1487 gtfiles.
1488
1489 2008-08-20 Bill Maddox <maddox@google.com>
1490
1491 * lto.c (lto_read_decls): Provide dummy argument to input_tree
1492 to conform to its new signature.
1493 * lto-symtab.c (lto_symtab_merge_decl): Do not invoke ggc_free
1494 on discarded node here, now called in global_vector_fixup.
1495
1496 2008-08-09 Bill Maddox <maddox@google.com>
1497
1498 * lto.c (preload_common_nodes): Verify that fileptr_type_node
1499 has not been set to a front-end-specific value.
1500
1501 2008-08-05 Doug Kwan <dougkwan@google.com>
1502
1503 * Make-lang.in (lto-symtab.o): Add missing dependencies to fix
1504 build breakage.
1505
1506 2008-07-30 Bill Maddox <maddox@google.com>
1507
1508 * lto.c (lto_materialize_function): Call lto_original_decl_name.
1509 Remove obsolete comments.
1510 (lto_read_decls): Remove initialization of deleted field data_in.global.
1511 Tidy up comments.
1512 (lto_main): Remove redundant initialization of section_hash_table.
1513 * lto-elf.c: Removed obsolete comments.
1514 * lto.h: Tidy up comments.
1515 * lto-symtab.c (lto_least_common_multiple): New function.
1516 (lto_symtab_merge_decl): Merge variable alignments in some cases.
1517 Tidy up comments.
1518
1519 2008-07-25 Diego Novillo <dnovillo@google.com>
1520 Bill Maddox <maddox@google.com>
1521
1522 * lto.c: Re-order include files.
1523 Include lto-section-out.h.
1524 (preload_common_nodes): Add debugging output.
1525 Add new local INDEX_TABLE.
1526 Call preload_common_node.
1527 * Make-lang.in (lto.o): Add dependency on lto-section-out.h
1528
1529 2008-07-13 Bill Maddox <maddox@google.com>
1530
1531 * lto.c (lto_read_decls): Cast pointer to const char * to avoid
1532 unwanted scaling during pointer addition.
1533
1534 2008-07-11 Bill Maddox <maddox@google.com>
1535 Diego Novillo <dnovillo@google.com>
1536
1537 * lto.c (lto_read_decls): Fix C++ compatibility warnings.
1538 Make code const-correct.
1539 (lto_file_read): Fix C++ compatibility warnings.
1540 (lto_read_section_data): Fix C++ compatibility warnings.
1541 (lto_get_section_data): Use CONST_CAST to avoid warning when
1542 const pointer passed to free.
1543 * lto-elf.c (lto_elf_build_section_table): Fix C++
1544 compatibility warnings.
1545 (lto_elf_append_data): Fix C++ compatibility warnings. Use CONST_CAST
1546 to avoid warning assigning const pointer to d_buf field of Elf_Data.
1547 (lto_get_current_out_file): Fix C++ compatibility warnings.
1548
1549 2008-07-11 Diego Novillo <dnovillo@google.com>
1550
1551 * Make-lang.in (lto-warn): Define.
1552
1553 2008-07-03 Simon Baldwin <simonb@google.com>
1554
1555 * lto.c (lto_read_decls): Wrapped debug-only data items within #ifdef
1556 LTO_STREAM_DEBUGGING.
1557
1558 2008-06-27 Ollie Wild <aaw@google.com>
1559
1560 * lto-elf.c (lto-section-out.h): New include.
1561 (struct lto_elf_file): Remove bits member. Add scn, shstrtab_stream,
1562 and data members.
1563 (cached_file_attrs): New static variable.
1564 (lto_elf_get_shdr, lto_elf_free_shdr): Remove elf_file parameter.
1565 Use cached_file_attrs for checking bits.
1566 (lto_elf_build_section_table): Remove elf_file argument from
1567 lto_elf_get_shdr and lto_elf_free_shdr calls.
1568 (DEFINE_INIT_SHDR): New macro.
1569 (init_shdr32, init_shdr64): New functions defined via the
1570 DEFINE_INIT_SHDR macro.
1571 (lto_elf_begin_section_with_type): New function.
1572 (lto_elf_begin_section): New function.
1573 (lto_elf_append_data): New function.
1574 (lto_elf_end_section): New function.
1575 (DEFINE_VALIDATE_EHDR): New macro.
1576 (validate_ehdr32, validate_ehdr64): New functions defined via the
1577 DEFINE_VALIDATE_EHDR macro.
1578 (validate_file): New function.
1579 (DEFINE_INIT_EHDR): New macro.
1580 (init_ehdr32, init_ehdr64): New functions defined via the
1581 DEFINE_INIT_EHDR macro.
1582 (init_ehdr): New function.
1583 (lto_elf_file_open): Add support for writable files. Move some
1584 validation logic to validate_file.
1585 (lto_elf_file_close): Add support for writable files. Write file data
1586 and free data blocks.
1587 (current_out_file): New static variable.
1588 (lto_set_current_out_file): New function.
1589 (lto_get_current_out_file): New function.
1590 * lto.c (lto_main): Add writable argument to lto_elf_file_open calls.
1591 Add temporary initialization for testing ELF serialization.
1592 * lto.h (lto-section-out.h): New include.
1593 (struct lto_file_struct): Slight modification to comment.
1594 (lto_elf_file_open): Add writable parameter.
1595 (lto_elf_begin_section): New function declaration.
1596 (lto_elf_append_data): New function declaration.
1597 (lto_elf_end_section): New function declaration.
1598 (lto_set_current_out_file, lto_get_current_out_file): New function
1599 declarations.
1600 * lto-lang.c (LANG_HOOKS_BEGIN_SECTION): Set as lto_elf_begin_section.
1601 (LANG_HOOKS_APPEND_DATA): Set as lto_elf_append_data.
1602 (LANG_HOOKS_END_SECTION): Set as lto_elf_end_section.
1603 * Make-lang.in (LTO_H): Add lto-section-out.h.
1604
1605 2008-06-12 Ollie Wild <aaw@google.com>
1606
1607 * lto.h (struct lto_file_vtable_struct): Remove.
1608 (struct lto_file_struct): Remove vtable member.
1609 * lto-elf.c (lto_file_init): Remove vtable argument.
1610 (lto_elf_map_optional_lto_section): Remove.
1611 (lto_elf_unmap_section): Remove.
1612 (lto_elf_file_vtable): Remove.
1613 (lto_elf_file_open): Remove lto_elf_file_vtable argument from
1614 lto_file_init call.
1615 (lto_elf_find_section_data): Remove.
1616
1617 2008-06-11 Ollie Wild <aaw@google.com>
1618
1619 * lto.c (lto_file_read): Add const qualifier to data variable.
1620
1621 2008-06-11 Diego Novillo <dnovillo@google.com>
1622
1623 Merge from lto-streamber sub-branch.
1624
1625 2008-06-04 Ollie Wild <aaw@google.com>
1626
1627 * lto.c: Remove inclusion of dwarf2.h and dwarf2out.h.
1628 * Make-lang.in (lto.o): Remove dependency on dwarf2.h.
1629
1630 2008-05-28 Bill Maddox <maddox@google.com>
1631
1632 Replace the DWARF reader in the LTO front-end.
1633
1634 * lto.c: Include lto-tree-in.h, lto-tags.h.
1635 (enum DWARF2_class, DW_cl_constant, struct
1636 DWARF2_form_data, struct lto_context,
1637 lto_fd_init, lto_info_fd_init,
1638 lto_abbrev_fd_init, lto_info_fd_close,
1639 lto_file_init, lto_file_close,
1640 lto_file_corrupt_error, lto_abi_mismatch_error,
1641 LTO_CHECK_INT_VAL, LTO_READ_TYPE,
1642 lto_read_uleb128, lto_read_sleb128,
1643 lto_read_initial_length, lto_abbrev_read_attrs,
1644 lto_abbrev_read, lto_abbrev_read_lookup,
1645 lto_read_section_offset,
1646 lto_read_comp_unit_header, find_cu_for_offset,
1647 lto_get_file_name,
1648 lto_resolve_reference,lto_read_form,
1649 attribute_value_as_int,
1650 make_signed_host_wide_int,
1651 attribute_value_as_constant, lto_cache_hash,
1652 lto_cache_eq, lto_cache_store_DIE,
1653 lto_cache_lookup_DIE, lto_find_integral_type,
1654 lto_find_integral_type_1,
1655 LTO_BEGIN_READ_ATTRS_UNCHECKED,
1656 LTO_BEGIN_READ_ATTRS, LTO_END_READ_ATTRS,
1657 lto_unsupported_attr_error, lto_get_identifier,
1658 lto_read_referenced_type_DIE,
1659 lto_read_compile_unit_DIE,
1660 lto_read_array_type_DIE,
1661 lto_read_structure_union_class_type_DIE,
1662 lto_read_enumerator_DIE,
1663 lto_read_enumeration_type_DIE,
1664 lto_read_only_for_child_DIEs,
1665 lto_read_only_for_child_DIEs,
1666 lto_read_member_DIE, lto_read_abbrev,
1667 lto_read_variable_formal_parameter_constant_DIE,
1668 lto_get_body): Removed.
1669 (preload_common_nodes): New function.
1670 (lto_read_decls): Convert for new global streamer.
1671 (lto_materialze_file_data,
1672 lto_read_subroutine_type_subprogram_die,
1673 lto_read_unspecified_parameters_DIE,
1674 lto_read_typedef_DIE,
1675 lto_read_pointer_reference_type_DIE,
1676 lto_read_subrange_type_DIE,
1677 lto_read_base_type_DIE,
1678 lto_read_const_volatile_restrict_type_DIE,
1679 lto_read_namespace_DIE,
1680 lto_read_unspecified_type_DIE, lto_read_DIE,
1681 lto_read_child_DIEs, lto_collect_child_DIEs):
1682 Removed.
1683 (lto_info_read, lto_set_cu_context): Removed.
1684 (lto_file_read): Convert for new global streamer.
1685 (lto_resolve_type_ref, lto_read_DIE_at_ptr,
1686 lto_resolve_var_ref, lto_resolve_fn_ref,
1687 lto_resolve_field_ref, lto_resolve_typedecl_ref,
1688 lto_resolve_namespacedecl_ref): Removed.
1689 (lto_file_init, lto_file_close): Moved to lto-elf.c.
1690 * lto-tree.h (lto_symtab_merge_var,
1691 lto_symtab_mergee_fun): Declare here.
1692 * lto-elf.c (lto_file_init, lto_file_close): Moved from lto.c.
1693 (lto_elf_file_open): Removed code to read DWARF debug sections.
1694 * lto.h (lto_context, DWARF2_attr, DWARF2_abbrev,
1695 DWARF2_CompUnit, lto_die_ptr,
1696 lto_die_cache_entry, lto_fd, lto_info_fd,
1697 lto_abbrev_fd): Removed.
1698 (lto_file): Removed debug_info and debug_abbrev fields.
1699 (lto_ref): Removed.
1700 (lto_file_init, lto_file_close,
1701 lto_resolve_type_ref, lto_resolve_var_ref,
1702 lto_resolve_fn_ref, lto_resolve_field_ref,
1703 lto_resolve_typedecl_ref,
1704 lto_resolve_namespacedecl_ref,
1705 lto_get_file_name): Removed declarations.
1706 (lto_symtab_merge_var, lto_symtab_merge_fn):
1707 Declarations moved to lto-tree.h.
1708 * lto-symtab.c (lto_compatible_attributes_p):
1709 Lobotomize this, as it barfs on "Hello, world!".
1710 * lto-section-out.c: Include lto-tree-out.h.
1711 (lto_hash_global_slot_node,
1712 lto_eq_global_slot_node, preload_common_nodes,
1713 write_global_stream, write_global_references):
1714 New functions.
1715 (produce_asm_for_decls): Convert for new global streamer.
1716 * lto-section-out.h (lto_hash_global_slot_node,
1717 lto_eq_global_slot_node): Declare.
1718
1719 2008-06-07 Kenneth Zadeck <zadeck@naturalbridge.com>
1720 Jan Hubicka <jh@suse.cz>
1721
1722 * lto.c (sys/mman.h, tree-pass.h): New includes.
1723 (lto_materialize_constructors_and_inits,
1724 lto_materialize_function): Keeps length of section.
1725 (lto_materialize_cgraph): Removed.
1726 (lto_read_decls): Initialize fd field.
1727 (lto_file_read): Different return type and removed much code to
1728 lto_main.
1729 (page_mask): New variable.
1730 (lto_read_section_data, get_section_data, free_section_data): New
1731 functions.
1732 (lto_main): Now calls pass manager, sets the hooks so that the ipa
1733 passes can get the section data.
1734
1735 2008-05-27 Kenneth Zadeck <zadeck@naturalbridge.com>
1736
1737 * lto.h (lto_read_decls): Made local.
1738 (lto_input_function_body, lto_input_constructors_and_inits,
1739 lto_input_cgraph): Declarations moved to lto-section-in.h.
1740 * lto-section-in.c: Moved to .. .
1741 * lto-cgraph-in.c: Ditto.
1742 * lto-section-in.h: Ditto.
1743 * lto-function-in.c: Ditto.
1744 * lto-lang.c (lto_handle_option): Added ATTRIBUTE_UNUSED to parms.
1745 (lto_insert_block): Removed.
1746 (LANG_HOOKS_INSERT_BLOCK): Removed.
1747 * Make-lang.in (lto-cgraph-in.o, lto-function-in.o,
1748 lto-section-in.o): Rules moved to lto/Makefile.in.
1749
1750
1751 2008-05-16 Ollie Wild <aaw@google.com>
1752
1753 * lto-lang.c (tree-inline.h): Include.
1754 (lto_post_options): New function.
1755 (LANG_HOOKS_POST_OPTIONS): Define.
1756 * lto-cgraph-in.c (overwrite_node): Set node->global.insns.
1757 * lto-function-in.c (input_bb): Set TREE_BLOCK (stmt).
1758
1759 2008-05-13 Diego Novillo <dnovillo@google.com>
1760
1761 * lto-function-in.c (input_ssa_names): Call
1762 make_ssa_name_fn instead of make_ssa_name.
1763
1764 2008-05-12 Diego Novillo <dnovillo@google.com>
1765
1766 * lto-cgraph-in.c (overwrite_node): Update references to
1767 inline summary fields.
1768 * lto-function-in.c (input_expr_operand): Do not handle
1769 STRUCT_FIELD_TAG.
1770
1771 2008-05-09 Ollie Wild <aaw@google.com>
1772
1773 * lang.opt: New file.
1774 * lto-lang.c (lto_init_options): New function.
1775 (lto_handle_option): New function.
1776 (lto_init): Move initialization of flag_unit_at_a_time to
1777 lto_init_options.
1778 (LANG_HOOKS_INIT_OPTIONS): Define.
1779 (LANG_HOOKS_HANDLE_OPTION): Define.
1780
1781 2008-04-29 Ollie Wild <aaw@google.com>
1782
1783 * lto.c (lto_read_namespace_DIE): New function.
1784 (lto_read_DIE): Add lto_read_namespace_DIE callback. Cache
1785 NAMESPACE_DECL DIE's.
1786 (lto_resolve_namespacedecl_ref): New function.
1787 * lto.h (lto_resolve_namespacedecl_ref): New function.
1788 * lto-section-in.c (lto_read_decls): Read namespace declarations.
1789 * lto-section-in.h (struct lto_file_decl_data): Add namespace_decls
1790 and num_namespace_decls.
1791 * lto-function-in.c (input_expr_operand): Add NAMESPACE_DECL case.
1792 * lto-lang.c (lto_init_ts): New function.
1793 (LANG_HOOKS_INIT_TS): Set as lto_init_ts.
1794
1795 2008-04-16 Ollie Wild <aaw@google.com>
1796
1797 * lto-function-in.c (input_type_ref): Updated function description.
1798
1799 2008-04-16 Ollie Wild <aaw@google.com>
1800
1801 * lto-function-in.c (input_type_ref_1): New function.
1802 (input_type_ref): Split into two functions.
1803 (input_function): Add support for type contexts.
1804
1805 2008-04-16 Ollie Wild <aaw@google.com>
1806
1807 * lto.c (lto_materialize_function): Use DECL_ASSEMBLER_NAME to compute
1808 section name
1809
1810 2008-04-16 Ollie Wild <aaw@google.com>
1811
1812 * lto.c (lto_read_compile_unit_DIE): Add DW_LANG_C_plus_plus to the
1813 list of supported languages.
1814
1815 2008-03-25 Kenneth Zadeck <zadeck@naturalbridge.com>
1816
1817 Merge with mainline @133491.
1818
1819 2008-03-05 Kenneth Zadeck <zadeck@naturalbridge.com>
1820 Jan Hubicka <jh@suse.cz>
1821
1822 * lto.c (lto_info_fd_init, lto_info_fd_close): Get rid of
1823 fd->unmaterialized_fndecls.
1824 (lto_get_file_name, lto_materialize_cgraph): New function.
1825 (lto_materialize_constructors_and_inits,
1826 lto_materialize_function): Read info directly from elf file.
1827 (lto_file_read): Made local and initialize dictionary so that
1828 other lto sections can be read without reprocessing the elf file.
1829 (lto_main): Read all functions after all files have been processed
1830 for their types, globals and cgraph.
1831 * Make-lang.in (lto.o, lto-cgraph-in.c, lto-section-in): Changed
1832 dependencies.
1833 * lto-elf.c (lto_elf_file): Removed strtab, symtab fields.
1834 (hash_name, eq_name, lto_elf_build_section_table): New functions.
1835 (lto_elf_read_symtab): Removed function.
1836 (lto_elf_file_open): Removed call to lto_elf_read_symtab.
1837 * lto.h (lto_info_fd_struct): Removed unmaterialized_fndecls.
1838 (lto_file_read): Made local.
1839 (lto_get_file_name, lto_elf_build_section_table,
1840 lto_input_cgraph):
1841 New function.
1842 * lto-section-in.c (lto_read_section_data, lto_get_section_data):
1843 New functions.
1844 (lto_read_decls): Get the file name.
1845 * lto-cgraph-in.c: New file.
1846 * lto-function-in.c (tag_to_expr): Stops at LTO_tree_last_tag.
1847 (input_expr_operand, lto_read_body): Set lto_debug_context.tag_names.
1848 (input_labels): Fixed latent sizeof issue.
1849 (input_function): Build stmt array to set call sites into cgraph
1850 edges.
1851 (lto_read_body): Reset cfun->curr_properties.
1852 * lto_section_in.h (lto_section_slot): New structure.
1853 (section_hash_table.lto_file_decl_data): New field.
1854
1855
1856 2008-02-09 Kenneth Zadeck <zadeck@naturalbridge.com>
1857
1858 * lto.c (lto_read_variable_formal_parameter_const): Remove code to
1859 reconstruct static initializers.
1860 (lto_get_body, lto_materialize_function): Add lto_section_type as
1861 a parameter.
1862 (lto_materialize_constructors_and_inits,
1863 lto_materialize_file_data): New function.
1864 (lto_materialize_function,
1865 lto_read_subroutine_type_subprogram_DIE): Renamed unmap_fn_body to
1866 unmap_section and map_fn_body to map_section.
1867 (lto_set_cu_context): Process functions and static inits
1868 differently.
1869 * Make-lang.in (LTO_H, lto/lto-function-in.o,
1870 lto/lto-section-in.o): Update dependencies.
1871 * lto/lto-elf.c (lto_elf_map_optional_lto_section): Add
1872 lto_section_type parameter.
1873 (lto_elf_unmap_fn_body): Renamed to lto_elf_unmap_section.
1874 * lto.h (lto_file_vtable_struct): Removed two of the fields and
1875 renamed the other two so that there is only one map function and
1876 one unmap function and each takes a section type parameter.
1877 (lto_read_function_body): Renamed to lto_input_function_body and
1878 added file_data parameter.
1879 (lto_read_var_init): Removed.
1880 (lto_input_constructors_and_inits): New function.
1881 * lto-section-in.c (lto_read_decls): New function.
1882 * lto-function-in.c (data_in): Moved fields field_decls, fn_decls,
1883 var_decls, type_decls, types to lto_file_decl_data.
1884 (input_type_ref, input_expr_operand, lto_read_body): Get
1885 field_decls, fn_decls, var_decls, type_decls, types from different
1886 structure.
1887 (input_globals, input_constructor, lto_read_var_init): Removed.
1888 (input_constructors_or_inits): New function.
1889 (lto_read_function_body, lto_input_constructors_and_inits):
1890 Renamed to lto_input_function_body and takes file_data parameter.
1891 * lto-section-in.h (lto_file_decl_data): New structure.
1892
1893 2008-01-28 Kenneth Zadeck <zadeck@naturalbridge.com>
1894
1895 * lto-function-in.c (input_globals.c): Changed input type to
1896 lto_function_header.
1897 (input_bb): Removed code to deserialize the stmt number.
1898 (input_function): Renumber all stmts after they are input.
1899 (lto_read_body, lto_read_function_body, lto_read_var_init):
1900 Changed to used new header format and enum section_type.
1901 *lto-lang.c (success): Removed.
1902
1903 2008-01-28 Nathan Froyd <froydnj@codesourcery.com>
1904
1905 * lto-elf.c (lto_elf_lookup_sym): Remove unused function.
1906 (lto_elf_free_sym): Likewise.
1907
1908 * lto-elf.c (lto_elf_read_var_init): Remove unused function.
1909 (lto_elf_build_init): Likewise.
1910
1911 2008-01-14 Kenneth Zadeck <zadeck@naturalbridge.com>
1912
1913 * lto-read.c: Renamed to lto-function-in.c.
1914 (input_1_unsigned): Moved to lto-section-in.c and renamed
1915 lto_input_1_unsigned.
1916 (input_uleb128): Moved to lto-section-in.c and renamed
1917 lto_input_uleb128.
1918 (input_widest_uint_uleb128): Moved to lto-section-in.c and renamed
1919 lto_input_widest_uint_uleb128.
1920 (input_sleb128): Moved to lto-section-in.c and renamed
1921 lto_input_sleb128.
1922 (input_integer): Moved to lto-section-in.c and renamed
1923 lto_input_integer.
1924 (debug_in_fun): Moved to lto-section-in.c and renamed
1925 lto_debug_in_fun.
1926 (input_block): Moved to lto-section-in.h and renamed
1927 lto_input_block.
1928 (input_expr_operand): Fixed to allow lists with more than one
1929 element.
1930 * lto-section-in.h: New file.
1931 * lto-section-in.c: New file with changes from above.
1932 * Make-lang.in (lto-read.o): Renamed lto-function-in.c.
1933 (lto-section-in.o): New rule.
1934
1935 2007-12-29 Nathan Froyd <froydnj@codesourcery.com>
1936
1937 * lto-read.c (input_expr_operand): Mark static and external
1938 VAR_DECLs as needed.
1939
1940 2007-12-29 Nathan Froyd <froydnj@codesourcery.com>
1941
1942 * lto-read.c (input_integer): Use the correct shift amount.
1943
1944 2007-12-29 Nathan Froyd <froydnj@codesourcery.com>
1945
1946 * lto-lang.c (lto_pushdecl): Do nothing instead of aborting.
1947 (LANG_HOOKS_NAME): Define.
1948
1949 2007-12-27 Nathan Froyd <froydnj@codesourcery.com>
1950
1951 * lto.c (lto_find_integral_type): Define as a macro. Rename the
1952 original function to...
1953 (lto_find_integral_type_1): ...this. Consult UNSIGNEDP if we
1954 don't have a base type.
1955 (lto_read_enumeration_type_DIE): Examine the values of the
1956 enumeration to determine whether we can use an unsigned type for
1957 the base type of the enumeration.
1958
1959 2007-12-24 Nathan Froyd <froydnj@codesourcery.com>
1960
1961 * lto.c (lto_read_structure_union_class_type_DIE): Set TYPE_MODE
1962 and TYPE_ALIGN on UNION_TYPEs as soon as possible.
1963
1964 2007-12-22 Nathan Froyd <froydnj@codesourcery.com>
1965
1966 * lto-lang.c (lto_types_compatible_p): New function.
1967 (LANG_HOOKS_TYPES_COMPATIBLE_P): Define.
1968
1969 2007-12-22 Nathan Froyd <froydnj@codesourcery.com>
1970 Kenneth Zadeck <zadeck@naturalbridge.com>
1971
1972 * lto-read.c (input_expr_operand): Fixed uninitialize var warning.
1973 (input_local_vars): Read in DECL_INITIAL and context for local
1974 statics that need to be put in unexpanded_vars_list.
1975
1976 2007-12-21 Nathan Froyd <froydnj@codesourcery.com>
1977
1978 * lto-read.c (input_real): Use a separate null-terminated buffer
1979 for calling real_from_string.
1980 (input_expr_operand): If we take the address of a FUNCTION_DECL,
1981 tell cgraph that it's needed.
1982
1983 2007-12-19 Doug Kwan <dougkwan@google.com>
1984
1985 * lto.c (lto_read_base_type_DIE): Handle complex integer types.
1986
1987 2007-12-18 Nathan Froyd <froydnj@codesourcery.com>
1988
1989 * lto.c (lto_read_DIE): Call lto_read_only_for_child_DIEs instead.
1990 (lto_file_read): Reset the members of 'context' every time we read
1991 a toplevel DIE, with special attention to last_param_type.
1992
1993 2007-12-18 Nathan Froyd <froydnj@codesourcery.com>
1994
1995 * lto.c (lto_read_subroutine_type_subprogram_DIE): Initialize
1996 'declaration'. Set the assembler name for non-public functions.
1997
1998 2007-12-17 Kenneth Zadeck <zadeck@naturalbridge.com>
1999
2000 * lto_read.c (data_in.unexpanded_indexes): New array.
2001 (input_local_var): Added code to read in unexpanded_var_list
2002 indexes for variables. Only read in DECL_CHAIN field for
2003 parameters.
2004 (input_local_vars): Added code to rebuild unexpanded_var_list in
2005 order using unexpanded_indexes.
2006 (input_function): Added code to set DECL_CONTEXT for functions.
2007
2008 2007-12-13 Doug Kwan <dougkwan@google.com>
2009
2010 * lto.c (lto_read_pointer_reference_type_DIE): Handle optional name
2011 in pointer and reference types.
2012
2013 2007-12-13 Nathan Froyd <froydnj@codesourcery.com>
2014
2015 * lto-read.c (input_expr_operand): Use DECL_RESULT when reading a
2016 RESULT_DECL.
2017
2018 2007-12-13 Nathan Froyd <froydnj@codesourcery.com>
2019
2020 * lto.c (lto_read_array_type_DIE): Return the cached DIE if we've
2021 already read the DIE.
2022 (lto_get_body): New function, split out from...
2023 (lto_materialize_function): ...here. Call it.
2024 (lto_read_subroutine_type_subprogram_DIE): Call lto_get_body to
2025 determine DECL_EXTERNAL.
2026 * lto-symtab.c (lto_symtab_merge_decl): Merge the DECL_RESULTs of
2027 FUNCTION_DECLs when necessary. Use the type of the actual
2028 function definition if we are unable to easily merge types. Ignore
2029 spurious DECL_MODE mismatches on VAR_DECLs. Merge DECL_MODEs when
2030 necessary.
2031
2032 2007-12-13 Nathan Froyd <froydnj@codesourcery.com>
2033
2034 * lto-lang.c (LANG_HOOKS_REDUCE_BIT_FIELD_OPERATIONS): Define.
2035
2036 2007-12-12 Bill Maddox <maddox@google.com>
2037
2038 Revert
2039 2007-12-07 Bill Maddox <maddox@google.com>
2040
2041 * lto.c (lto_str_fd_init): New function.
2042 (lto_str_fd_close): New function.
2043 (lto_file_init): Call lto_str_fd_init.
2044 (lto_file_close): Call lto_str_fd_close.
2045 (lto_str_read): New function. Read debug string table.
2046 (lto_str_lookup): New function. Get string for debug
2047 string table offset.
2048 (lto_read_form): Recognize DW_FORM_strp.
2049 (lto_file_read): Invoke lto_str_read.
2050
2051 * lto-elf.c (lto_elf_file_open): Read raw section data
2052 for the .debug_str section, if present.
2053
2054 * lto.h (struct lto_str_fd_struct): New struct.
2055 (struct lto_file_struct): Added new field DEBUG_STR
2056 to hold the file descriptor for the debug string table.
2057
2058 2007-12-07 Bill Maddox <maddox@google.com>
2059
2060 * lto.c (lto_str_fd_init): New function.
2061 (lto_str_fd_close): New function.
2062 (lto_file_init): Call lto_str_fd_init.
2063 (lto_file_close): Call lto_str_fd_close.
2064 (lto_str_read): New function. Read debug string table.
2065 (lto_str_lookup): New function. Get string for debug
2066 string table offset.
2067 (lto_read_form): Recognize DW_FORM_strp.
2068 (lto_file_read): Invoke lto_str_read.
2069
2070 * lto-elf.c (lto_elf_file_open): Read raw section data
2071 for the .debug_str section, if present.
2072
2073 * lto.h (struct lto_str_fd_struct): New struct.
2074 (struct lto_file_struct): Added new field DEBUG_STR
2075 to hold the file descriptor for the debug string table.
2076
2077 2007-12-07 Nathan Froyd <froydnj@codesourcery.com>
2078
2079 * lto-read.c (input_cfg): Call init_empty_tree_cfg_for_function.
2080 Grow the basic_block_info and label_to_block_map vectors if
2081 necessary. Read in the block chain.
2082
2083 2007-12-06 Nathan Froyd <froydnj@codesourcery.com>
2084
2085 * lto.c (lto_read_DIE): Set TYPE_ALIAS_SET where necessary.
2086
2087 2007-12-06 Nathan Froyd <froydnj@codesourcery.com>
2088
2089 * lto.c (lto_read_form): Add DW_cl_address for DW_AT_const_value.
2090
2091 2007-12-06 Nathan Froyd <froydnj@codesourcery.com>
2092
2093 * lto-read.c (input_expr_operand): Don't check for MTAGs.
2094 (lto_read_body): Don't declare PROP_alias.
2095
2096 2007-12-06 Nathan Froyd <froydnj@codesourcery.com>
2097
2098 * lto-symtab.c (lto_symtab_merge_decl): Handle FUNCTION_DECLs without
2099 argument type information.
2100
2101 2007-12-03 Nathan Froyd <froydnj@codesourcery.com>
2102
2103 * lto.c (lto_read_variable_formal_parameter_constant_DIE): Set
2104 TREE_THIS_VOLATILE if the associated type is a volatile type.
2105 (lto_materialize_function): Remove call to init_ssa_operands.
2106 * lto-read.c (input_expr_operand): Add SSA_NAME_VAR as a referenced
2107 variable when reading an SSA_NAME. Do the same when reading a
2108 RESULT_DECL, a RETURN_EXPR, or an MTAG.
2109 (input_cfg): Call init_ssa_operands.
2110 (input_ssa_names): Set the default def of an SSA_NAME if necessary.
2111 Move call to init_tree_ssa...
2112 (lto_read_body): ...here. Use push_cfun and pop_cfun. Call
2113 add_referenced_var on any variables referenced from the body of the
2114 function. Inform the rest of the compiler we are in SSA form and
2115 inform later passes about the current properties.
2116
2117 2007-11-30 Nathan Froyd <froydnj@codesourcery.com>
2118
2119 * lto.c (lto_materialize_function): Add FIXME.
2120
2121 2007-11-29 Nathan Froyd <froydnj@codesourcery.com>
2122
2123 * lto-lang.c (enum built_in_attribute): New enum.
2124 (flag_no_builtin, flag_no_nonansi_builtin, flag_isoc94, flag_isoc99,
2125 built_in_attributes): New variables.
2126 (def_builtin_1): New function.
2127 (lto_define_builtins): #define DEF_BUILTIN and include builtins.def.
2128
2129 2007-11-28 Nathan Froyd <froydnj@codesourcery.com>
2130
2131 * lto.c (lto_read_variable_formal_parameter_constant_DIE): Set
2132 DECL_SOURCE_LOCATION for debugging purposes.
2133 (lto_read_member_DIE): Set DECL_SOURCE_LOCATION. If we have read a
2134 bitfield, use the type specified by the DIE for TREE_TYPE and defer
2135 laying out the decl until later.
2136 (lto_read_subroutine_type_subprogram_DIE): Compare the function's
2137 name with DECL_ASSEMBLER_NAME. Set DECL_SOURCE_LOCATION and
2138 TREE_ADDRESSABLE.
2139 * lto-read.c (input_expr_operand): Set TREE_ADDRESSABLE on the
2140 operand of an ADDR_EXPR.
2141 * lto-lang.c (enum lto_builtin_type): New enum.
2142 (builtin_type): New typedef.
2143 (builtin_types, string_type_node, const_string_type_node,
2144 wint_type_node, intmax_type_node, uintmax_type_node,
2145 signed_size_type_node): New variables.
2146 (def_fn_type, builtin_type_for_size, lto_define_builtins,
2147 lto_build_c_type_nodes): New functions.
2148 (lto_init): Initialize builtin types.
2149 (lto_set_decl_assembler_name): Let the target machine mangle the
2150 name if the decl is TREE_PUBLIC, otherwise uniquify it.
2151
2152 2007-11-21 Nathan Froyd <froydnj@codesourcery.com>
2153
2154 * lto.c (lto_read_variable_formal_parameter_constant_DIE): Don't
2155 set TREE_ADDRESSABLE. Do set DECL_COMDAT. Set TREE_READONLY if
2156 the type is a constant type. Set the assembler name and inform
2157 the rest of the compiler about the new decl if the decl is not
2158 public.
2159 (lto_read_subroutine_type_subprogram_DIE): Don't check for equivalency
2160 of DECL_ASSEMBLER_NAME when determining if we have a builtin. Don't
2161 try to read in function bodies for functions that already have bodies.
2162 * lto-symtab.c (lto_same_type_p): Check for unbounded array
2163 equivalency.
2164 (lto_symtab_merge_decl): Don't merge decls that aren't TREE_PUBLIC.
2165 Check for whether we matched a builtin function type before calling
2166 lto_same_type_p on the generated type. Permit cases where the
2167 declaration of an array is unbounded, but the definition is bounded.
2168 Don't combine TREE_PUBLIC flags. Copy over DECL_SIZE and
2169 DECL_SIZE_UNIT if necessary.
2170
2171 2007-11-16 Kenneth Zadeck <zadeck@naturalbridge.com>
2172
2173 * lto-read.c (input_expr_operand): Get types right
2174 for COMPLEX_CST.
2175
2176 2007-11-16 Kenneth Zadeck <zadeck@naturalbridge.com>
2177
2178 * lto-read.c (make_new_block, input_cfg): Properly set
2179 n_basic_blocks.
2180
2181 2007-11-16 Nathan Froyd <froydnj@codesourcery.com>
2182
2183 * lto.c (lto_read_array_type_DIE): Handle DIEs with DW_AT_GNU_vector
2184 set properly by building a VECTOR_TYPE instead of an ARRAY_TYPE.
2185
2186 2007-11-16 Nathan Froyd <froydnj@codesourcery.com>
2187
2188 * lto.c (lto_read_base_type_DIE): Use make_bitfield_integer_type to
2189 construct the integer type for bitfields.
2190
2191 2007-11-16 Kenneth Zadeck <zadeck@naturalbridge.com>
2192
2193 * lto-read.c (data_in.current_node_has_loc): Removed.
2194 (input_line_info): Returns true if node needs line set.
2195 (set_line_info): Always sets line if called.
2196 (clear_line_info): Removed reference to current_node_needs_loc.
2197 (input_expr_operand): Keeps track locally if current node needs a loc.
2198 (input_local_var): Added code to handle DECL_INITIAL for
2199 static local vars. Only set loc if necessary.
2200
2201 2007-11-15 Nathan Froyd <froydnj@codesourcery.com>
2202
2203 * lto.c (lto_read_subroutine_type_subprogram_DIE): Fix thinko'd
2204 DECL_CONTEXT.
2205
2206 2007-11-15 Nathan Froyd <froydnj@codesourcery.com>
2207
2208 * lto.c: Include langhooks.h.
2209 (lto_find_integral_type): Rework logic to handle the case where
2210 got_byte_size is true, but the bitsize requested and that of the
2211 base_type doesn't match.
2212 (lto_read_variable_formal_parameter_constant_DIE): Only check for
2213 asm_name if we are creating a VAR_DECL.
2214 (lto_materialize_function): Set DECL_EXTERNAL if we can't find a
2215 definition.
2216 (lto_read_subroutine_type_subprogram_DIE): Check for a builtin
2217 function reference and use the builtin's decl if so. Set the
2218 DECL_CONTEXT of the RESULT_DECL for the function.
2219 * lto-lang.c (registered_builtin_fndecls): New variable.
2220 (lto_getdecls): Return it.
2221 (lto_builtin_function): Chain the new decl onto
2222 registered_builtin_fndecls.
2223
2224 2007-11-15 Kenneth Zadeck <zadeck@naturalbridge.com>
2225
2226 * lto-read.c (process_tree_flags, lto_static_init_local):
2227 Renamed to ADD_CLASS_EXPR_FLAG. ADD_CLASS_DECL_FLAG New Macro.
2228 (input_line_info, clear_line_info): Fixed new line number code.
2229 (input_expr_operand): Added type to SWITCH_EXPR.
2230 (lto_read_body): Properly initialized data_in.
2231 Clear line info when leaving.
2232
2233 2007-11-13 Diego Novillo <dnovillo@google.com>
2234
2235 * lto.c (lto_read_variable_formal_parameter_constant_DIE):
2236 Initialize ARTIFICIAL.
2237 (lto_read_subroutine_type_subprogram_DIE): Initialize
2238 SAVED_SCOPE.
2239 * lto-read.c (set_line_info): Remove ; from calls to
2240 LINEMAP_POSITION_FOR_COLUMN.
2241
2242 2007-11-13 Kenneth Zadeck <zadeck@naturalbridge.com>
2243
2244 * lto-read.c (input_type_ref): Renamed from get_type_ref.
2245 (input_expr_operand, input_local_var): Renamed get_type_ref to
2246 input_type_ref.
2247 (input_expr_operand): Get the types correct for
2248 vector-cst. Get SSA_NAME_DEF_STMT correct for return_exprs.
2249
2250 2007-11-13 Doug Kwan <dougkwan@google.com>
2251
2252 * lto-read.c (input_widest_uint_uleb128): New function.
2253 (input_tree_flags, process_tree_flags, input_line_info,
2254 input_expr_operand, input_local_var, input_phi, input_ssa_names):
2255 Change to use lto_flags_type and BITS_PER_LTO_FLAGS_TYPES instead of
2256 unsigned HOST_WIDE_INT and HOST_BITS_PER_WIDE_INT.
2257 (lto_static_init_local): Add code to assert that lto_flags_type is
2258 wide enough.
2259
2260 2007-11-13 Nathan Froyd <froydnj@codesourcery.com>
2261
2262 * lto.c (lto_read_array_type_DIE): Handle DW_AT_GNU_vector.
2263 (lto_read_subroutine_type_subprogram_DIE): Handle
2264 DW_AT_static_link and DW_AT_specification. Return the
2265 specification if present.
2266 (lto_read_base_type_DIE): Handle DW_ATE_complex_float.
2267
2268 2007-11-13 Nathan Froyd <froydnj@codesourcery.com>
2269
2270 * lto-lang.c: Include target.h.
2271 (registered_builtin_types): New variable.
2272 (lto_type_for_mode): Increase number of modes handled.
2273 (lto_builtin_function): Fix argument list and return the decl.
2274 (lto_register_builtin_type): New function.
2275 (lto_init): Initialize target builtins and language-independent
2276 nodes.
2277 (LANG_HOOKS_REGISTER_BUILTIN_TYPE): Define.
2278
2279 2007-11-13 Kenneth Zadeck <zadeck@naturalbridge.com>
2280
2281 * lto-read.c (input_expr_operand): Added code to properly handle
2282 index filed. Added new RANGE_EXPR case.
2283
2284 2007-11-11 Kenneth Zadeck <zadeck@naturalbridge.com>
2285
2286 * lto-read.c (ADD_FUNC_FLAG): Deleted macro.
2287 (data_in): Added current_node_has_loc field.
2288 (input_line_info, set_line_info, clear_line_info): Added a support
2289 for USE_MAPPED_LOCATION and not adding line numbers to nodes that
2290 did not have on on the source side.
2291 (input_expr_operand): Make sure that GIMPLE_MODIFY_STMTS get line
2292 numbers too.
2293
2294 2007-11-09 Doug Kwan <dougkwan@google.com>
2295
2296 * lto-read.c (input_expr_operand): Change type of operand 2 of
2297 BIT_FIELD_REF expression to be bitsizetype instead of sizetype.
2298
2299 2007-11-09 Nathan Froyd <froydnj@codesourcery.com>
2300
2301 * lto.c: Include lto-tree.h. Effect small spaces->tabs cleanup.
2302 (lto_read_variable_formal_parameter_constant_DIE): Transfer bits
2303 from a DW_AT_specification or DW_AT_abstract_origin attribute to
2304 the new decl we are creating. Move informing the middle end about
2305 the new decl to...
2306 (lto_main): ...here. Inform the middle end about global variables
2307 after we have read in all the input files.
2308 * lto-symtab.c (lto_symtab_merge_decl): We really do need to merge
2309 variables with internal linkage, so delete the check for internal
2310 linkage. Combine TREE_PUBLIC flags.
2311
2312 2007-11-08 Nathan Froyd <froydnj@codesourcery.com>
2313
2314 * lto.c (lto_read_subroutine_type_subprogram_DIE): Handle
2315 DW_AT_decl_line.
2316 * lto-symtab.c (lto_symtab_merge_decl): Handle redefinition of a
2317 builtin specially. Move check for attribute compatibility
2318 earlier.
2319
2320 2007-11-07 Nathan Froyd <froydnj@codesourcery.com>
2321
2322 * Make-lang.in (lto/lto.o): Depend on gt-lto-lto.h.
2323 * config-lang.in (gtfiles): Add lto.h and lto.c.
2324 * lto-elf.c: Include ggc.h.
2325 (lto_elf_file_open): Allocate elf_file from GC memory.
2326 * lto.c: Include tree-ssa-operands.h and gt-lto-lto.h
2327 (lto_info_fd_init): Allocate the die_cache and unmaterialized_fndecls
2328 in GC memory.
2329 (lto_info_fd_close): Free unmaterialized_fndecls from GC memory.
2330 (lto_file_close): Free file from GC memory.
2331 (lto_cache_store_DIE): Allocate the new entry in GC memory.
2332 (lto_read_member_DIE): Fix declaration.
2333 (lto_read_subroutine_type_subprogram_DIE): unmaterialized_fndecls lives
2334 in GC memory.
2335 (current_lto_file): New variable.
2336 (lto_main): Use it.
2337 (DWARF2_attr, DWARF2_abbrev, lto_die_ptr, DWARF2_CompUnit,
2338 lto_die_cache_entry): Move to...
2339 * lto.h: ...here and add GTY markers as appropriate. Delete forward
2340 declarations accordingly.
2341 (struct lto_file_struct): Declare.
2342 (lto_file_vtable): Use it instead of lto_file.
2343
2344 2007-11-06 Alon Dayan <alond@il.ibm.com>
2345 Kenneth Zadeck <zadeck@naturalbridge.com>
2346
2347 * lto-read.c (process_flags, lto_static_init_local):
2348 read flags of VAR_DECL and FUNCTION_DECL of size>1.
2349 change global array num_flags_for_code to flags_length_for_code.
2350 (set_line_info): Make decls work in USE_MAPPED_LOCATION mode.
2351
2352 2007-11-05 Nathan Froyd <froydnj@codesourcery.com>
2353
2354 * lto.c (lto_read_structure_union_class_type_DIE): Use proper record
2355 layout functions to compute information about the newly constructed
2356 type.
2357
2358 2007-11-02 Nathan Froyd <froydnj@codesourcery.com>
2359
2360 * lto-read.c (input_expr_operand): Change the LTO_return_expr1
2361 case to use DECL_RESULT if necessary.
2362
2363 2007-11-01 Kenneth Zadeck <zadeck@naturalbridge.com>
2364
2365 * lto-read.c (input_tree_list): Removed.
2366 (input_tree_flags): Added parameter to force flags no matter what
2367 tree code.
2368 (input_expr_operand): Added parameter to input_tree_flags.
2369 Added case for IDENTIFIER_NODE and TREE_LIST. Changed ASM to call
2370 input_expr_operand rather than input_tree_lists.
2371 (input_local_var): Use input_expr_operand to read attributes
2372 rather then input_tree_list.
2373 (input_phi, input_ssa_names): Added parameter to input_tree_flags.
2374
2375 2007-10-31 Nathan Froyd <froydnj@codesourcery.com>
2376
2377 * lto.c (lto_read_typedef_DIE): Fix comment typo.
2378 (lto_resolve_typedecl_ref): Fetch the referred-to type and build a fake
2379 TYPE_DECL for it.
2380 * lto-read.c (lto_read_body): Use correct sizes for calculating
2381 type_decls_offset and types_offset.
2382
2383 2007-10-30 Nathan Froyd <froydnj@codesourcery.com>
2384
2385 * lto-tree.h (union lang_tree_node): Change GTY description to chain
2386 with GENERIC_NEXT.
2387 * config-lang.in (gtfiles): Add lto-lang.c.
2388 * lto-lang.c: Include gt-lto-lto-lang.h.
2389 * Make-lang.in (lto/lto-lang.o): Add dependency on gt-lto-lto-lang.h
2390 (lto/lto-symtab.o): Depend on LTO_H instead of TREE_H.
2391 (lto/lto-read.o): Likewise.
2392
2393 2007-10-29 Kenneth Zadeck <zadeck@naturalbridge.com>
2394
2395 * lto-read.c (data_in): Added type_decls and current_col fields.
2396 (string_slot): New type to hold canonized file name.
2397 (hash_string_slot_node, eq_string_slot_node, canon_file_name,
2398 input_line_info, set_line_info, clear_line_info): New functions.
2399 (file_name_hash_table): New hash table.
2400 (input_local_var, input_labels, input_local_vars_index,
2401 input_local_var, input_local_vars, input_ssa_names): Reorganized parameters.
2402 (input_uleb128): Changed type of byte var.
2403 (input_expr_operand): Large number of changes to get line numbers
2404 correct. Added TYPE_DECL case.
2405 (input_globals): Added code to get TYPE_DECLs processed.
2406 (input_local_var): Added code to process line numbers and
2407 TREE_CHAIN and DECL_CONTEXT.
2408 (input_function, input_constructor): Added call to
2409 clear_line_number.
2410 (lto_static_init_local): Added code to get line numbers correct.
2411 (lto_read_body): Added code to get TYPE_DECLS read and to change
2412 parameters to the calls above that had their parms reorganized.
2413
2414
2415 2007-10-29 Nathan Froyd <froydnj@codesourcery.com>
2416
2417 * lto.h (lto_resolve_typedecl_ref): Declare.
2418 * lto.c (lto_resolve_typedecl_ref): New function.
2419
2420 2007-10-29 Mark Mitchell <mark@codesourcery.com>
2421 Nathan Froyd <froydnj@codesourcery.com>
2422
2423 * lto.c (lto_read_subroutine_type_subprogram_DIE): Read the child
2424 DIEs even if we find an abstract origin for this DIE.
2425
2426 2007-10-29 Nathan Froyd <froydnj@codesourcery.com>
2427
2428 * lto.c (lto_read_subroutine_type_subprogram_DIE): Build the
2429 RESULT_DECL slightly earlier. Only remember the decl for later
2430 if we successfully merge declarations.
2431
2432 2007-10-24 Kenneth Zadeck <zadeck@naturalbridge.com>
2433
2434 * lto-read.c (input_expr_operand): Give label_values the proper
2435 context and provide switch statements with a default type.
2436
2437 2007-10-23 Nathan Froyd <froydnj@codesourcery.com>
2438
2439 * lto-read.c (lto_read_body): Move call to init_ssa_operands...
2440 * lto.c (lto_materialize_function): ...to here.
2441
2442 2007-10-22 Nathan Froyd <froydnj@codesourcery.com>
2443
2444 * lto.h (struct lto_info_fd): Add field unmaterialized_fndecls.
2445 * lto.c (lto_info_fd_init): Initialize it.
2446 (lto_info_fd_close): Free it.
2447 (lto_materialize_function): New function.
2448 (lto_read_subroutine_type_subprogram_DIE): Save the result decl on
2449 unmaterialized_fndecls.
2450 (lto_file_read): Read in all the function bodies after we have read
2451 all of the DWARF info.
2452 * lto-read.c (lto_read_body): Call init_ssa_operands if we are
2453 reading a function body.
2454
2455 2007-10-20 Kenneth Zadeck <zadeck@naturalbridge.com>
2456
2457 * lto-read.c (input_tree_flags): Renamed from input_flags to be
2458 semetric with output_tree_flags. Added call to log flags.
2459 (process_tree_flags): Renamed from process_flags. Fixed a lot of
2460 type issues to make everything consistent with flags being
2461 unsigned HOST_WIDE_INTS.
2462 (input_expr_operand): Added call to
2463 recompute_tree_invariant_for_addr_expr.
2464 (input_local_var): Added debugging for tree_chains. Now calls
2465 input_tree_flags.
2466 (input_phi): Made flags unsigned HOST_WIDE_INT.
2467 (input_ssa_names): Now calls input_tree_flags.
2468 (lto_read_body): Now sets cfun.
2469 (lto_read_function_body): Now sets current_function_pointer.
2470
2471 2007-10-19 Nathan Froyd <froydnj@codesourcery.com>
2472
2473 * lto.c (lto_read_variable_formal_parameter_constant_DIE): Check
2474 definitively whether SPECIFICATION or ABSTRACT_ORIGIN exist before
2475 inspecting fields within.
2476 (lto_read_DIE_at_ptr): Delete check for null result; let callers
2477 handle this appropriately.
2478
2479 2007-10-19 Nathan Froyd <froydnj@codesourcery.com>
2480
2481 * lto.c (lto_read_variable_formal_parameter_constant_DIE): Handle
2482 DW_AT_abstract_origin properly. Ensure that we're not dealing with
2483 both DW_AT_abstract_origin and DW_AT_specification.
2484 (lto_read_subroutine_type_subprogram_DIE): Handle
2485 DW_AT_abstract_origin.
2486 (lto_read_DIE): Use lto_read_only_for_child_DIEs for labels.
2487 (lto_read_DIE_at_ptr): Define as static to match declaration.
2488 Lookup the PTR in the cache before reading it from the file.
2489 (lto_resolve_var_ref): Adjust accordingly.
2490 (lto_resolve_fn_ref): Adjust accordingly. Tweak comment.
2491 (lto_resolve_field_ref): Adjust accordingly. Tweak comment.
2492
2493 2007-10-19 Nathan Froyd <froydnj@codesourcery.com>
2494
2495 * lto.c (lto_read_DIE_at_ptr): New function.
2496 (lto_resolve_var_ref): Use it.
2497 (lto_resolve_fn_ref): Use it.
2498 (lto_resolve_field_ref): Use it.
2499 (lto_read_variable_formal_parameter_constant_DIE): Follow
2500 DW_AT_specification and return the associated decl when appropriate.
2501
2502 2007-10-18 Nathan Froyd <froydnj@codesourcery.com>
2503
2504 * lto-lang.c (lto_type_for_mode): Move after lto_type_for_size.
2505 Implement for scalar integer modes.
2506 (lto_init): Initialize size_type_node.
2507
2508 2007-10-18 Kenneth Zadeck <zadeck@naturalbridge.com>
2509
2510 * lto-read.c (input_expr_operand): Remove ssa name asserts.
2511 (input_local_var): Add chaining for params.
2512 (input_ssa_names): Add cfun parameter.
2513 (input_function): Remove unnecessary else.
2514
2515 2007-10-17 Nathan Froyd <froydnj@codesourcery.com>
2516
2517 * lto.c (lto_read_only_for_child_DIEs): Mark die parameter as unused.
2518 (lto_resolve_var_ref): Use proper types.
2519 (lto_resolve_fn_ref): Likewise.
2520 (lto_resolve_field_ref): Likewise.
2521
2522 2007-10-17 Nathan Froyd <froydnj@codesourcery.com>
2523
2524 * lto-read.c (input_expr_operand): Remove case.
2525
2526 2007-10-17 Nathan Froyd <froydnj@codesourcery.com>
2527
2528 * lto.c (lto_read_only_for_child_DIEs): New function.
2529 (lto_read_DIE): Use it for lexical_block and inlined_subroutine DIEs.
2530 * lto-elf.c (lto_elf_map_lto_section): Remove.
2531 (lto_elf_file_vtable): Use lto_elf_map_optional_lto_section instead.
2532 * lto-read.c (input_expr_operand): Assert that we never read a NULL
2533 SSA_NAME. Add missing case for mechanical codes.
2534 (input_cfg): Use basic_block_info_for_function instead of
2535 basic_block_info.
2536
2537 2007-10-16 Kenneth Zadeck <zadeck@naturalbridge.com>
2538
2539 * lto-read.c (input_sleb128, input_integer): Use proper casts.
2540 (input_list): Renamed input_tree_list and modified to follow same
2541 protocol as lto-function-out.c:output_tree_list.
2542 (input_expr_operand): Make asm operands use input_tree_list.
2543 (input_local_var): Now uses input_tree_list.
2544 (lto_read_body): Change placement for setting context of debug_labels.
2545
2546
2547 2007-10-16 Kenneth Zadeck <zadeck@naturalbridge.com>
2548
2549 * lto-read.c (input_real): Output debugging in proper order.
2550 (input_integer): Compute bit lengths properly.
2551 (input_list): Clean up declaration.
2552 (input_expr_operand): Change calls to input_real to match fix.
2553 Make reading of LTO_bit_field_ref1 match output.
2554 (input_local_var): Make reading of attributes match what is being
2555 written.
2556 (dump_debug_stream): Also print char in hex.
2557 (debug_out_fun): Fix signed unsigned mismatch.
2558
2559 2007-10-10 Nathan Froyd <froydnj@codesourcery.com>
2560
2561 * lto.c (lto_read_form): Handle DW_AT_MIPS_linkage_name and
2562 DW_AT_GNU_vector specially, as they are not contiguous with the
2563 specified set of attribute names. Use class_mask to check for
2564 errors at the end of the function
2565 (lto_resolve_var_ref): Read the DIE if it is not cached.
2566 (lto_resolve_fn_ref): Likewise.
2567 (lto_resolve_field_ref): Likewise.
2568
2569 2007-10-05 Nathan Froyd <froydnj@codesourcery.com>
2570
2571 * lto.c: Include dwarf2out.h.
2572 (lto_cache_store_DIE): Assert that we never change the value.
2573 (LTO_BEGIN_READ_ATTRS): Print an informative error message.
2574 (lto_read_compile_unit_DIE): Handle DW_AT_entry_pc.
2575 (lto_read_array_type_DIE): Don't error on ndims == 0; build a
2576 sensible type instead.
2577 (lto_read_structure_union_class_type_DIE): Store the newly
2578 created type prior to reading the members of the structure to
2579 avoid infinite recursion. Avoid computing types and alignments
2580 for structures whose sizes are unknown.
2581 (lto_read_variable_formal_parameter_const): Handle DW_AT_artificial
2582 and set DECL_ARTIFICIAL accordingly. Ignore DW_AT_abstract_origin,
2583 DW_AT_const_value, and DW_AT_specification.
2584 (lto_read_subroutine_type_subprogram_DIE): Handle DW_AT_declaration.
2585 Return early if we have already constructed the function type.
2586 (lto_read_typedef_DIE): Check to see if the type has been cached
2587 already. Cache the type before reading any children.
2588 (lto_read_const_volatile_restrict_type_DIE): Handle DW_AT_name.
2589 (lto_read_DIE): Unset context->skip_non_parameters around reading
2590 the DIE.
2591 (lto_resolve_fn_ref): Delete trailing whitespace.
2592
2593 2007-09-11 Kenneth Zadeck <zadeck@naturalbridge.com>
2594
2595 * lto-read.c (input_expr_operand): Added type for STRING_CST.
2596
2597 2007-09-10 Nathan Froyd <froydnj@codesourcery.com>
2598
2599 * lto-read.c (lto_read): Set the type of the newly created CALL_EXPR.
2600
2601 2007-09-07 Nathan Froyd <froydnj@codesourcery.com>
2602
2603 * lto-lang.c (signed_and_unsigned_types): New variable.
2604 (lto_type_for_size): Consult signed_and_unsigned_types to find
2605 an approprite type, creating it if necessary.
2606 (lto_set_decl_assembler_name): Add actual method body.
2607
2608 2007-09-06 Jim Blandy <jimb@codesourcery.com>
2609
2610 * lto.c (lto_read_variable_formal_parameter_constant_DIE): If we
2611 can't find a var init for this variable, leave its DECL_INITIAL.
2612 * lto-elf.c (lto_elf_map_optional_lto_section): Renamed from
2613 lto_elf_map_fn_body.
2614 (lto_map_lto_section): New function.
2615 (lto_elf_file_vtable): Use lto_elf_map_lto_section for function
2616 bodies, and lto_elf_map_optional_lto_section for variable
2617 initializers.
2618 (lto_elf_find_section_data): Quietly return NULL if the section is
2619 missing.
2620 (lto_elf_file_open): Check for a NULL from lto_elf_find_section_data.
2621
2622 * lto-elf.c (lto_elf_find_section_data): Remove dead code.
2623
2624 * lto-read.c (lto_read_body): Doc fix.
2625
2626 2007-08-29 Kenneth Zadeck <zadeck@naturalbridge.com>
2627
2628 * lto-read.c (fun_in): Renamed to data_in.
2629 (input_expr_operand, input_local_var, input_string_internal,
2630 input_string, input_real, input_list, get_label_decl,
2631 get_type_ref, input_expr_operand, input_globals, input_labels,
2632 input_local_vars_index, input_local_var, input_local_vars,
2633 input_cfg, input_phi, input_ssa_names, input_bb, ): Renamed fun_in to data_in.
2634 (input_constructor): New function.
2635 (lto_read_function_body): Renamed to lto_read_body and generalized
2636 to handle both functions and constructors.
2637 (lto_read_function_body, lto_read_var_init): New function.
2638
2639
2640 2007-08-28 Kenneth Zadeck <zadeck@naturalbridge.com>
2641
2642 * lto-read.c (input_expr_operand): Assert that there really is a
2643 FUNCTION_DECL.
2644 (input_globals): Removed checks on 0 section.
2645
2646 2007-08-28 Kenneth Zadeck <zadeck@naturalbridge.com>
2647
2648 * lto-read.c (fun_in): Added local_decls_index and
2649 local_decls_index_d.
2650 (input_expr_operand): Changed inputting of PARM_DECLs and VAR_DECLs.
2651 (input_globals): Enabled code to handle FIELD_DECLs.
2652 (input_local_vars_index, input_local_vars): New function.
2653 (input_local_var): Changed to allow locals to be input randomly.
2654 (lto_read_function_body): Added code to input the
2655 local_decls_index and to free various structures.
2656
2657 2007-08-17 Jim Blandy <jimb@codesourcery.com>
2658
2659 * lto.c (lto_read_variable_formal_parameter_constant_DIE): Remove
2660 ATTRIBUTE_UNUSED from 'die' formal.
2661
2662 Use enum LTO_tags where appropriate, instead of 'unsigned int'.
2663 * lto-read.c (input_record_start): Fix return type, type of 'tag'.
2664 (input_list): Fix type of 'tag'.
2665 (input_expr_operand): Fix type of 'tag' argument. Update
2666 declaration. Fix type of 'ctag'. Add default case to switch,
2667 since the type of the switched value is now an enum.
2668 (input_local_vars): Fix type of 'tag'.
2669 (input_bb): Fix type of 'tag' argument.
2670 (input_function): Fix type of 'tag' argument.
2671
2672 2007-08-16 Jim Blandy <jimb@codesourcery.com>
2673
2674 * lto.c (lto_read_member_DIE): Record the tree we create in
2675 fd->die_cache. (Our 'die' argument is no longer unused.)
2676 (lto_resolve_field_ref): New function.
2677 * lto.h (lto_resolve_field_ref): New declaration.
2678
2679 2007-08-15 Jim Blandy <jimb@codesourcery.com>
2680
2681 * lto-read.c (lto_read_var_init): Mark arguments as unused.
2682
2683 2007-08-07 Jim Blandy <jimb@codesourcery.com>
2684
2685 * lto.c (lto_read_form): Complete attr_classes table.
2686 (DWARF2_form_data): Doc fix.
2687
2688 2007-08-05 Mark Mitchell <mark@codesourcery.com>
2689
2690 * lto.h (lto_file_vtable): Remove read_var_init. Add map_var_init
2691 and unmap_var_init.
2692 (lto_read_var_init): Declare.
2693 * lto.c (lto_read_variable_formal_parameter_constant_DIE): Use new
2694 interface for reading variable initializers.
2695 * lto-elf.c (lto_elf_read_var_init): Remove.
2696 (lto_elf_file_vtable): Update initializer.
2697 (lto_elf_read_var_init): Add comment about unused-ness.
2698 * lto-read.c (lto_read_var_init): New.
2699
2700 * lto.c (lto_read_form): Add entry for DW_AT_inline.
2701
2702 2007-08-02 Kenneth Zadeck <zadeck@naturalbridge.com>
2703
2704 * lto-read.c (lto_read_function_body): Moved declaration of fn
2705 outside of ifdef.
2706
2707 2007-08-01 Kenneth Zadeck <zadeck@naturalbridge.com>
2708
2709 * lto-read.c (input_uleb128, input_string_internal, input_real,
2710 input_integer, input_record_start, input_list, get_type_ref,
2711 input_flags, input_expr_operand, input_expr_operand,
2712 input_expr_operand, input_local_vars, input_cfg, input_phi,
2713 input_ssa_names, input_bb, input_function): Added semicolons.
2714
2715
2716 2007-07-31 Kenneth Zadeck <zadeck@naturalbridge.com>
2717
2718 * lto-read.c (input_globals): Remove debugging.
2719 (input_function): Set DECL_ARGUMENTS.
2720
2721
2722 2007-07-31 Kenneth Zadeck <zadeck@naturalbridge.com>
2723
2724 * lto-read.c (input_expr_operand): Fixed code for COND_EXEC,
2725 RETURN_EXPR, MODIFY_EXPR and processing of flags.
2726 (input_phi): Made work with operands other than SSA_NAMES and
2727 fixed processing of flags.
2728 (input_ssa_names): Initialize SSA_NAME_DEF_STMT to empty stmt.
2729 (input_flags): New function.
2730 * lto-lang.c (lto_init): Changed state of in_lto_p.
2731
2732
2733 2007-07-24 Mark Mitchell <mark@codesourcery.com>
2734
2735 * lto-tree.h (lto_varargs_cookie): Remove.
2736 * lto.c (lto_context): Add last_parm_type, varargs_p, skip_all,
2737 skip_non_parameters, skip_parameters.
2738 (lto_varargs_cookie): Remove.
2739 (lto_read_variable_formal_parameter_constant_DIE): Keep track of
2740 parameter types.
2741 (lto_read_abbrev): New function.
2742 (lto_read_subroutine_type_subprogram_DIE): Make two passes over
2743 child DIEs.
2744 (lto_read_unspecified_parameters_DIE): Set context->varargs_p.
2745 (lto_read_DIE): Use lto_read_abbrev. Honor skip_* flags.
2746 (lto_file_read): Initialize new context fields.
2747 * lto-lang.c (lto_type_for_mode): Return NULL_TREE.
2748 (lto_unsigned_type): Remove.
2749 (lto_signed_type): Likewise.
2750 (lto_signed_or_unsigned_type): Likewise.
2751 (lto_init): Do not create lto_varargs_cookie.
2752 (LANG_HOOKS_UNSIGNED_TYPE): Do not define.
2753 (LANG_HOOKS_SIGNED_TYPE): Likewise.
2754 (LANG_HOOKS_SIGNED_OR_UNSIGNED_TYPE): Likewise.
2755
2756 2007-07-19 Jan Hubicka <jh@suse.cz>
2757
2758 * lto-read.c (lto_read_function_body): Produce empty scope block
2759 to avoid crash.
2760
2761 2007-07-18 Mark Mitchell <mark@codesourcery.com>
2762
2763 * lto.c (lto_read_variable_formal_parameter_constant_DIE): Do not
2764 process local variables.
2765 (lto_read_subroutine_type_subprogram_DIE): Read child DIEs.
2766
2767 2007-07-13 Kenneth Zadeck <zadeck@naturalbridge.com>
2768
2769 * lto-read.c (input_list, input_expr_operand): Added struct
2770 function parameter.
2771 (init_cfg, finalize_cfg): Removed function.
2772 (input_expr_operand): Added SSA_NAME and GIMPLE_MODIFY_STMT cases.
2773 (input_labels, input_local_vars): Now takes input_block parameter rather than
2774 synthsyzing it.
2775 (input_cfg, input_phi, input_ssa_names): New functions.
2776 (input_bb): Now passes in input_blocks. Does not construct cfg
2777 and processes the list of phi functions.
2778 (input_function): Now builds both the cfg and ssa_names table.
2779 (lto_read_function_body): Processes new header fields to construct
2780 streams for the ssa_names and cfg and their debugging.
2781 * lto/lto-lang.c (lto_init): Set in_lto_p.
2782
2783
2784 2007-06-28 Mark Mitchell <mark@codesourcery.com>
2785
2786 * lto.h (lto_file_vtable): Add read_var_init.
2787 * lto.c (lto_read_variable_formal_parameter_constant_DIE): Read
2788 initializers.
2789 (lto_main): Remove bogus asserts.
2790 * lto-elf.c (tm.h): Include it.
2791 (libiberty.y): Likewise.
2792 (lto_elf_file): Add strtab and symtab. Rename
2793 string_table_section_index to sec_strtab.
2794 (lto_elf_file_vtable): Add lto_elf_read_var_init.
2795 (lto_elf_get_shdr): New function.
2796 (lto_elf_free_shdr): Likewise.
2797 (lto_elf_find_section_data): Use them.
2798 (lto_elf_read_symtab): New function.
2799 (lto_elf_lookup_sym): Likewise.
2800 (lto_elf_free_sym): Likewise.
2801 (lto_elf_file_open): Tidy. Call lto_elf_read_symtab.
2802 (lto_elf_built_init): New function.
2803 (lto_elf_read_var_init): Likewise.
2804 * Make-lang.in (lto/lto-elf.o): Depend on $(TM_H).
2805
2806 2007-06-26 Kenneth Zadeck <zadeck@naturalbridge.com>
2807
2808 * lto-read (make_new_block): Initialize the stmt_list.
2809 (lto_static_init_local): Add debugging for missing codes.
2810
2811 2007-06-26 Mark Mitchell <mark@codesourcery.com>
2812
2813 * lto.c (lto_read_subroutine_type_subprogram_DIE): Handle
2814 unprototyped functions.
2815
2816 2007-06-23 Mark Mitchell <mark@codesourcery.com>
2817
2818 * lto.c (lto_read_variable_formal_parameter_constant_DIE):
2819 Handle DW_AT_MIPS_linkage_name.
2820 (lto_read_subroutine_type_subprogram): Likewise. Correct
2821 compilation errors.
2822 (lto_main): Remove incorrect assertions.
2823 * lto-symbtab.c: Build function types out of TREE_LISTs.
2824
2825 * lto-elf.c (<libelf>): Check for HAVE_LIBELF_H.
2826
2827 * Make-lang.in (LTO_OBJS): Depend on attribs.o.
2828
2829 2007-06-21 Kenneth Zadeck <zadeck@naturalbridge.com>
2830
2831 * lto/lto-tree.h (lang_decl, lang_type, language_function): Added
2832 dummy since ggc does not like empty structs.
2833 * lto/lto-elf.c (libelf.h): Changed to libelf/libelf.h.
2834 * lto/lto-read.c (ADD_CLASS_FLAG, ADD_EXPR_FLAG): Changed
2835 expr->common to expr->base.
2836 (make_new_block): Moved stmt_list to proper place.
2837
2838
2839 2007-03-14 Robert Kennedy <jimbob@google.com>
2840
2841 Eliminate use of lang_hooks.set_decl_assembler_name from LTO
2842 * lto.c (lto_read_subroutine_type_subprogram_DIE) Get DECL
2843 assembler name from DWARF.
2844 * lto-lang.c (lto_set_decl_assembler_name) New function.
2845
2846 2006-09-10 Mark Mitchell <mark@codesourcery.com>
2847
2848 * lto.h (lto_file_vtable): New structure.
2849 (lto_file): Add vtable pointer.
2850 (lto_file_init): Add vtable paramter.
2851 (lto_read_function_body): New function.
2852 (lto_symtab_merge_fn): New function.
2853 * lto.c (lto_file_init): Add vtable parameter.
2854 (lto_read_form): Fill in entries for DW_AT_prototyped,
2855 DW_AT_frame_base.
2856 (lto_read_subroutine_type_subprogram_DIE): New function.
2857 (lto_read_DIE): Fill in entries for DW_TAG_subroutine_type and
2858 DW_TAG_subprogram.
2859 * lto-elf.c (lto_elf_vile_vtable): New variable.
2860 (lto_elf_file_open): Pass it to lto_file_init.
2861 (lto_elf_map_fn_body): New function.
2862 (lto_elf_unmap_fn_body): Likewise.
2863 * lto-read.c: New file.
2864 * lto-symtab.c (lto_symtab_merge_fn): New function.
2865 * lto-lang.c (LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION): Define to
2866 tree_rest_of_compilation.
2867 * Make-lang.in (LTO_OBJS): Add lto-read.o
2868 (lto-read.o): New target.
2869
2870 2006-09-03 Mark Mitchell <mark@codesourcery.com>
2871
2872 * lto.c (<inttypes.h>): Don't include it.
2873 (lto_context): Don't typedef it.
2874 (lto_resolve_reference): New function.
2875 (lto_read_form): Use it.
2876 (lto_resolve_type_ref): New function.
2877 (lto_resolve_var_ref): Likewise.
2878 (lto_resolve_fn_ref): Likewise.
2879 * lto.h (<inttypes.h>): Include it.
2880 (lto_context): New type.
2881 (lto_ref): New structure.
2882 (lto_resolve_type_ref): Declare.
2883 (lto_resolve_var_ref): Likewise.
2884 (lto_resolve_fn_ref): Likewise.
2885
2886 2006-08-18 Mark Mitchell <mark@codesourcery.com>
2887
2888 * lang-specs.h: New file.
2889
2890 2006-08-14 Mark Mitchell <mark@codesourcery.com>
2891
2892 * lto.c (lto_info_fd_init): Allocate the DIE cache.
2893 (lto_info_fd_close): Deallocate it.
2894 (lto_die_cache_entry): New structure.
2895 (lto_cache_hash): New function.
2896 (lto_cache_eq): Likewise.
2897 (lto_cache_store_DIE): Likewise.
2898 (lto_cache_lookup_DIE): Likewise.
2899 (lto_read_referenced_type_DIE): Use the cache.
2900 (lto_read_pointer_type_DIE): Robustify.
2901 (lto_read_DIE): Use the cache.
2902 * lto.h (hashtab.h): Include.
2903 (lto_info_fd): Add DIE cache.
2904 * Make-lang.in (LTO_H): New variable.
2905 (lto/lto-lang.o): Use LTO_H.
2906 (lto/lto-elf.o): Likewise.
2907 (lto/lto-symtab.o): Likewise.
2908
2909 2006-07-09 Mark Mitchell <mark@codesourcery.com>
2910
2911 * lto.c (lto_abi_mismatch_error): New function.
2912 (lto_abbrev_read): Initialize num_abbrevs.
2913 (lto_read_form): Specify allowed form classes for
2914 DW_AT_declaration. Adjust for change to lto_set_cu_context.
2915 (lto_read_variable_formal_parameter_constant_DIE): Handle
2916 DW_AT_declaration. Call lto_symtab_merge_var.
2917 (lto_read_pointer_type_DIE): New function.
2918 (lto_read_base_type_DIE): Use build_nonstandard_integer_type. Do
2919 not creat TYPE_DECLs for types that already have them.
2920 (lto_read_DIE): Add lto_read_pointer_type_DIE.
2921 (lto_set_cu_context): Make cu_start point to the header, not the
2922 first DIE.
2923 (lto_file_read): Adjust for change to lto_set_cu_context.
2924 * Make-lang.in (LTO_OBJS): Add lto-symtab.o.
2925 (lto/lto-symtab.o): New rule.
2926 * lto-tree.h (lang_identifier): Add decl field.
2927 (LANG_IDENTIFIER_CAST): New macro.
2928 (LTO_IDENTIFIER_DECL): Likewise.
2929 (lto_symtab_merge_var): Declare.
2930 * lto-symtab.c: New file.
2931
2932 2006-07-02 Daniel Berlin <dberlin@dberlin.org>
2933
2934 * lto.c (lto_context): Add current_cu and info_fd members.
2935 (DWARF2_CompUnit): New structure.
2936 (lto_read_DIE): Take lto_info_fd *.
2937 (lto_read_child_DIEs): Ditto.
2938 (lto_file_corrupt_error): Constify argument.
2939 (lto_set_cu_context): New function
2940 (lto_info_fd_init): Ditto.
2941 (lto_info_fd_close): Ditto.
2942 (lto_file_init): Use lto_info_fd_init.
2943 (lto_file_close): Use lto_info_fd_close.
2944 (lto_read_initial_length): Pass in pointer to header size.
2945 (lto_read_comp_unit_header): Correct cu_length to
2946 real length from beginning of header. Take lto_info_fd * as
2947 argument.
2948 (find_cu_for_offset): New function.
2949 (lto_read_form): Change first argument to lto_info_fd *.
2950 Add FORM_CONTEXT argument.
2951 Handle DW_FORM_ref_addr.
2952 (lto_read_tag_DIE): Change first argument to lto_info_fd *.
2953 (LTO_BEGIN_READ_ATTRS_UNCHECKED): Save old context.
2954 Swap contexts if necessary for form.
2955 (LTO_BEGIN_READ_ATTRS): Cast fd to right type for
2956 lto_file_corrupt_error.
2957 (LTO_END_READ_ATTRS): Swap contexts back if it had changed.
2958 (lto_read_referenced_type_DIE): Change first argument to
2959 lto_info_fd *. Access lto_fd fields through base pointer.
2960 (lto_read_compile_unit_DIE): Change first argument to an
2961 lto_info_fd *.
2962 (lto_read_variable_formal_parameter_constant_DIE): Ditto.
2963 (lto_read_base_type_DIE): Ditto.
2964 (lto_read_child_DIEs): Ditto.
2965 (lto_read_DIE): Ditto. Change type of function pointer.
2966 (lto_info_read): New function.
2967 (lto_set_cu_context): Ditto.
2968 (lto_file_read): Use lto_info_read, walk resulting CU's
2969 (lto_main): Update for lto_info_fd change.
2970 * lto-elf.c (lto_elf_file_open): Cast lto_info_fd to lto_fd where
2971 necessary.
2972 * lto.h (DWARF2_CompUnit): New structure.
2973 (lto_info_fd): Ditto.
2974 (lto_file): Change debug_info to be an lto_info_fd.
2975
2976 2006-06-25 Mark Mitchell <mark@codesourcery.com>
2977
2978 * lto.c (toplev.h): Include it.
2979 (dwarf2.h): Likewise.
2980 (tree.h): Likewise.
2981 (tm.h): Likewise.
2982 (cgraph.h): Likewise.
2983 (ggc.h): Likewise.
2984 (inttypes.h): Likewise.
2985 (DWARF2_attr): New type.
2986 (DWARF2_abbrev): Likewise.
2987 (DWARF2_class): Likewise.
2988 (DWARF2_form_data): Likewise.
2989 (lto_context): Likewise.
2990 (lto_fd_init): New function.
2991 (lto_abbrev_fd_init): Likewise.
2992 (lto_abbrev_fd_close): Likewise.
2993 (lto_file_init): Use them.
2994 (lto_file_close): New function.
2995 (lto_file_corrupt_error): Likewise.
2996 (LTO_CHECK_INT_VAL): New macro.
2997 (lto_check_size_t_val): New function.
2998 (lto_check_int_val): Likewise.
2999 (LTO_READ_TYPE): New macro.
3000 (lto_read_ubyte): New function.
3001 (lto_read_uhalf): Likewise.
3002 (lto_read_uword): Likewise.
3003 (lto_read_uleb128): Likewise.
3004 (lto_read_initial_length): Likewise.
3005 (lto_abbrev_read_attrs): Likewise.
3006 (lto_abbrev_read): Likewise.
3007 (lto_abbrev_lookup): Likewise.
3008 (lto_read_section_offset): Likewise.
3009 (lto_read_comp_unit_header): Likewise.
3010 (lto_read_form): Likewise.
3011 (LTO_BEGIN_READ_ATTRS_UNCHECKED): New macro.
3012 (LTO_BEGIN_READ_ATTRS): Likewise.
3013 (LTO_END_READ_ATTRS): Likewise.
3014 (lto_unsupported_attr_error): New function.
3015 (lto_get_identifier): Likewise.
3016 (lto_read_referenced_type_DIE): Likewise.
3017 (lto_read_compile_unit_DIE): Likewise.
3018 (lto_read_variable_formal_parameter_constant_DIE): Likewise.
3019 (lto_read_base_type_DIE): Likewise.
3020 (lto_read_DIE): Likewise.
3021 (lto_read_child_DIEs): Likewise.
3022 (lto_file_read): Read DIEs.
3023 (lto_main): Ask middle end to emit entities.
3024 * lto-tree.h (lang_identifier): Inherit from tree_identifier.
3025 * lto-elf.c (lto_elf_file_open): Adjust for interface changes.
3026 (lto_elf_file_close): Likewise.
3027 * lto.h (lto_file): Declare.
3028 (DWARF2_abbrev): Likewise.
3029 (lto_fd): New type.
3030 (lto_abbrev_fd): Likewise.
3031 (lto_file): Use new types.
3032 (lto_file_close): Declare.
3033 * lto-lang.c (lto_init): Always use unit-at-a-time mode.
3034
3035 2006-06-18 Mark Mitchell <mark@codesourcery.com>
3036
3037 * lto.h: New file.
3038 * lto.c: New file.
3039 * lto-elf.c: New file.
3040 * lto-lang.c (flags.h): Include it.
3041 (lto.h): Likewise.
3042 (lto_init): New function.
3043 (lto_write_globals): Remove.
3044 (LANG_HOOKS_WRITE_GLOBALS): Define to lhd_do_nothing.
3045 (LANG_HOOKS_INIT): Define.
3046 (LANG_HOOKS_PARSE_FILE): Likewise.
3047 * Make-lang.in (LTO_OBJS): Add lto.o and lto-elf.o.
3048 (LTO_EXE): Link with libelf.
3049 (lto/lto-lang.o): Update dependencies.
3050 (lto/lto.o): New target.
3051 (lto/lto-elf.o): Likewise.
3052
3053 2006-06-12 Mark Mitchell <mark@codesourcery.com>
3054
3055 * config-lang.in: New file.
3056 * Make-lang.in: Likewise.
3057 * lto-tree.h: Likewise.
3058 * lto-lang.c: Likewise.
3059