This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 86530b9fed uk_UA: Add alternative month names (bug 10871).
new 128c43a2d6 LIBC_SLIBDIR_RTLDDIR: substitute arguments in single quotes
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:
ChangeLog | 14 ++++++++++++++
aclocal.m4 | 4 ++--
sysdeps/gnu/configure | 4 ++--
sysdeps/unix/sysv/linux/aarch64/configure | 4 ++--
sysdeps/unix/sysv/linux/mips/configure | 8 ++++----
sysdeps/unix/sysv/linux/powerpc/powerpc64/configure | 4 ++--
sysdeps/unix/sysv/linux/s390/s390-64/configure | 4 ++--
sysdeps/unix/sysv/linux/sparc/sparc64/configure | 4 ++--
sysdeps/unix/sysv/linux/tile/configure | 4 ++--
sysdeps/unix/sysv/linux/x86_64/64/configure | 4 ++--
sysdeps/unix/sysv/linux/x86_64/x32/configure | 4 ++--
11 files changed, 36 insertions(+), 22 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.
Diana Picus pushed a change to branch python
in repository toolchain/llvm/linaro-scripts.
from 37126b8 Add support for building LLVM
new 5fdc892 Set maxDiff to None in the debug decorator. 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:
tests/cli/llvmtestcase.py | 3 +++
1 file changed, 3 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 d80d8d29ed8 Revert "[SLP] Fix for PR32086: Count InsertElementInstr of [...]
new 3011c54029b [InstCombine] add tests for PR35792; 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:
test/Transforms/InstCombine/and-narrow.ll | 192 ++++++++++++++++++++++++++++++
1 file changed, 192 insertions(+)
create mode 100644 test/Transforms/InstCombine/and-narrow.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 release_60
in repository llvm.
from 50fb516bb51 Merging r322900 and r323307:
new 57ea45a7084 Merging r323369 and r323371:
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/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 4 +++-
lib/CodeGen/TargetPassConfig.cpp | 2 ++
lib/Target/AArch64/AArch64InstructionSelector.cpp | 6 ++++++
test/CodeGen/AArch64/GlobalISel/fallback-nofastisel.ll | 10 ++++++++++
.../GlobalISel/irtranslator-volatile-load-pr36018.ll | 14 ++++++++++++++
5 files changed, 35 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/AArch64/GlobalISel/fallback-nofastisel.ll
create mode 100644 test/CodeGen/AArch64/GlobalISel/irtranslator-volatile-load-pr36018.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 64081fe810 [clang-cl] Add support for /arch:AVX512F and /arch:AVX512
new 244006d31e Unused diagnostics can occur in tblgen.
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:
utils/find-unused-diagnostics.sh | 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 gcc.
from 85912956e33 PR middle-end/83977 * ipa-fnsummary.c (compute_fn_summary [...]
new 2db19decc14 * pecoff.c (coff_add): Another memcpy -> coff_read4 fix.
new 18b2cf38f23 * pecoff.c (coff_add): Only release syms_view if it is valid.
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:
libbacktrace/ChangeLog | 8 ++++++++
libbacktrace/pecoff.c | 11 +++++++----
2 files changed, 15 insertions(+), 4 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 fd88ee41633 2018-01-25 Richard Biener <rguenther(a)suse.de>
new 141769c12ff PR libstdc++/83830 Define std::has_unique_object_representations_v
new 3232ccf3c44 PR libstdc++/81076 make __byte_operand SFINAE-friendly
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:
libstdc++-v3/ChangeLog | 15 +++++++++++++++
libstdc++-v3/include/c_global/cstddef | 2 +-
libstdc++-v3/include/std/type_traits | 4 ++++
.../mem_fn/80478.cc => 18_support/byte/81076.cc} | 11 +++++------
.../20_util/has_unique_object_representations/value.cc | 14 ++++++++++++++
5 files changed, 39 insertions(+), 7 deletions(-)
copy libstdc++-v3/testsuite/{20_util/function_objects/mem_fn/80478.cc => 18_suppor [...]
--
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 cb10829a463 compiler: don't write sink constants to C header file
new 280317b9ab9 PR libstdc++/81076 make __byte_operand SFINAE-friendly
new 85912956e33 PR middle-end/83977 * ipa-fnsummary.c (compute_fn_summary [...]
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 | 10 ++++++++++
gcc/config/i386/i386.c | 4 ++--
gcc/ipa-fnsummary.c | 6 +++++-
gcc/omp-simd-clone.c | 4 ----
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/c-c++-common/gomp/pr83977-1.c | 2 +-
libstdc++-v3/ChangeLog | 8 +++++++-
libstdc++-v3/include/c_global/cstddef | 2 +-
.../mem_fn/80478.cc => 18_support/byte/81076.cc} | 11 +++++------
9 files changed, 36 insertions(+), 16 deletions(-)
copy libstdc++-v3/testsuite/{20_util/function_objects/mem_fn/80478.cc => 18_suppor [...]
--
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 edd25896b5e [SLP] Fix for PR32086: Count InsertElementInstr of the same [...]
new d80d8d29ed8 Revert "[SLP] Fix for PR32086: Count InsertElementInstr of [...]
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/Transforms/Vectorize/SLPVectorizer.cpp | 482 ++++++---------------
test/Transforms/SLPVectorizer/X86/PR32086.ll | 11 +-
.../SLPVectorizer/X86/blending-shuffle.ll | 20 +-
test/Transforms/SLPVectorizer/X86/hoist.ll | 17 +-
4 files changed, 154 insertions(+), 376 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 clang.
from 96b4d114c7 clang-cl: Simplify handling of /arch: flag.
new 64081fe810 [clang-cl] Add support for /arch:AVX512F and /arch:AVX512
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/Driver/ToolChains/Arch/X86.cpp | 11 ++++++-----
test/Driver/cl-x86-flags.c | 40 ++++++++++++++++++++++++++++++++++++++
2 files changed, 46 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.