This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository gcc.
from 446e879d405 2019-10-07 Richard Biener rguenther@suse.de new f58340d63a5 [i386] Make the vzeroupper pattern describe its effects (PR91994) new 92402274cf4 Use CONSTEXPR in machmode.h new eecd4b9053a [IRA] Handle fully-tied destinations in a similar way to ea [...]
The 3 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/ChangeLog | 31 ++++++++++++ gcc/config/i386/i386-features.c | 63 ++++++++++++++++++++++++ gcc/config/i386/predicates.md | 5 +- gcc/config/i386/sse.md | 13 +++-- gcc/ira-lives.c | 86 ++++++++++++++++++++++++++------ gcc/machmode.h | 87 +++++++++++++++++++++++---------- gcc/testsuite/ChangeLog | 5 ++ gcc/testsuite/gcc.target/i386/pr91994.c | 35 +++++++++++++ 8 files changed, 281 insertions(+), 44 deletions(-) create mode 100644 gcc/testsuite/gcc.target/i386/pr91994.c