aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto-cgraph.c
AgeCommit message (Expand)AuthorFilesLines
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd1-2/+2
2010-07-07* lto-cgraph.c (output_cgraph): Add missing declaration.Jan Hubicka1-0/+1
2010-07-07lto-cgraph.c (output_cgraph): Output toplevel asms only into first partition.Jan Hubicka1-7/+14
2010-07-05cgraph.h (cgraph_node, [...]): Update docmentation of in_other_partition.Jan Hubicka1-5/+10
2010-07-04* lto-cgraph.c (input_edge): Do not care about resolution decisions.Jan Hubicka1-8/+0
2010-06-14lto-streamer.c (cached_bp): Remove.Richard Guenther1-103/+94
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis1-1/+1
2010-06-04re PR lto/41584 (WHOPR doesn't grok empty units)Richard Guenther1-0/+1
2010-06-03lto-cgraph.c (lto_varpool_encoder_size): Remove.Jan Hubicka1-8/+0
2010-05-27diagnostic-core.h: New.Joseph Myers1-2/+2
2010-05-22decl2.c (maybe_emit_vtables): Produce same comdat group when outputting comda...Jan Hubicka1-0/+27
2010-05-17cgraph.h (struct ipa_replace_map): Add parm_num parameter.Jan Hubicka1-0/+202
2010-05-16cgraph.c (dump_cgraph_node): Dump versionable flag.Jan Hubicka1-0/+2
2010-05-16cgraph.c (cgraph_clone_node): Take decl argument and insert clone into hash w...Jan Hubicka1-33/+50
2010-05-15ipa-reference.c: Include toplev.hJan Hubicka1-23/+80
2010-05-12cgraphbuild.c (build_cgraph_edges, [...]): Build indrect edges too.Jan Hubicka1-1/+33
2010-05-11lto-symtab.c (lto_symtab_free): New function.Jan Hubicka1-5/+6
2010-05-11lto-cgraph.c (output_cgraph): Remove loop adding all varpool nodes into every...Jan Hubicka1-6/+0
2010-05-06cgraphbuild.c (record_reference_ctx): Add varpool_node.Jan Hubicka1-11/+211
2010-05-05lto-cgraph.c (lto_output_varpool_node, [...]): Correctly handle aliases.Jan Hubicka1-1/+3
2010-05-05lto-cgraph.c (output_varpool): Forward declare; work on encoder.Jan Hubicka1-23/+161
2010-04-30lto.c (get_filename_for_set): Look for cgraph node and if none found, use def...Jan Hubicka1-4/+0
2010-04-30lto-cgraph.c (lto_output_varpool_node): Always output constant pool references.Jan Hubicka1-4/+15
2010-04-30toplev.c: Include varray.h for statistics dumping.Steven Bosscher1-1/+0
2010-04-30cgraph.h (cgraph_local_info): Remove for_functions_valid.Jan Hubicka1-83/+40
2010-04-29* lto-symtab.c (lto_symtab_entry_def) Add vnode.Jan Hubicka1-0/+129
2010-04-28cgraph.h (struct cgraph_node): New field indirect_calls.Martin Jambor1-25/+55
2010-04-26cgraph.c (cgraph_create_node): Set node frequency to normal.Jan Hubicka1-0/+2
2010-04-21lto-cgraph.c (lto_output_node): Do not output comdat groups for boundary nodes.Jan Hubicka1-23/+1
2010-04-20cgraph.c (cgraph_remove_node): Kill bodies in other partitoin.Jan Hubicka1-16/+47
2009-12-15lto-cgraph.c (lto_output_node): Also stream the alias for regular aliases.Richard Guenther1-2/+11
2009-12-10re PR c++/42317 (Issues with comdat virtual dtors)Jakub Jelinek1-2/+45
2009-11-29cgraph.c (same_body_alias_1): Break out ofJan Hubicka1-1/+31
2009-11-25Remove trailing white spaces.H.J. Lu1-21/+21
2009-11-18re PR c++/3187 (gcc lays down two copies of constructors)Jakub Jelinek1-0/+26
2009-11-11lto-cgraph.c: Include gcov-io.hJan Hubicka1-0/+51
2009-10-22ipa-cp.c (ipcp_write_summary, [...]): New functions.Jan Hubicka1-2/+10
2009-10-07lto-symtab.c (lto_cgraph_replace_node): Assert that inline clones has no addr...Jan Hubicka1-0/+2
2009-10-05re PR lto/41281 (toplevel asms do not work)Richard Guenther1-0/+27
2009-10-05re PR lto/41552 (Undefined references with -flto, dependent on object file or...Richard Guenther1-46/+3
2009-10-03Merge lto branch into trunk.Diego Novillo1-0/+693