aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-prop.c
AgeCommit message (Expand)AuthorFilesLines
2013-12-16re PR middle-end/58956 (wrong code at -O1 and above (affecting gcc 4.6 to tru...Jakub Jelinek1-2/+1
2013-12-15re PR ipa/59265 (Segmentation fault in ipa_note_param_call for -fprofile-use ...Jan Hubicka1-1/+10
2013-12-14re PR c++/58477 (ice in cgraph_speculative_call_info)Jan Hubicka1-0/+2
2013-12-10cgraph.h (cgraph_node_set_iterator, [...]): Remove typedef.Oleg Endo1-7/+7
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-1/+1
2013-12-05re PR ipa/58253 (IPA-SRA creates calls with different arguments that the call...Martin Jambor1-1/+9
2013-11-28tree-ssa-propagate.c (valid_gimple_call_p): Pass TREE_TYPE to is_gimple_reg_t...Andrew MacLeod1-1/+1
2013-11-27cgraph.h (enum cgraph_simd_clone_arg_type): New.Aldy Hernandez1-1/+2
2013-11-22ipa.c (symtab_remove_unreachable_nodes): Fix up comment typos.Aldy Hernandez1-49/+177
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-1/+7
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+3
2013-11-19cgraph.c (cgraph_create_indirect_edge): Use get_polymorphic_call_info.Jan Hubicka1-2/+13
2013-11-18decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford1-4/+4
2013-11-18c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford1-1/+1
2013-11-18decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford1-3/+3
2013-11-18remove nolonger needed {cgraph,varpool}_node_{,asm_}name () functionsTrevor Saunders1-16/+16
2013-11-14gimplify-be.h: New file.Andrew MacLeod1-0/+2
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+2
2013-11-13cgraph.c (cgraph_get_create_node): Do what cgraph_get_create_real_symbol_node...Martin Jambor1-1/+1
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-1/+1
2013-11-05re PR tree-optimization/58984 (wrong code at -Os and above on x86_64-linux-gn...Jakub Jelinek1-6/+12
2013-10-31Automated part of renaming of symtab_node_base to symtab_node.David Malcolm1-3/+3
2013-10-29Autogenerated fixes of "->symbol." to "->"David Malcolm1-43/+43
2013-10-29tree-outof-ssa.h: Remove include files.Andrew MacLeod1-0/+1
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-3/+7
2013-10-16tree-core.h (tree_code_name): Remove.Paulo Matos1-2/+1
2013-09-23ipa-cp.c (ipa_get_indirect_edge_target_1): Add sanity check for ipa-devirt.Jan Hubicka1-1/+13
2013-09-16ipa-prop.c (ipa_compute_jump_functions_for_edge): Return early for internal c...Jakub Jelinek1-0/+2
2013-09-13re PR bootstrap/58388 (LTO profiledbootstrap fails in stage feedback for tree...Martin Jambor1-1/+2
2013-09-12re PR ipa/58389 (g++ ICE in ipa_find_reference)Martin Jambor1-1/+10
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-09-09ipa-prop.c (ipa_modify_call_arguments): Initialize deref_align.Uros Bizjak1-1/+1
2013-09-09ipa-prop.c (try_make_edge_direct_simple_call): Do not special case speculativ...Jan Hubicka1-3/+1
2013-09-05ipa-prop.c (remove_described_reference): Accept missing references, return fa...Martin Jambor1-11/+90
2013-09-02re PR ipa/58106 (ICE: in ipa_edge_duplication_hook, at ipa-prop.c:2839)Martin Jambor1-8/+10
2013-08-31ipa-prop.c (ipa_set_jf_known_type): Check that we add only records.Jan Hubicka1-47/+98
2013-08-27ipa-prop.h (ipa_pass_through_data): New field type_preserved.Martin Jambor1-33/+121
2013-08-26* ipa-prop.c (ipa_print_node_params): Do not ICE during WPA.Jan Hubicka1-7/+1
2013-08-18cgraph.c (cgraph_create_indirect_edge): Discover polymorphic calls and record...Jan Hubicka1-1/+1
2013-08-16gimple-fold.c (gimple_extract_devirt_binfo_from_cst): Add new arugment expect...Jan Hubicka1-2/+3
2013-08-09cgraphbuild.c (cgraph_rebuild_references): Rebuild only non-speculative refs.Jan Hubicka1-17/+26
2013-08-03ipa-cp.c (gather_context_independent_values): Use ipa_get_param_move_cost.Jan Hubicka1-19/+40
2013-07-25cgraph.c (release_function_body): Break out from ...Jan Hubicka1-0/+5
2013-07-21Fix typos.Ondřej Bílka1-1/+1
2013-06-25re PR middle-end/57670 (Member-pointer calls should not be redirected to buil...Martin Jambor1-1/+10
2013-06-24re PR tree-optimization/57358 (segmentation fault with attribute(optimize(O0)))Martin Jambor1-2/+29
2013-06-24re PR tree-optimization/57539 (ice in ipa_edge_duplication_hook)Martin Jambor1-12/+9
2013-06-15tree-flow.h (gimple_check_call_matching_types): Add new argument.Dehao Chen1-2/+3
2013-05-29cgraph.h (symtab_node_base): Add definition, alias and analyzed flags...Jan Hubicka1-6/+5
2013-05-24re PR tree-optimization/57294 (ice in remove_described_reference)Martin Jambor1-1/+13