aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-cp.c
AgeCommit message (Expand)AuthorFilesLines
2019-08-28[PR 91468] Small fixes in ipa-cp.c and ipa-prop.cMartin Jambor1-5/+3
2019-08-16Add type to VR_VARYING.Aldy Hernandez1-1/+6
2019-08-13Protect some checks of DECL_FUNCTION_CODERichard Sandiford1-2/+1
2019-07-14ipa-fnsummary.c (ipa_dump_hints): Do not dump array_index.Jan Hubicka1-2/+0
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-86/+86
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-4/+5
2019-06-27Remove quite obvious dead assignments.Martin Liska1-3/+0
2019-06-25[PR 90939] Remove outdated assert in ipcp_bits_lattice::meet_withMartin Jambor1-1/+0
2019-06-18Fix IPA-CP topological sortingMartin Jambor1-1/+0
2019-06-10Reduce SCCs in IPA postorder.Martin Liska1-1/+17
2019-03-07Zero local estimated benefit for cloning extern inline functionMartin Jambor1-5/+12
2019-02-11Construct ipa_reduced_postorder always for overwritable (PR ipa/89009).Martin Liska1-1/+1
2019-01-09PR other/16615 [1/5]Sandra Loosemore1-1/+1
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-13ipa-cp.c (print_all_lattices): Skip cp clones.Michael Ploujnikov1-0/+3
2018-12-13* ipa-cp.c: Fix various comment typos.Michael Ploujnikov1-8/+8
2018-12-09ipa-cp.c (update_profiling_info): Call adjust_for_ipa_scaling for zero profil...Bin Cheng1-0/+2
2018-12-04re PR lto/88297 (Assembler Error: symbol `_Z41__static_initialization_and_des...Michael Ploujnikov1-4/+6
2018-11-30Minimize clone counter memory usage in create_virtual_clone.Michael Ploujnikov1-1/+9
2018-11-14* gimple-ssa-evrp-analyze.cAldy Hernandez1-1/+1
2018-11-122018-11=12 Richard Biener <rguenther@suse.de>Richard Biener1-6/+2
2018-11-12tree-vrp.h (value_range_base::symbolic_p, [...]): Move from value_range.Richard Biener1-1/+1
2018-11-11tree-vrp.h (class value_range_base): New base class for value_range containin...Richard Biener1-13/+18
2018-10-17bitmap.c (bitmap_head::dump): New.Aldy Hernandez1-31/+19
2018-09-25Remove unused functions and fields.Martin Liska1-10/+0
2018-08-31[PATCH] Fix thinko in estimate_local_effects in IPA-CPMartin Jambor1-1/+1
2018-08-27Come up with fndecl_built_in_p.Martin Liska1-2/+1
2018-06-21Fix IPA crash in libgccjitDavid Malcolm1-0/+1
2018-06-19Clean-up usage of ipa_fn_summary and ipa_call_summary summaries.Martin Liska1-4/+5
2018-06-08Port IPA CP to edge_clone_summaries.Martin Liska1-53/+49
2018-06-08Convert IPA CP to symbol_summary.Martin Liska1-4/+4
2018-06-08Rename get methods in symbol-summary.h to get_create.Martin Liska1-3/+3
2018-06-08Remove MPXMartin Liska1-22/+2
2018-05-11Check is_single_const in intersect_with_platsMartin Jambor1-1/+3
2018-04-27re PR ipa/85549 (Infinite loop in ilmbase package)Martin Jambor1-1/+3
2018-04-20Fix IPA-CP test for self-feeding recursive dependencyMartin Jambor1-3/+8
2018-04-20Check that clones of edges exist during IPA-CPMartin Jambor1-3/+11
2018-04-17Call expand_all_artificial_thunks in ipa-cp if necessaryMartin Jambor1-0/+3
2018-04-11Improve IPA-CP handling of self-recursive callsMartin Jambor1-43/+78
2018-04-03Bits propagation only for int and ptr typesMartin Liska1-6/+8
2018-02-21* ipa-cp.c (determine_versionability): Fix comment typos.Jan Hubicka1-3/+3
2018-02-21re PR c/84229 (A valid code rejected with -flto)Jan Hubicka1-0/+18
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-02ipa-cp.c (ipcp_lattice<valtype>::print): Update dumping.Jan Hubicka1-7/+4
2017-11-30spellcheck-tree.c (test_find_closest_identifier): Use ; instead of ;;.Jakub Jelinek1-2/+2
2017-11-28[PR 82808] Use proper result types for arithmetic jump functionsPrathamesh Kulkarni1-26/+41
2017-11-18cgraphclones.c (cgraph_edge::clone): Rename gcov_count to prof_count.Jan Hubicka1-12/+3
2017-11-17ipa-cp.c (update_profiling_info): Handle conversion to local profile.Jan Hubicka1-7/+13
2017-11-10auto-profile.c (afdo_indirect_call): Drop frequency.Jan Hubicka1-14/+14
2017-11-03asan.c (create_cond_insert_point): Maintain profile.Jan Hubicka1-3/+4