summaryrefslogtreecommitdiff
path: root/gcc/ipa-prop.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ipa-inline-transform.c (inline_call): Always update jump functions after inli...Jan Hubicka2011-09-221-26/+15
* ipa-prop.h (ipa_jump_func_t): New typedef.Martin Jambor2011-09-031-81/+37
* ipa-prop.h (ipa_node_params): Removed fields called_with_var_arguments and no...Martin Jambor2011-09-021-28/+3
* cgraph.h (cgraph_indirect_call_info): Removed field thunk_delta.Martin Jambor2011-09-021-18/+9
* data-streamer.h (streamer_write_zero): Rename from output_zero.Diego Novillo2011-08-121-36/+30
* tree-streamer-out.c (lto_output_ts_decl_with_vis_tree_pointers): Call stream_...Diego Novillo2011-08-111-14/+14
* rebaseDiego Novillo2011-08-081-0/+2
* ipa-prop.h: Include alloc-pool.h, all sorts of updates to general comments.Martin Jambor2011-07-191-192/+33
* re PR debug/47858 (IPA-SRA decreases quality of debug info)Jakub Jelinek2011-06-221-2/+39
* gimple.c (canonicalize_cond_expr_cond): (bool)x is not the same as x != 0.Richard Guenther2011-06-161-1/+2
* re PR tree-optimization/48613 (ICE: vector VEC(ipa_node_params_t,base) index ...Martin Jambor2011-06-151-2/+5
* ipa-prop.c (ipa_make_edge_direct_to_target): Fix code setting varying args.Jan Hubicka2011-06-111-4/+6
* ipa-prop.c (ipa_write_node_info): Stream jump functions for indirect calls.Jan Hubicka2011-06-101-2/+23
* ipa-cp.c (ipcp_versionable_function_p): Aliases are not versionable.Jan Hubicka2011-06-101-5/+6
* ipa-cp.c (ipcp_process_devirtualization_opportunities): Update call of gimple...Jan Hubicka2011-06-101-1/+1
* ipa-prop.c (ipa_cst_from_jfunc): New function.Martin Jambor2011-05-141-0/+17
* cgraph.c (cgraph_add_thunk): Create real function node instead of alias node...Jan Hubicka2011-05-061-2/+4
* tree.h (int_const_binop): Remove notrunc argument.Richard Guenther2011-05-041-1/+1
* ipa-prop.c (function_insertion_hook_holder): New holder.Jan Hubicka2011-04-271-0/+14
* ipa-prop.c (ipa_propagate_indirect_call_infos): Remove obsolette WPA hack.Jan Hubicka2011-04-241-4/+0
* gengtype.c (open_base_files): Add ipa-inline.h include.Jan Hubicka2011-04-221-1/+64
* remove useless if-before-free testsJim Meyering2011-04-201-2/+1
* Makefile.in (INTERNAL_FN_DEF, [...]): Define.Richard Sandiford2011-04-201-0/+2
* ipa-prop.c (stmt_may_be_vtbl_ptr_store): Return false for scalar non-pointer ...Martin Jambor2011-04-191-6/+12
* ipa-cp.c (ipcp_process_devirtualization_opportunities): Take into account anc...Martin Jambor2011-04-191-50/+94
* re PR middle-end/48661 (wrong-code regression with devirtualization)Jakub Jelinek2011-04-181-1/+1
* ipa-prop.c (ipa_analyze_virtual_call_uses): Remove handling of ADR_EXPRs.Martin Jambor2011-04-151-12/+0
* cgraph.c (dump_cgraph_node): Do not dump inline summaries.Jan Hubicka2011-04-141-1/+1
* except.c (set_nothrow_function_flags): Call cgraph_get_node instead of cgraph...Martin Jambor2011-04-111-1/+1
* re PR tree-optimization/48195 (ICE: vector VEC(ipa_node_params_t,base) index ...Martin Jambor2011-04-111-1/+4
* Remove doubled up words.Mike Stump2011-04-101-3/+3
* cgraph.c: Fix comment typos.Nathan Froyd2011-02-111-9/+9
* common.opt (fdevirtualize): New flag.Martin Jambor2011-01-151-3/+8
* re PR tree-optimization/45934 (g++.old-deja/g++.other/dtor5.C FAILs with -fin...Martin Jambor2011-01-151-25/+187
* re PR tree-optimization/46367 (ICE during cgraph edge cloning)Jan Hubicka2011-01-071-0/+4
* re PR tree-optimization/46984 (g++.dg/torture/pr45699.C FAILs with -fno-early...Martin Jambor2011-01-031-3/+1
* re PR tree-optimization/45934 (g++.old-deja/g++.other/dtor5.C FAILs with -fin...Martin Jambor2010-12-221-31/+25
* re PR tree-optimization/46053 (g++.dg/torture/pr45699.C FAILs with -fno-early...Martin Jambor2010-12-151-12/+22
* ipa-prop.c (compute_complex_ancestor_jump_func): Work also if the zero is the...Martin Jambor2010-12-091-3/+7