aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto/lto.c
AgeCommit message (Expand)AuthorFilesLines
2012-08-11lto-cgraph.c (output_cgraph): Rename to ...Jan Hubicka1-2/+2
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-1/+0
2012-06-19The intent of the phases was to have a high-level but mutually exclusive acco...Lawrence Crowl1-5/+31
2012-05-19cgraphunit.c (handle_alias_pairs): Declare; free alias_pairsJan Hubicka1-23/+0
2012-05-09cgraphbuild.c (build_cgraph_edges): Do not finalize vars with VALUE_EXPR.Jan Hubicka1-0/+4
2012-04-30cgraph.c (ld_plugin_symbol_resolution_names): Move to symtab.cJan Hubicka1-1/+1
2012-04-16cgraph.h (FOR_EACH_VARIABLE, [...]): New macros.Jan Hubicka1-12/+9
2012-04-14cgraph.h: Update copyrights;Jan Hubicka1-7/+7
2012-04-11lto.c: Update copyright...Jan Hubicka1-897/+2
2012-04-09re PR lto/52722 (ICE in lto_output_varpool_node)Jan Hubicka1-9/+51
2012-03-06re PR middle-end/52097 (ICE: in get_bit_range, at expr.c:4535 with -O -flto -...Richard Guenther1-0/+35
2012-02-28re PR lto/52400 (lto1: ICE with extern on static linkage)Richard Guenther1-7/+0
2011-12-22re PR debug/51650 (LTO ICE in dwarf2out_finish, at dwarf2out.c:22501 while bu...Richard Guenther1-0/+3
2011-12-21lto.c (GIMPLE_REGISTER_TYPE): New define.Richard Guenther1-4/+17
2011-12-13lto-streamer-out.c (write_symbol): Use proper 64-bit host type.Eric Botcazou1-10/+14
2011-12-13re PR debug/48354 (internal compiler error: in splice_child_die, at dwarf2out...Richard Guenther1-0/+7
2011-11-03re PR lto/44965 (lto option code breaks file format with each added option)Richard Guenther1-54/+1
2011-10-21cgraph.c (dump_cgraph_node): Dump alias flag.Jan Hubicka1-0/+2
2011-10-20lto.c (node_cmp, [...]): New functions.Jan Hubicka1-8/+100
2011-10-16Add error checking to lto_section_readAndi Kleen1-2/+9
2011-10-04Maintain order of LTO sectionsAndi Kleen1-33/+37
2011-09-30Use 64bit integer for LTO symbol ID.H.J. Lu1-8/+76
2011-09-29Change random seeds to 64bit and drop re-crcingAndi Kleen1-7/+4
2011-08-12data-streamer.h (streamer_write_zero): Rename from output_zero.Diego Novillo1-8/+8
2011-08-11tree-streamer-out.c (lto_output_ts_decl_with_vis_tree_pointers): Call stream_...Diego Novillo1-1/+1
2011-08-11lto.c (uniquify_nodes): Use main variant's BINFO too.Martin Jambor1-0/+2
2011-08-08rebaseDiego Novillo1-0/+1
2011-06-18re PR lto/48246 (ICE in lto_wpa_write_files)Jan Hubicka1-8/+11
2011-06-11lto-symtab.c (lto_cgraph_replace_node): Kill same body alias code.Jan Hubicka1-34/+42
2011-06-07lto.c (uniquify_nodes): Move code to register decls to the loop that computes...Diego Novillo1-20/+16
2011-06-06Makefile.in (lto-compress.o): Add dependency on LTO_STREAMER_H.Diego Novillo1-3/+17
2011-06-03lto-streamer-in.c (get_resolution): Move to lto/lto.c.Diego Novillo1-5/+146
2011-05-26lto.c (uniquify_nodes): Fix bug in one of the previous changes.Richard Guenther1-26/+29
2011-05-25move TS_EXP to be a substructure of TS_TYPEDNathan Froyd1-6/+13
2011-05-20gimple.c (gimple_register_type_1): Do not fiddle with main-variant or pointer...Richard Guenther1-136/+115
2011-05-19gimple.c (gimple_types_compatible_p_1): Compare names of the types themselves.Richard Guenther1-0/+14
2011-05-12re PR lto/48952 (ICE in inline_merge_summary during linux kernel LTO build)Jan Hubicka1-1/+0
2011-05-11split tree_typeNathan Froyd1-6/+6
2011-05-06cgraph.c (cgraph_add_thunk): Create real function node instead of alias node...Jan Hubicka1-2/+22
2011-05-03* lto.c (free_ltrans_partitions): Fix accidental commit.Jan Hubicka1-3/+3
2011-05-03cgraph.h (cgraph_node_set_def, [...]): Move out of GTY; replace hash by point...Jan Hubicka1-6/+22
2011-04-30cgraph.h (cgraph_postorder): Remove declaration.Martin Jambor1-1/+2
2011-04-29lto-streamer.c (lto_streamer_cache_insert_1): Accept to override other trees ...Michael Matz1-413/+535
2011-04-16lto.c (lto_balanced_map): Fix typos in head comment.Eric Botcazou1-46/+52
2011-04-16cgraphbuild.c: Include ipa-inline.h.Jan Hubicka1-2/+2
2011-04-14cgraph.c (dump_cgraph_node): Do not dump inline summaries.Jan Hubicka1-2/+3
2011-04-13ada-tree.h (union lang_tree_node): Check for TS_COMMON before calling TREE_CH...Nathan Froyd1-1/+2
2011-04-10Remove doubled up words.Mike Stump1-3/+4
2011-04-03lto-streamer.h (struct lto_streamer_cache_d): Remove offsets and next_slot me...Michael Matz1-20/+19
2011-03-31re PR lto/48246 (ICE in lto_wpa_write_files)Richard Guenther1-2/+2