summaryrefslogtreecommitdiff
path: root/gcc/lto-cgraph.c
Commit message (Expand)AuthorAgeFilesLines
* re PR lto/59626 (/usr/include/bits/unistd.h:173:1: error: inlining failed in ...Jan Hubicka2014-04-041-0/+6
* re PR ipa/60640 (ICE edge points to wrong declaration / verify_cgraph_node fa...Martin Jambor2014-04-041-1/+1
* re PR ipa/59176 (ICE edge points to wrong declaration / verify_cgraph_node fa...Martin Jambor2014-03-251-0/+4
* re PR ipa/59469 (LLVM build failure with gcc LTO)Jan Hubicka2014-02-071-6/+4
* lto-cgraph.c (asm_nodes_output): Make global.Jan Hubicka2014-02-051-1/+3
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* re PR c++/41090 (Using static label reference in c++ class constructor produc...Jason Merrill2013-12-231-0/+2
* cgraph.h (cgraph_node_set_iterator, [...]): Remove typedef.Oleg Endo2013-12-101-2/+2
* asan.c: Remove struct tags when referring to class varpool_node.Oleg Endo2013-12-061-7/+7
* cgraphunit.c: Remove struct tags when referring to class ipa_opt_pass_d or cl...Oleg Endo2013-12-061-3/+3
* revert: cgraph.h (varpool_node): Add need_bounds_init field.Ilya Enkovich2013-11-291-2/+0
* gimple.h: Remove all includes.Andrew MacLeod2013-11-221-4/+5
* cgraph.h (varpool_node): Add need_bounds_init field.Ilya Enkovich2013-11-201-0/+2
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-191-0/+1
* Time profiler introduced.Martin Liska2013-11-111-0/+5
* Automated part of renaming of symtab_node_base to symtab_node.David Malcolm2013-10-311-25/+25
* Autogenerated fixes of "->symbol." to "->"David Malcolm2013-10-291-139/+139
* tree-outof-ssa.h: Remove include files.Andrew MacLeod2013-10-291-0/+1
* tree-ssa.h: Remove all #include'sAndrew MacLeod2013-10-231-2/+1
* alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford2013-09-281-2/+3
* tree-ssa.h: New.Andrew MacLeod2013-09-121-1/+1
* lto-cgraph.c: Include ipa-utils.h.Jan Hubicka2013-09-101-2/+35
* cgraph.c (cgraph_resolve_speculation): Cut frequency to CGRAPH_FREQ_MAX.Jan Hubicka2013-08-091-0/+13
* cgraphbuild.c (cgraph_rebuild_references): Rebuild only non-speculative refs.Jan Hubicka2013-08-091-2/+21
* cgraph.c (cgraph_get_body): New function based on lto.c implementation.Jan Hubicka2013-08-061-2/+11
* Handwritten part of conversion of passes to C++ classesDavid Malcolm2013-08-051-1/+1
* lto-cgraph.c (compute_ltrans_boundary): Add abstract origins into boundaries.Jan Hubicka2013-08-031-0/+14
* cgraph.c (cgraph_release_function_body): Use used_as_abstract_origin.Jan Hubicka2013-08-011-2/+0
* Introduce beginnings of a pass_manager class.David Malcolm2013-07-301-2/+5
* cgraph.c (release_function_body): Break out from ...Jan Hubicka2013-07-251-9/+2
* re PR tree-optimization/57539 (ice in ipa_edge_duplication_hook)Martin Jambor2013-06-241-1/+1
* lto-cgraph.c (input_symtab): Do not set cgraph state.Jan Hubicka2013-06-201-2/+0
* cgraph.h (const_value_known_p): Replace by ...Jan Hubicka2013-06-191-4/+3
* lto-symtab.c (lto_symtab_merge_symbols): Populate symtab hashtable.Jan Hubicka2013-06-121-2/+16
* c-common.c (handle_alias_ifunc_attribute): Do not set DECL_EXTERNAL for weakr...Jan Hubicka2013-06-111-6/+8
* class.c (emit_register_classes_in_jcr_section): Use DECL_PRESERVE_P instead o...Jan Hubicka2013-06-051-1/+5
* lto-cgraph.c (get_alias_symbol): Remove weakref sanity check.Jan Hubicka2013-06-041-3/+4
* lto-symtab.c (lto_symtab_merge_cgraph_nodes_1): Rename to ...Jan Hubicka2013-06-011-35/+27
* cgraph.h (symtab_node_base): Add definition, alias and analyzed flags...Jan Hubicka2013-05-291-20/+20
* ipa-prop.c (ipa_print_node_jump_functions): Print symbol order in header...Martin Jambor2013-05-151-1/+1
* re PR lto/54095 (Unnecessary static variable renaming)Jan Hubicka2013-05-081-0/+4
* This patch fixes PR bootstrap/57077.Teresa Johnson2013-04-291-8/+8
* First phase of unifying the computation of profile scale factors/probabilitie...Teresa Johnson2013-04-081-14/+15
* This patch enables the gcov-dump tool to optionally compute and dump the work...Teresa Johnson2013-04-031-1/+1
* lto-cgraph.c (output_profile_summary, [...]): Use gcov streaming; stream hot ...Jan Hubicka2013-03-291-11/+20
* * lto-cgraph.c (merge_profile_summaries): Fix overflows.Jan Hubicka2013-03-281-2/+2
* data-streamer-in.c (streamer_read_gcov_count): New function.Jan Hubicka2013-03-281-4/+4
* Update copyright years in gcc/Richard Sandiford2013-01-101-1/+1
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-041-1/+1
* re PR gcov-profile/55674 (>20% size increase of lto/pgo binaries since r193747)Teresa Johnson2012-12-141-1/+3