aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-prop.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-07Modify gcc/*.[hc] double_int call sites to use the new interface.Lawrence Crowl1-2/+2
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-16/+16
2012-08-13tree-pass.h (write_summary, [...]): Remove set and vset arguments.Jan Hubicka1-6/+11
2012-08-11cgraph.h (vector types for symtab_node): Add.Jan Hubicka1-6/+6
2012-08-09cgraph.h (cgraph_indirect_call_info): Field anc_offse renamd to offset, updat...Martin Jambor1-307/+700
2012-08-02tree-flow.h (set_default_def): Rename to ...Richard Guenther1-1/+4
2012-08-02tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther1-1/+0
2012-08-01tree-flow.h (struct gimple_df): Remove syms_to_rename member, add ssa_renamin...Richard Guenther1-1/+0
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-3/+0
2012-07-02re PR middle-end/38474 (compile time explosion in dataflow_set_preserve_mem_l...Martin Jambor1-2/+2
2012-06-04ipa-prop.h (ipa_get_jf_known_type_offset): New function.Martin Jambor1-70/+93
2012-05-03builtins.c (get_object_alignment_1): Return whether we can determine the alig...Martin Jambor1-1/+2
2012-05-02coretypes.h (gimple_seq, [...]): Typedef as gimple.Michael Matz1-1/+1
2012-04-30re PR middle-end/53136 (Use after free in ipa_make_edge_direct_to_target, cxx...Uros Bizjak1-4/+4
2012-04-16cgraph.h (FOR_EACH_VARIABLE, [...]): New macros.Jan Hubicka1-3/+3
2012-04-14cgraph.h: Update copyrights;Jan Hubicka1-8/+8
2012-02-28re PR tree-optimization/52402 (IPA-SRA creates aligned loads from unaligned m...Richard Guenther1-3/+21
2012-01-31re PR bootstrap/52041 (Bootstrap failure at revision 183650 with --enable-che...Jakub Jelinek1-4/+2
2011-12-13lto-streamer-out.c (write_symbol): Use proper 64-bit host type.Eric Botcazou1-3/+3
2011-12-05cgraph.c (cgraph_create_edge_1): Initialize call_stmt_cannot_inline_p from th...Richard Guenther1-10/+4
2011-11-08re PR tree-optimization/51012 (ICE: in fold_convert_loc, at fold-const.c:1897...Richard Guenther1-0/+7
2011-11-062011-11-6 Richard Guenther <rguenther@suse.de>Richard Guenther1-1/+4
2011-11-03ipa-prop.c (type_change_info): New fields offset, object, known_current_type ...Martin Jambor1-13/+105
2011-10-31ipa-prop.c (mark_modified): Moved up in the file.Martin Jambor1-57/+146
2011-10-27ipa-prop.c (compute_pass_through_member_ptrs): Rename parm_info to parm_ainfo.Martin Jambor1-26/+27
2011-09-23ipa-prop.h (jump_func_type): Updated comments.Martin Jambor1-40/+38
2011-09-22* ipa-prop.c (ipa_print_node_jump_functions): Fix typos.Maxim Kuvyrkov1-3/+3
2011-09-22ipa-inline-transform.c (inline_call): Always update jump functions after inli...Jan Hubicka1-26/+15
2011-09-03ipa-prop.h (ipa_jump_func_t): New typedef.Martin Jambor1-81/+37
2011-09-02ipa-prop.h (ipa_node_params): Removed fields called_with_var_arguments and no...Martin Jambor1-28/+3
2011-09-02cgraph.h (cgraph_indirect_call_info): Removed field thunk_delta.Martin Jambor1-18/+9
2011-08-12data-streamer.h (streamer_write_zero): Rename from output_zero.Diego Novillo1-36/+30
2011-08-11tree-streamer-out.c (lto_output_ts_decl_with_vis_tree_pointers): Call stream_...Diego Novillo1-14/+14
2011-08-08rebaseDiego Novillo1-0/+2
2011-07-19ipa-prop.h: Include alloc-pool.h, all sorts of updates to general comments.Martin Jambor1-192/+33
2011-06-22re PR debug/47858 (IPA-SRA decreases quality of debug info)Jakub Jelinek1-2/+39
2011-06-16gimple.c (canonicalize_cond_expr_cond): (bool)x is not the same as x != 0.Richard Guenther1-1/+2
2011-06-15re PR tree-optimization/48613 (ICE: vector VEC(ipa_node_params_t,base) index ...Martin Jambor1-2/+5
2011-06-11ipa-prop.c (ipa_make_edge_direct_to_target): Fix code setting varying args.Jan Hubicka1-4/+6
2011-06-10ipa-prop.c (ipa_write_node_info): Stream jump functions for indirect calls.Jan Hubicka1-2/+23
2011-06-10ipa-cp.c (ipcp_versionable_function_p): Aliases are not versionable.Jan Hubicka1-5/+6
2011-06-10ipa-cp.c (ipcp_process_devirtualization_opportunities): Update call of gimple...Jan Hubicka1-1/+1
2011-05-14ipa-prop.c (ipa_cst_from_jfunc): New function.Martin Jambor1-0/+17
2011-05-06cgraph.c (cgraph_add_thunk): Create real function node instead of alias node...Jan Hubicka1-2/+4
2011-05-04tree.h (int_const_binop): Remove notrunc argument.Richard Guenther1-1/+1
2011-04-27ipa-prop.c (function_insertion_hook_holder): New holder.Jan Hubicka1-0/+14
2011-04-24ipa-prop.c (ipa_propagate_indirect_call_infos): Remove obsolette WPA hack.Jan Hubicka1-4/+0
2011-04-22gengtype.c (open_base_files): Add ipa-inline.h include.Jan Hubicka1-1/+64
2011-04-20remove useless if-before-free testsJim Meyering1-2/+1
2011-04-20Makefile.in (INTERNAL_FN_DEF, [...]): Define.Richard Sandiford1-0/+2