aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-prop.h
AgeCommit message (Expand)AuthorFilesLines
2014-10-02ipa-prop.h (ipa_get_controlled_uses): Add hack to avoid ICE when speculation ...Jan Hubicka1-2/+17
2014-09-26ipa-prop.c (ipa_intraprocedural_devirtualization): Remove.Jan Hubicka1-1/+0
2014-08-25IPA C++ refactoring 4/NMartin Liska1-5/+6
2014-08-01IPA ICF pass 1/NMartin Liska1-0/+1
2014-07-24IPA C++ refactoring 1/NMartin Liska1-1/+1
2014-06-26ipa-prop.c (ipa_impossible_devirt_target): No longer static, renamed to ipa_i...Martin Jambor1-0/+1
2014-05-23re PR tree-optimization/53787 (Possible IPA-SRA / IPA-CP improvement)Martin Jambor1-2/+3
2014-02-19ipa-prop.h (ipa_ancestor_jf_data): Update ocmment.Jan Hubicka1-1/+3
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-10cgraph.h (cgraph_node_set_iterator, [...]): Remove typedef.Oleg Endo1-19/+12
2013-11-22ipa.c (symtab_remove_unreachable_nodes): Fix up comment typos.Aldy Hernandez1-16/+39
2013-10-29tree-outof-ssa.h: Remove include files.Andrew MacLeod1-2/+0
2013-10-21Re-factor inclusion of tree.h.Diego Novillo1-1/+1
2013-08-27ipa-prop.h (ipa_pass_through_data): New field type_preserved.Martin Jambor1-4/+31
2013-08-03ipa-cp.c (gather_context_independent_values): Use ipa_get_param_move_cost.Jan Hubicka1-0/+12
2013-07-21Fix typos.Ondřej Bílka1-2/+2
2013-05-13re PR middle-end/42371 (dead code not eliminated during folding with whole-pr...Martin Jambor1-2/+43
2013-05-02re PR middle-end/56988 (ipa-cp incorrectly propagates a field of an aggregate)Martin Jambor1-0/+2
2013-04-19re PR tree-optimization/56718 (Early inlining prevents type based devirtualiz...Martin Jambor1-0/+2
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-11-21ipa-prop.h (struct ipa_node_params): Rename clone_for_all_contexts to do_clon...Martin Jambor1-1/+3
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-63/+30
2012-11-07re PR tree-optimization/53787 (Possible IPA-SRA / IPA-CP improvement)Martin Jambor1-2/+46
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-8/+8
2012-08-13tree-pass.h (write_summary, [...]): Remove set and vset arguments.Jan Hubicka1-1/+1
2012-08-11re PR fortran/48636 (Enable more inlining with -O2 and higher)Martin Jambor1-2/+3
2012-08-09cgraph.h (cgraph_indirect_call_info): Field anc_offse renamd to offset, updat...Martin Jambor1-16/+67
2012-06-04ipa-prop.h (ipa_get_jf_known_type_offset): New function.Martin Jambor1-1/+103
2011-11-15ipa-cp.c (ipa_value_from_jfunc): Make global.Maxim Kuvyrkov1-2/+5
2011-09-23ipa-prop.h (jump_func_type): Updated comments.Martin Jambor1-2/+13
2011-09-22ipa-inline-transform.c (inline_call): Always update jump functions after inli...Jan Hubicka1-1/+0
2011-09-03ipa-prop.h (ipa_jump_func_t): New typedef.Martin Jambor1-19/+9
2011-09-02ipa-prop.h (ipa_node_params): Removed fields called_with_var_arguments and no...Martin Jambor1-21/+0
2011-09-02cgraph.h (cgraph_indirect_call_info): Removed field thunk_delta.Martin Jambor1-2/+1
2011-07-19ipa-prop.h: Include alloc-pool.h, all sorts of updates to general comments.Martin Jambor1-126/+52
2011-05-14ipa-prop.c (ipa_cst_from_jfunc): New function.Martin Jambor1-1/+5
2011-04-24ipa-prop.c (ipa_propagate_indirect_call_infos): Remove obsolette WPA hack.Jan Hubicka1-0/+6
2011-04-22gengtype.c (open_base_files): Add ipa-inline.h include.Jan Hubicka1-0/+11
2011-01-03Update Copyright years for files modified in 2010.Jakub Jelinek1-1/+1
2010-12-15re PR tree-optimization/46053 (g++.dg/torture/pr45699.C FAILs with -fno-early...Martin Jambor1-1/+2
2010-12-09ipa-prop.h (struct ipa_parm_adjustment): New field alias_ptr_type.Martin Jambor1-0/+4
2010-09-14tree-sra.c (build_ref_for_offset): Loc made a parameter.Martin Jambor1-2/+2
2010-09-10re PR tree-optimization/44972 (ICE: in load_assign_lhs_subreplacements, at tr...Martin Jambor1-1/+3
2010-08-05ipa-prop.h (enum ipa_lattice_type): Changed comments.Martin Jambor1-4/+34
2010-07-22ipa-prop.h (struct ipa_node_params): Updated comment.Martin Jambor1-6/+4
2010-06-25ipa-prop.h (struct ipa_param_descriptor): Removed the modified flag.Martin Jambor1-20/+1
2010-05-19ipa-prop.c (ipa_print_node_jump_functions): Print jump functions also for ind...Martin Jambor1-1/+1
2010-05-17ipa-cp.c (ipcp_update_callgraph): Use ipa_is_param_used.Jan Hubicka1-1/+11
2010-05-17cgraph.h (cgraph_indirect_call_info): New fields anc_offset, otr_token and po...Martin Jambor1-29/+48