This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from e67d3d38344 gcc/ChangeLog:
new aca1a787dfd PR middle-end/80669 - Bad -Wstringop-overflow warnings for stpncpy
The 1 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 | 5 +++
gcc/builtins.c | 21 ++--------
gcc/testsuite/ChangeLog | 5 +++
gcc/testsuite/gcc.dg/builtin-stpncpy.c | 74 ++++++++++++++++++++++++++++++++++
4 files changed, 88 insertions(+), 17 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/builtin-stpncpy.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 8390fe6ccf0 [X86][AVX] Allow 32-bit targets to peek through subvectors [...]
new 90e60b5e999 [X86][XOP] Account for cost of extract/insert of 256-bit ve [...]
The 1 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:
lib/Target/X86/X86TargetTransformInfo.cpp | 24 ++++-----
test/Analysis/CostModel/X86/vshift-ashr-cost.ll | 64 +++++++++++-----------
test/Analysis/CostModel/X86/vshift-lshr-cost.ll | 60 ++++++++++-----------
test/Analysis/CostModel/X86/vshift-shl-cost.ll | 72 ++++++++++++-------------
4 files changed, 110 insertions(+), 110 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-7-branch
in repository gcc.
from 426b7977c67 Daily bump.
new 474965bdb8d Backport from mainline 2017-05-11 Uros Bizjak <ubizjak@ [...]
new 1659dbd62c5 * ChangeLog: Fix date.
The 2 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 | 14 ++++++++
gcc/config/i386/sync.md | 61 +++++++++++++++++++++++++--------
gcc/testsuite/ChangeLog | 14 ++++++++
gcc/testsuite/gcc.target/i386/pr22152.c | 14 ++++----
gcc/testsuite/gcc.target/i386/pr80706.c | 30 ++++++++++++++++
5 files changed, 111 insertions(+), 22 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr80706.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from dc5d066e45b [X86][AVX] Add additional 32-bit target vector shift tests
new 8390fe6ccf0 [X86][AVX] Allow 32-bit targets to peek through subvectors [...]
The 1 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:
lib/Target/X86/X86ISelLowering.cpp | 11 ++++++++++-
test/CodeGen/X86/known-signbits-vector.ll | 9 +--------
test/CodeGen/X86/vector-shift-ashr-256.ll | 21 ++++++++-------------
test/CodeGen/X86/vector-shift-lshr-256.ll | 10 ++++------
test/CodeGen/X86/vector-shift-shl-256.ll | 10 ++++------
5 files changed, 27 insertions(+), 34 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 97751119406 update of the url
new dc5d066e45b [X86][AVX] Add additional 32-bit target vector shift tests
The 1 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:
test/CodeGen/X86/vector-shift-ashr-256.ll | 585 ++++++++++++++++++++++++++++++
test/CodeGen/X86/vector-shift-lshr-256.ll | 436 ++++++++++++++++++++++
test/CodeGen/X86/vector-shift-shl-256.ll | 379 +++++++++++++++++++
3 files changed, 1400 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 94b63a884e2 [BasicAA] Alphabetize includes. NFC
new b72b7c24b76 foo
new 462d5d6cc2c [InstSimplify] Add patterns for folding (A & B) | (~A ^ B) [...]
new 97751119406 update of the url
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:
CREDITS.TXT | 2 +-
lib/Analysis/InstructionSimplify.cpp | 18 ++++++
test/Transforms/InstSimplify/AndOrXor.ll | 106 +++++++++++++++++++++++++++++++
3 files changed, 125 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from a4421e7b4a7 make inverted_post_order_compute() operate on a vec
new 154452f45aa * config/i386/i386-builtin-types.def (VOID_FTYPE_INT_INT64 [...]
The 1 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 | 12 ++++++++
gcc/config/i386/i386-builtin-types.def | 1 +
gcc/config/i386/i386-builtin.def | 2 ++
gcc/config/i386/i386.c | 48 +++++++++++++++++++++++++++++++
gcc/config/i386/i386.md | 39 +++++++++++++++++++++++++
gcc/config/i386/xsaveintrin.h | 14 +++++++++
gcc/testsuite/ChangeLog | 4 +++
gcc/testsuite/gcc.target/i386/rdpid.c | 2 +-
gcc/testsuite/gcc.target/i386/xgetsetbv.c | 13 +++++++++
9 files changed, 134 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/i386/xgetsetbv.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from d72fa38136b Renable test that was disabled due to cost analysis
new 94b63a884e2 [BasicAA] Alphabetize includes. NFC
The 1 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:
lib/Analysis/BasicAliasAnalysis.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang-tools-extra.
from 02206dd9 [include-fixer] Don't throw exception when parsing unknown ar [...]
new 872d5135 [clang-tidy] TwineLocalCheck: add param # checking
The 1 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:
clang-tidy/llvm/TwineLocalCheck.cpp | 5 ++++-
test/clang-tidy/llvm-twine-local.cpp | 32 ++++++++++++++++++++++++++++++++
2 files changed, 36 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.