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