GCC with patches for Dreamcast
修订版 | 076bf94d437fe804a61ba3eb8ede5f3b1e759db4 (tree) |
---|---|
时间 | 2021-05-07 09:19:01 |
作者 | GCC Administrator <gccadmin@gcc....> |
Commiter | GCC Administrator |
Daily bump.
@@ -1,3 +1,16 @@ | ||
1 | +2021-05-06 Roman Zhuykov <zhroma@ispras.ru> | |
2 | + | |
3 | + Backported from master: | |
4 | + 2021-04-30 Roman Zhuykov <zhroma@ispras.ru> | |
5 | + | |
6 | + PR rtl-optimization/100225 | |
7 | + PR rtl-optimization/84878 | |
8 | + * modulo-sched.c (sms_schedule): Use note_stores to skip loops | |
9 | + where we have an instruction which touches (writes) any hard | |
10 | + register from df->regular_block_artificial_uses set. | |
11 | + Allow not-single-set instruction only right before basic block | |
12 | + tail. | |
13 | + | |
1 | 14 | 2021-05-05 Stefan Schulze Frielinghaus <stefansf@linux.ibm.com> |
2 | 15 | |
3 | 16 | Backported from master: |
@@ -1 +1 @@ | ||
1 | -20210506 | |
1 | +20210507 |
@@ -1,3 +1,12 @@ | ||
1 | +2021-05-06 Roman Zhuykov <zhroma@ispras.ru> | |
2 | + | |
3 | + Backported from master: | |
4 | + 2021-04-30 Roman Zhuykov <zhroma@ispras.ru> | |
5 | + | |
6 | + PR rtl-optimization/100225 | |
7 | + PR rtl-optimization/84878 | |
8 | + * gcc.dg/pr100225.c: New test. | |
9 | + | |
1 | 10 | 2021-05-05 Richard Biener <rguenther@suse.de> |
2 | 11 | |
3 | 12 | Backported from master: |
@@ -1,3 +1,10 @@ | ||
1 | +2021-05-06 Roman Zhuykov <zhroma@ispras.ru> | |
2 | + | |
3 | + Backported from master: | |
4 | + 2021-04-30 Roman Zhuykov <zhroma@ispras.ru> | |
5 | + | |
6 | + * testsuite/libgomp.oacc-c-c++-common/atomic_capture-3.c: New test. | |
7 | + | |
1 | 8 | 2021-04-22 Jakub Jelinek <jakub@redhat.com> |
2 | 9 | |
3 | 10 | Backported from master: |