aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-cp.c
AgeCommit message (Expand)AuthorFilesLines
2009-05-16alias.c (struct alias_set_entry_d): Rename from struct alias_set_entry.Ian Lance Taylor1-2/+2
2009-05-15Revert the following patch until testsuite fallout is fixed:Jan Hubicka1-5/+8
2009-05-15cgraph.c (dump_cgraph_node): Dump size/time/benefit.Jan Hubicka1-8/+5
2009-05-11ipa-cp.c (ipcp_cloning_candidate_p): Add missing return false.Martin Jambor1-0/+1
2009-05-08cgraphbuild.c (compute_call_stmt_bb_frequency): Accept function argument; han...Jan Hubicka1-192/+22
2009-04-03omp-low.c (pass_expand_omp): Don't claim to provide PROP_gimple_lomp.Steven Bosscher1-1/+1
2009-04-03re PR middle-end/13146 (inheritance for nonoverlapping_component_refs_p)Richard Guenther1-0/+2
2009-03-30ipa-prop.h (jump_func_type): Rename IPA_UNKNOWN...Martin Jambor1-3/+3
2008-09-23cgraph.c (cgraph_free_edge): Use sizeof(*e).Martin Jambor1-1/+1
2008-09-22ipa-cp.c (ipcp_estimate_growth): Check recursive calls.Jan Hubicka1-2/+9
2008-09-21gccint.texi: Include generic.texi and gimple.texi.Diego Novillo1-1/+2
2008-09-18ipa-cp.c (ipcp_estimate_growth): Return 0 instead of false.Martin Jambor1-1/+1
2008-09-11ipa-prop.h (struct ipa_param_flags): Removed.Martin Jambor1-24/+19
2008-08-31ipa-cp.c (ipcp_need_original_clone_p): Remove.Jan Hubicka1-20/+52
2008-08-29cgraph.c (cgraph_remove_node): Do not remove nested nodes.Jan Hubicka1-45/+173
2008-08-29tree.c (build_function_type_skip_args, [...]): New functions.Jan Hubicka1-28/+79
2008-08-29loop-unswitch.c (unswitch_single_loop): Use optimize_loop_for_speed_p.Jan Hubicka1-3/+1
2008-08-24invoke.texi (-fipa-cp-clone): New option.Jan Hubicka1-20/+190
2008-08-24ipa-cp.c (ipcp_analyze_node): New function.Jan Hubicka1-17/+21
2008-08-23ipa-cp.c (constant_val_insert): Remove.Jan Hubicka1-83/+11
2008-08-23tree.c (decl_address_ip_invariant_p): New function.Jan Hubicka1-39/+14
2008-08-21cgraph.c (first_cgraph_function_insertion_hook): New variable.Jan Hubicka1-20/+85
2008-08-09gimple.c (gimple_build_call_1): Deal with FUNCTION_DECL fn.Richard Guenther1-1/+1
2008-08-06builtins.c (expand_builtin_profile_func): Avoid C++ keywords.Kaveh R. Ghazi1-5/+7
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-13/+8
2008-07-23ipa-cp.c (ipcp_print_edge_profiles): Test for node->analyzed rather than for ...Martin Jambor1-68/+28
2008-07-17ipa-cp.c (ipcp_print_all_lattices): New variable info...Martin Jambor1-8/+33
2008-07-08ipa-cp.c (ipcp_init_cloned_node): Call ipa_check_create_node_params instead o...Martin Jambor1-5/+5
2008-06-06cgraph.c: Fix typos in comments.Ralf Wildenhues1-2/+2
2008-05-06ipa-cp.c (ipcp_method_orig_node): Renamed to ipcp_get_orig_node.Martin Jambor1-392/+284
2008-04-30ipa-cp.c (ipcp_init_stage): Calls ipa_set_called_with_variable_arg instead of...Martin Jambor1-141/+153
2008-03-19re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka1-3/+6
2007-07-26Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton1-4/+3
2007-06-30ipa.c (cgraph_postorder): Cast according to the coding conventions.Thomas Neumann1-1/+1
2007-05-26c-typeck.c, [...]: Fix typos and follow spelling conventions in various warni...Kazu Hirata1-1/+1
2007-02-19function.c (gimplify_parameters): Call build_gimple_modify_stmt instead of ca...Roger Sayle1-2/+2
2007-02-18cfgloop.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2007-02-15tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore1-2/+2
2007-01-28ipa-cp.c (ipcp_insert_stage, [...]): Support for SSA.Razya Ladelsky1-58/+66
2006-12-16omp-low.c (expand_omp_parallel): Set function properties.Jan Hubicka1-0/+2
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-1/+1
2006-04-17cgraph.h (cgraph_edge_p): New.Kazu Hirata1-5/+5
2006-03-02tree-vrp.c (execute_vrp): Return value.Daniel Berlin1-1/+2
2006-01-31tree-vrp.c: Use XNEW/XCNEW allocation wrappers.Marcin Dalecki1-2/+2
2005-08-17crtfastmath.c, [...]: Update FSF address.Kelley Cook1-2/+2
2005-08-06Makefile.in, [...]: Fix comment/doc typos.Kazu Hirata1-3/+3
2005-08-01ipa-cp.c: New file.Razya Ladelsky1-0/+1143