summaryrefslogtreecommitdiff
path: root/gcc/lto-streamer.h
Commit message (Expand)AuthorAgeFilesLines
* Re-factor inclusion of tree.h.Diego Novillo2013-10-211-1/+1
* lto-streamer.h (lto_global_var_decls): Remove.Richard Biener2013-09-061-1/+0
* cgraph.c (cgraph_get_body): Update call of lto_input_function_body.Jan Hubicka2013-08-311-9/+2
* lto-symtab.c (lto_cgraph_replace_node): Free decl_in_state.Jan Hubicka2013-08-301-0/+2
* pointer-set.h (struct pointer_set_t): Move here from pointer-set.c.Richard Biener2013-06-241-3/+3
* Makefile.in (LTO_STREAMER_H): Add pointer-set.h dependency.Richard Biener2013-06-181-20/+6
* lto-streamer.h (enum LTO_tags): Add LTO_tree_scc.Richard Biener2013-06-171-0/+9
* lto-symtab.c (lto_symtab_merge_symbols): Populate symtab hashtable.Jan Hubicka2013-06-121-0/+3
* lto-streamer.h (enum LTO_tags): Move LTO_tree_pickle_reference after LTO_null.Richard Biener2013-06-061-10/+10
* lto-symtab.c (lto_symtab_merge_cgraph_nodes_1): Rename to ...Jan Hubicka2013-06-011-1/+1
* This patch is the main part of a consolodation of the hash_table patches to t...Lawrence Crowl2013-04-261-1/+46
* lto-cgraph.c (output_profile_summary, [...]): Use gcov streaming; stream hot ...Jan Hubicka2013-03-291-0/+1
* re PR middle-end/56231 (warning traces have bogus line information when using...Richard Biener2013-02-081-4/+0
* Update copyright years in gcc/Richard Sandiford2013-01-101-1/+1
* lto-streamer.h (LTO_minor_version): Bump to 2.Richard Biener2013-01-071-1/+1
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-041-1/+1
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-28/+16
* re PR tree-optimization/53787 (Possible IPA-SRA / IPA-CP improvement)Martin Jambor2012-11-071-0/+1
* This patch implements generic type query and conversion functions,Lawrence Crowl2012-10-311-4/+4
* lto-streamer.h (enum LTO_tags): Add LTO_integer_cst.Richard Guenther2012-10-181-0/+3
* lto-streamer-in.c (lto_input_location_bitpack): Rename to ...Richard Biener2012-10-101-2/+2
* lto-cgraph.c (lto_symtab_encoder_new): New parameter FOR_INPUT.Jan Hubicka2012-10-071-1/+1
* re PR lto/54790 (Missing optimization with LTO)Jan Hubicka2012-10-061-8/+0
* symtab.c (insert_to_assembler_name_hash): Do not insert register vars.Jan Hubicka2012-09-191-1/+0
* gimple.h (gimple_register_type): Remove.Richard Guenther2012-09-111-1/+1
* passes.c (ipa_write_summaries_1): Set state; do not call compute_ltrans_bound...Jan Hubicka2012-09-091-3/+2
* Replace cgraph_node_set and varpool_node_set by symtab_node_encoder in partit...Jan Hubicka2012-09-091-23/+45
* Reduce memory usage for storing LTO decl resolutionsAndi Kleen2012-09-071-1/+14
* tree-pass.h (write_summary, [...]): Remove set and vset arguments.Jan Hubicka2012-08-131-14/+162
* lto-cgraph.c (output_cgraph): Rename to ...Jan Hubicka2012-08-111-6/+4
* cgraph.h (vector types for symtab_node): Add.Jan Hubicka2012-08-111-50/+16
* LANGUAGES: Fix typos.Joseph Myers2012-05-291-2/+2
* re PR lto/51573 (ICE (segfault) in lto_varpool_encoder_encode_initializer_p)Richard Guenther2011-12-191-1/+1
* re PR lto/44965 (lto option code breaks file format with each added option)Richard Guenther2011-11-031-5/+0
* lto-streamer.h (lto_input_toplevel_asms): Add order_base parameter.Jan Hubicka2011-10-041-1/+1
* Split out LTO's writing of top level asm nodes in preparation of extending wh...Jan Beulich2011-09-301-1/+21
* Change random seeds to 64bit and drop re-crcingAndi Kleen2011-09-291-1/+1
* data-streamer.h (streamer_write_zero): Rename from output_zero.Diego Novillo2011-08-121-12/+2
* tree-streamer-out.c (lto_output_ts_decl_with_vis_tree_pointers): Call stream_...Diego Novillo2011-08-111-12/+1
* rebaseDiego Novillo2011-08-081-383/+30
* Makefile.in (lto-compress.o): Add dependency on LTO_STREAMER_H.Diego Novillo2011-06-061-28/+92
* lto-streamer-in.c (unpack_value_fields): Remove unneeded asserts.Diego Novillo2011-06-031-0/+2
* lto-streamer-out.c (lto_output_ts_decl_with_vis_tree_pointers): Call output_r...Diego Novillo2011-06-011-5/+5
* lto-streamer-out.c (hash_string_slot_node): Hash string based on its length.Jan Hubicka2011-05-291-7/+4
* lto-streamer-out.c (pack_ts_fixed_cst_value_fields, [...]): Use enum and vari...Jan Hubicka2011-05-291-0/+52
* lto-streamer-out.c (lto_string_index): break out from...; offset by 1 so 0 me...Jan Hubicka2011-05-271-0/+9
* lto-streamer-out.c (output_record_start): Use lto_output_enumJan Hubicka2011-05-251-0/+65
* lto-streamer.c (lto_streamer_cache_insert_1, [...]): Use pointer map instead ...Jan Hubicka2011-05-021-4/+1
* lto-section-in.c (lto_input_1_unsigned): Move to lto-streamer.hJan Hubicka2011-05-021-2/+30
* cgraph.c (dump_cgraph_node): Do not dump inline summaries.Jan Hubicka2011-04-141-0/+1