summaryrefslogtreecommitdiff
path: root/gcc/ipa-prop.c
Commit message (Expand)AuthorAgeFilesLines
* ipa-prop.c (ipa_write_jump_function): Stream simple and aritmetic pass-throug...Martin Jambor2013-03-251-27/+52
* cgraph.h (cgraph_get_create_real_symbol_node): Declare.Jan Hubicka2013-03-171-26/+1
* re PR tree-optimization/56265 (ICE in ipa_make_edge_direct_to_target)Jan Hubicka2013-02-201-3/+58
* Update copyright years in gcc/Richard Sandiford2013-01-101-2/+1
* re PR tree-optimization/55823 (ice in inline_call, at ipa-inline-transform.c:...Jan Hubicka2013-01-081-27/+25
* re PR lto/55736 (lto ICE: tree code ''junl is not supported in LTO streams)Richard Biener2012-12-191-28/+3
* re PR tree-optimization/55683 (ICE in inline_call, at ipa-inline-transform.c:...Jan Hubicka2012-12-191-1/+8
* re PR middle-end/55078 (FAIL: g++.dg/torture/pr46154.C)Martin Jambor2012-12-071-26/+29
* re PR middle-end/52890 (Revision 185336 causes 10% degradation on cpu2000 ben...Martin Jambor2012-11-301-2/+25
* ipa-prop.c (ipa_modify_call_arguments): Set loc correctly.Dehao Chen2012-11-271-1/+2
* Introduce vNULL to use as a nil initializer for vec<>.Diego Novillo2012-11-201-5/+3
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-139/+115
* ipa-prop.c (determine_known_aggregate_parts): Skip writes to different declar...Martin Jambor2012-11-081-1/+6
* re PR tree-optimization/53787 (Possible IPA-SRA / IPA-CP improvement)Martin Jambor2012-11-071-25/+411
* ipa-prop.c (ipa_get_param_decl_index_1): New function.Martin Jambor2012-11-061-21/+30
* ipa-cp.c (ipcp_discover_new_direct_edges): If something was turned to direct ...Jan Hubicka2012-10-251-0/+7
* re PR bootstrap/54876 (LTO bootstrap broken, streaming garbage-collected BLOCK)Richard Biener2012-10-101-1/+13
* tree.h (tree_constructor): Remove IS_UNKNOWN_LOCATION.Dehao Chen2012-09-271-1/+1
* function.c (push_cfun): Check old current_function_decl matches old cfun...Martin Jambor2012-09-201-2/+0
* ipa-prop.c (prune_expression_for_jf): New function.Martin Jambor2012-09-191-3/+16
* Integrate lexical block into source_location.Dehao Chen2012-09-191-0/+5
* Remove unnecessary VEC function overloads.Diego Novillo2012-09-101-24/+21
* params.def (PARAM_IPA_MAX_AGG_ITEMS): New parameter.Martin Jambor2012-09-101-5/+3
* Modify gcc/*.[hc] double_int call sites to use the new interface.Lawrence Crowl2012-09-071-2/+2
* backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo2012-08-141-16/+16
* tree-pass.h (write_summary, [...]): Remove set and vset arguments.Jan Hubicka2012-08-131-6/+11
* cgraph.h (vector types for symtab_node): Add.Jan Hubicka2012-08-111-6/+6
* cgraph.h (cgraph_indirect_call_info): Field anc_offse renamd to offset, updat...Martin Jambor2012-08-091-307/+700
* tree-flow.h (set_default_def): Rename to ...Richard Guenther2012-08-021-1/+4
* tree-dfa.c (referenced_var_lookup): Remove.Richard Guenther2012-08-021-1/+0
* tree-flow.h (struct gimple_df): Remove syms_to_rename member, add ssa_renamin...Richard Guenther2012-08-011-1/+0
* system.h (dump_file): Do not define.Steven Bosscher2012-07-161-3/+0
* re PR middle-end/38474 (compile time explosion in dataflow_set_preserve_mem_l...Martin Jambor2012-07-021-2/+2
* ipa-prop.h (ipa_get_jf_known_type_offset): New function.Martin Jambor2012-06-041-70/+93
* builtins.c (get_object_alignment_1): Return whether we can determine the alig...Martin Jambor2012-05-031-1/+2
* coretypes.h (gimple_seq, [...]): Typedef as gimple.Michael Matz2012-05-021-1/+1
* re PR middle-end/53136 (Use after free in ipa_make_edge_direct_to_target, cxx...Uros Bizjak2012-04-301-4/+4
* cgraph.h (FOR_EACH_VARIABLE, [...]): New macros.Jan Hubicka2012-04-161-3/+3
* cgraph.h: Update copyrights;Jan Hubicka2012-04-141-8/+8
* re PR tree-optimization/52402 (IPA-SRA creates aligned loads from unaligned m...Richard Guenther2012-02-281-3/+21
* re PR bootstrap/52041 (Bootstrap failure at revision 183650 with --enable-che...Jakub Jelinek2012-01-311-4/+2
* lto-streamer-out.c (write_symbol): Use proper 64-bit host type.Eric Botcazou2011-12-131-3/+3
* cgraph.c (cgraph_create_edge_1): Initialize call_stmt_cannot_inline_p from th...Richard Guenther2011-12-051-10/+4
* re PR tree-optimization/51012 (ICE: in fold_convert_loc, at fold-const.c:1897...Richard Guenther2011-11-081-0/+7
* 2011-11-6 Richard Guenther <rguenther@suse.de>Richard Guenther2011-11-061-1/+4
* ipa-prop.c (type_change_info): New fields offset, object, known_current_type ...Martin Jambor2011-11-031-13/+105
* ipa-prop.c (mark_modified): Moved up in the file.Martin Jambor2011-10-311-57/+146
* ipa-prop.c (compute_pass_through_member_ptrs): Rename parm_info to parm_ainfo.Martin Jambor2011-10-271-26/+27
* ipa-prop.h (jump_func_type): Updated comments.Martin Jambor2011-09-231-40/+38
* * ipa-prop.c (ipa_print_node_jump_functions): Fix typos.Maxim Kuvyrkov2011-09-221-3/+3