summaryrefslogtreecommitdiff
path: root/gcc/lto-streamer.h
Commit message (Expand)AuthorAgeFilesLines
* lto-streamer.h (struct lto_file_decl_data): Mark resolutions with GTY((skip)).Jan Hubicka2010-07-261-1/+1
* re PR lto/44992 (ld -r breaks LTO)Andi Kleen2010-07-231-1/+10
* lto-streamer.c (cached_bp): Remove.Richard Guenther2010-06-141-15/+87
* utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis2010-06-081-0/+2
* lto-cgraph.c (lto_varpool_encoder_size): Remove.Jan Hubicka2010-06-031-0/+8
* cgraph.h (struct ipa_replace_map): Add parm_num parameter.Jan Hubicka2010-05-171-0/+1
* cgraph.c (cgraph_clone_node): Take decl argument and insert clone into hash w...Jan Hubicka2010-05-161-0/+17
* ipa-reference.c: Include toplev.hJan Hubicka2010-05-151-0/+7
* lto-symtab.c (lto_symtab_free): New function.Jan Hubicka2010-05-111-0/+3
* lto-streamer.h (struct lto_streamer_cache_d): Nodes vector is in heap.Jan Hubicka2010-05-111-1/+1
* passes.c (ipa_write_summaries_1, [...]): Allocate encoders.Jan Hubicka2010-05-101-0/+4
* cgraphbuild.c (record_reference_ctx): Add varpool_node.Jan Hubicka2010-05-061-0/+4
* lto-cgraph.c (output_varpool): Forward declare; work on encoder.Jan Hubicka2010-05-051-4/+29
* lto.c (get_filename_for_set): Look for cgraph node and if none found, use def...Jan Hubicka2010-04-301-35/+0
* gengtype.c (open_base_files): Add lto-streamer.hJan Hubicka2010-04-291-9/+9
* * lto-symtab.c (lto_symtab_entry_def) Add vnode.Jan Hubicka2010-04-291-4/+3
* cgraph.c (cgraph_remove_node): Kill bodies in other partitoin.Jan Hubicka2010-04-201-4/+0
* Make-lang.in, [...]: Update copyright years.Steven Bosscher2010-04-021-1/+1
* re PR c++/12909 (ambiguity in mangling vector types)Jason Merrill2010-03-031-0/+3
* Remove trailing white spaces.H.J. Lu2009-11-251-15/+15
* re PR lto/41858 (-flto -O2 crashes when many source files.)Richard Guenther2009-10-301-4/+0
* lto-streamer.h (lto_symtab_merge_cgraph_nodes): Declare.Richard Guenther2009-10-221-0/+1
* lto-streamer.h (lto_symtab_clear_resolution): Remove.Richard Biener2009-10-221-1/+0
* ipa-cp.c (ipcp_write_summary, [...]): New functions.Jan Hubicka2009-10-221-0/+2
* re PR driver/41637 (testsuite (-flto/-fwhopr) leaves does not clean up in /tmp)Richard Guenther2009-10-091-4/+0
* re PR lto/41552 (Undefined references with -flto, dependent on object file or...Richard Guenther2009-10-051-5/+3
* Merge lto branch into trunk.Diego Novillo2009-10-031-0/+1054