]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/profile-count.c
* doc/install.texi (Specific, alpha): Remove note to use
[thirdparty/gcc.git] / gcc / profile-count.c
2019-07-09  mseborPR c++/61339 - add mismatch between struct and class...
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-01  jakub Update copyright years.
2018-11-30  law * coverage.c (get_coverage_counts): Use from_function_...
2018-08-24  rguenth2018-08-24 Richard Biener <rguenther@suse.de>
2018-07-20  dmalcolmAdd "-fsave-optimization-record"
2018-07-07  aldyh * tree-vrp.c (vrp_int_const_binop): Change overflow...
2018-01-30  hubicka * profile-count.c (profile_count::combine_with_ipa_cou...
2018-01-24  hubicka * cfgcleanup.c (try_crossjump_to_edge): Use combine_wi...
2018-01-03  jakub Update copyright years.
2017-12-08  hubicka * profile-count.c (profile_count::from_gcov_type)...
2017-11-19  hubicka PR ipa/83001
2017-11-18  hubicka * cgraphclones.c (cgraph_edge::clone): Rename gcov_cou...
2017-11-13  hubicka * cgraph.c (cgraph_edge::sreal_frequency): New function.
2017-11-09  hubicka PR ipa/82879
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-06-29  hubicka * asan.c (asan_emit_stack_protection): Update.
2017-06-19  hubicka * profile-count.c (profile_count::dump): Dump quality.
2017-06-04  hubicka2017-05-23 Jan Hubicka <hubicka@ucw.cz>