aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-cp.c
AgeCommit message (Expand)AuthorFilesLines
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