summaryrefslogtreecommitdiff
path: root/gcc/lto-streamer.c
Commit message (Expand)AuthorAgeFilesLines
* Change random seeds to 64bit and drop re-crcingAndi Kleen2011-09-291-4/+4
* data-streamer.h (streamer_write_zero): Rename from output_zero.Diego Novillo2011-08-121-1/+1
* tree-streamer-out.c (lto_output_ts_decl_with_vis_tree_pointers): Call stream_...Diego Novillo2011-08-111-111/+2
* rebaseDiego Novillo2011-08-081-265/+2
* Makefile.in (lto-compress.o): Add dependency on LTO_STREAMER_H.Diego Novillo2011-06-061-1/+53
* tree.c (free_lang_data): Do not reset boolean_type_node nor char_type_node.Richard Guenther2011-06-011-24/+13
* lto-streamer.c (lto_record_common_node): Don't track seen nodes...Michael Matz2011-05-201-62/+30
* split tree_typeNathan Froyd2011-05-111-1/+3
* lto-streamer.c (lto_streamer_cache_insert_1, [...]): Use pointer map instead ...Jan Hubicka2011-05-021-22/+8
* lto-streamer.c (lto_streamer_cache_insert_1): Accept to override other trees ...Michael Matz2011-04-291-12/+3
* tree.h (struct typed_tree): New.Nathan Froyd2011-04-121-0/+1
* Remove doubled up words.Mike Stump2011-04-101-1/+1
* lto-streamer.h (struct lto_streamer_cache_d): Remove offsets and next_slot me...Michael Matz2011-04-031-66/+45
* re PR lto/47924 (Missed optimization with LTO)Richard Guenther2011-03-011-1/+3
* tree.c (tree_node_structure_for_code): TRANSLATION_UNIT_DECL is TS_TRANSLATIO...Richard Guenther2010-09-161-0/+1
* re PR tree-optimization/44562 (ICE: in get_alias_set, at alias.c:716 with -fl...Richard Guenther2010-08-251-1/+2
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-1/+1
* re PR lto/44992 (ld -r breaks LTO)Andi Kleen2010-07-231-41/+29
* lto-streamer.c (cached_bp): Remove.Richard Guenther2010-06-141-141/+0
* bitmap.c (bitmap_and, [...]): Turn internal datastructure checks into checkin...Jan Hubicka2010-06-131-1/+1
* lto-streamer-in.c (lto_input_ts_type_tree_pointers): Do not stream but initia...Richard Guenther2010-06-131-1/+6
* lto-streamer.c (cached_bp): New global variable.Richard Guenther2010-05-291-2/+19
* diagnostic-core.h: New.Joseph Myers2010-05-271-2/+2
* cgraph.h (struct ipa_replace_map): Add parm_num parameter.Jan Hubicka2010-05-171-0/+3
* lto-streamer.c (lto_streamer_cache_add_to_node_array, [...]): Put nodes into ...Jan Hubicka2010-05-111-2/+2
* passes.c (ipa_write_summaries_1, [...]): Allocate encoders.Jan Hubicka2010-05-101-1/+6
* cgraphbuild.c (record_reference_ctx): Add varpool_node.Jan Hubicka2010-05-061-0/+3
* * lto-symtab.c (lto_symtab_entry_def) Add vnode.Jan Hubicka2010-04-291-0/+3
* lto-streamer.c [...] (tree_htab, [...]): New tree hash table.Eric Botcazou2010-04-281-6/+55
* timevar.def (TV_WHOPR_WPA_FIXUP): Remove.Jan Hubicka2010-04-211-3/+0
* Remove asterisk in LTO section name.H.J. Lu2010-01-011-1/+4
* Remove trailing white spaces.H.J. Lu2009-11-251-4/+4
* ipa-cp.c (ipcp_write_summary, [...]): New functions.Jan Hubicka2009-10-221-0/+3
* Merge lto branch into trunk.Diego Novillo2009-10-031-0/+860