This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from d78ce5cfcba 2017-12-09 Steven G. Kargl <kargl(a)gcc.gnu.org>
new 17069f77f96 Daily bump.
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/DATESTAMP | 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 gcc-6-branch
in repository gcc.
from 3e7a906c603 Daily bump.
new b21038f85b8 Daily bump.
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/DATESTAMP | 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 llvm.
from e3aae88e027 [InstCombine] Fix SimplifyDemandedUseBits SHL handling (PR35515)
new 14ef3034c43 [AArch64] Improve loop unrolling performance on Cavium T99
new 9117185c162 [X86] Tag ALLOCA/VAARG instructions as system scheduler classes
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:
lib/Target/AArch64/AArch64SchedThunderX2T99.td | 2 +-
lib/Target/X86/X86InstrCompiler.td | 2 ++
.../AArch64/loop-micro-op-buffer-size-t99.ll} | 32 ++++++++++++++++++----
3 files changed, 29 insertions(+), 7 deletions(-)
copy test/{Transforms/LoopUnroll/X86/store_cost.ll => CodeGen/AArch64/loop-micro-o [...]
--
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 binutils-gdb.
from c5ba17787d Automatic date update in version.in
new 8bcf9b0392 Automatic date update in version.in
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:
bfd/version.h | 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 gdb-8.0-branch
in repository binutils-gdb.
from 8ccb76c339 Automatic date update in version.in
new 3d20d7ab15 Automatic date update in version.in
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:
bfd/version.h | 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 binutils-2_29-branch
in repository binutils-gdb.
from c7ffe19a36 Automatic date update in version.in
new e6d7158336 Automatic date update in version.in
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:
bfd/version.h | 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 llvm.
from 1134b2a24b3 Infer lowest bits of an integer Multiply when the low bits [...]
new e3aae88e027 [InstCombine] Fix SimplifyDemandedUseBits SHL handling (PR35515)
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:
.../InstCombine/InstCombineSimplifyDemanded.cpp | 11 +++++------
test/Transforms/InstCombine/pr35515.ll | 20 ++++++++++++++++++++
2 files changed, 25 insertions(+), 6 deletions(-)
create mode 100644 test/Transforms/InstCombine/pr35515.ll
--
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.
from 466d8da5f8 Switch to gnu++14 as the default dialect.
new f7a3add6d1 Update Clang CMake cache to use cxx-headers, 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:
cmake/caches/Apple-stage2.cmake | 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 llvm.
from 84e367eb655 [X86] Use KMOV instructions to zero upper bits of vectors w [...]
new 1134b2a24b3 Infer lowest bits of an integer Multiply when the low bits [...]
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/ValueTracking.cpp | 75 ++++++++++++++++++++++++++++----
unittests/Analysis/ValueTrackingTest.cpp | 55 +++++++++++++++++++++++
2 files changed, 121 insertions(+), 9 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 03b324a8c41 [X86] Improve lowering of vXi1 insert_subvectors to better [...]
new 84e367eb655 [X86] Use KMOV instructions to zero upper bits of vectors w [...]
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/X86InstrVecCompiler.td | 41 +++++++++++++++++++++++++----------
test/CodeGen/X86/avx512bw-mov.ll | 18 +++++----------
test/CodeGen/X86/pr34605.ll | 3 +--
3 files changed, 36 insertions(+), 26 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.