aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-prop.c
AgeCommit message (Expand)AuthorFilesLines
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
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-1/+7
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+3
2013-11-19cgraph.c (cgraph_create_indirect_edge): Use get_polymorphic_call_info.Jan Hubicka1-2/+13
2013-11-18decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford1-4/+4
2013-11-18c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford1-1/+1
2013-11-18decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford1-3/+3
2013-11-18remove nolonger needed {cgraph,varpool}_node_{,asm_}name () functionsTrevor Saunders1-16/+16
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-0/+2
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+2
2013-11-13cgraph.c (cgraph_get_create_node): Do what cgraph_get_create_real_symbol_node...Martin Jambor1-1/+1
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-1/+1
2013-11-05re PR tree-optimization/58984 (wrong code at -Os and above on x86_64-linux-gn...Jakub Jelinek1-6/+12
2013-10-31Automated part of renaming of symtab_node_base to symtab_node.David Malcolm1-3/+3
2013-10-29Autogenerated fixes of "->symbol." to "->"David Malcolm1-43/+43
2013-10-29tree-outof-ssa.h: Remove include files.Andrew MacLeod1-0/+1
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-3/+7
2013-10-16tree-core.h (tree_code_name): Remove.Paulo Matos1-2/+1