]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/profile-count.h
[testsuite] Add missing dg-require-effective-target label_values
[thirdparty/gcc.git] / gcc / profile-count.h
2019-05-20  marxinAdd vertical spacing in order to separate functions.
2019-05-20  marxinDo not use full qualified names if possible.
2019-05-20  marxinUse capital letters for enum value names.
2019-05-09  marxinSupport profile (BB counts and edge probabilities)...
2019-01-24  rearnshaMitigation for PR target/88469 on arm-based systems...
2019-01-09  sandra2019-01-09 Sandra Loosemore <sandra@codesourcery...
2019-01-01  jakub Update copyright years.
2018-12-07  amker * profile-count.h (profile_count::oeprator>=): Fix...
2018-11-28  hubicka * profile-count.h (profile_count::split): Give better...
2018-11-07  marxinFix UBSAN in postreload-gcse.c (PR rtl-optimization...
2018-07-20  dmalcolmAdd "-fsave-optimization-record"
2018-01-24  hubicka * cfgcleanup.c (try_crossjump_to_edge): Use combine_wi...
2018-01-23  marxinFix profile_quality sanity check.
2018-01-23  hubicka * profile-count.h (profile_probability::very_unlikely,
2018-01-22  jakub PR tree-optimization/83081
2018-01-19  marxinFix usage of analyze_brprob.py script.
2018-01-12  marxinAdd new verification for profile-count.h.
2018-01-03  jakub Update copyright years.
2017-12-08  hubicka * profile-count.c (profile_count::from_gcov_type)...
2017-11-18  hubicka * cgraphclones.c (cgraph_edge::clone): Rename gcov_cou...
2017-11-17  hubicka * predict.c (determine_unlikely_bbs): Set cgraph node...
2017-11-13  hubicka * cgraph.c (cgraph_edge::sreal_frequency): New function.
2017-11-09  hubicka PR ipa/82879
2017-11-06  hubicka PR bootstrap/82832
2017-11-03  hubicka * asan.c (create_cond_insert_point): Maintain profile.
2017-10-12  hubicka * profile-count.c (safe_scale_64bit): Fix GCC4.x path.
2017-10-11  hubicka * profile-count.h (slow_safe_scale_64bit): New function.
2017-07-16  hubicka * profile-count.h (profile_probability::from_reg_br_pr...
2017-07-03  hubicka PR middle-end/81290
2017-07-03  hubicka * tree-cfgcleanup.c (want_merge_blocks_p): New function.
2017-07-01  hubicka * cfgrtl.c (rtl_flow_call_edges_add): Update profile.
2017-06-30  krebbelprofile-count.h: Fix typos and whitespace issues.
2017-06-29  hubicka * asan.c (asan_emit_stack_protection): Update.
2017-06-22  hubicka * profile-count.h (apply_probability,
2017-06-19  hubickaFix typo
2017-06-19  hubicka * profile-count.c (profile_count::dump): Dump quality.
2017-06-08  hubicka * predict.c (maybe_hot_bb_p): Do not check profile...
2017-06-05  hubicka * cfgexpand.c (expand_gimple_tailcall): Initialize...
2017-06-04  hubicka2017-05-23 Jan Hubicka <hubicka@ucw.cz>