Age | Commit message (Expand) | Author | Files | Lines |
2010-05-29 | re PR middle-end/44324 (gcc.dg/tree-ssa/ipa-cp-1.c failed) | Jan Hubicka | 1 | -1/+1 |
2010-05-29 | cgraph.c (clone_function_name): Take SUFFIX argument; export. | Jan Hubicka | 1 | -1/+1 |
2010-05-21 | diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de... | Joseph Myers | 1 | -0/+1 |
2010-05-19 | ipa-prop.c (ipa_print_node_jump_functions): Print jump functions also for ind... | Martin Jambor | 1 | -13/+3 |
2010-05-17 | ipa-cp.c (ipcp_update_callgraph): Use ipa_is_param_used. | Jan Hubicka | 1 | -15/+4 |
2010-05-17 | ipa-cp.c (ipcp_versionable_function_p): Walk cgraph edges instead of function... | Jan Hubicka | 1 | -23/+9 |
2010-05-16 | cgraph.c (dump_cgraph_node): Dump versionable flag. | Jan Hubicka | 1 | -1/+2 |
2010-04-29 | gengtype.c (open_base_files): Add lto-streamer.h | Jan Hubicka | 1 | -1/+1 |
2010-04-29 | * lto-symtab.c (lto_symtab_entry_def) Add vnode. | Jan Hubicka | 1 | -1/+2 |
2010-04-28 | cgraph.h (struct cgraph_node): New field indirect_calls. | Martin Jambor | 1 | -2/+2 |
2010-04-21 | tree-pass.h (ipa_opt_pass_d): Rename function_read_summary... | Jan Hubicka | 1 | -1/+2 |
2010-04-09 | ipa-cp.c (ipcp_lats_are_equal): Return true also if the two lattices are addr... | Martin Jambor | 1 | -5/+17 |
2010-04-02 | Make-lang.in, [...]: Update copyright years. | Steven Bosscher | 1 | -1/+2 |
2010-01-04 | re PR tree-optimization/42366 (ICE in ipa_write_node_info, at ipa-prop.c:2023) | Martin Jambor | 1 | -9/+2 |
2009-11-25 | Remove trailing white spaces. | H.J. Lu | 1 | -18/+18 |
2009-11-23 | ipa-cp.c (ipcp_compute_node_scale): Work around completely wrong profile upda... | Jan Hubicka | 1 | -1/+13 |
2009-11-18 | ipa-prop.h (struct ipa_param_call_note): New field lto_stmt_uid. | Martin Jambor | 1 | -1/+1 |
2009-11-10 | tree-pass.h (struct ipa_opt_pass_d): Added stmt_fixup field. | Martin Jambor | 1 | -0/+1 |
2009-10-22 | re PR tree-optimization/40556 (ICE in IPA-CP with recursion) | Jan Hubicka | 1 | -7/+1 |
2009-10-22 | ipa-cp.c (ipcp_write_summary, [...]): New functions. | Jan Hubicka | 1 | -4/+26 |
2009-10-13 | re PR tree-optimization/41661 (ICE due to IPCP trying to create/fold a REAL t... | Martin Jambor | 1 | -3/+10 |
2009-10-07 | lto-symtab.c (lto_cgraph_replace_node): Assert that inline clones has no addr... | Jan Hubicka | 1 | -4/+4 |
2009-10-03 | Merge lto branch into trunk. | Diego Novillo | 1 | -1/+7 |
2009-08-12 | re PR tree-optimization/41011 (ICE in ipcp_lattice_from_jfunc, at ipa-cp.c:328) | Richard Guenther | 1 | -3/+9 |
2009-08-07 | ipa-prop.h (enum jump_func_type): New value IPA_JF_ANCESTOR, changed comments. | Martin Jambor | 1 | -2/+35 |
2009-06-26 | function.h (struct function): Add cannot_be_copied_reason, and cannot_be_copi... | Richard Henderson | 1 | -2/+41 |
2009-05-25 | cgraph.c (dump_cgraph_node): Dump size/time/benefit. | Jan Hubicka | 1 | -8/+5 |
2009-05-16 | alias.c (struct alias_set_entry_d): Rename from struct alias_set_entry. | Ian Lance Taylor | 1 | -2/+2 |
2009-05-15 | Revert the following patch until testsuite fallout is fixed: | Jan Hubicka | 1 | -5/+8 |
2009-05-15 | cgraph.c (dump_cgraph_node): Dump size/time/benefit. | Jan Hubicka | 1 | -8/+5 |
2009-05-11 | ipa-cp.c (ipcp_cloning_candidate_p): Add missing return false. | Martin Jambor | 1 | -0/+1 |
2009-05-08 | cgraphbuild.c (compute_call_stmt_bb_frequency): Accept function argument; han... | Jan Hubicka | 1 | -192/+22 |
2009-04-03 | omp-low.c (pass_expand_omp): Don't claim to provide PROP_gimple_lomp. | Steven Bosscher | 1 | -1/+1 |
2009-04-03 | re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p) | Richard Guenther | 1 | -0/+2 |
2009-03-30 | ipa-prop.h (jump_func_type): Rename IPA_UNKNOWN... | Martin Jambor | 1 | -3/+3 |
2008-09-23 | cgraph.c (cgraph_free_edge): Use sizeof(*e). | Martin Jambor | 1 | -1/+1 |
2008-09-22 | ipa-cp.c (ipcp_estimate_growth): Check recursive calls. | Jan Hubicka | 1 | -2/+9 |
2008-09-21 | gccint.texi: Include generic.texi and gimple.texi. | Diego Novillo | 1 | -1/+2 |
2008-09-18 | ipa-cp.c (ipcp_estimate_growth): Return 0 instead of false. | Martin Jambor | 1 | -1/+1 |
2008-09-11 | ipa-prop.h (struct ipa_param_flags): Removed. | Martin Jambor | 1 | -24/+19 |
2008-08-31 | ipa-cp.c (ipcp_need_original_clone_p): Remove. | Jan Hubicka | 1 | -20/+52 |
2008-08-29 | cgraph.c (cgraph_remove_node): Do not remove nested nodes. | Jan Hubicka | 1 | -45/+173 |
2008-08-29 | tree.c (build_function_type_skip_args, [...]): New functions. | Jan Hubicka | 1 | -28/+79 |
2008-08-29 | loop-unswitch.c (unswitch_single_loop): Use optimize_loop_for_speed_p. | Jan Hubicka | 1 | -3/+1 |
2008-08-24 | invoke.texi (-fipa-cp-clone): New option. | Jan Hubicka | 1 | -20/+190 |
2008-08-24 | ipa-cp.c (ipcp_analyze_node): New function. | Jan Hubicka | 1 | -17/+21 |
2008-08-23 | ipa-cp.c (constant_val_insert): Remove. | Jan Hubicka | 1 | -83/+11 |
2008-08-23 | tree.c (decl_address_ip_invariant_p): New function. | Jan Hubicka | 1 | -39/+14 |
2008-08-21 | cgraph.c (first_cgraph_function_insertion_hook): New variable. | Jan Hubicka | 1 | -20/+85 |
2008-08-09 | gimple.c (gimple_build_call_1): Deal with FUNCTION_DECL fn. | Richard Guenther | 1 | -1/+1 |