summaryrefslogtreecommitdiff
path: root/gcc/ipa-cp.c
Commit message (Expand)AuthorAgeFilesLines
* ipa-prop.c (ipa_cst_from_jfunc): New function.Martin Jambor2011-05-141-2/+8
* cgraph.c (cgraph_clone_node): Add call_duplication_hook parameter.Jan Hubicka2011-05-081-1/+2
* cgraph.c (cgraph_add_thunk): Create real function node instead of alias node...Jan Hubicka2011-05-061-2/+7
* gengtype.c (open_base_files): Add ipa-inline.h include.Jan Hubicka2011-04-221-83/+12
* revert 172213 and add assertionXinliang David Li2011-04-191-22/+1
* ipa-cp.c (ipcp_process_devirtualization_opportunities): Devirtualize also acc...Martin Jambor2011-04-191-27/+47
* ipa-cp.c (ipcp_process_devirtualization_opportunities): Take into account anc...Martin Jambor2011-04-191-4/+13
* cgraph.h (cgraph_optimize_for_size_p): Declare.Jan Hubicka2011-04-191-1/+1
* re PR middle-end/48661 (wrong-code regression with devirtualization)Jakub Jelinek2011-04-181-1/+1
* cgraphbuild.c: Include ipa-inline.h.Jan Hubicka2011-04-161-2/+2
* cgraph.c (dump_cgraph_node): Do not dump inline summaries.Jan Hubicka2011-04-141-4/+5
* re PR tree-optimization/48195 (ICE: vector VEC(ipa_node_params_t,base) index ...Martin Jambor2011-04-111-2/+2
* FDO insane profileXinliang David Li2011-04-081-0/+23
* re PR tree-optimization/47967 (ICE: verify_stmts failed: conversion of regist...Jakub Jelinek2011-03-051-14/+37
* cgraph.c: Fix comment typos.Nathan Froyd2011-02-111-9/+9
* re PR tree-optimization/47237 (builtin_apply_args broken WRT local ABI changes.)Jan Hubicka2011-01-261-24/+35
* re PR tree-optimization/45934 (g++.old-deja/g++.other/dtor5.C FAILs with -fin...Martin Jambor2010-12-221-36/+4
* re PR tree-optimization/46053 (g++.dg/torture/pr45699.C FAILs with -fno-early...Martin Jambor2010-12-151-8/+16
* re PR lto/45736 (ICE: in cgraph_remove_unreachable_nodes, at ipa.c:245 with -...Jan Hubicka2010-10-261-1/+10
* tree-sra.c (build_ref_for_offset): Loc made a parameter.Martin Jambor2010-09-141-1/+2
* re PR tree-optimization/44972 (ICE: in load_assign_lhs_subreplacements, at tr...Martin Jambor2010-09-101-11/+3
* re PR fortran/43665 (INTENT(IN) etc. optimization of calls: function annotati...Martin Jambor2010-09-071-2/+5
* ipa-cp.c (ipcp_discover_new_direct_edges): New function.Martin Jambor2010-08-051-2/+52
* ipa-prop.h (enum ipa_lattice_type): Changed comments.Martin Jambor2010-08-051-41/+275
* re PR tree-optimization/44915 (ICE: SIGSEGV in walk_aliased_vdefs_1.constprop...Martin Jambor2010-07-231-1/+3
* cgraph.c (cgraph_will_be_removed_from_program_if_no_direct_calls): New function.Jan Hubicka2010-07-081-2/+3
* ipa-cp.c (ipcp_init_cloned_node): Replace calls to ipa_check_create_node_para...Martin Jambor2010-06-281-2/+5
* ipa-prop.h (struct ipa_param_descriptor): Removed the modified flag.Martin Jambor2010-06-251-21/+7
* utils.c (init_gnat_to_gnu): Use typed GC allocation.Laurynas Biveinis2010-06-081-1/+1
* re PR middle-end/44324 (gcc.dg/tree-ssa/ipa-cp-1.c failed)Jan Hubicka2010-05-291-1/+1
* cgraph.c (clone_function_name): Take SUFFIX argument; export.Jan Hubicka2010-05-291-1/+1
* diagnostic.c: Don't include tm.h, tree.h, tm_p.h, langhooks.h or langhooks-de...Joseph Myers2010-05-211-0/+1
* ipa-prop.c (ipa_print_node_jump_functions): Print jump functions also for ind...Martin Jambor2010-05-191-13/+3
* ipa-cp.c (ipcp_update_callgraph): Use ipa_is_param_used.Jan Hubicka2010-05-171-15/+4
* ipa-cp.c (ipcp_versionable_function_p): Walk cgraph edges instead of function...Jan Hubicka2010-05-171-23/+9
* cgraph.c (dump_cgraph_node): Dump versionable flag.Jan Hubicka2010-05-161-1/+2
* gengtype.c (open_base_files): Add lto-streamer.hJan Hubicka2010-04-291-1/+1
* * lto-symtab.c (lto_symtab_entry_def) Add vnode.Jan Hubicka2010-04-291-1/+2
* cgraph.h (struct cgraph_node): New field indirect_calls.Martin Jambor2010-04-281-2/+2
* tree-pass.h (ipa_opt_pass_d): Rename function_read_summary...Jan Hubicka2010-04-211-1/+2
* ipa-cp.c (ipcp_lats_are_equal): Return true also if the two lattices are addr...Martin Jambor2010-04-091-5/+17
* Make-lang.in, [...]: Update copyright years.Steven Bosscher2010-04-021-1/+2
* re PR tree-optimization/42366 (ICE in ipa_write_node_info, at ipa-prop.c:2023)Martin Jambor2010-01-041-9/+2
* Remove trailing white spaces.H.J. Lu2009-11-251-18/+18
* ipa-cp.c (ipcp_compute_node_scale): Work around completely wrong profile upda...Jan Hubicka2009-11-231-1/+13
* ipa-prop.h (struct ipa_param_call_note): New field lto_stmt_uid.Martin Jambor2009-11-181-1/+1
* tree-pass.h (struct ipa_opt_pass_d): Added stmt_fixup field.Martin Jambor2009-11-101-0/+1
* re PR tree-optimization/40556 (ICE in IPA-CP with recursion)Jan Hubicka2009-10-221-7/+1
* ipa-cp.c (ipcp_write_summary, [...]): New functions.Jan Hubicka2009-10-221-4/+26
* re PR tree-optimization/41661 (ICE due to IPCP trying to create/fold a REAL t...Martin Jambor2009-10-131-3/+10