This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from 974e519e8 Mark two coroutine tests as unsupported under ubsan
new 2e612e162 [test] Allow non-libc++ coroutine_handle::done to strengthen [...]
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:
.../coroutine.handle/coroutine.handle.completion/done.pass.cpp | 2 +-
.../support.coroutines/end.to.end/await_result.pass.cpp | 4 ++--
.../support.coroutines/end.to.end/bool_await_suspend.pass.cpp | 2 +-
.../support.coroutines/end.to.end/oneshot_func.pass.cpp | 4 ++--
4 files changed, 6 insertions(+), 6 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 a5ec651c30 Added LLVM_FALLTHROUGH to address warning: this statement ma [...]
new a85c08fed9 Relax test to try and appease builders. 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/CodeGen/ubsan-pointer-overflow.m | 12 ++++++------
1 file changed, 6 insertions(+), 6 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 hjl/avx2/master
in repository glibc.
discards 29995cdfd5 Update between_2_3 memcmp-avx2.S
discards 3793249d7a memcmp-avx2.S
discards 3180371a82 x86-64: Optimize strrchr/wcsrchr with AVX2
discards b3395c9a74 x86-64: Optimize memrchr with AVX2
discards adb1885921 x86-64: Optimize strchr/strchrnul/wcschr with AVX2
discards c67ef62d59 x86-64: Optimize strlen/strnlen/wcslen/wcsnlen with AVX2
discards a9c26d841e x86-64: Optimize memchr/rawmemchr/wmemchr with SSE2/AVX2
discards 33a455e5a9 x86-64: Optimize memcmp/wmemcmp AVX2
new 09f54b5b02 x86-64: Optimize memcmp/wmemcmp with AVX2 and MOVBE
new e4a655c9bb x86-64: Optimize memchr/rawmemchr/wmemchr with SSE2/AVX2
new e6e317a06a x86-64: Optimize strlen/strnlen/wcslen/wcsnlen with AVX2
new 8979816a1b x86-64: Optimize strchr/strchrnul/wcschr with AVX2
new 08b198b4f6 x86-64: Optimize memrchr with AVX2
new 31106555b1 x86-64: Optimize strrchr/wcsrchr with AVX2
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (29995cdfd5)
\
N -- N -- N refs/heads/hjl/avx2/master (31106555b1)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 6 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:
sysdeps/x86/cpu-features.h | 1 +
sysdeps/x86_64/multiarch/Makefile | 4 +-
sysdeps/x86_64/multiarch/ifunc-impl-list.c | 10 ++--
.../{memcmp-avx2.S => memcmp-avx2-movbe.S} | 56 +++++++++-------------
sysdeps/x86_64/multiarch/memcmp.S | 4 +-
sysdeps/x86_64/multiarch/wmemcmp-avx2-movbe.S | 4 ++
sysdeps/x86_64/multiarch/wmemcmp-avx2.S | 4 --
sysdeps/x86_64/multiarch/wmemcmp.S | 4 +-
8 files changed, 42 insertions(+), 45 deletions(-)
rename sysdeps/x86_64/multiarch/{memcmp-avx2.S => memcmp-avx2-movbe.S} (92%)
create mode 100644 sysdeps/x86_64/multiarch/wmemcmp-avx2-movbe.S
delete mode 100644 sysdeps/x86_64/multiarch/wmemcmp-avx2.S
--
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 6a330c6d5db [CodeView] Properly align symbol records on read/write.
new cb20a4fea92 Fix -Wreorder warnings.
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:
include/llvm/DebugInfo/CodeView/SymbolDeserializer.h | 2 +-
include/llvm/DebugInfo/CodeView/SymbolRecordMapping.h | 2 +-
2 files changed, 2 insertions(+), 2 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-5-branch
in repository gcc.
from fbcdfdd219d Daily bump.
new 3200658d727 Backported from mainline 2016-08-19 Jakub Jelinek <jaku [...]
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 | 50 ++++
gcc/config/i386/avx2intrin.h | 488 ++++++++++++++++++++-------------------
gcc/config/i386/avx512fintrin.h | 94 ++++----
gcc/config/i386/avx512pfintrin.h | 88 +++----
gcc/config/i386/avx512vlintrin.h | 48 ++--
gcc/config/i386/gmm_malloc.h | 36 +--
gcc/config/i386/ia32intrin.h | 8 +-
gcc/config/i386/lwpintrin.h | 22 +-
gcc/config/i386/pmm_malloc.h | 20 +-
gcc/config/i386/rdseedintrin.h | 12 +-
gcc/config/i386/rtmintrin.h | 4 +-
11 files changed, 468 insertions(+), 402 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 gcc.
from 96e7fdadc29 * es.po: Update.
new 650c7bf06cb [gcc/testsuite]
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/testsuite/ChangeLog | 5 +++++
.../gcc.target/powerpc/fold-vec-logical-ors-longlong.c | 14 +++++++-------
2 files changed, 12 insertions(+), 7 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 2bb8e7e8cca [AMDGPU] Fix kernel arg segment size for amdgizcl
new 6a330c6d5db [CodeView] Properly align symbol records on read/write.
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:
include/llvm/DebugInfo/CodeView/CodeView.h | 8 +++++++
include/llvm/DebugInfo/CodeView/CodeViewRecordIO.h | 1 +
.../DebugInfo/CodeView/DebugSubsectionRecord.h | 18 +++++++++++----
.../llvm/DebugInfo/CodeView/SymbolDeserializer.h | 16 ++++++++-----
include/llvm/DebugInfo/CodeView/SymbolDumper.h | 5 ++++-
.../llvm/DebugInfo/CodeView/SymbolRecordMapping.h | 9 ++++++--
include/llvm/DebugInfo/CodeView/SymbolSerializer.h | 7 +++---
include/llvm/ObjectYAML/CodeViewYAMLSymbols.h | 4 +++-
lib/DebugInfo/CodeView/CodeViewRecordIO.cpp | 14 ++++++++++++
lib/DebugInfo/CodeView/DebugSubsectionRecord.cpp | 26 ++++++++++++++--------
lib/DebugInfo/CodeView/SymbolDumper.cpp | 4 ++--
lib/DebugInfo/CodeView/SymbolRecordMapping.cpp | 1 +
lib/DebugInfo/CodeView/SymbolSerializer.cpp | 8 ++++---
.../PDB/Native/DbiModuleDescriptorBuilder.cpp | 19 ++++++++++------
lib/ObjectYAML/CodeViewYAMLSymbols.cpp | 12 +++++-----
test/DebugInfo/PDB/pdbdump-write.test | 6 ++---
tools/llvm-pdbdump/LLVMOutputStyle.cpp | 5 +++--
tools/llvm-pdbdump/llvm-pdbdump.cpp | 6 +++--
tools/llvm-readobj/COFFDumper.cpp | 3 ++-
19 files changed, 121 insertions(+), 51 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 lld.
from fc781a103 Move maybeCompress to OutputSectionCommand.
new ee1cd5f66 [CodeView] Properly align symbol records on read/write.
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:
COFF/PDB.cpp | 3 ++-
1 file changed, 2 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 llvm.
from dca42389f74 Add opt-bisect support for region passes.
new 2bb8e7e8cca [AMDGPU] Fix kernel arg segment size for amdgizcl
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/AMDGPU/AMDGPUSubtarget.h | 3 ++-
test/CodeGen/AMDGPU/llvm.amdgcn.kernarg.segment.ptr.ll | 2 ++
2 files changed, 4 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 llvm.
from ffd22cf2fa8 DbgValueHistoryCalculator: Ignore call instructions that cl [...]
new bec6218b286 [InstSimplify][ConstantFolding] Add test demonstrating fail [...]
new dca42389f74 Add opt-bisect support for region passes.
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:
include/llvm/Analysis/RegionPass.h | 5 +++++
lib/Analysis/RegionPass.cpp | 16 ++++++++++++++++
lib/IR/OptBisect.cpp | 15 ++++++++++++---
test/Transforms/InstSimplify/compare.ll | 16 ++++++++++++++++
4 files changed, 49 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.