aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-cp.c
AgeCommit message (Expand)AuthorFilesLines
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
2017-10-10Require wi::to_wide for treesRichard Sandiford1-2/+2
2017-08-08trans.c: Include header files.Martin Liska1-0/+2
2017-06-29asan.c (asan_emit_stack_protection): Update.Jan Hubicka1-1/+2
2017-06-29re PR ipa/80565 (ICE at -O2 and -O3 in 32-bit mode (not 64-bit) on x86_64-lin...Yury Gribov1-0/+8
2017-06-15PR c++/80560 - warn on undefined memory operations involving non-trivial typesMartin Sebor1-4/+3
2017-06-04i386.c (make_resolver_func): Update.Jan Hubicka1-68/+80
2017-05-23Introduce symtab_node::dump_{asm_,}name functions.Martin Liska1-30/+21
2017-05-23Move symtab_node::dump_table to symbol_table::dumpMartin Liska1-1/+1
2017-05-23ipa-inline-analysis.c (cgraph_2edge_hook_list, [...]): Remove.Jan Hubicka1-8/+8
2017-05-22Makefile.in: Add ipa-fnsummary.o and ipa-fnsummary.hJan Hubicka1-1/+1
2017-05-16Add default value for last argument of dump functions.Martin Liska1-3/+3
2017-05-04ipa-cp.c (perform_estimation_of_a_value): Drop base_time parameter; update us...Jan Hubicka1-14/+14
2017-05-03Remove ipa_update_after_lto_readMartin Jambor1-4/+0
2017-04-28ipa-cp.c (perform_estimation_of_a_value): Turn time to sreal.Jan Hubicka1-9/+14
2017-04-26ipa-cp.c (estimate_local_effects): Convert sreal to int.Jan Hubicka1-1/+1
2017-04-11Do not create a constprop clone for calls_comdat_local nodes (PR ipa/80212).Martin Liska1-0/+6
2017-04-03Fix numerous typos in commentsJonathan Wakely1-3/+3
2017-03-01[PR 78140] Reuse same IPA bits and VR infoMartin Jambor1-25/+24
2017-01-20Fix IPA CP where it forgot to add a reference in cgraph (PR ipa/71190).Martin Liska1-1/+1
2017-01-09[PR 78365] Prudent type handling in IPA VR-propMartin Jambor1-36/+35
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-12-15ipa-cp.c (class ipcp_bits_lattice): Formatting fixes.Jakub Jelinek1-204/+200
2016-12-09re PR tree-optimization/78721 (ICE on valid code at -O2 and -O3 on x86_64-lin...Kugan Vivekanandarajah1-1/+1
2016-11-13pr78268.C: New test.Kugan Vivekanandarajah1-8/+33