aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-cp.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-27ipa-prop.h (ipa_pass_through_data): New field type_preserved.Martin Jambor1-19/+22
2013-08-18cgraph.c (cgraph_create_indirect_edge): Discover polymorphic calls and record...Jan Hubicka1-1/+2
2013-08-16gimple-fold.c (gimple_extract_devirt_binfo_from_cst): Add new arugment expect...Jan Hubicka1-1/+2
2013-08-09cgraphbuild.c (cgraph_rebuild_references): Rebuild only non-speculative refs.Jan Hubicka1-4/+5
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-28/+47
2013-08-03ipa-cp.c (gather_context_independent_values): Use ipa_get_param_move_cost.Jan Hubicka1-36/+15
2013-07-25cgraph.c (release_function_body): Break out from ...Jan Hubicka1-3/+4
2013-06-27re PR c++/57208 (Latest chromium compilation fails with enabled LTO)Martin Jambor1-0/+5
2013-06-11ipa-cp.c (ipa_get_indirect_edge_target_1): Check that param_index is within b...Martin Jambor1-3/+3
2013-05-29cgraph.h (symtab_node_base): Add definition, alias and analyzed flags...Jan Hubicka1-8/+9
2013-05-17re PR middle-end/57276 (Waste work in cgraph_edge_brings_all_agg_vals_for_nod...Po-Chun Chang1-1/+4
2013-05-15ipa-prop.c (ipa_print_node_jump_functions): Print symbol order in header...Martin Jambor1-13/+15
2013-05-13re PR middle-end/42371 (dead code not eliminated during folding with whole-pr...Martin Jambor1-1/+29
2013-05-02re PR middle-end/56988 (ipa-cp incorrectly propagates a field of an aggregate)Martin Jambor1-2/+6
2013-04-19re PR tree-optimization/56718 (Early inlining prevents type based devirtualiz...Martin Jambor1-16/+2
2013-04-10passes.c (execute_todo): Do not call ggc_collect conditional here.Richard Biener1-1/+1
2013-04-08First phase of unifying the computation of profile scale factors/probabilitie...Teresa Johnson1-7/+12
2013-03-27re PR tree-optimization/55334 (mgrid regression (ipa-cp disables vectorization))Martin Jambor1-16/+0
2013-03-25ipa-cp.c (ipa_get_indirect_edge_target): Renamed to ipa_get_indirect_edge_tar...Martin Jambor1-17/+53
2013-03-20params.def (PARAM_IPA_CP_ARRAY_INDEX_HINT_BONUS): New parameter.Martin Jambor1-2/+5
2013-02-27re PR middle-end/56461 (GCC is leaking lots of memory)Jakub Jelinek1-0/+3
2013-02-21re PR tree-optimization/56310 (ICE: in decide_about_value, at ipa-cp.c:3310 w...Martin Jambor1-4/+7
2013-02-21ipa-cp.c (good_cloning_opportunity_p): Dump the real threshold instead of har...Martin Jambor1-2/+2
2013-02-20re PR tree-optimization/55334 (mgrid regression (ipa-cp disables vectorization))Martin Jambor1-0/+16
2013-02-20ipa-cp.c (initialize_node_lattices): Fix dumping condition.Martin Jambor1-1/+1
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2012-11-21ipa-prop.h (struct ipa_node_params): Rename clone_for_all_contexts to do_clon...Martin Jambor1-11/+15
2012-11-21re PR tree-optimization/55260 (ICE: in ipa_get_parm_lattices, at ipa-cp.c:263...Martin Jambor1-127/+170
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo1-9/+7
2012-11-20re PR tree-optimization/55260 (ICE: in ipa_get_parm_lattices, at ipa-cp.c:263...Martin Jambor1-4/+4
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-151/+138
2012-11-13re PR tree-optimization/55253 (Revision 193298 miscompiles sqlite with -Os)Martin Jambor1-0/+2
2012-11-11re PR tree-optimization/55238 (ICE in find_aggregate_values_for_callers_subse...Martin Jambor1-16/+37
2012-11-07re PR tree-optimization/53787 (Possible IPA-SRA / IPA-CP improvement)Martin Jambor1-236/+1237
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+1
2012-10-25ipa-cp.c (ipcp_discover_new_direct_edges): If something was turned to direct ...Jan Hubicka1-1/+8
2012-08-13tree-pass.h (write_summary, [...]): Remove set and vset arguments.Jan Hubicka1-3/+2
2012-08-11re PR fortran/48636 (Enable more inlining with -O2 and higher)Martin Jambor1-5/+26
2012-08-09cgraph.h (cgraph_indirect_call_info): Field anc_offse renamd to offset, updat...Martin Jambor1-1/+1
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-3/+0
2012-06-04ipa-prop.h (ipa_get_jf_known_type_offset): New function.Martin Jambor1-42/+29
2012-05-29LANGUAGES: Fix typos.Joseph Myers1-2/+2
2012-05-10cgraph.h (cgraph_remove_unreachable_nodes): Rename to ...Jan Hubicka1-1/+0
2012-04-30re PR middle-end/53136 (Use after free in ipa_make_edge_direct_to_target, cxx...Uros Bizjak1-2/+3
2012-04-20lto-symtab.c (lto_cgraph_replace_node): Merge needed instead of force flags.Jan Hubicka1-2/+0
2012-04-18cgraph.c (cgraph_node_name): Remove.Jan Hubicka1-1/+1
2012-04-14cgraph.h: Update copyrights;Jan Hubicka1-13/+14
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