Age | Commit message (Expand) | Author | Files | Lines |
2014-07-24 | IPA C++ refactoring 1/N | Martin Liska | 1 | -27/+29 |
2014-07-24 | tree-inline.h (estimate_move_cost): Add speed_p parameter. | Richard Biener | 1 | -1/+2 |
2014-07-11 | vapool.c: Include tree-ssa-alias.h, gimple.h and lto-streamer.h | Jan Hubicka | 1 | -2/+2 |
2014-07-11 | ipa-prop.c (ipa_binfo_from_known_type_jfunc): In LTO do not walk non-polymorp... | Jan Hubicka | 1 | -0/+13 |
2014-07-08 | tree-ssa-alias.c (walk_aliased_vdefs_1): Add FUNCTION_ENTRY_REACHED parameter. | Jan Hubicka | 1 | -3/+8 |
2014-07-05 | cgraph.c (cgraph_create_indirect_edge): Update call of get_polymorphic_call_i... | Jan Hubicka | 1 | -26/+108 |
2014-07-02 | ipa-utils.h (method_class_type, [...]): Constify. | Jan Hubicka | 1 | -25/+30 |
2014-06-28 | ipa-prop.c (ipa_set_jf_known_type): Record always the main variant of the type. | Jan Hubicka | 1 | -4/+15 |
2014-06-27 | Fix for devirtualization dump functions | Martin Liska | 1 | -22/+9 |
2014-06-26 | ipa-prop.c (ipa_impossible_devirt_target): No longer static, renamed to ipa_i... | Martin Jambor | 1 | -6/+6 |
2014-06-25 | IPA REF refactoring | Martin Liska | 1 | -13/+11 |
2014-06-20 | re PR ipa/61540 (internal compiler error in try_make_edge_direct_virtual_call) | Martin Jambor | 1 | -17/+27 |
2014-06-12 | re PR ipa/61462 (ICE in ipa-prop.c:2562 caused by missing edge gimple call stmt) | Martin Liska | 1 | -10/+24 |
2014-06-06 | ipa-prop.c (get_place_in_agg_contents_list): New function. | Martin Jambor | 1 | -54/+72 |
2014-06-02 | expr.h: Remove prototypes of functions defined in builtins.c. | Andrew MacLeod | 1 | -0/+1 |
2014-05-23 | re PR tree-optimization/53787 (Possible IPA-SRA / IPA-CP improvement) | Martin Jambor | 1 | -301/+499 |
2014-05-20 | add dbgcnt support for devirt | Xinliang David Li | 1 | -4/+21 |
2014-05-17 | use templates instead of gengtype for typed allocation functions | Trevor Saunders | 1 | -2/+2 |
2014-05-15 | re PR ipa/61085 (wrong code with -O2 -fno-early-inlining (maybe wrong devirtu... | Martin Jambor | 1 | -4/+8 |
2014-05-14 | re PR gcov-profile/60897 (Mangled function name in warning during -fprofile-u... | Martin Jambor | 1 | -0/+1 |
2014-05-06 | Merge in wide-int. | Kenneth Zadeck | 1 | -5/+4 |
2014-03-14 | re PR lto/60461 (LTO linking error at -Os (and above) on x86_64-linux-gnu) | Martin Jambor | 1 | -2/+1 |
2014-03-02 | re PR ipa/60306 (Incorrect devirtualization "pure virtual method called") | Jan Hubicka | 1 | -2/+1 |
2014-02-19 | re PR ipa/60243 (IPA is slow on large cgraph tree) | Richard Biener | 1 | -8/+30 |
2014-02-19 | ipa-prop.h (ipa_ancestor_jf_data): Update ocmment. | Jan Hubicka | 1 | -5/+15 |
2014-02-18 | ipa-prop.c (compute_complex_ancestor_jump_func): Replace overzealous assertio... | Eric Botcazou | 1 | -1/+2 |
2014-02-05 | ipa-prop.c (detect_type_change): Shor circuit testing of type changes on THIS... | Jan Hubicka | 1 | -0/+13 |
2014-02-04 | ipa-cp.c (ipa_get_indirect_edge_target_1): Do direct lookup via vtable pointe... | Jan Hubicka | 1 | -10/+29 |
2014-02-04 | ipa-cp.c (ipa_get_indirect_edge_target_1): Do direct lookup via vtable pointe... | Jan Hubicka | 1 | -6/+27 |
2014-02-03 | re PR ipa/59831 (ice in cgraph_speculative_call_info with -O3) | Jan Hubicka | 1 | -13/+38 |
2014-02-03 | ipa-devirt.c (subbinfo_with_vtable_at_offset, [...]): New functions. | Jan Hubicka | 1 | -9/+12 |
2014-02-02 | ipa-prop.c (update_jump_functions_after_inlining): When type is not preserver... | Jan Hubicka | 1 | -4/+7 |
2014-01-08 | re PR ipa/59722 (Bootstrap comparison failure on i686-linux) | Jakub Jelinek | 1 | -2/+5 |
2014-01-06 | re PR ipa/59008 (ICEs in try_make_edge_direct_simple_call / propagate_control... | Martin Jambor | 1 | -0/+1 |
2014-01-02 | Update copyright years in gcc/ | Richard Sandiford | 1 | -1/+1 |
2013-12-16 | re PR middle-end/58956 (wrong code at -O1 and above (affecting gcc 4.6 to tru... | Jakub Jelinek | 1 | -2/+1 |
2013-12-15 | re PR ipa/59265 (Segmentation fault in ipa_note_param_call for -fprofile-use ... | Jan Hubicka | 1 | -1/+10 |
2013-12-14 | re PR c++/58477 (ice in cgraph_speculative_call_info) | Jan Hubicka | 1 | -0/+2 |
2013-12-10 | cgraph.h (cgraph_node_set_iterator, [...]): Remove typedef. | Oleg Endo | 1 | -7/+7 |
2013-12-09 | Eliminate FOR_EACH_BB macro. | David Malcolm | 1 | -1/+1 |
2013-12-05 | re PR ipa/58253 (IPA-SRA creates calls with different arguments that the call... | Martin Jambor | 1 | -1/+9 |
2013-11-28 | tree-ssa-propagate.c (valid_gimple_call_p): Pass TREE_TYPE to is_gimple_reg_t... | Andrew MacLeod | 1 | -1/+1 |
2013-11-27 | cgraph.h (enum cgraph_simd_clone_arg_type): New. | Aldy Hernandez | 1 | -1/+2 |
2013-11-22 | ipa.c (symtab_remove_unreachable_nodes): Fix up comment typos. | Aldy Hernandez | 1 | -49/+177 |
2013-11-22 | gimple.h: Remove all includes. | Andrew MacLeod | 1 | -1/+7 |
2013-11-19 | Factor unrelated declarations out of tree.h. | Diego Novillo | 1 | -0/+3 |
2013-11-19 | cgraph.c (cgraph_create_indirect_edge): Use get_polymorphic_call_info. | Jan Hubicka | 1 | -2/+13 |
2013-11-18 | decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout. | Richard Sandiford | 1 | -4/+4 |
2013-11-18 | c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout. | Richard Sandiford | 1 | -1/+1 |
2013-11-18 | decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout. | Richard Sandiford | 1 | -3/+3 |