This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from ef9b7604b61 [x86] add test for SSE sqrtss register dep (PR22206)
new c07d6f2d53c [globalisel][combine] Improve the truncate placement for th [...]
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/GlobalISel/CombinerHelper.cpp | 92 +++++++++++++++-------
...galizercombiner-extending-loads-cornercases.mir | 69 +++++++++++++++-
.../prelegalizercombiner-extending-loads.mir | 3 +-
3 files changed, 131 insertions(+), 33 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 ed9370cc389 Report vectorization problems via a new opt_problem class
new 0e992424f99 * doc/invoke.texi (-Wno-prio-ctor-dtor): Document new warn [...]
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 | 5 +++++
gcc/c-family/ChangeLog | 6 ++++++
gcc/c-family/c-attribs.c | 4 ++--
gcc/c-family/c.opt | 4 ++++
gcc/doc/invoke.texi | 13 ++++++++++++-
gcc/testsuite/ChangeLog | 4 ++++
gcc/testsuite/c-c++-common/Wprio-ctor-dtor.c | 9 +++++++++
7 files changed, 42 insertions(+), 3 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/Wprio-ctor-dtor.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 5fffc119967 AArch64: Fix XSeqPairs/WSeqPairs problems
new ef9b7604b61 [x86] add test for SSE sqrtss register dep (PR22206)
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/sse_partial_update.ll | 61 ++++++++++++++++++----------------
1 file changed, 33 insertions(+), 28 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 users/palves/per-inf-thread-list
in repository binutils-gdb.
discards 99ef2b61a7 Per-inferior thread list, thread ranges/iterators, down with [...]
new 026579ce06 Per-inferior thread list, thread ranges/iterators, down with [...]
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 (99ef2b61a7)
\
N -- N -- N refs/heads/users/palves/per-inf-thread-list (026579ce06)
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:
gdb/bsd-kvm.c | 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 gcc.
from 9ddd8fa74ba Add -fopt-info-internals
new ed9370cc389 Report vectorization problems via a new opt_problem class
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 | 167 ++++++++
gcc/Makefile.in | 1 +
gcc/dump-context.h | 104 ++++-
gcc/dumpfile.c | 160 +++-----
gcc/dumpfile.h | 13 +-
gcc/opt-problem.cc | 335 ++++++++++++++++
gcc/opt-problem.h | 289 ++++++++++++++
gcc/optinfo-emit-json.cc | 2 +-
gcc/optinfo.cc | 44 +-
gcc/optinfo.h | 7 +-
gcc/selftest-run-tests.c | 1 +
gcc/selftest.h | 1 +
gcc/testsuite/ChangeLog | 8 +
gcc/testsuite/gcc.dg/vect/nodump-vect-opt-info-2.c | 12 +
gcc/testsuite/gcc.dg/vect/vect-alias-check-4.c | 18 +-
gcc/tree-data-ref.c | 70 ++--
gcc/tree-data-ref.h | 10 +-
gcc/tree-predcom.c | 3 +-
gcc/tree-vect-data-refs.c | 347 ++++++++--------
gcc/tree-vect-loop.c | 442 +++++++++------------
gcc/tree-vect-slp.c | 4 +-
gcc/tree-vect-stmts.c | 275 ++++++-------
gcc/tree-vectorizer.c | 17 +-
gcc/tree-vectorizer.h | 45 ++-
24 files changed, 1583 insertions(+), 792 deletions(-)
create mode 100644 gcc/opt-problem.cc
create mode 100644 gcc/opt-problem.h
create mode 100644 gcc/testsuite/gcc.dg/vect/nodump-vect-opt-info-2.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 gcc.
from 5e0f6ab6ee2 Revert "Never reload fixed form constraints memory operand"
new 718f7174c0e 2018-10-04 Bernd Edlinger <bernd.edlinger(a)hotmail.de>
new 9ddd8fa74ba Add -fopt-info-internals
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 | 56 +++++
gcc/doc/invoke.texi | 31 ++-
gcc/dump-context.h | 2 +
gcc/dumpfile.c | 248 +++++++++++++++------
gcc/dumpfile.h | 41 +++-
gcc/testsuite/ChangeLog | 15 ++
gcc/testsuite/gcc.dg/merge-all-constants-1.c | 6 +-
...e-all-constants-1.c => merge-all-constants-2.c} | 4 +-
gcc/testsuite/gcc.dg/plugin/dump-1.c | 10 +-
gcc/testsuite/gcc.dg/plugin/{dump-1.c => dump-2.c} | 4 +-
gcc/testsuite/gcc.dg/plugin/plugin.exp | 3 +-
gcc/testsuite/gnat.dg/string_merge1.adb | 19 ++
gcc/testsuite/gnat.dg/string_merge2.adb | 19 ++
gcc/tree-vect-loop-manip.c | 6 +-
gcc/tree-vectorizer.h | 6 +-
gcc/varasm.c | 60 ++---
16 files changed, 401 insertions(+), 129 deletions(-)
copy gcc/testsuite/gcc.dg/{merge-all-constants-1.c => merge-all-constants-2.c} (61%)
copy gcc/testsuite/gcc.dg/plugin/{dump-1.c => dump-2.c} (89%)
create mode 100644 gcc/testsuite/gnat.dg/string_merge1.adb
create mode 100644 gcc/testsuite/gnat.dg/string_merge2.adb
--
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-tools-extra.
from 959ecc34 [clangd] Add std::move for converting-return to satisfy older [...]
new 95baa854 [clangd] Dex: FALSE iterator, peephole optimizations, fix AND bug
new 87ff46c9 [clangd] Simplify Dex query tree logic and fix missing-postin [...]
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:
clangd/index/dex/Dex.cpp | 67 ++++++++++++++++---------------------------
clangd/index/dex/Dex.h | 1 +
clangd/index/dex/Trigram.cpp | 2 ++
unittests/clangd/DexTests.cpp | 13 +++++++--
4 files changed, 38 insertions(+), 45 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-tools-extra.
from 65d307b9 [clang-tidy] fix failing unit tests
new 959ecc34 [clangd] Add std::move for converting-return to satisfy older [...]
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:
unittests/clangd/TestTU.cpp | 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 llvm.
from b3e54123c53 [AMDGPU] Match signed dot4/8 pattern.
new 5fffc119967 AArch64: Fix XSeqPairs/WSeqPairs problems
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/AArch64/AArch64InstrInfo.cpp | 86 ++++++++++++++++++++++++++-------
test/CodeGen/AArch64/seqpairspill.mir | 42 ++++++++++++++++
2 files changed, 110 insertions(+), 18 deletions(-)
create mode 100644 test/CodeGen/AArch64/seqpairspill.mir
--
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 4f9bdf7fa5 Add self to gdb/MAINTAINERS
new fef1b2933d Avoid pagination in attach.exp
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:
gdb/testsuite/ChangeLog | 6 ++++++
gdb/testsuite/gdb.base/attach.exp | 5 +++--
2 files changed, 9 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.