summaryrefslogtreecommitdiff
path: root/gcc/ipa-prop.c
Commit message (Expand)AuthorAgeFilesLines
* Merge in wide-int.Kenneth Zadeck2014-05-061-5/+4
* re PR lto/60461 (LTO linking error at -Os (and above) on x86_64-linux-gnu)Martin Jambor2014-03-141-2/+1
* re PR ipa/60306 (Incorrect devirtualization "pure virtual method called")Jan Hubicka2014-03-021-2/+1
* re PR ipa/60243 (IPA is slow on large cgraph tree)Richard Biener2014-02-191-8/+30
* ipa-prop.h (ipa_ancestor_jf_data): Update ocmment.Jan Hubicka2014-02-191-5/+15
* ipa-prop.c (compute_complex_ancestor_jump_func): Replace overzealous assertio...Eric Botcazou2014-02-181-1/+2
* ipa-prop.c (detect_type_change): Shor circuit testing of type changes on THIS...Jan Hubicka2014-02-051-0/+13
* ipa-cp.c (ipa_get_indirect_edge_target_1): Do direct lookup via vtable pointe...Jan Hubicka2014-02-041-10/+29
* ipa-cp.c (ipa_get_indirect_edge_target_1): Do direct lookup via vtable pointe...Jan Hubicka2014-02-041-6/+27
* re PR ipa/59831 (ice in cgraph_speculative_call_info with -O3)Jan Hubicka2014-02-031-13/+38
* ipa-devirt.c (subbinfo_with_vtable_at_offset, [...]): New functions.Jan Hubicka2014-02-031-9/+12
* ipa-prop.c (update_jump_functions_after_inlining): When type is not preserver...Jan Hubicka2014-02-021-4/+7
* re PR ipa/59722 (Bootstrap comparison failure on i686-linux)Jakub Jelinek2014-01-081-2/+5
* re PR ipa/59008 (ICEs in try_make_edge_direct_simple_call / propagate_control...Martin Jambor2014-01-061-0/+1
* Update copyright years in gcc/Richard Sandiford2014-01-021-1/+1
* re PR middle-end/58956 (wrong code at -O1 and above (affecting gcc 4.6 to tru...Jakub Jelinek2013-12-161-2/+1
* re PR ipa/59265 (Segmentation fault in ipa_note_param_call for -fprofile-use ...Jan Hubicka2013-12-151-1/+10
* re PR c++/58477 (ice in cgraph_speculative_call_info)Jan Hubicka2013-12-141-0/+2
* cgraph.h (cgraph_node_set_iterator, [...]): Remove typedef.Oleg Endo2013-12-101-7/+7
* Eliminate FOR_EACH_BB macro.David Malcolm2013-12-091-1/+1
* re PR ipa/58253 (IPA-SRA creates calls with different arguments that the call...Martin Jambor2013-12-051-1/+9
* tree-ssa-propagate.c (valid_gimple_call_p): Pass TREE_TYPE to is_gimple_reg_t...Andrew MacLeod2013-11-281-1/+1
* cgraph.h (enum cgraph_simd_clone_arg_type): New.Aldy Hernandez2013-11-271-1/+2
* ipa.c (symtab_remove_unreachable_nodes): Fix up comment typos.Aldy Hernandez2013-11-221-49/+177
* gimple.h: Remove all includes.Andrew MacLeod2013-11-221-1/+7
* Factor unrelated declarations out of tree.h.Diego Novillo2013-11-191-0/+3
* cgraph.c (cgraph_create_indirect_edge): Use get_polymorphic_call_info.Jan Hubicka2013-11-191-2/+13
* decl.c, [...]: Replace tree_low_cst (..., 1) with tree_to_uhwi throughout.Richard Sandiford2013-11-181-4/+4
* c-common.c, [...]: Replace tree_low_cst (..., 0) with tree_to_shwi throughout.Richard Sandiford2013-11-181-1/+1
* decl.c, [...]: Replace host_integerp (..., 1) with tree_fits_uhwi_p throughout.Richard Sandiford2013-11-181-3/+3
* remove nolonger needed {cgraph,varpool}_node_{,asm_}name () functionsTrevor Saunders2013-11-181-16/+16
* gimplify-be.h: New file.Andrew MacLeod2013-11-141-0/+2
* gimple-walk.h: New File.Andrew Macleod2013-11-131-0/+2
* cgraph.c (cgraph_get_create_node): Do what cgraph_get_create_real_symbol_node...Martin Jambor2013-11-131-1/+1
* gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod2013-11-121-1/+1
* re PR tree-optimization/58984 (wrong code at -Os and above on x86_64-linux-gn...Jakub Jelinek2013-11-051-6/+12
* Automated part of renaming of symtab_node_base to symtab_node.David Malcolm2013-10-311-3/+3
* Autogenerated fixes of "->symbol." to "->"David Malcolm2013-10-291-43/+43
* tree-outof-ssa.h: Remove include files.Andrew MacLeod2013-10-291-0/+1
* tree-ssa.h: Remove all #include'sAndrew MacLeod2013-10-231-3/+7
* tree-core.h (tree_code_name): Remove.Paulo Matos2013-10-161-2/+1
* ipa-cp.c (ipa_get_indirect_edge_target_1): Add sanity check for ipa-devirt.Jan Hubicka2013-09-231-1/+13
* ipa-prop.c (ipa_compute_jump_functions_for_edge): Return early for internal c...Jakub Jelinek2013-09-161-0/+2
* re PR bootstrap/58388 (LTO profiledbootstrap fails in stage feedback for tree...Martin Jambor2013-09-131-1/+2
* re PR ipa/58389 (g++ ICE in ipa_find_reference)Martin Jambor2013-09-121-1/+10
* tree-ssa.h: New.Andrew MacLeod2013-09-121-1/+1
* ipa-prop.c (ipa_modify_call_arguments): Initialize deref_align.Uros Bizjak2013-09-091-1/+1
* ipa-prop.c (try_make_edge_direct_simple_call): Do not special case speculativ...Jan Hubicka2013-09-091-3/+1
* ipa-prop.c (remove_described_reference): Accept missing references, return fa...Martin Jambor2013-09-051-11/+90
* re PR ipa/58106 (ICE: in ipa_edge_duplication_hook, at ipa-prop.c:2839)Martin Jambor2013-09-021-8/+10