aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto-cgraph.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-17re PR bootstrap/48148 (LTO bootstrap failed with bootstrap-profiled)Richard Guenther1-0/+2
2011-03-04re PR lto/47497 (SPEC CPU 2006 failed to link with LTO -fuse-linker-plugin -f...Jan Hubicka1-3/+5
2011-01-26re PR tree-optimization/47237 (builtin_apply_args broken WRT local ABI changes.)Jan Hubicka1-0/+2
2011-01-22re PR target/47333 (g++.dg/lto/20091219 FAILs on Solaris 2 with SUN as)Jan Hubicka1-4/+0
2011-01-10re PR lto/45375 ([meta-bug] Issues with building Mozilla (i.e. Firefox) with ...Jan Hubicka1-3/+0
2011-01-05re PR lto/47162 (LTO is broken)Martin Jambor1-17/+36
2011-01-03lto-cgraph.c (input_cgraph_opt_section): Use the correct section type.Martin Jambor1-1/+1
2011-01-03re PR tree-optimization/46984 (g++.dg/torture/pr45699.C FAILs with -fno-early...Martin Jambor1-1/+39
2010-12-04Makefile.in (LTO_STREAMER_H): Add GCOV_IO_H.Jan Hubicka1-8/+6
2010-12-04re PR driver/46760 (LTO bootstrap doesn't work with FDO)Jan Hubicka1-23/+104
2010-11-30diagnostic-core.h: Include bversion.h.Joseph Myers1-1/+0
2010-11-10cfgloop.c (verify_loop_structure): Use %' in diagnostics.Joseph Myers1-4/+4
2010-10-16cgraph.c (dump_cgraph_node): Dump same_comdat_group, only_called_at_startup a...Jan Hubicka1-0/+4
2010-10-03lto-cgraph.c (input_cgraph): Check for missing sections.Andi Kleen1-0/+6
2010-09-24lto-symtab.c (lto_symtab_entry_def): Add guessed field.Jan Hubicka1-11/+24
2010-09-20re PR tree-optimization/45605 (Missed devirtualization)Jan Hubicka1-2/+1
2010-09-19re PR lto/44246 (ICE with -fwhopr/-flto when using strlen and strcat without ...Jan Hubicka1-1/+22
2010-09-17lto-cgraph.c (compute_ltrans_boundary): Use const_value_known.Jan Hubicka1-1/+1
2010-09-17lto-cgraph.c (input_overwrite_node): Do not set DECL_EXTERNAL when processing...Jan Hubicka1-1/+10
2010-09-16pr45679-1_0.C: New file.Jan Hubicka1-1/+4
2010-09-03re PR lto/44812 (m32 lto produces non-relocatable subtraction expression errors)Jan Hubicka1-0/+10
2010-09-03cgraph.h (struct varpool_node): Add const_value_known.Jan Hubicka1-0/+2
2010-08-21lto-cgraph.c (lto_output_edge): Use gimple_has_body_p instead of flag_wpa.Jan Hubicka1-1/+2
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-3/+3
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