aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraph.c
AgeCommit message (Expand)AuthorFilesLines
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-12/+13
2014-11-19re PR regression/63868 (Multiple failures in the libgomp test suite between r...Ilya Verbin1-0/+2
2014-11-17cgraph.c (symbol_table::create_edge): Use opt_for_fn.Jan Hubicka1-7/+11
2014-11-16passes.c (execute_one_pass): Do not apply all transforms prior every simple I...Jan Hubicka1-22/+64
2014-11-14ipa-pure-const.c (struct funct_state_d): Add can_free field.Jakub Jelinek1-0/+2
2014-11-13[PATCH 2/7] OpenMP 4.0 offloading infrastructure: LTO streaming.Ilya Verbin1-0/+9
2014-11-05ipa-chkp.c: New.Ilya Enkovich1-1/+112
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-1/+20
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+19
2014-10-22cfgbuild.h: New.Andrew MacLeod1-0/+34
2014-10-21State cleanups from jit branchDavid Malcolm1-0/+14
2014-10-16IPA ICF pass, part 3/5Martin Liska1-0/+3
2014-10-12move many gc hashtab to hash_tableTrevor Saunders1-54/+43
2014-10-07cgraph.h (cgraph_node::get_fun): Declare.Eric Botcazou1-0/+17
2014-10-05ipa-polymorphic-call.c (walk_ssa_copies): Recognize NULL pointer checks.Jan Hubicka1-0/+3
2014-10-03cgraph.h (struct indirect_call_info): Add IN_POLYMORPHIC_CDTORJan Hubicka1-0/+7
2014-09-26cgraph.c (cgraph_node::release_body): New argument keep_arguments introduced.Martin Liska1-3/+6
2014-09-25cgraph.h (class ipa_polymorphic_call_context): Move here from ipa-utils.h; ad...Jan Hubicka1-43/+46
2014-09-20ipa-utils.h (ipa_polymorphic_call_context): Turn into class; add ctors.Jan Hubicka1-11/+5
2014-08-25IPA C++ refactoring 4/NMartin Liska1-423/+338
2014-08-18re PR ipa/61800 (ICE: Segmentation fault during Firefox build)Ilya Enkovich1-2/+4
2014-08-14cgraph.c (cgraph_node::function_symbol): Fix wrong cgraph_function_node to cg...Ilya Enkovich1-2/+2
2014-08-02add a hash_set based on hash_tableTrevor Saunders1-5/+5
2014-07-29cgraph.c (cgraph_node::create_indirect_edge): Copy speculative data.Jan Hubicka1-3/+5
2014-07-24IPA C++ refactoring 1/NMartin Liska1-439/+418
2014-07-12lto.c (read_cgraph_and_symbols): Do not push DECL_INIT_IO timevarJan Hubicka1-0/+5
2014-07-05cgraph.c (cgraph_create_indirect_edge): Update call of get_polymorphic_call_i...Jan Hubicka1-1/+1
2014-07-01IPA REF alias refactoringMartin Liska1-24/+22
2014-06-28* cgraph.c (dump_cgraph_node): Dump init&fini priorities.Jan Hubicka1-0/+4
2014-06-25IPA REF refactoringMartin Liska1-18/+14
2014-06-20re PR ipa/61211 (ICE: verify_cgraph_node failed: edge points to wrong declara...Martin Jambor1-5/+10
2014-06-16revert: symtab.c (symtab_node::reset_section): New method.Jan Hubicka1-4/+3
2014-06-12symtab.c (symtab_node::reset_section): New method.Jan Hubicka1-3/+4
2014-06-11varasm.c (set_implicit_section): New function.Jan Hubicka1-1/+1
2014-06-09symtab.c (dump_symtab_base): Update dumping.Jan Hubicka1-8/+5
2014-05-26system.h: Define __STDC_FORMAT_MACROS before including inttypes.h.Richard Biener1-8/+8
2014-05-24tree-core.h (tree_decl_with_vis): Replace comdat_group by symtab_node pointer.Jan Hubicka1-1/+2
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders1-4/+4
2014-05-06Merge in wide-int.Kenneth Zadeck1-2/+1
2014-04-29dominance.c (free_dominance_info): Add overload with function parameter.Richard Biener1-2/+2
2014-04-28tree-pass.h (execute_pass_list): Adjust prototype.Richard Biener1-2/+2
2014-04-23Change is-a.h to support typedefs of pointersDavid Malcolm1-1/+1
2014-04-04re PR ipa/60640 (ICE edge points to wrong declaration / verify_cgraph_node fa...Martin Jambor1-4/+24
2014-04-04re PR middle-end/60746 (ICE segfault in gimple-expr.c:314)Richard Biener1-6/+7
2014-03-28cgraph.c (cgraph_redirect_edge_call_stmt_to_callee): Clear static chain if ne...Jan Hubicka1-0/+8
2014-03-28cgraph.c: Include expr.h and tree-dfa.h.Jan Hubicka1-0/+19
2014-03-26re PR ipa/60315 (template constructor switch optimization)Jan Hubicka1-0/+6
2014-03-21re PR ipa/59176 (ICE edge points to wrong declaration / verify_cgraph_node fa...Martin Jambor1-2/+7
2014-03-18cgraph.c (cgraph_update_edges_for_call_stmt_node): Added case when gimple cal...Martin Liska1-1/+4
2014-02-19cgraph.c (cgraph_update_edges_for_call_stmt_node): Also remove inline clones ...Jan Hubicka1-1/+4