aboutsummaryrefslogtreecommitdiff
path: root/gcc/profile-count.h
AgeCommit message (Expand)AuthorFilesLines
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
2017-11-03asan.c (create_cond_insert_point): Maintain profile.Jan Hubicka1-31/+199
2017-10-12profile-count.c (safe_scale_64bit): Fix GCC4.x path.Jan Hubicka1-17/+27
2017-10-11profile-count.h (slow_safe_scale_64bit): New function.Jan Hubicka1-14/+36
2017-07-16profile-count.h (profile_probability::from_reg_br_prob_note, [...]): New func...Jan Hubicka1-0/+17
2017-07-03re PR rtl-optimization/81290 (ICE in update_br_prob_note)Jan Hubicka1-0/+32
2017-07-03tree-cfgcleanup.c (want_merge_blocks_p): New function.Jan Hubicka1-0/+25
2017-07-01cfgrtl.c (rtl_flow_call_edges_add): Update profile.Jan Hubicka1-1/+8
2017-06-30profile-count.h: Fix typos and whitespace issues.Andreas Krebbel1-23/+23
2017-06-29asan.c (asan_emit_stack_protection): Update.Jan Hubicka1-22/+458
2017-06-22profile-count.h (apply_probability, [...]): Fix checks for zero.Jan Hubicka1-9/+10
2017-06-19Fix typoJan Hubicka1-2/+2
2017-06-19profile-count.c (profile_count::dump): Dump quality.Jan Hubicka1-17/+57
2017-06-08predict.c (maybe_hot_bb_p): Do not check profile status.Jan Hubicka1-1/+1