mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-27 13:54:19 +08:00
Daily bump.
This commit is contained in:
parent
9c4797e2b5
commit
8430391f4f
@ -1,3 +1,33 @@
|
||||
2021-05-06 Roman Zhuykov <zhroma@ispras.ru>
|
||||
|
||||
Backported from master:
|
||||
2021-04-30 Roman Zhuykov <zhroma@ispras.ru>
|
||||
|
||||
PR rtl-optimization/100225
|
||||
PR rtl-optimization/84878
|
||||
* modulo-sched.c (sms_schedule): Use note_stores to skip loops
|
||||
where we have an instruction which touches (writes) any hard
|
||||
register from df->regular_block_artificial_uses set.
|
||||
Allow not-single-set instruction only right before basic block
|
||||
tail.
|
||||
|
||||
2021-05-06 Andre Vieira <andre.simoesdiasvieira@arm.com>
|
||||
|
||||
Backported from master:
|
||||
2020-09-15 Andre Vieira <andre.simoesdiasvieira@arm.com>
|
||||
|
||||
* config/arm/arm.c (arm_options_perform_arch_sanity_checks): Do not
|
||||
check +D32 for CMSE if -mfloat-abi=soft
|
||||
|
||||
2021-05-06 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
|
||||
|
||||
Backported from master:
|
||||
2020-06-23 Andre Vieira <andre.simoesdiasvieira@arm.com>
|
||||
|
||||
PR target/95646
|
||||
* config/arm/arm.c: (cmse_nonsecure_entry_clear_before_return): Use
|
||||
'callee_saved_reg_p' instead of 'calL_used_or_fixed_reg_p'.
|
||||
|
||||
2021-05-05 Eric Botcazou <ebotcazou@adacore.com>
|
||||
|
||||
PR target/100402
|
||||
|
@ -1 +1 @@
|
||||
20210506
|
||||
20210507
|
||||
|
@ -1,3 +1,27 @@
|
||||
2021-05-06 Roman Zhuykov <zhroma@ispras.ru>
|
||||
|
||||
Backported from master:
|
||||
2021-04-30 Roman Zhuykov <zhroma@ispras.ru>
|
||||
|
||||
PR rtl-optimization/100225
|
||||
PR rtl-optimization/84878
|
||||
* gcc.dg/pr100225.c: New test.
|
||||
|
||||
2021-05-06 Andre Vieira <andre.simoesdiasvieira@arm.com>
|
||||
|
||||
Backported from master:
|
||||
2020-09-15 Andre Vieira <andre.simoesdiasvieira@arm.com>
|
||||
|
||||
* gcc.target/arm/pr95646.c: Fix testism.
|
||||
|
||||
2021-05-06 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
|
||||
|
||||
Backported from master:
|
||||
2020-06-23 Andre Vieira <andre.simoesdiasvieira@arm.com>
|
||||
|
||||
PR target/95646
|
||||
* gcc.target/arm/pr95646.c: New test.
|
||||
|
||||
2021-05-05 Eric Botcazou <ebotcazou@adacore.com>
|
||||
|
||||
* gcc.c-torture/execute/20210505-1.c: New test.
|
||||
|
@ -1,3 +1,10 @@
|
||||
2021-05-06 Roman Zhuykov <zhroma@ispras.ru>
|
||||
|
||||
Backported from master:
|
||||
2021-04-30 Roman Zhuykov <zhroma@ispras.ru>
|
||||
|
||||
* testsuite/libgomp.oacc-c-c++-common/atomic_capture-3.c: New test.
|
||||
|
||||
2021-04-18 Hafiz Abid Qadeer <abidh@codesourcery.com>
|
||||
|
||||
Backported from master:
|
||||
|
Loading…
Reference in New Issue
Block a user