aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-prop.c
AgeCommit message (Expand)Author
2016-05-19Respect --param ipa-max-agg-items=0Martin Jambor
2016-05-19[PR 70646] Store size to inlining predicate conditionsMartin Jambor
2014-06-26ipa-prop.c (ipa_impossible_devirt_target): No longer static, renamed to ipa_i...Martin Jambor
2014-06-20re PR ipa/61540 (internal compiler error in try_make_edge_direct_virtual_call)Martin Jambor
2014-05-15re PR ipa/61085 (wrong code with -O2 -fno-early-inlining (maybe wrong devirtu...Martin Jambor
2014-05-15re PR gcov-profile/60897 (Mangled function name in warning during -fprofile-u...Martin Jambor
2014-03-14re PR lto/60461 (LTO linking error at -Os (and above) on x86_64-linux-gnu)Martin Jambor
2014-03-02re PR ipa/60306 (Incorrect devirtualization "pure virtual method called")Jan Hubicka
2014-02-19re PR ipa/60243 (IPA is slow on large cgraph tree)Richard Biener
2014-02-19ipa-prop.h (ipa_ancestor_jf_data): Update ocmment.Jan Hubicka
2014-02-18ipa-prop.c (compute_complex_ancestor_jump_func): Replace overzealous assertio...Eric Botcazou
2014-02-05ipa-prop.c (detect_type_change): Shor circuit testing of type changes on THIS...Jan Hubicka
2014-02-04ipa-cp.c (ipa_get_indirect_edge_target_1): Do direct lookup via vtable pointe...Jan Hubicka
2014-02-04ipa-cp.c (ipa_get_indirect_edge_target_1): Do direct lookup via vtable pointe...Jan Hubicka
2014-02-03re PR ipa/59831 (ice in cgraph_speculative_call_info with -O3)Jan Hubicka
2014-02-03ipa-devirt.c (subbinfo_with_vtable_at_offset, [...]): New functions.Jan Hubicka
2014-02-02ipa-prop.c (update_jump_functions_after_inlining): When type is not preserver...Jan Hubicka
2014-01-08re PR ipa/59722 (Bootstrap comparison failure on i686-linux)Jakub Jelinek
2014-01-06re PR ipa/59008 (ICEs in try_make_edge_direct_simple_call / propagate_control...Martin Jambor
2014-01-02Update copyright years in gcc/Richard Sandiford
2013-12-16re PR middle-end/58956 (wrong code at -O1 and above (affecting gcc 4.6 to tru...Jakub Jelinek
2013-12-15re PR ipa/59265 (Segmentation fault in ipa_note_param_call for -fprofile-use ...Jan Hubicka
2013-12-14re PR c++/58477 (ice in cgraph_speculative_call_info)Jan Hubicka
2013-12-10cgraph.h (cgraph_node_set_iterator, [...]): Remove typedef.Oleg Endo
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm
2013-12-05re PR ipa/58253 (IPA-SRA creates calls with different arguments that the call...Martin Jambor
2013-11-28tree-ssa-propagate.c (valid_gimple_call_p): Pass TREE_TYPE to is_gimple_reg_t...Andrew MacLeod
2013-11-27cgraph.h (enum cgraph_simd_clone_arg_type): New.Aldy Hernandez
2013-11-22ipa.c (symtab_remove_unreachable_nodes): Fix up comment typos.Aldy Hernandez
2013-11-22gimple.h: Remove all includes.Andrew MacLeod
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo
2013-11-19cgraph.c (cgraph_create_indirect_edge): Use get_polymorphic_call_info.Jan Hubicka
2013-11-18decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford
2013-11-18c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford
2013-11-18decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford
2013-11-18remove nolonger needed {cgraph,varpool}_node_{,asm_}name () functionsTrevor Saunders
2013-11-14gimplify-be.h: New file.Andrew MacLeod
2013-11-13gimple-walk.h: New File.Andrew Macleod
2013-11-13cgraph.c (cgraph_get_create_node): Do what cgraph_get_create_real_symbol_node...Martin Jambor
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod
2013-11-05re PR tree-optimization/58984 (wrong code at -Os and above on x86_64-linux-gn...Jakub Jelinek
2013-10-31Automated part of renaming of symtab_node_base to symtab_node.David Malcolm
2013-10-29Autogenerated fixes of "->symbol." to "->"David Malcolm
2013-10-29tree-outof-ssa.h: Remove include files.Andrew MacLeod
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod
2013-10-16tree-core.h (tree_code_name): Remove.Paulo Matos
2013-09-23ipa-cp.c (ipa_get_indirect_edge_target_1): Add sanity check for ipa-devirt.Jan Hubicka
2013-09-16ipa-prop.c (ipa_compute_jump_functions_for_edge): Return early for internal c...Jakub Jelinek
2013-09-13re PR bootstrap/58388 (LTO profiledbootstrap fails in stage feedback for tree...Martin Jambor
2013-09-12re PR ipa/58389 (g++ ICE in ipa_find_reference)Martin Jambor