aboutsummaryrefslogtreecommitdiff
path: root/gcc/profile-count.h
AgeCommit message (Expand)AuthorFilesLines
2024-03-28profile-count: Avoid overflows into uninitialized [PR112303]Jakub Jelinek1-4/+8
2024-02-22profile-count: Don't dump through a temporary buffer [PR111960]Jakub Jelinek1-3/+0
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-07-29Fix profile update after vectorize loop versioningJan Hubicka1-0/+6
2023-07-27Fix profile_count::apply_probabilityJan Hubicka1-2/+2
2023-07-14Turn TODO_rebuild_frequencies to a passJan Hubicka1-0/+10
2023-07-07Dump profile_count along with relative frequencyJan Hubicka1-2/+2
2023-07-06updat_bb_profile_for_threading TLCJan Hubicka1-0/+28
2023-01-02Update copyright years.Jakub Jelinek1-1/+1
2022-06-24profile-count: fix /= and *= operatorsMartin Liska1-8/+12
2022-06-20Add operators / and * for profile_{count,probability}.Martin Liska1-3/+43
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-08Use -fopt-info in unswitch pass.Martin Liska1-0/+6
2021-07-15Change the type of return value of profile_count::value to uint64_tMartin Jambor1-1/+1
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-01-28ipa: fix handling of multiple speculations (PR93318)Jan Hubicka1-0/+10
2020-01-16Make profile estimation more preciseJan Hubicka1-2/+3
2020-01-01Update copyright years.Jakub Jelinek1-1/+1
2019-12-01profile-count.h (profile_count::operator<): Use IPA value for comparsion.Jan Hubicka1-4/+4
2019-11-29profile-count.c (profile_count::to_cgraph_frequency, [...]): Check for compai...Jan Hubicka1-1/+11
2019-11-28profile-count.h (profile_count::max): Work on profiles of different type.Jan Hubicka1-4/+15
2019-11-28Fix previous commit (that included unrelated changes)Jan Hubicka1-26/+5
2019-11-28Fix profile adjusments while cloningJan Hubicka1-5/+30
2019-11-23ipa-fnsummary.c: Fix comment typos.Jakub Jelinek1-16/+16
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-4/+4
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor1-1/+1
2019-05-20Add vertical spacing in order to separate functions.Martin Liska1-2/+49
2019-05-20Do not use full qualified names if possible.Martin Liska1-79/+76
2019-05-20Use capital letters for enum value names.Martin Liska1-59/+59
2019-05-09Support profile (BB counts and edge probabilities) in GIMPLE FE.Martin Liska1-2/+20
2019-01-24Mitigation for PR target/88469 on arm-based systems bootstrapping with gcc-6/7/8Richard Earnshaw1-1/+11
2019-01-09PR other/16615 [1/5]Sandra Loosemore1-4/+4
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-12-07profile-count.h (profile_count::oeprator>=): Fix typo by inverting return con...Bin Cheng1-1/+1
2018-11-28profile-count.h (profile_count::split): Give better result when splitting pro...Jan Hubicka1-2/+6
2018-11-07Fix UBSAN in postreload-gcse.c (PR rtl-optimization/87868).Martin Liska1-1/+1
2018-07-20Add "-fsave-optimization-record"David Malcolm1-0/+5
2018-01-24cfgcleanup.c (try_crossjump_to_edge): Use combine_with_count to merge probabi...Jan Hubicka1-31/+41
2018-01-23Fix profile_quality sanity check.Martin Liska1-11/+11
2018-01-23profile-count.h (profile_probability::very_unlikely, [...]): Set precision to...Jan Hubicka1-3/+3
2018-01-22re PR tree-optimization/83081 ([arm] gcc.dg/pr80218.c fails since r254888)Jakub Jelinek1-0/+24
2018-01-19Fix usage of analyze_brprob.py script.Martin Liska1-0/+5
2018-01-12Add new verification for profile-count.h.Martin Liska1-6/+10
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-08re PR tree-optimization/83609 (ICE in read_complex_part at gcc/expr.c:3202)Jan Hubicka1-12/+5
2017-11-18cgraphclones.c (cgraph_edge::clone): Rename gcov_count to prof_count.Jan Hubicka1-6/+35
2017-11-17predict.c (determine_unlikely_bbs): Set cgraph node count to 0 when entry blo...Jan Hubicka1-0/+2
2017-11-13cgraph.c (cgraph_edge::sreal_frequency): New function.Jan Hubicka1-0/+3
2017-11-09re PR ipa/82879 (ICE in max, at profile-count.h:889)Jan Hubicka1-0/+5
2017-11-06re PR bootstrap/82832 (Broken PGO LTO bootstrap on x86_64 after r254379)Jan Hubicka1-1/+1