This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from cabb95e081 Function with unparsed body is a definition
new 4a8ecfcda3 [index] Nested class declarations should be annotated with t [...]
new 100ecde90e clang-format: introduce InlineOnly short function style
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/clang/Format/Format.h | 20 ++++++++++++++-
lib/Format/Format.cpp | 1 +
lib/Format/TokenAnnotator.cpp | 4 +--
lib/Format/UnwrappedLineFormatter.cpp | 2 +-
lib/Index/IndexDecl.cpp | 4 ++-
test/Index/Core/index-source.cpp | 17 +++++++++++++
unittests/Format/FormatTest.cpp | 46 +++++++++++++++++++++++++++++++++++
7 files changed, 89 insertions(+), 5 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 glibc.
from 76b8266f99 getaddrinfo: Avoid stack copy of IPv6 address
new e9177fba13 [AArch64] Use hidden __GI__dl_argv in rtld startup code
new daa9bdb607 posix: Add invalid flags test for p{write,read}v2
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 | 11 ++++++++++
misc/tst-preadvwritev2-common.c | 48 +++++++++++++++++++++++++++++++++++++++++
misc/tst-preadvwritev2.c | 3 +++
misc/tst-preadvwritev64v2.c | 3 +++
sysdeps/aarch64/dl-machine.h | 4 ++--
5 files changed, 67 insertions(+), 2 deletions(-)
create mode 100644 misc/tst-preadvwritev2-common.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 5313649a34b [X86][SSE] Dropped -mcpu from vector shuffle tests
new 158809ea074 [X86][SSE] Dropped -mcpu from vector blend shuffle tests an [...]
new 8b6d662c93b [X86][SSE] Regenerate merge store tests
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:
test/CodeGen/X86/vector-blend.ll | 74 ++++++----------------
.../CodeGen/X86/vector-merge-store-fp-constants.ll | 32 +++++-----
2 files changed, 37 insertions(+), 69 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 01a84a7c0e0 [X86][SSE] Dropped -mcpu from vector zero extend tests
new 5313649a34b [X86][SSE] Dropped -mcpu from vector shuffle 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-interleave.ll | 12 ++++++------
test/CodeGen/X86/vector-shuffle-masked.ll | 2 +-
test/CodeGen/X86/vector-shuffle-sse1.ll | 18 +++++++++++++++---
test/CodeGen/X86/vector-shuffle-v1.ll | 6 ++----
4 files changed, 24 insertions(+), 14 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 9bb17187e1b [X86][AVX] Add AVX1 shuffle truncation tests
new 1c0fdaa2c23 [X86][SSE] Dropped -mcpu from variable shuffle tests
new 01a84a7c0e0 [X86][SSE] Dropped -mcpu from vector zero extend tests
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:
test/CodeGen/X86/vector-shuffle-variable-128.ll | 10 +++++-----
test/CodeGen/X86/vector-shuffle-variable-256.ll | 5 ++---
test/CodeGen/X86/vector-zmov.ll | 12 +++++-------
3 files changed, 12 insertions(+), 15 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 binutils-gdb.
from 20bd1b6ba5 Fix seg-fault in the BFD parsing a corrupt input binary.
new 996b5569bf [ARM] Separate extensions from architectures in arm_cpus
new c168ce07e5 [ARM] Keep separation between extensions and architecture bi [...]
new 6c290d5387 [ARM] Simplify Tag_DSP_extension selection logic
new 81209eff90 PowerPC64 tocsave testcases
new 6e1816be66 PowerPC64 localentry:0 plt calls
new bdab445c82 [GOLD] PowerPC move plt indx_ out of unordered map key
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:
bfd/ChangeLog | 7 +
bfd/elf64-ppc.c | 33 +-
gas/ChangeLog | 48 +++
gas/config/tc-arm.c | 637 ++++++++++++++++++++++++-----------
gas/config/tc-arm.h | 4 +-
gold/ChangeLog | 8 +
gold/powerpc.cc | 95 +++---
ld/ChangeLog | 11 +
ld/testsuite/ld-powerpc/powerpc.exp | 10 +
ld/testsuite/ld-powerpc/tocsave1.s | 24 ++
ld/testsuite/ld-powerpc/tocsave1a.d | 15 +
ld/testsuite/ld-powerpc/tocsave1s.d | 9 +
ld/testsuite/ld-powerpc/tocsave2.s | 24 ++
ld/testsuite/ld-powerpc/tocsave2a.d | 18 +
ld/testsuite/ld-powerpc/tocsave2s.d | 13 +
ld/testsuite/ld-powerpc/tocsavelib.s | 5 +
16 files changed, 699 insertions(+), 262 deletions(-)
create mode 100644 ld/testsuite/ld-powerpc/tocsave1.s
create mode 100644 ld/testsuite/ld-powerpc/tocsave1a.d
create mode 100644 ld/testsuite/ld-powerpc/tocsave1s.d
create mode 100644 ld/testsuite/ld-powerpc/tocsave2.s
create mode 100644 ld/testsuite/ld-powerpc/tocsave2a.d
create mode 100644 ld/testsuite/ld-powerpc/tocsave2s.d
create mode 100644 ld/testsuite/ld-powerpc/tocsavelib.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 gcc.
from 288405ecc9c DWARF: make it possible to emit debug info for declarations only
new c65f167e0e8 Make early return predictor more precise.
new 8e31f1f12f4 Rework cold and hot label attributes in predict.c.
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 | 23 +++++++++
gcc/gimple-low.c | 2 +
gcc/gimple-predict.h | 8 ++++
gcc/gimplify.c | 26 ++++++++++-
gcc/passes.def | 1 +
gcc/predict.c | 64 --------------------------
gcc/predict.def | 15 ++----
gcc/testsuite/ChangeLog | 4 ++
gcc/testsuite/gcc.dg/tree-ssa/attr-hotcold-2.c | 4 +-
gcc/tree-tailcall.c | 2 +
10 files changed, 70 insertions(+), 79 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 f2d422d498a [X86] Rerun the update_llc_test_checks tool on test. NFC.
new 1fa0c45640a [X86][SSE] Add SSE2/SSE42 shuffle truncation tests
new 9bb17187e1b [X86][AVX] Add AVX1 shuffle truncation tests
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:
test/CodeGen/X86/shuffle-vs-trunc-128.ll | 156 ++++++++++++++
test/CodeGen/X86/shuffle-vs-trunc-256.ll | 341 +++++++++++++++++++++----------
2 files changed, 390 insertions(+), 107 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 a3faa5a0e1 Fixed compiler warnings after r305890.
new cabb95e081 Function with unparsed body is a definition
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/AST/Decl.h | 2 +-
lib/Sema/SemaCUDA.cpp | 6 ------
lib/Sema/SemaDecl.cpp | 1 +
lib/Sema/SemaDeclCXX.cpp | 3 +++
lib/Sema/SemaTemplateInstantiateDecl.cpp | 3 +++
test/SemaCXX/friend2.cpp | 37 ++++++++++++++++++++++++++++++++
6 files changed, 45 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.