This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 9601d3a Fix typo in string/bits/string2.h.
new 8888eb5 Fix build-and-build-again bug in sunrpc tests.
new e6502df Forgot to add the ChangeLog to the previous commit, doh.
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:
ChangeLog | 3 +++
sunrpc/Makefile | 1 +
2 files changed, 4 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 41723f3 [PPC] Add intrinsic mapping to the xscvhpsp instruction
new b13bcfd92 Give SLP vectorizer credit where it's due.
new c822bf1 ARM: sort register lists by encoding in push/pop instructions.
new 561fa2f Revert "ARM: sort register lists by encoding in push/pop inst [...]
new ab5d486 Test commit
The 4 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/Target/Mips/MSA.txt | 1 +
2 files 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 libcxx.
from db7fa11 Fixes for LWG 2598, 2686, 2739, 2742, 2747, and 2759, which w [...]
new 5ec20df Implement P0510 'Make future_error Constructible' adopted 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:
include/future | 6 ++++--
test/std/thread/futures/futures.future_error/code.pass.cpp | 14 ++++++++++++++
www/cxx1z_status.html | 2 +-
3 files changed, 19 insertions(+), 3 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 f253fdb 2016-11-14 Thomas Koenig <tkoenig(a)gcc.gnu.org>
new 77dfd3f 2016-11-14 Thomas Preud'homme <thomas.preudhomme(a)arm.com>
new a49621c * c-cppbuiltin.c (c_cpp_builtins): Define __cpp_structured_b [...]
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 | 44 ++++++++++++--------
gcc/c-family/ChangeLog | 52 ++++++++++++-----------
gcc/c-family/c-cppbuiltin.c | 1 +
gcc/c/ChangeLog | 74 ++++++++++++++++-----------------
gcc/cp/ChangeLog | 4 +-
gcc/testsuite/ChangeLog | 44 +++++++++++---------
gcc/testsuite/g++.dg/cpp1z/feat-cxx1z.C | 6 +++
gcc/tree-ssa-math-opts.c | 66 +++++++++++++----------------
8 files changed, 153 insertions(+), 138 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 f963245 [opt-viewer] Don't fail with remarks without debug location
new 41723f3 [PPC] Add intrinsic mapping to the xscvhpsp instruction
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/IR/IntrinsicsPowerPC.td | 3 +++
lib/Target/PowerPC/PPCInstrVSX.td | 9 +++++++++
test/CodeGen/PowerPC/vsx-p9.ll | 11 +++++++++++
3 files changed, 23 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 clang.
from 4fe4b24 Fix OpenCL test for buildbot by removing extra (erroneous) RUN line
new cb2e390 [PPC] altivec.h functions for converting half precision to si [...]
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/clang/Basic/BuiltinsPPC.def | 1 +
lib/Headers/altivec.h | 21 +++++++++++++++++++++
test/CodeGen/builtins-ppc-p9vector.c | 18 ++++++++++++++++++
3 files changed, 40 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 b0a9b66 [X86] Adding reproducer for pr30981
new af76145 AMDGPU/SI: Support data types other than V4f32 in image intrinsics
new f963245 [opt-viewer] Don't fail with remarks without debug location
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/AMDGPU/MIMGInstructions.td | 129 ++++++++++++-----------
lib/Target/AMDGPU/SIISelLowering.cpp | 7 +-
test/CodeGen/AMDGPU/llvm.amdgcn.image.gather4.ll | 19 ++++
test/CodeGen/AMDGPU/llvm.amdgcn.image.ll | 43 +++++++-
test/CodeGen/AMDGPU/llvm.amdgcn.image.sample.ll | 19 ++++
utils/opt-viewer/opt-viewer.py | 4 +-
6 files changed, 155 insertions(+), 66 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 compiler-rt.
from 34faeda Remove pwd to fix WinASan bot
new ee64ede [sanitizer] Max out allowed macOS deployment targets to 10.9
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/config-ix.cmake | 6 +++++-
1 file changed, 5 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 576eea8 [PDB] Add documentation for the DBI Stream.
new b0a9b66 [X86] Adding reproducer for pr30981
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/2009-04-12-FastIselOverflowCrash.ll | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.