aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto-streamer.h
AgeCommit message (Expand)AuthorFilesLines
2013-10-31Automated part of renaming of symtab_node_base to symtab_node.David Malcolm1-9/+9
2013-10-29tree-outof-ssa.h: Remove include files.Andrew MacLeod1-2/+0
2013-10-21Re-factor inclusion of tree.h.Diego Novillo1-1/+1
2013-09-06lto-streamer.h (lto_global_var_decls): Remove.Richard Biener1-1/+0
2013-08-31cgraph.c (cgraph_get_body): Update call of lto_input_function_body.Jan Hubicka1-9/+2
2013-08-30lto-symtab.c (lto_cgraph_replace_node): Free decl_in_state.Jan Hubicka1-0/+2
2013-06-24pointer-set.h (struct pointer_set_t): Move here from pointer-set.c.Richard Biener1-3/+3
2013-06-18Makefile.in (LTO_STREAMER_H): Add pointer-set.h dependency.Richard Biener1-20/+6
2013-06-17lto-streamer.h (enum LTO_tags): Add LTO_tree_scc.Richard Biener1-0/+9
2013-06-12lto-symtab.c (lto_symtab_merge_symbols): Populate symtab hashtable.Jan Hubicka1-0/+3
2013-06-06lto-streamer.h (enum LTO_tags): Move LTO_tree_pickle_reference after LTO_null.Richard Biener1-10/+10
2013-06-01lto-symtab.c (lto_symtab_merge_cgraph_nodes_1): Rename to ...Jan Hubicka1-1/+1
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