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