summaryrefslogtreecommitdiff
path: root/gcc/lto-streamer.c
Commit message (Expand)AuthorAgeFilesLines
* 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