Age | Commit message (Expand) | Author | Files | Lines |
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 |
2013-11-18 | remove nolonger needed {cgraph,varpool}_node_{,asm_}name () functions | Trevor Saunders | 1 | -16/+16 |
2013-11-14 | gimplify-be.h: New file. | Andrew MacLeod | 1 | -0/+2 |
2013-11-13 | gimple-walk.h: New File. | Andrew Macleod | 1 | -0/+2 |
2013-11-13 | cgraph.c (cgraph_get_create_node): Do what cgraph_get_create_real_symbol_node... | Martin Jambor | 1 | -1/+1 |
2013-11-12 | gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h. | Andrew MacLeod | 1 | -1/+1 |
2013-11-05 | re PR tree-optimization/58984 (wrong code at -Os and above on x86_64-linux-gn... | Jakub Jelinek | 1 | -6/+12 |
2013-10-31 | Automated part of renaming of symtab_node_base to symtab_node. | David Malcolm | 1 | -3/+3 |
2013-10-29 | Autogenerated fixes of "->symbol." to "->" | David Malcolm | 1 | -43/+43 |
2013-10-29 | tree-outof-ssa.h: Remove include files. | Andrew MacLeod | 1 | -0/+1 |
2013-10-23 | tree-ssa.h: Remove all #include's | Andrew MacLeod | 1 | -3/+7 |
2013-10-16 | tree-core.h (tree_code_name): Remove. | Paulo Matos | 1 | -2/+1 |
2013-09-23 | ipa-cp.c (ipa_get_indirect_edge_target_1): Add sanity check for ipa-devirt. | Jan Hubicka | 1 | -1/+13 |
2013-09-16 | ipa-prop.c (ipa_compute_jump_functions_for_edge): Return early for internal c... | Jakub Jelinek | 1 | -0/+2 |
2013-09-13 | re PR bootstrap/58388 (LTO profiledbootstrap fails in stage feedback for tree... | Martin Jambor | 1 | -1/+2 |
2013-09-12 | re PR ipa/58389 (g++ ICE in ipa_find_reference) | Martin Jambor | 1 | -1/+10 |
2013-09-12 | tree-ssa.h: New. | Andrew MacLeod | 1 | -1/+1 |
2013-09-09 | ipa-prop.c (ipa_modify_call_arguments): Initialize deref_align. | Uros Bizjak | 1 | -1/+1 |
2013-09-09 | ipa-prop.c (try_make_edge_direct_simple_call): Do not special case speculativ... | Jan Hubicka | 1 | -3/+1 |
2013-09-05 | ipa-prop.c (remove_described_reference): Accept missing references, return fa... | Martin Jambor | 1 | -11/+90 |
2013-09-02 | re PR ipa/58106 (ICE: in ipa_edge_duplication_hook, at ipa-prop.c:2839) | Martin Jambor | 1 | -8/+10 |
2013-08-31 | ipa-prop.c (ipa_set_jf_known_type): Check that we add only records. | Jan Hubicka | 1 | -47/+98 |
2013-08-27 | ipa-prop.h (ipa_pass_through_data): New field type_preserved. | Martin Jambor | 1 | -33/+121 |
2013-08-26 | * ipa-prop.c (ipa_print_node_params): Do not ICE during WPA. | Jan Hubicka | 1 | -7/+1 |