aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-prop.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-07re PR middle-end/55078 (FAIL: g++.dg/torture/pr46154.C)Martin Jambor1-26/+29
2012-11-30re PR middle-end/52890 (Revision 185336 causes 10% degradation on cpu2000 ben...Martin Jambor1-2/+25
2012-11-27ipa-prop.c (ipa_modify_call_arguments): Set loc correctly.Dehao Chen1-1/+2
2012-11-20Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo1-5/+3
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-139/+115
2012-11-08ipa-prop.c (determine_known_aggregate_parts): Skip writes to different declar...Martin Jambor1-1/+6
2012-11-07re PR tree-optimization/53787 (Possible IPA-SRA / IPA-CP improvement)Martin Jambor1-25/+411
2012-11-06ipa-prop.c (ipa_get_param_decl_index_1): New function.Martin Jambor1-21/+30
2012-10-25ipa-cp.c (ipcp_discover_new_direct_edges): If something was turned to direct ...Jan Hubicka1-0/+7
2012-10-10re PR bootstrap/54876 (LTO bootstrap broken, streaming garbage-collected BLOCK)Richard Biener1-1/+13
2012-09-27tree.h (tree_constructor): Remove IS_UNKNOWN_LOCATION.Dehao Chen1-1/+1
2012-09-20function.c (push_cfun): Check old current_function_decl matches old cfun...Martin Jambor1-2/+0
2012-09-19ipa-prop.c (prune_expression_for_jf): New function.Martin Jambor1-3/+16
2012-09-19Integrate lexical block into source_location.Dehao Chen1-0/+5
2012-09-10Remove unnecessary VEC function overloads.Diego Novillo1-24/+21
2012-09-10params.def (PARAM_IPA_MAX_AGG_ITEMS): New parameter.Martin Jambor1-5/+3
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