aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto-streamer.h
AgeCommit message (Expand)AuthorFilesLines
2013-04-26This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl1-1/+46
2013-03-29lto-cgraph.c (output_profile_summary, [...]): Use gcov streaming; stream hot ...Jan Hubicka1-0/+1
2013-02-08re PR middle-end/56231 (warning traces have bogus line information when using...Richard Biener1-4/+0
2013-01-10Update copyright years in gcc/Richard Sandiford1-1/+1
2013-01-07lto-streamer.h (LTO_minor_version): Bump to 2.Richard Biener1-1/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-28/+16
2012-11-07re PR tree-optimization/53787 (Possible IPA-SRA / IPA-CP improvement)Martin Jambor1-0/+1
2012-10-31This patch implements generic type query and conversion functions,Lawrence Crowl1-4/+4
2012-10-18lto-streamer.h (enum LTO_tags): Add LTO_integer_cst.Richard Guenther1-0/+3
2012-10-10lto-streamer-in.c (lto_input_location_bitpack): Rename to ...Richard Biener1-2/+2
2012-10-07lto-cgraph.c (lto_symtab_encoder_new): New parameter FOR_INPUT.Jan Hubicka1-1/+1
2012-10-06re PR lto/54790 (Missing optimization with LTO)Jan Hubicka1-8/+0
2012-09-19symtab.c (insert_to_assembler_name_hash): Do not insert register vars.Jan Hubicka1-1/+0
2012-09-11gimple.h (gimple_register_type): Remove.Richard Guenther1-1/+1
2012-09-09passes.c (ipa_write_summaries_1): Set state; do not call compute_ltrans_bound...Jan Hubicka1-3/+2
2012-09-09Replace cgraph_node_set and varpool_node_set by symtab_node_encoder in partit...Jan Hubicka1-23/+45
2012-09-07Reduce memory usage for storing LTO decl resolutionsAndi Kleen1-1/+14
2012-08-13tree-pass.h (write_summary, [...]): Remove set and vset arguments.Jan Hubicka1-14/+162
2012-08-11lto-cgraph.c (output_cgraph): Rename to ...Jan Hubicka1-6/+4
2012-08-11cgraph.h (vector types for symtab_node): Add.Jan Hubicka1-50/+16
2012-05-29LANGUAGES: Fix typos.Joseph Myers1-2/+2
2011-12-19re PR lto/51573 (ICE (segfault) in lto_varpool_encoder_encode_initializer_p)Richard Guenther1-1/+1
2011-11-03re PR lto/44965 (lto option code breaks file format with each added option)Richard Guenther1-5/+0
2011-10-04lto-streamer.h (lto_input_toplevel_asms): Add order_base parameter.Jan Hubicka1-1/+1
2011-09-30Split out LTO's writing of top level asm nodes in preparation of extending wh...Jan Beulich1-1/+21
2011-09-29Change random seeds to 64bit and drop re-crcingAndi Kleen1-1/+1
2011-08-12data-streamer.h (streamer_write_zero): Rename from output_zero.Diego Novillo1-12/+2
2011-08-11tree-streamer-out.c (lto_output_ts_decl_with_vis_tree_pointers): Call stream_...Diego Novillo1-12/+1
2011-08-08rebaseDiego Novillo1-383/+30
2011-06-06Makefile.in (lto-compress.o): Add dependency on LTO_STREAMER_H.Diego Novillo1-28/+92
2011-06-03lto-streamer-in.c (unpack_value_fields): Remove unneeded asserts.Diego Novillo1-0/+2
2011-06-01lto-streamer-out.c (lto_output_ts_decl_with_vis_tree_pointers): Call output_r...Diego Novillo1-5/+5
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