summaryrefslogtreecommitdiff
path: root/gcc/ipa-cp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* gimple.c (gimple_build_call_1): Deal with FUNCTION_DECL fn.Richard Guenther2008-08-091-1/+1
* builtins.c (expand_builtin_profile_func): Avoid C++ keywords.Kaveh R. Ghazi2008-08-061-5/+7
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-13/+8
* ipa-cp.c (ipcp_print_edge_profiles): Test for node->analyzed rather than for ...Martin Jambor2008-07-231-68/+28
* ipa-cp.c (ipcp_print_all_lattices): New variable info...Martin Jambor2008-07-171-8/+33
* ipa-cp.c (ipcp_init_cloned_node): Call ipa_check_create_node_params instead o...Martin Jambor2008-07-081-5/+5
* cgraph.c: Fix typos in comments.Ralf Wildenhues2008-06-061-2/+2
* ipa-cp.c (ipcp_method_orig_node): Renamed to ipcp_get_orig_node.Martin Jambor2008-05-061-392/+284
* ipa-cp.c (ipcp_init_stage): Calls ipa_set_called_with_variable_arg instead of...Martin Jambor2008-04-301-141/+153
* re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka2008-03-191-3/+6
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* ipa.c (cgraph_postorder): Cast according to the coding conventions.Thomas Neumann2007-06-301-1/+1
* c-typeck.c, [...]: Fix typos and follow spelling conventions in various warni...Kazu Hirata2007-05-261-1/+1
* function.c (gimplify_parameters): Call build_gimple_modify_stmt instead of ca...Roger Sayle2007-02-191-2/+2
* cfgloop.c, [...]: Fix comment typos.Kazu Hirata2007-02-181-1/+1