aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraphclones.c
AgeCommit message (Expand)AuthorFilesLines
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-08-29cgraphclones.c (cgraph_create_virtual_clone): Compute the DECL_NAME of the cl...Eric Botcazou1-4/+10
2013-08-09cgraphbuild.c (cgraph_rebuild_references): Rebuild only non-speculative refs.Jan Hubicka1-4/+26
2013-08-08cgraphbuild.c (build_cgraph_edges): Do not walk into debugs.Jan Hubicka1-1/+6
2013-08-06cgraph.c (cgraph_get_body): New function based on lto.c implementation.Jan Hubicka1-1/+3
2013-07-25cgraph.c (release_function_body): Break out from ...Jan Hubicka1-0/+9
2013-06-27re PR c++/57208 (Latest chromium compilation fails with enabled LTO)Martin Jambor1-21/+2
2013-06-24re PR tree-optimization/57539 (ice in ipa_edge_duplication_hook)Martin Jambor1-3/+10
2013-05-29cgraph.h (symtab_node_base): Add definition, alias and analyzed flags...Jan Hubicka1-5/+7
2013-05-08re PR lto/54095 (Unnecessary static variable renaming)Jan Hubicka1-0/+15
2013-05-02Follow-on patch to r197595 to complete the replacement of truncating divides ...Teresa Johnson1-4/+2
2013-04-08First phase of unifying the computation of profile scale factors/probabilitie...Teresa Johnson1-0/+2
2013-02-05PR tree-optimization/r55789Jan Hubicka1-1/+4
2013-01-17re PR tree-optimization/55264 (ICE: in ipa_make_edge_direct_to_target, at ipa...Martin Jambor1-0/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-09re PR lto/45375 ([meta-bug] Issues with building Mozilla (i.e. Firefox) with ...Jan Hubicka1-0/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-16/+14
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-3/+0
2012-06-04output.h (merge_weak, [...]): Move protos from here...Steven Bosscher1-1/+0
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0
2012-05-31Makefile.in: Fix many dependencies.Steven Bosscher1-1/+0
2012-05-10cgraph.h (cgraph_remove_unreachable_nodes): Rename to ...Jan Hubicka1-1/+1
2012-05-08cgraph.c (cgraph_call_edge_duplication_hooks): Export.Jan Hubicka1-0/+876