This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 7b2ae64b681 Handle OpenACC 'self' clause for compute constructs in Open [...] new 01b42e98808 rtl-ssa: Ensure global registers are live on exit new d5e0321c3f4 rtl-ssa: Create REG_UNUSED notes after all pending changes new 60ef0d2cdc9 rtl-ssa: Fix ICE when deleting memory clobbers new adf1b369c53 rtl-ssa: Handle artifical uses of deleted defs new ba97d0e3b96 rtl-ssa: Calculate dominance frontiers for the exit block new cc15a0f49d3 rtl-ssa: Handle call clobbers in more places new d7266f655e5 rtl-ssa: Use frequency-weighted insn costs new 39cac7c3148 rtl-ssa: Extend make_uses_available new cfb7755d107 rtl-ssa: Add new helper functions
The 9 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/Makefile.in | 1 + gcc/rtl-ssa/access-utils.h | 68 ++++++++--- gcc/rtl-ssa/accesses.cc | 125 ++++++++++++++++++++- gcc/rtl-ssa/blocks.cc | 60 +++++++--- gcc/rtl-ssa/changes.cc | 86 ++++++++++++-- gcc/rtl-ssa/functions.cc | 2 +- gcc/rtl-ssa/functions.h | 19 ++++ gcc/rtl-ssa/insns.cc | 2 + gcc/rtl-ssa/internals.h | 4 + gcc/rtl-ssa/member-fns.inl | 9 ++ .../movement.cc} | 48 ++++---- gcc/rtl-ssa/movement.h | 4 + 12 files changed, 355 insertions(+), 73 deletions(-) copy gcc/{rust/resolve/rust-ast-resolve-stmt.cc => rtl-ssa/movement.cc} (53%)