summaryrefslogtreecommitdiff
path: root/gcc/ipa-cp.c
Commit message (Expand)AuthorAgeFilesLines
* utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis2010-06-081-1/+1
* re PR middle-end/44324 (gcc.dg/tree-ssa/ipa-cp-1.c failed)Jan Hubicka2010-05-291-1/+1
* cgraph.c (clone_function_name): Take SUFFIX argument; export.Jan Hubicka2010-05-291-1/+1
* diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers2010-05-211-0/+1
* ipa-prop.c (ipa_print_node_jump_functions): Print jump functions also for ind...Martin Jambor2010-05-191-13/+3
* ipa-cp.c (ipcp_update_callgraph): Use ipa_is_param_used.Jan Hubicka2010-05-171-15/+4
* ipa-cp.c (ipcp_versionable_function_p): Walk cgraph edges instead of function...Jan Hubicka2010-05-171-23/+9
* cgraph.c (dump_cgraph_node): Dump versionable flag.Jan Hubicka2010-05-161-1/+2
* gengtype.c (open_base_files): Add lto-streamer.hJan Hubicka2010-04-291-1/+1
* * lto-symtab.c (lto_symtab_entry_def) Add vnode.Jan Hubicka2010-04-291-1/+2
* cgraph.h (struct cgraph_node): New field indirect_calls.Martin Jambor2010-04-281-2/+2
* tree-pass.h (ipa_opt_pass_d): Rename function_read_summary...Jan Hubicka2010-04-211-1/+2
* ipa-cp.c (ipcp_lats_are_equal): Return true also if the two lattices are addr...Martin Jambor2010-04-091-5/+17
* Make-lang.in, [...]: Update copyright years.Steven Bosscher2010-04-021-1/+2
* re PR tree-optimization/42366 (ICE in ipa_write_node_info, at ipa-prop.c:2023)Martin Jambor2010-01-041-9/+2
* Remove trailing white spaces.H.J. Lu2009-11-251-18/+18
* ipa-cp.c (ipcp_compute_node_scale): Work around completely wrong profile upda...Jan Hubicka2009-11-231-1/+13
* ipa-prop.h (struct ipa_param_call_note): New field lto_stmt_uid.Martin Jambor2009-11-181-1/+1
* tree-pass.h (struct ipa_opt_pass_d): Added stmt_fixup field.Martin Jambor2009-11-101-0/+1
* re PR tree-optimization/40556 (ICE in IPA-CP with recursion)Jan Hubicka2009-10-221-7/+1
* ipa-cp.c (ipcp_write_summary, [...]): New functions.Jan Hubicka2009-10-221-4/+26
* re PR tree-optimization/41661 (ICE due to IPCP trying to create/fold a REAL t...Martin Jambor2009-10-131-3/+10
* lto-symtab.c (lto_cgraph_replace_node): Assert that inline clones has no addr...Jan Hubicka2009-10-071-4/+4
* Merge lto branch into trunk.Diego Novillo2009-10-031-1/+7
* re PR tree-optimization/41011 (ICE in ipcp_lattice_from_jfunc, at ipa-cp.c:328)Richard Guenther2009-08-121-3/+9
* ipa-prop.h (enum jump_func_type): New value IPA_JF_ANCESTOR, changed comments.Martin Jambor2009-08-071-2/+35
* function.h (struct function): Add cannot_be_copied_reason, and cannot_be_copi...Richard Henderson2009-06-261-2/+41
* cgraph.c (dump_cgraph_node): Dump size/time/benefit.Jan Hubicka2009-05-251-8/+5
* alias.c (struct alias_set_entry_d): Rename from struct alias_set_entry.Ian Lance Taylor2009-05-161-2/+2
* Revert the following patch until testsuite fallout is fixed:Jan Hubicka2009-05-151-5/+8
* cgraph.c (dump_cgraph_node): Dump size/time/benefit.Jan Hubicka2009-05-151-8/+5
* ipa-cp.c (ipcp_cloning_candidate_p): Add missing return false.Martin Jambor2009-05-111-0/+1
* cgraphbuild.c (compute_call_stmt_bb_frequency): Accept function argument; han...Jan Hubicka2009-05-081-192/+22
* omp-low.c (pass_expand_omp): Don't claim to provide PROP_gimple_lomp.Steven Bosscher2009-04-031-1/+1
* re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther2009-04-031-0/+2
* ipa-prop.h (jump_func_type): Rename IPA_UNKNOWN...Martin Jambor2009-03-301-3/+3
* cgraph.c (cgraph_free_edge): Use sizeof(*e).Martin Jambor2008-09-231-1/+1
* ipa-cp.c (ipcp_estimate_growth): Check recursive calls.Jan Hubicka2008-09-221-2/+9
* gccint.texi: Include generic.texi and gimple.texi.Diego Novillo2008-09-211-1/+2
* ipa-cp.c (ipcp_estimate_growth): Return 0 instead of false.Martin Jambor2008-09-181-1/+1
* ipa-prop.h (struct ipa_param_flags): Removed.Martin Jambor2008-09-111-24/+19
* ipa-cp.c (ipcp_need_original_clone_p): Remove.Jan Hubicka2008-08-311-20/+52
* cgraph.c (cgraph_remove_node): Do not remove nested nodes.Jan Hubicka2008-08-291-45/+173
* tree.c (build_function_type_skip_args, [...]): New functions.Jan Hubicka2008-08-291-28/+79
* loop-unswitch.c (unswitch_single_loop): Use optimize_loop_for_speed_p.Jan Hubicka2008-08-291-3/+1
* invoke.texi (-fipa-cp-clone): New option.Jan Hubicka2008-08-241-20/+190
* ipa-cp.c (ipcp_analyze_node): New function.Jan Hubicka2008-08-241-17/+21
* ipa-cp.c (constant_val_insert): Remove.Jan Hubicka2008-08-231-83/+11
* tree.c (decl_address_ip_invariant_p): New function.Jan Hubicka2008-08-231-39/+14
* cgraph.c (first_cgraph_function_insertion_hook): New variable.Jan Hubicka2008-08-211-20/+85