aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-cp.c
AgeCommit message (Expand)AuthorFilesLines
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
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