summaryrefslogtreecommitdiff
path: root/gcc/ipa-prop.h
Commit message (Expand)AuthorAgeFilesLines
* Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek2013-01-041-1/+1
* ipa-prop.h (struct ipa_node_params): Rename clone_for_all_contexts to do_clon...Martin Jambor2012-11-211-1/+3
* This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo2012-11-171-63/+30
* re PR tree-optimization/53787 (Possible IPA-SRA / IPA-CP improvement)Martin Jambor2012-11-071-2/+46
* backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo2012-08-141-8/+8
* tree-pass.h (write_summary, [...]): Remove set and vset arguments.Jan Hubicka2012-08-131-1/+1
* re PR fortran/48636 (Enable more inlining with -O2 and higher)Martin Jambor2012-08-111-2/+3
* cgraph.h (cgraph_indirect_call_info): Field anc_offse renamd to offset, updat...Martin Jambor2012-08-091-16/+67
* ipa-prop.h (ipa_get_jf_known_type_offset): New function.Martin Jambor2012-06-041-1/+103
* ipa-cp.c (ipa_value_from_jfunc): Make global.Maxim Kuvyrkov2011-11-151-2/+5
* ipa-prop.h (jump_func_type): Updated comments.Martin Jambor2011-09-231-2/+13
* ipa-inline-transform.c (inline_call): Always update jump functions after inli...Jan Hubicka2011-09-221-1/+0
* ipa-prop.h (ipa_jump_func_t): New typedef.Martin Jambor2011-09-031-19/+9
* ipa-prop.h (ipa_node_params): Removed fields called_with_var_arguments and no...Martin Jambor2011-09-021-21/+0
* cgraph.h (cgraph_indirect_call_info): Removed field thunk_delta.Martin Jambor2011-09-021-2/+1
* ipa-prop.h: Include alloc-pool.h, all sorts of updates to general comments.Martin Jambor2011-07-191-126/+52
* ipa-prop.c (ipa_cst_from_jfunc): New function.Martin Jambor2011-05-141-1/+5
* ipa-prop.c (ipa_propagate_indirect_call_infos): Remove obsolette WPA hack.Jan Hubicka2011-04-241-0/+6
* gengtype.c (open_base_files): Add ipa-inline.h include.Jan Hubicka2011-04-221-0/+11
* Update Copyright years for files modified in 2010.Jakub Jelinek2011-01-031-1/+1
* re PR tree-optimization/46053 (g++.dg/torture/pr45699.C FAILs with -fno-early...Martin Jambor2010-12-151-1/+2
* ipa-prop.h (struct ipa_parm_adjustment): New field alias_ptr_type.Martin Jambor2010-12-091-0/+4
* tree-sra.c (build_ref_for_offset): Loc made a parameter.Martin Jambor2010-09-141-2/+2
* re PR tree-optimization/44972 (ICE: in load_assign_lhs_subreplacements, at tr...Martin Jambor2010-09-101-1/+3
* ipa-prop.h (enum ipa_lattice_type): Changed comments.Martin Jambor2010-08-051-4/+34
* ipa-prop.h (struct ipa_node_params): Updated comment.Martin Jambor2010-07-221-6/+4
* ipa-prop.h (struct ipa_param_descriptor): Removed the modified flag.Martin Jambor2010-06-251-20/+1
* ipa-prop.c (ipa_print_node_jump_functions): Print jump functions also for ind...Martin Jambor2010-05-191-1/+1
* ipa-cp.c (ipcp_update_callgraph): Use ipa_is_param_used.Jan Hubicka2010-05-171-1/+11
* cgraph.h (cgraph_indirect_call_info): New fields anc_offset, otr_token and po...Martin Jambor2010-05-171-29/+48
* cgraph.h (struct cgraph_node): New field indirect_calls.Martin Jambor2010-04-281-30/+3
* cfgloop.h (struct loop): Move can_be_parallel field up.Nathan Froyd2010-04-261-10/+9
* Make-lang.in, [...]: Update copyright years.Steven Bosscher2010-04-021-1/+2
* ipa-prop.h (struct ipa_param_descriptor): Removed the called field.Martin Jambor2010-03-081-13/+0
* cgraph.h (struct cgraph_edge): Reorder fields.Martin Jambor2009-12-011-3/+3
* ipa-prop.h (struct ipa_param_call_note): New field lto_stmt_uid.Martin Jambor2009-11-181-0/+3
* ipa-cp.c (ipcp_write_summary, [...]): New functions.Jan Hubicka2009-10-221-24/+25
* ipa-prop.h (enum jump_func_type): New value IPA_JF_ANCESTOR, changed comments.Martin Jambor2009-08-071-14/+51
* ipa-prop.c (count_formal_params_1): New function.Martin Jambor2009-08-071-0/+71
* ipa-prop.h (struct ipa_node_params): New flag node_enqued.Martin Jambor2009-07-241-1/+15
* cgraphbuild.c (compute_call_stmt_bb_frequency): Accept function argument; han...Jan Hubicka2009-05-081-14/+0
* ipa-prop.h (jump_func_type): Rename IPA_UNKNOWN...Martin Jambor2009-03-301-8/+11
* ipa-cp.c (ipcp_estimate_growth): Return 0 instead of false.Martin Jambor2008-09-181-12/+25
* ipa-prop.h (struct ipa_param_flags): Removed.Martin Jambor2008-09-111-34/+35
* re PR other/37419 (mpfr related memory corruption)Jakub Jelinek2008-09-091-1/+1
* cgraph.c (cgraph_remove_node): Do not remove nested nodes.Jan Hubicka2008-08-291-3/+2
* tree.c (decl_address_ip_invariant_p): New function.Jan Hubicka2008-08-231-7/+3
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-1/+1
* ipa-cp.c (ipcp_print_edge_profiles): Test for node->analyzed rather than for ...Martin Jambor2008-07-231-14/+82
* ipa-cp.c (ipcp_print_all_lattices): New variable info...Martin Jambor2008-07-171-0/+10