aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-cp.c
AgeCommit message (Expand)AuthorFilesLines
2012-01-13Update copyright year.Ian Lance Taylor1-1/+1
2012-01-13ipa-cp.c (ipa_get_indirect_edge_target): Add typecasts when comparing param_i...Ian Lance Taylor1-2/+3
2012-01-08re PR tree-optimization/51694 (ICE while compiling alliance package)Jan Hubicka1-2/+3
2011-12-13re PR tree-optimization/51362 (ICE: SIGFPE (division by zero) in good_cloning...Martin Jambor1-0/+8
2011-12-07re PR tree-optimization/50744 (ice in good_cloning_opportunity_p)Martin Jambor1-12/+31
2011-11-15ipa-cp.c (ipa_value_from_jfunc): Make global.Maxim Kuvyrkov1-24/+11
2011-09-23ipa-prop.h (jump_func_type): Updated comments.Martin Jambor1-2/+20
2011-09-07re PR middle-end/50301 (416.gamess in SPEC CPU 2006 failed to build with LTO)Martin Jambor1-1/+10
2011-09-06ipa-inline.h (struct inline_summary): Move versionable flag...Martin Jambor1-7/+4
2011-09-02ipa-prop.h (ipa_node_params): Removed fields called_with_var_arguments and no...Martin Jambor1-31/+17
2011-09-02cgraph.h (cgraph_indirect_call_info): Removed field thunk_delta.Martin Jambor1-14/+10
2011-07-26re PR bootstrap/49786 (bootstrap failed with bootstrap-profiled)Martin Jambor1-4/+6
2011-07-19ipa-prop.h: Include alloc-pool.h, all sorts of updates to general comments.Martin Jambor1-1056/+1992
2011-06-14dumping cleanup phase 1 -- Removing TODO_dump_funcDavid Li1-1/+1
2011-06-14* ipa-cp.c (ipcp_iterate_stage): Revert accidental commit.Jan Hubicka1-1/+1
2011-06-10ipa-cp.c (ipcp_versionable_function_p): Thunks are not versionable.Jan Hubicka1-40/+48
2011-06-10ipa-cp.c (ipcp_versionable_function_p): Aliases are not versionable.Jan Hubicka1-30/+36
2011-06-10ipa-cp.c (ipcp_process_devirtualization_opportunities): Update call of gimple...Jan Hubicka1-3/+2
2011-05-14ipa-prop.c (ipa_cst_from_jfunc): New function.Martin Jambor1-2/+8
2011-05-08cgraph.c (cgraph_clone_node): Add call_duplication_hook parameter.Jan Hubicka1-1/+2
2011-05-06cgraph.c (cgraph_add_thunk): Create real function node instead of alias node...Jan Hubicka1-2/+7
2011-04-22gengtype.c (open_base_files): Add ipa-inline.h include.Jan Hubicka1-83/+12
2011-04-19revert 172213 and add assertionXinliang David Li1-22/+1
2011-04-19ipa-cp.c (ipcp_process_devirtualization_opportunities): Devirtualize also acc...Martin Jambor1-27/+47
2011-04-19ipa-cp.c (ipcp_process_devirtualization_opportunities): Take into account anc...Martin Jambor1-4/+13
2011-04-19cgraph.h (cgraph_optimize_for_size_p): Declare.Jan Hubicka1-1/+1
2011-04-18re PR middle-end/48661 (wrong-code regression with devirtualization)Jakub Jelinek1-1/+1
2011-04-16cgraphbuild.c: Include ipa-inline.h.Jan Hubicka1-2/+2
2011-04-14cgraph.c (dump_cgraph_node): Do not dump inline summaries.Jan Hubicka1-4/+5
2011-04-11re PR tree-optimization/48195 (ICE: vector VEC(ipa_node_params_t,base) index ...Martin Jambor1-2/+2
2011-04-08FDO insane profileXinliang David Li1-0/+23
2011-03-05re PR tree-optimization/47967 (ICE: verify_stmts failed: conversion of regist...Jakub Jelinek1-14/+37
2011-02-11cgraph.c: Fix comment typos.Nathan Froyd1-9/+9
2011-01-26re PR tree-optimization/47237 (builtin_apply_args broken WRT local ABI changes.)Jan Hubicka1-24/+35
2010-12-22re PR tree-optimization/45934 (g++.old-deja/g++.other/dtor5.C FAILs with -fin...Martin Jambor1-36/+4
2010-12-15re PR tree-optimization/46053 (g++.dg/torture/pr45699.C FAILs with -fno-early...Martin Jambor1-8/+16
2010-10-26re PR lto/45736 (ICE: in cgraph_remove_unreachable_nodes, at ipa.c:245 with -...Jan Hubicka1-1/+10
2010-09-14tree-sra.c (build_ref_for_offset): Loc made a parameter.Martin Jambor1-1/+2
2010-09-10re PR tree-optimization/44972 (ICE: in load_assign_lhs_subreplacements, at tr...Martin Jambor1-11/+3
2010-09-07re PR fortran/43665 (INTENT(IN) etc. optimization of calls: function annotati...Martin Jambor1-2/+5
2010-08-05ipa-cp.c (ipcp_discover_new_direct_edges): New function.Martin Jambor1-2/+52
2010-08-05ipa-prop.h (enum ipa_lattice_type): Changed comments.Martin Jambor1-41/+275
2010-07-23re PR tree-optimization/44915 (ICE: SIGSEGV in walk_aliased_vdefs_1.constprop...Martin Jambor1-1/+3
2010-07-08cgraph.c (cgraph_will_be_removed_from_program_if_no_direct_calls): New function.Jan Hubicka1-2/+3
2010-06-28ipa-cp.c (ipcp_init_cloned_node): Replace calls to ipa_check_create_node_para...Martin Jambor1-2/+5
2010-06-25ipa-prop.h (struct ipa_param_descriptor): Removed the modified flag.Martin Jambor1-21/+7
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis1-1/+1
2010-05-29re PR middle-end/44324 (gcc.dg/tree-ssa/ipa-cp-1.c failed)Jan Hubicka1-1/+1
2010-05-29cgraph.c (clone_function_name): Take SUFFIX argument; export.Jan Hubicka1-1/+1
2010-05-21diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers1-0/+1