mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-12 07:10:26 +08:00
Daily bump.
This commit is contained in:
parent
32377c1019
commit
2f0dd172bc
@ -1,3 +1,30 @@
|
||||
2021-11-28 Jan Hubicka <hubicka@ucw.cz>
|
||||
|
||||
* profile.c: Include sreal.h
|
||||
(struct bb_stats): New.
|
||||
(cmp_stats): New function.
|
||||
(compute_branch_probabilities): Output bb stats.
|
||||
|
||||
2021-11-28 Jan Hubicka <hubicka@ucw.cz>
|
||||
|
||||
* cfghooks.c: Include sreal.h, profile.h.
|
||||
(profile_record_check_consistency): Fix checking of count counsistency;
|
||||
record also dynamic mismatches.
|
||||
* cfgrtl.c (rtl_account_profile_record): Similarly.
|
||||
* tree-cfg.c (gimple_account_profile_record): Likewise.
|
||||
* cfghooks.h (struct profile_record): Remove num_mismatched_freq_in,
|
||||
num_mismatched_freq_out, turn time to double, add
|
||||
dyn_mismatched_prob_out, dyn_mismatched_count_in,
|
||||
num_mismatched_prob_out; remove num_mismatched_count_out.
|
||||
* passes.c (account_profile_1): New function.
|
||||
(account_profile_in_list): New function.
|
||||
(pass_manager::dump_profile_report): Rewrite.
|
||||
(execute_one_ipa_transform_pass): Check profile consistency after
|
||||
running all passes.
|
||||
(execute_all_ipa_transforms): Remove cfun test; record all transform
|
||||
methods.
|
||||
(execute_one_pass): Fix collecting of profile stats.
|
||||
|
||||
2021-11-27 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR middle-end/103431
|
||||
|
@ -1 +1 @@
|
||||
20211128
|
||||
20211129
|
||||
|
@ -1,3 +1,7 @@
|
||||
2021-11-28 Martin Liska <mliska@suse.cz>
|
||||
|
||||
* d-attribs.cc (parse_optimize_options): Fix thinko.
|
||||
|
||||
2021-11-26 Martin Liska <mliska@suse.cz>
|
||||
|
||||
* d-attribs.cc (parse_optimize_options): Check index before
|
||||
|
@ -1,3 +1,17 @@
|
||||
2021-11-28 Andrew Pinski <apinski@marvell.com>
|
||||
|
||||
PR sanitizer/62157
|
||||
* Makefile.am: Force DIST_SUBDIRS to be SUBDIRS.
|
||||
* Makefile.in: Regenerate.
|
||||
* asan/Makefile.in: Likewise.
|
||||
* hwasan/Makefile.in: Likewise.
|
||||
* interception/Makefile.in: Likewise.
|
||||
* libbacktrace/Makefile.in: Likewise.
|
||||
* lsan/Makefile.in: Likewise.
|
||||
* sanitizer_common/Makefile.in: Likewise.
|
||||
* tsan/Makefile.in: Likewise.
|
||||
* ubsan/Makefile.in: Likewise.
|
||||
|
||||
2021-11-18 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
PR bootstrap/102675
|
||||
|
@ -1,3 +1,10 @@
|
||||
2021-11-28 Jakub Jelinek <jakub@redhat.com>
|
||||
|
||||
* include/std/bit (__cpp_lib_byteswap, byteswap): Define.
|
||||
* include/std/version (__cpp_lib_byteswap): Define.
|
||||
* testsuite/26_numerics/bit/bit.byteswap/byteswap.cc: New test.
|
||||
* testsuite/26_numerics/bit/bit.byteswap/version.cc: New test.
|
||||
|
||||
2021-11-26 Jonathan Wakely <jwakely@redhat.com>
|
||||
|
||||
* testsuite/24_iterators/move_iterator/dr3265.cc: Fix test to
|
||||
|
Loading…
x
Reference in New Issue
Block a user