aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-prop.c
AgeCommit message (Expand)AuthorFilesLines
2010-10-04re PR tree-optimization/45572 (various ICEs with -finline-small-functions -fi...Martin Jambor1-1/+1
2010-09-18re PR tree-optimization/45453 (ICE: verify_cgraph_node failed: inlined_to poi...Jan Hubicka1-0/+1
2010-09-10re PR tree-optimization/44972 (ICE: in load_assign_lhs_subreplacements, at tr...Martin Jambor1-9/+13
2010-09-10re PR tree-optimization/44972 (ICE: in load_assign_lhs_subreplacements, at tr...Martin Jambor1-31/+68
2010-08-21tree-pass.h (pass_ipa_cdtor_merge): New function.Jan Hubicka1-1/+2
2010-08-20vec.h (FOR_EACH_VEC_ELT): Define.Nathan Froyd1-6/+2
2010-08-05ipa-prop.h (enum ipa_lattice_type): Changed comments.Martin Jambor1-5/+12
2010-07-30ipa-prop.c (ipa_modify_formal_parameters): Use build_distinct_type_copy.Richard Guenther1-1/+1
2010-07-15tree.h (DECL_CHAIN): Define.Nathan Froyd1-7/+7
2010-07-01re PR middle-end/42834 (memcpy folding overeager)Richard Guenther1-3/+5
2010-06-28re PR middle-end/44671 (Partial inlining breaks C++)Jan Hubicka1-0/+7
2010-06-25ipa-prop.h (struct ipa_param_descriptor): Removed the modified flag.Martin Jambor1-135/+168
2010-06-25ipa-prop.c (determine_cst_member_ptr): Ignore non-clobbering statements inste...Martin Jambor1-7/+13
2010-06-14lto-streamer.c (cached_bp): Remove.Richard Guenther1-22/+18
2010-06-08utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis1-14/+11
2010-05-21diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers1-0/+2
2010-05-20ipa-prop.c (compute_complex_ancestor_jump_func): Bail out if !cond.Segher Boessenkool1-1/+2
2010-05-19ipa-prop.c (ipa_print_node_jump_functions): Print jump functions also for ind...Martin Jambor1-65/+126
2010-05-18ipacp_0.c: New test.Jan Hubicka1-5/+12
2010-05-17ipa-cp.c (ipcp_update_callgraph): Use ipa_is_param_used.Jan Hubicka1-3/+46
2010-05-17cgraph.h (cgraph_indirect_call_info): New fields anc_offset, otr_token and po...Martin Jambor1-105/+451
2010-05-15ipa-prop.c (ipa_prop_read_section): Add sanity check that node is analyzed.Jan Hubicka1-0/+1
2010-05-12cgraphbuild.c (build_cgraph_edges, [...]): Build indrect edges too.Jan Hubicka1-6/+3
2010-04-28cgraph.h (struct cgraph_node): New field indirect_calls.Martin Jambor1-147/+98
2010-04-21* ipa-prop.c (ipa_edge_removal_hook): Check for bounds.Jan Hubicka1-0/+4
2010-04-18fold-const.c (fold_comparison): Use ssizetype.Eric Botcazou1-1/+1
2010-04-09ipa-cp.c (ipcp_lats_are_equal): Return true also if the two lattices are addr...Martin Jambor1-0/+7
2010-04-07ipa-reference.c (mark_load): Use get_base_address.Richard Guenther1-1/+3
2010-04-02Make-lang.in, [...]: Update copyright years.Steven Bosscher1-1/+2
2010-03-08ipa-prop.h (struct ipa_param_descriptor): Removed the called field.Martin Jambor1-12/+2
2010-02-10re PR lto/42985 (Internal compiler error: in ipcp_iterate_stage with differen...Martin Jambor1-4/+4
2010-01-04re PR tree-optimization/42366 (ICE in ipa_write_node_info, at ipa-prop.c:2023)Martin Jambor1-1/+2
2009-12-01cgraph.h (struct cgraph_edge): Reorder fields.Martin Jambor1-0/+1
2009-11-30re PR middle-end/42206 (ipa-prop.c: use of uninitialised local data)Martin Jambor1-1/+1
2009-11-25Remove trailing white spaces.H.J. Lu1-1/+1
2009-11-18ipa-prop.h (struct ipa_param_call_note): New field lto_stmt_uid.Martin Jambor1-11/+79
2009-11-11re PR lto/41932 (LTO ICE when compiling ocaml trunk (incompatible type))Martin Jambor1-1/+4
2009-10-22ipa-cp.c (ipcp_write_summary, [...]): New functions.Jan Hubicka1-9/+305
2009-10-13re PR tree-optimization/41661 (ICE due to IPCP trying to create/fold a REAL t...Martin Jambor1-0/+3
2009-10-082009-10-07 Mark Heffernan <meheff@google.com>Mark Heffernan1-1/+3
2009-10-03Merge lto branch into trunk.Diego Novillo1-0/+4
2009-08-14ipa-prop.c (compute_complex_pass_through): If we cannot compute a non-varying...Richard Guenther1-1/+4
2009-08-07ipa-prop.h (enum jump_func_type): New value IPA_JF_ANCESTOR, changed comments.Martin Jambor1-15/+117
2009-08-07ipa-prop.c (count_formal_params_1): New function.Martin Jambor1-8/+466
2009-07-31re PR tree-optimization/40914 (ipa_analyze_call_uses fails to handle ptrmemfu...Richard Earnshaw1-11/+17
2009-07-24ipa-prop.h (struct ipa_node_params): New flag node_enqued.Martin Jambor1-21/+29
2009-06-03re PR tree-optimization/40323 (compiling just takes forever and doesn't reall...Martin Jambor1-0/+2
2009-05-20tree-flow.h (insert_edge_copies_seq): Undeclare.Martin Jambor1-0/+18
2009-05-18ipa-prop.c (ipa_check_stmt_modifications): Removed.Martin Jambor1-53/+25
2009-05-08cgraphbuild.c (compute_call_stmt_bb_frequency): Accept function argument; han...Jan Hubicka1-1/+1