This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from a5af2ec16fa diagnostics: add support for nested diagnostics [PR116253] new 4712ecde486 aarch64: Split early_ra::record_insn_refs new 716aa5a6683 aarch64: Add early_ra::record_live_range_failure new 102e42a0dff aarch64: Improve early_ra dump information new 428f3cacdd6 aarch64: Relax early_ra treatment of modes_tieable_p new 279475fd723 aarch64: Extend early-ra splitting of single-block regions new 8633bdb346b aarch64: Improve early-ra handling of reductions new a019429f365 Add a timevar for late combine
The 7 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: gcc/config/aarch64/aarch64-early-ra.cc | 256 ++++++++++++++++++++++---- gcc/late-combine.cc | 2 +- gcc/testsuite/gcc.target/aarch64/early_ra_1.c | 14 ++ gcc/timevar.def | 1 + 4 files changed, 236 insertions(+), 37 deletions(-) create mode 100644 gcc/testsuite/gcc.target/aarch64/early_ra_1.c