This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 73e1b04819c [PowerPC] Split out the tailcall calling convention checks. NFC.
new e074ad4a0cd [SLP] Added more missed optimization remarks
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 | 88 ++++++++++++++++++----
.../SLPVectorizer/AArch64/getelementptr.ll | 12 ++-
.../Transforms/SLPVectorizer/AArch64/horizontal.ll | 9 ++-
.../X86/{scheduling.ll => remark_horcost.ll} | 44 +++++------
.../SLPVectorizer/X86/remark_listcost.ll | 43 +++++++++++
.../SLPVectorizer/X86/remark_not_all_parts.ll | 60 +++++++++++++++
.../SLPVectorizer/X86/remark_unsupported.ll | 34 +++++++++
7 files changed, 247 insertions(+), 43 deletions(-)
copy test/Transforms/SLPVectorizer/X86/{scheduling.ll => remark_horcost.ll} (68%)
create mode 100644 test/Transforms/SLPVectorizer/X86/remark_listcost.ll
create mode 100644 test/Transforms/SLPVectorizer/X86/remark_not_all_parts.ll
create mode 100644 test/Transforms/SLPVectorizer/X86/remark_unsupported.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 llvm.
from d68d614a5df [PassManager, SimplifyCFG] add test for PR34603 / D38566; NFC
new 73e1b04819c [PowerPC] Split out the tailcall calling convention checks. 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:
lib/Target/PowerPC/PPCISelLowering.cpp | 30 +++++++++++++++++++-----------
1 file changed, 19 insertions(+), 11 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 818167bc99 [libclang] Fix cursors for in-class initializer of field dec [...]
new 0b7fe98286 ASTMatchers.h: Fix ODR violations by avoiding internal linka [...]
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/ASTMatchers/ASTMatchers.h | 619 +++++++++++++++-----------------
lib/ASTMatchers/ASTMatchersInternal.cpp | 268 ++++++++++++++
2 files changed, 559 insertions(+), 328 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 771a6f30c [MinGW] Ignore the --build-id, --pie-executable and --disable [...]
new 5770e94c8 Propagate sh_entsize out.
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:
ELF/SyntheticSections.cpp | 11 ++++++++++-
test/ELF/basic-aarch64.s | 2 +-
test/ELF/basic-mips.s | 2 +-
test/ELF/basic-ppc.s | 2 +-
test/ELF/basic-sparcv9.s | 2 +-
test/ELF/basic.s | 2 +-
test/ELF/basic32.s | 2 +-
test/ELF/basic64be.s | 2 +-
test/ELF/build-id.s | 6 +++---
test/ELF/compressed-debug-input.s | 2 +-
test/ELF/gc-merge-local-sym.s | 2 +-
test/ELF/gc-sections-merge-addend.s | 2 +-
test/ELF/gc-sections-merge-implicit-addend.s | 2 +-
test/ELF/gc-sections-merge.s | 4 ++--
test/ELF/linkerscript/merge-sections.s | 2 +-
test/ELF/merge-string.s | 6 +++---
test/ELF/merge.s | 2 +-
17 files changed, 31 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.
unknown user pushed a change to branch master
in repository glibc.
from cad7ca3908 linux: Include <sysdep-cancel.h> for epoll_wait
new 2180fee114 Check length of ifname before copying it into to ifreq structure.
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 | 6 ++++++
sysdeps/unix/sysv/linux/if_index.c | 6 ++++++
2 files changed, 12 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 hjl/pr82990/master
in repository gcc.
discards 657c592adce i386: Update the default -mzeroupper setting
adds d46b9539e69 [PR c++/81574] lambda capture of function reference
adds c3c1d7930f1 Add libgomp.oacc-c-c++-common/f-asyncwait-{1,2,3}.c
adds 4973689ee6b 2017-11-15 Dominique d'Humieres <dominiq(a)lps.ens.fr>
adds 11ca88d1902 Compile strncpy-fix-1.c with -Wno-stringop-truncation
adds 9d1de2343f1 [ARM] Fix more -Wreturn-type fallout
new d9388c1b7f3 i386: Add X86_TUNE_EMIT_VZEROUPPER
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 (657c592adce)
\
N -- N -- N refs/heads/hjl/pr82990/master (d9388c1b7f3)
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 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/config/i386/i386.c | 2 +-
gcc/config/i386/i386.h | 2 +
gcc/config/i386/x86-tune.def | 4 +
gcc/cp/ChangeLog | 6 +
gcc/cp/lambda.c | 3 +-
gcc/testsuite/ChangeLog | 20 ++
gcc/testsuite/g++.dg/cpp1y/pr81574.C | 13 +
gcc/testsuite/g++.dg/ext/pr57735.C | 2 +-
gcc/testsuite/g++.dg/ext/pr81706.C | 4 +-
gcc/testsuite/gcc.dg/strncpy-fix-1.c | 2 +-
gcc/testsuite/gcc.target/arm/pr54300.C | 2 +
gcc/testsuite/gcc.target/i386/pr81706.c | 4 +-
gcc/testsuite/gcc.target/i386/pr82942-2.c | 2 +-
.../gcc.target/i386/{pr82990-1.c => pr82990-5.c} | 2 +-
.../gcc.target/i386/{pr82941-2.c => pr82990-6.c} | 2 +-
.../gcc.target/i386/{pr82990-2.c => pr82990-7.c} | 2 +-
libgomp/ChangeLog | 9 +
.../libgomp.oacc-c-c++-common/f-asyncwait-1.c | 297 +++++++++++++++++++++
.../libgomp.oacc-c-c++-common/f-asyncwait-2.c | 61 +++++
.../libgomp.oacc-c-c++-common/f-asyncwait-3.c | 63 +++++
20 files changed, 490 insertions(+), 12 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp1y/pr81574.C
copy gcc/testsuite/gcc.target/i386/{pr82990-1.c => pr82990-5.c} (75%)
copy gcc/testsuite/gcc.target/i386/{pr82941-2.c => pr82990-6.c} (63%)
copy gcc/testsuite/gcc.target/i386/{pr82990-2.c => pr82990-7.c} (52%)
create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/f-asyncwait-1.c
create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/f-asyncwait-2.c
create mode 100644 libgomp/testsuite/libgomp.oacc-c-c++-common/f-asyncwait-3.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 compiler-rt.
from e811c409b [XRay][compiler-rt][x86_64] Align the stack before and after [...]
new 0066b15e4 [scudo] Soft and hard RSS limit checks
new fcc081e71 [libFuzzer] respect max_len during merge
new f404b1861 libfuzzer: Fix file listing on some filesystems
The 3 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/fuzzer/FuzzerIOPosix.cpp | 14 +++++++++--
lib/fuzzer/FuzzerMerge.cpp | 2 +-
lib/scudo/scudo_allocator.cpp | 50 ++++++++++++++++++++++++++++++++++++++
test/fuzzer/merge.test | 4 ++++
test/scudo/rss.c | 56 +++++++++++++++++++++++++++++++++++++++++++
5 files changed, 123 insertions(+), 3 deletions(-)
create mode 100644 test/scudo/rss.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 glibc.
from 58c9f659ee ka_GE locale: Add “X” back to yesexpr.
new cad7ca3908 linux: Include <sysdep-cancel.h> for epoll_wait
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 | 4 ++++
sysdeps/unix/sysv/linux/epoll_wait.c | 2 ++
2 files changed, 6 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 b7ba7dffa6e [Reassociate] simplify code; NFCI
new dda43d9dce1 [(new) Pass Manager] instantiate SimplifyCFG with the same [...]
new d68d614a5df [PassManager, SimplifyCFG] add test for PR34603 / D38566; NFC
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/Transforms/Scalar/SimplifyCFG.h | 16 +--
lib/Passes/PassBuilder.cpp | 9 +-
.../PhaseOrdering/simplifycfg-options.ll | 119 +++++++++++----------
3 files changed, 80 insertions(+), 64 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 b63803a89bf PR tree-optimization/82726 Revert 2017-01-23 Bin Cheng [...]
new e02e28c43a7 PR tree-optimization/82726 PR tree-optimization/70754 * [...]
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 | 17 +++
.../{vect/vect-outer-4e.c => tree-ssa/pr82726.c} | 4 +-
gcc/tree-predcom.c | 138 ++++++++++++++++++---
3 files changed, 141 insertions(+), 18 deletions(-)
copy gcc/testsuite/gcc.dg/{vect/vect-outer-4e.c => tree-ssa/pr82726.c} (71%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.