aboutsummaryrefslogtreecommitdiff
path: root/gcc/profile-count.h
AgeCommit message (Expand)Author
2021-01-04Update copyright years.Jakub Jelinek
2020-01-28ipa: fix handling of multiple speculations (PR93318)Jan Hubicka
2020-01-16Make profile estimation more preciseJan Hubicka
2020-01-01Update copyright years.Jakub Jelinek
2019-12-01profile-count.h (profile_count::operator<): Use IPA value for comparsion.Jan Hubicka
2019-11-29profile-count.c (profile_count::to_cgraph_frequency, [...]): Check for compai...Jan Hubicka
2019-11-28profile-count.h (profile_count::max): Work on profiles of different type.Jan Hubicka
2019-11-28Fix previous commit (that included unrelated changes)Jan Hubicka
2019-11-28Fix profile adjusments while cloningJan Hubicka
2019-11-23ipa-fnsummary.c: Fix comment typos.Jakub Jelinek
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-05-20Add vertical spacing in order to separate functions.Martin Liska
2019-05-20Do not use full qualified names if possible.Martin Liska
2019-05-20Use capital letters for enum value names.Martin Liska
2019-05-09Support profile (BB counts and edge probabilities) in GIMPLE FE.Martin Liska
2019-01-24Mitigation for PR target/88469 on arm-based systems bootstrapping with gcc-6/7/8Richard Earnshaw
2019-01-09PR other/16615 [1/5]Sandra Loosemore
2019-01-01Update copyright years.Jakub Jelinek
2018-12-07profile-count.h (profile_count::oeprator>=): Fix typo by inverting return con...Bin Cheng
2018-11-28profile-count.h (profile_count::split): Give better result when splitting pro...Jan Hubicka
2018-11-07Fix UBSAN in postreload-gcse.c (PR rtl-optimization/87868).Martin Liska
2018-07-20Add "-fsave-optimization-record"David Malcolm
2018-01-24cfgcleanup.c (try_crossjump_to_edge): Use combine_with_count to merge probabi...Jan Hubicka
2018-01-23Fix profile_quality sanity check.Martin Liska
2018-01-23profile-count.h (profile_probability::very_unlikely, [...]): Set precision to...Jan Hubicka
2018-01-22re PR tree-optimization/83081 ([arm] gcc.dg/pr80218.c fails since r254888)Jakub Jelinek
2018-01-19Fix usage of analyze_brprob.py script.Martin Liska
2018-01-12Add new verification for profile-count.h.Martin Liska
2018-01-03Update copyright years.Jakub Jelinek
2017-12-08re PR tree-optimization/83609 (ICE in read_complex_part at gcc/expr.c:3202)Jan Hubicka
2017-11-18cgraphclones.c (cgraph_edge::clone): Rename gcov_count to prof_count.Jan Hubicka
2017-11-17predict.c (determine_unlikely_bbs): Set cgraph node count to 0 when entry blo...Jan Hubicka
2017-11-13cgraph.c (cgraph_edge::sreal_frequency): New function.Jan Hubicka
2017-11-09re PR ipa/82879 (ICE in max, at profile-count.h:889)Jan Hubicka
2017-11-06re PR bootstrap/82832 (Broken PGO LTO bootstrap on x86_64 after r254379)Jan Hubicka
2017-11-03asan.c (create_cond_insert_point): Maintain profile.Jan Hubicka
2017-10-12profile-count.c (safe_scale_64bit): Fix GCC4.x path.Jan Hubicka
2017-10-11profile-count.h (slow_safe_scale_64bit): New function.Jan Hubicka
2017-07-16profile-count.h (profile_probability::from_reg_br_prob_note, [...]): New func...Jan Hubicka
2017-07-03re PR rtl-optimization/81290 (ICE in update_br_prob_note)Jan Hubicka
2017-07-03tree-cfgcleanup.c (want_merge_blocks_p): New function.Jan Hubicka
2017-07-01cfgrtl.c (rtl_flow_call_edges_add): Update profile.Jan Hubicka
2017-06-30profile-count.h: Fix typos and whitespace issues.Andreas Krebbel
2017-06-29asan.c (asan_emit_stack_protection): Update.Jan Hubicka
2017-06-22profile-count.h (apply_probability, [...]): Fix checks for zero.Jan Hubicka
2017-06-19Fix typoJan Hubicka
2017-06-19profile-count.c (profile_count::dump): Dump quality.Jan Hubicka
2017-06-08predict.c (maybe_hot_bb_p): Do not check profile status.Jan Hubicka
2017-06-05cfgexpand.c (expand_gimple_tailcall): Initialize profile of new edge.Jan Hubicka