aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto-streamer.h
AgeCommit message (Expand)AuthorFilesLines
2011-05-29lto-streamer-out.c (hash_string_slot_node): Hash string based on its length.Jan Hubicka1-7/+4
2011-05-29lto-streamer-out.c (pack_ts_fixed_cst_value_fields, [...]): Use enum and vari...Jan Hubicka1-0/+52
2011-05-27lto-streamer-out.c (lto_string_index): break out from...; offset by 1 so 0 me...Jan Hubicka1-0/+9
2011-05-25lto-streamer-out.c (output_record_start): Use lto_output_enumJan Hubicka1-0/+65
2011-05-02lto-streamer.c (lto_streamer_cache_insert_1, [...]): Use pointer map instead ...Jan Hubicka1-4/+1
2011-05-02lto-section-in.c (lto_input_1_unsigned): Move to lto-streamer.hJan Hubicka1-2/+30
2011-04-14cgraph.c (dump_cgraph_node): Do not dump inline summaries.Jan Hubicka1-0/+1
2011-04-03lto-streamer.h (struct lto_streamer_cache_d): Remove offsets and next_slot me...Michael Matz1-10/+5
2011-03-29lto-opts.c (register_user_option_p, [...]): Make type argument unsigned.Joseph Myers1-2/+2
2011-03-24lto-opts.c (input_data_block): Move to lto-streamer-in.c.Diego Novillo1-0/+15
2011-02-18re PR lto/47798 (LTO debuginfo for globals wrong)Richard Guenther1-0/+1
2010-12-04re PR driver/46760 (LTO bootstrap doesn't work with FDO)Jan Hubicka1-0/+3
2010-12-02lto-streamer.h (LTO_major_version): Bump to 2.Richard Guenther1-1/+1
2010-09-16tree.c (tree_node_structure_for_code): TRANSLATION_UNIT_DECL is TS_TRANSLATIO...Richard Guenther1-0/+1
2010-07-26lto-streamer.h (struct lto_file_decl_data): Mark resolutions with GTY((skip)).Jan Hubicka1-1/+1
2010-07-23re PR lto/44992 (ld -r breaks LTO)Andi Kleen1-1/+10
2010-06-14lto-streamer.c (cached_bp): Remove.Richard Guenther1-15/+87
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis1-0/+2
2010-06-03lto-cgraph.c (lto_varpool_encoder_size): Remove.Jan Hubicka1-0/+8
2010-05-17cgraph.h (struct ipa_replace_map): Add parm_num parameter.Jan Hubicka1-0/+1
2010-05-16cgraph.c (cgraph_clone_node): Take decl argument and insert clone into hash w...Jan Hubicka1-0/+17
2010-05-15ipa-reference.c: Include toplev.hJan Hubicka1-0/+7
2010-05-11lto-symtab.c (lto_symtab_free): New function.Jan Hubicka1-0/+3
2010-05-11lto-streamer.h (struct lto_streamer_cache_d): Nodes vector is in heap.Jan Hubicka1-1/+1
2010-05-10passes.c (ipa_write_summaries_1, [...]): Allocate encoders.Jan Hubicka1-0/+4
2010-05-06cgraphbuild.c (record_reference_ctx): Add varpool_node.Jan Hubicka1-0/+4
2010-05-05lto-cgraph.c (output_varpool): Forward declare; work on encoder.Jan Hubicka1-4/+29
2010-04-30lto.c (get_filename_for_set): Look for cgraph node and if none found, use def...Jan Hubicka1-35/+0
2010-04-29gengtype.c (open_base_files): Add lto-streamer.hJan Hubicka1-9/+9
2010-04-29* lto-symtab.c (lto_symtab_entry_def) Add vnode.Jan Hubicka1-4/+3
2010-04-20cgraph.c (cgraph_remove_node): Kill bodies in other partitoin.Jan Hubicka1-4/+0
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-1/+1
2010-03-03re PR c++/12909 (ambiguity in mangling vector types)Jason Merrill1-0/+3
2009-11-25Remove trailing white spaces.H.J. Lu1-15/+15
2009-10-30re PR lto/41858 (-flto -O2 crashes when many source files.)Richard Guenther1-4/+0
2009-10-22lto-streamer.h (lto_symtab_merge_cgraph_nodes): Declare.Richard Guenther1-0/+1
2009-10-22lto-streamer.h (lto_symtab_clear_resolution): Remove.Richard Biener1-1/+0
2009-10-22ipa-cp.c (ipcp_write_summary, [...]): New functions.Jan Hubicka1-0/+2
2009-10-09re PR driver/41637 (testsuite (-flto/-fwhopr) leaves does not clean up in /tmp)Richard Guenther1-4/+0
2009-10-05re PR lto/41552 (Undefined references with -flto, dependent on object file or...Richard Guenther1-5/+3
2009-10-03Merge lto branch into trunk.Diego Novillo1-0/+1054