aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-prop.c
AgeCommit message (Expand)AuthorFilesLines
2014-08-25IPA C++ refactoring 4/NMartin Liska1-14/+16
2014-08-16ipa-utils.h (ipa_polymorphic_call_context): Turn into class; add ctors.Jan Hubicka1-3/+3
2014-08-08lto-streamer.h (struct lto_input_block): Make it a class with a constructor.Richard Biener1-6/+4
2014-08-07ipa-devirt.c: Include gimple-pretty-print.hJan Hubicka1-1/+36
2014-08-01IPA ICF pass 1/NMartin Liska1-1/+1
2014-07-29cgraph.c (cgraph_node::create_indirect_edge): Copy speculative data.Jan Hubicka1-0/+8
2014-07-24IPA C++ refactoring 1/NMartin Liska1-27/+29
2014-07-24tree-inline.h (estimate_move_cost): Add speed_p parameter.Richard Biener1-1/+2
2014-07-11vapool.c: Include tree-ssa-alias.h, gimple.h and lto-streamer.hJan Hubicka1-2/+2
2014-07-11ipa-prop.c (ipa_binfo_from_known_type_jfunc): In LTO do not walk non-polymorp...Jan Hubicka1-0/+13
2014-07-08tree-ssa-alias.c (walk_aliased_vdefs_1): Add FUNCTION_ENTRY_REACHED parameter.Jan Hubicka1-3/+8
2014-07-05cgraph.c (cgraph_create_indirect_edge): Update call of get_polymorphic_call_i...Jan Hubicka1-26/+108
2014-07-02ipa-utils.h (method_class_type, [...]): Constify.Jan Hubicka1-25/+30
2014-06-28ipa-prop.c (ipa_set_jf_known_type): Record always the main variant of the type.Jan Hubicka1-4/+15
2014-06-27Fix for devirtualization dump functionsMartin Liska1-22/+9
2014-06-26ipa-prop.c (ipa_impossible_devirt_target): No longer static, renamed to ipa_i...Martin Jambor1-6/+6
2014-06-25IPA REF refactoringMartin Liska1-13/+11
2014-06-20re PR ipa/61540 (internal compiler error in try_make_edge_direct_virtual_call)Martin Jambor1-17/+27
2014-06-12re PR ipa/61462 (ICE in ipa-prop.c:2562 caused by missing edge gimple call stmt)Martin Liska1-10/+24
2014-06-06ipa-prop.c (get_place_in_agg_contents_list): New function.Martin Jambor1-54/+72
2014-06-02expr.h: Remove prototypes of functions defined in builtins.c.Andrew MacLeod1-0/+1
2014-05-23re PR tree-optimization/53787 (Possible IPA-SRA / IPA-CP improvement)Martin Jambor1-301/+499
2014-05-20add dbgcnt support for devirtXinliang David Li1-4/+21
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders1-2/+2
2014-05-15re PR ipa/61085 (wrong code with -O2 -fno-early-inlining (maybe wrong devirtu...Martin Jambor1-4/+8
2014-05-14re PR gcov-profile/60897 (Mangled function name in warning during -fprofile-u...Martin Jambor1-0/+1
2014-05-06Merge in wide-int.Kenneth Zadeck1-5/+4
2014-03-14re PR lto/60461 (LTO linking error at -Os (and above) on x86_64-linux-gnu)Martin Jambor1-2/+1
2014-03-02re PR ipa/60306 (Incorrect devirtualization "pure virtual method called")Jan Hubicka1-2/+1
2014-02-19re PR ipa/60243 (IPA is slow on large cgraph tree)Richard Biener1-8/+30
2014-02-19ipa-prop.h (ipa_ancestor_jf_data): Update ocmment.Jan Hubicka1-5/+15
2014-02-18ipa-prop.c (compute_complex_ancestor_jump_func): Replace overzealous assertio...Eric Botcazou1-1/+2
2014-02-05ipa-prop.c (detect_type_change): Shor circuit testing of type changes on THIS...Jan Hubicka1-0/+13
2014-02-04ipa-cp.c (ipa_get_indirect_edge_target_1): Do direct lookup via vtable pointe...Jan Hubicka1-10/+29
2014-02-04ipa-cp.c (ipa_get_indirect_edge_target_1): Do direct lookup via vtable pointe...Jan Hubicka1-6/+27
2014-02-03re PR ipa/59831 (ice in cgraph_speculative_call_info with -O3)Jan Hubicka1-13/+38
2014-02-03ipa-devirt.c (subbinfo_with_vtable_at_offset, [...]): New functions.Jan Hubicka1-9/+12
2014-02-02ipa-prop.c (update_jump_functions_after_inlining): When type is not preserver...Jan Hubicka1-4/+7
2014-01-08re PR ipa/59722 (Bootstrap comparison failure on i686-linux)Jakub Jelinek1-2/+5
2014-01-06re PR ipa/59008 (ICEs in try_make_edge_direct_simple_call / propagate_control...Martin Jambor1-0/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-16re PR middle-end/58956 (wrong code at -O1 and above (affecting gcc 4.6 to tru...Jakub Jelinek1-2/+1
2013-12-15re PR ipa/59265 (Segmentation fault in ipa_note_param_call for -fprofile-use ...Jan Hubicka1-1/+10
2013-12-14re PR c++/58477 (ice in cgraph_speculative_call_info)Jan Hubicka1-0/+2
2013-12-10cgraph.h (cgraph_node_set_iterator, [...]): Remove typedef.Oleg Endo1-7/+7
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-1/+1
2013-12-05re PR ipa/58253 (IPA-SRA creates calls with different arguments that the call...Martin Jambor1-1/+9
2013-11-28tree-ssa-propagate.c (valid_gimple_call_p): Pass TREE_TYPE to is_gimple_reg_t...Andrew MacLeod1-1/+1
2013-11-27cgraph.h (enum cgraph_simd_clone_arg_type): New.Aldy Hernandez1-1/+2
2013-11-22ipa.c (symtab_remove_unreachable_nodes): Fix up comment typos.Aldy Hernandez1-49/+177