summaryrefslogtreecommitdiff
path: root/gcc/lto-cgraph.c
Commit message (Expand)AuthorAgeFilesLines
* lto-symtab.c (lto_varpool_replace_node): Remove code handling extra name alia...Jan Hubicka2011-06-181-35/+12
* lto-symtab.c (lto_cgraph_replace_node): Kill same body alias code.Jan Hubicka2011-06-111-43/+14
* re PR lto/48954 (ICE: SIGSEGV in bitmap_count_bits (bitmap.c:719) with -O2 -f...Jan Hubicka2011-06-041-8/+18
* cgraph.h (cgraph_inline_failed_t): Give enum a nameJan Hubicka2011-05-311-26/+36
* cgraph.c (cgraph_clone_node): Add call_duplication_hook parameter.Jan Hubicka2011-05-081-1/+1
* cgraph.c (cgraph_add_thunk): Create real function node instead of alias node...Jan Hubicka2011-05-061-41/+39
* cgraphbuild.c (build_cgraph_edges): Update call of cgraph_create_edge and cgr...Jan Hubicka2011-04-261-13/+3
* cgrpah.h (struct cgraph_node): Remove finalized_by_frontend.Jan Hubicka2011-04-171-2/+0
* re PR middle-end/20991 (ICE in cgraph_mark_reachable_node)Jan Hubicka2011-04-171-2/+0
* re PR lto/48538 (profiled LTO bootstrap failure with Ada)Eric Botcazou2011-04-171-2/+3
* cgraphbuild.c: Include ipa-inline.h.Jan Hubicka2011-04-161-6/+0
* cgraph.c (dump_cgraph_node): Do not dump inline summaries.Jan Hubicka2011-04-141-41/+2
* cgraph.h (cgraph_node): Remove function declaration.Martin Jambor2011-04-121-1/+1
* re PR middle-end/47663 (Very simple wrapper not inlined)Richard Guenther2011-04-061-0/+7
* re PR bootstrap/48148 (LTO bootstrap failed with bootstrap-profiled)Jakub Jelinek2011-04-011-3/+1
* re PR bootstrap/48148 (LTO bootstrap failed with bootstrap-profiled)Richard Guenther2011-03-171-0/+2
* re PR lto/47497 (SPEC CPU 2006 failed to link with LTO -fuse-linker-plugin -f...Jan Hubicka2011-03-041-3/+5
* re PR tree-optimization/47237 (builtin_apply_args broken WRT local ABI changes.)Jan Hubicka2011-01-261-0/+2
* re PR target/47333 (g++.dg/lto/20091219 FAILs on Solaris 2 with SUN as)Jan Hubicka2011-01-221-4/+0
* re PR lto/45375 ([meta-bug] Issues with building Mozilla (i.e. Firefox) with ...Jan Hubicka2011-01-101-3/+0
* re PR lto/47162 (LTO is broken)Martin Jambor2011-01-051-17/+36
* lto-cgraph.c (input_cgraph_opt_section): Use the correct section type.Martin Jambor2011-01-031-1/+1
* re PR tree-optimization/46984 (g++.dg/torture/pr45699.C FAILs with -fno-early...Martin Jambor2011-01-031-1/+39
* Makefile.in (LTO_STREAMER_H): Add GCOV_IO_H.Jan Hubicka2010-12-041-8/+6
* re PR driver/46760 (LTO bootstrap doesn't work with FDO)Jan Hubicka2010-12-041-23/+104
* diagnostic-core.h: Include bversion.h.Joseph Myers2010-11-301-1/+0
* cfgloop.c (verify_loop_structure): Use %' in diagnostics.Joseph Myers2010-11-101-4/+4
* cgraph.c (dump_cgraph_node): Dump same_comdat_group, only_called_at_startup a...Jan Hubicka2010-10-161-0/+4
* lto-cgraph.c (input_cgraph): Check for missing sections.Andi Kleen2010-10-031-0/+6
* lto-symtab.c (lto_symtab_entry_def): Add guessed field.Jan Hubicka2010-09-241-11/+24
* re PR tree-optimization/45605 (Missed devirtualization)Jan Hubicka2010-09-201-2/+1
* re PR lto/44246 (ICE with -fwhopr/-flto when using strlen and strcat without ...Jan Hubicka2010-09-191-1/+22
* lto-cgraph.c (compute_ltrans_boundary): Use const_value_known.Jan Hubicka2010-09-171-1/+1
* lto-cgraph.c (input_overwrite_node): Do not set DECL_EXTERNAL when processing...Jan Hubicka2010-09-171-1/+10
* pr45679-1_0.C: New file.Jan Hubicka2010-09-161-1/+4
* re PR lto/44812 (m32 lto produces non-relocatable subtraction expression errors)Jan Hubicka2010-09-031-0/+10
* cgraph.h (struct varpool_node): Add const_value_known.Jan Hubicka2010-09-031-0/+2
* lto-cgraph.c (lto_output_edge): Use gimple_has_body_p instead of flag_wpa.Jan Hubicka2010-08-211-1/+2
* vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd2010-08-201-3/+3
* 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