aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto-cgraph.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-23re PR c++/41090 (Using static label reference in c++ class constructor produc...Jason Merrill1-0/+2
2013-12-10cgraph.h (cgraph_node_set_iterator, [...]): Remove typedef.Oleg Endo1-2/+2
2013-12-06asan.c: Remove struct tags when referring to class varpool_node.Oleg Endo1-7/+7
2013-12-06cgraphunit.c: Remove struct tags when referring to class ipa_opt_pass_d or cl...Oleg Endo1-3/+3
2013-11-29revert: cgraph.h (varpool_node): Add need_bounds_init field.Ilya Enkovich1-2/+0
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-4/+5
2013-11-20cgraph.h (varpool_node): Add need_bounds_init field.Ilya Enkovich1-0/+2
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+1
2013-11-11Time profiler introduced.Martin Liska1-0/+5
2013-10-31Automated part of renaming of symtab_node_base to symtab_node.David Malcolm1-25/+25
2013-10-29Autogenerated fixes of "->symbol." to "->"David Malcolm1-139/+139
2013-10-29tree-outof-ssa.h: Remove include files.Andrew MacLeod1-0/+1
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-2/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-2/+3
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-09-10lto-cgraph.c: Include ipa-utils.h.Jan Hubicka1-2/+35
2013-08-09cgraph.c (cgraph_resolve_speculation): Cut frequency to CGRAPH_FREQ_MAX.Jan Hubicka1-0/+13
2013-08-09cgraphbuild.c (cgraph_rebuild_references): Rebuild only non-speculative refs.Jan Hubicka1-2/+21
2013-08-06cgraph.c (cgraph_get_body): New function based on lto.c implementation.Jan Hubicka1-2/+11
2013-08-05Handwritten part of conversion of passes to C++ classesDavid Malcolm1-1/+1
2013-08-03lto-cgraph.c (compute_ltrans_boundary): Add abstract origins into boundaries.Jan Hubicka1-0/+14
2013-08-01cgraph.c (cgraph_release_function_body): Use used_as_abstract_origin.Jan Hubicka1-2/+0
2013-07-30Introduce beginnings of a pass_manager class.David Malcolm1-2/+5
2013-07-25cgraph.c (release_function_body): Break out from ...Jan Hubicka1-9/+2
2013-06-24re PR tree-optimization/57539 (ice in ipa_edge_duplication_hook)Martin Jambor1-1/+1
2013-06-20lto-cgraph.c (input_symtab): Do not set cgraph state.Jan Hubicka1-2/+0
2013-06-19cgraph.h (const_value_known_p): Replace by ...Jan Hubicka1-4/+3
2013-06-12lto-symtab.c (lto_symtab_merge_symbols): Populate symtab hashtable.Jan Hubicka1-2/+16
2013-06-11c-common.c (handle_alias_ifunc_attribute): Do not set DECL_EXTERNAL for weakr...Jan Hubicka1-6/+8
2013-06-05class.c (emit_register_classes_in_jcr_section): Use DECL_PRESERVE_P instead o...Jan Hubicka1-1/+5
2013-06-04lto-cgraph.c (get_alias_symbol): Remove weakref sanity check.Jan Hubicka1-3/+4
2013-06-01lto-symtab.c (lto_symtab_merge_cgraph_nodes_1): Rename to ...Jan Hubicka1-35/+27
2013-05-29cgraph.h (symtab_node_base): Add definition, alias and analyzed flags...Jan Hubicka1-20/+20
2013-05-15ipa-prop.c (ipa_print_node_jump_functions): Print symbol order in header...Martin Jambor1-1/+1
2013-05-08re PR lto/54095 (Unnecessary static variable renaming)Jan Hubicka1-0/+4
2013-04-29This patch fixes PR bootstrap/57077.Teresa Johnson1-8/+8
2013-04-08First phase of unifying the computation of profile scale factors/probabilitie...Teresa Johnson1-14/+15
2013-04-03This patch enables the gcov-dump tool to optionally compute and dump the work...Teresa Johnson1-1/+1
2013-03-29lto-cgraph.c (output_profile_summary, [...]): Use gcov streaming; stream hot ...Jan Hubicka1-11/+20
2013-03-28* lto-cgraph.c (merge_profile_summaries): Fix overflows.Jan Hubicka1-2/+2
2013-03-28data-streamer-in.c (streamer_read_gcov_count): New function.Jan Hubicka1-4/+4
2013-01-10Update copyright years in gcc/Richard Sandiford1-1/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-12-14re PR gcov-profile/55674 (>20% size increase of lto/pgo binaries since r193747)Teresa Johnson1-1/+3
2012-12-02re PR gcov-profile/55551 (Revision 193999 breaks lto/profiledbootstrap)Teresa Johnson1-5/+9
2012-11-30Revised patch to ensure that histograms from the profile summary are streamed...Teresa Johnson1-19/+107
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo1-5/+4
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-57/+52
2012-11-07lto-cgraph.c: Include tree-pass.h.Martin Jambor1-0/+23