This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from fed395f9a Classify tests in lit/Modules
new 431e16483 Add missing Initialize/Terminate for Architecture plugins
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:
source/API/SystemInitializerFull.cpp | 6 ++++++
1 file 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 9027b88b63d [X86][BWI] Don't custom lower vXi8 rotations.
new a3836a558f3 [mir] Serialize DILocation inline when not possible to use [...]
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/MIRParser/MILexer.cpp | 1 +
lib/CodeGen/MIRParser/MILexer.h | 1 +
lib/CodeGen/MIRParser/MIParser.cpp | 119 ++++++++++++++++++++-
lib/IR/AsmWriter.cpp | 8 +-
test/CodeGen/Hexagon/packetize-debug-loc.mir | 4 +-
.../MIR/X86/instructions-debug-location.mir | 41 +++++++
6 files changed, 166 insertions(+), 8 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-arm-stable-defconfig
in repository toolchain/ci/base-artifacts.
discards 8da55e2ba gcc-cf0adaf68f3d1b3d5817818e77586bf1618c6fd2: all
new b203d7adc gcc-b4cd9edf00ff4e549ce257e7a5fd7cb6162d75d9: all
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 (8da55e2ba)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-arm-s [...]
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:
1-reset_artifacts/console.log | 122 +-
2-prepare_abe/console.log | 2 +
3-build_abe-binutils/console.log | 3375 ++++++++--------
4-build_abe-stage1/console.log | 4465 ++++++++++-----------
4-build_abe-stage1/revision | 2 +-
5-count_linux_objs/console.log | 106 +-
console.log | 8172 +++++++++++++++++++-------------------
distance-to-baseline | 2 +-
jenkins/build-name | 2 +-
jenkins/manifest.sh | 4 +-
trigger-bisect-on-failure | 4 +-
11 files changed, 8218 insertions(+), 8038 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 514d2ac6ee6 [NFC][PowerPC] add verify-machineinstrs check
new 9027b88b63d [X86][BWI] Don't custom lower vXi8 rotations.
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/X86/X86ISelLowering.cpp | 32 +++----
test/CodeGen/X86/vector-rotate-128.ll | 165 ++++++++++++++++++++++------------
test/CodeGen/X86/vector-rotate-256.ll | 161 ++++++++++++++++++++++-----------
3 files changed, 232 insertions(+), 126 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 8aa13472 Add explicit dependency on clangSerialization after rC348911
new 08f8d5f1 [clangd] Move the utility function to anonymous namespace, NFC.
new b4e642d0 [clangd] Avoid emitting Queued status when we are able to acq [...]
new 0a478cf8 [clangd] Refine the way of checking a declaration is referenc [...]
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:
clangd/TUScheduler.cpp | 8 +++--
clangd/Threading.cpp | 9 +++++
clangd/Threading.h | 1 +
clangd/XRefs.cpp | 22 ++++++------
clangd/index/Background.cpp | 65 ++++++++++++++++++-----------------
unittests/clangd/TUSchedulerTests.cpp | 2 --
unittests/clangd/XRefsTests.cpp | 47 +++++++++++++++++++++++++
7 files changed, 105 insertions(+), 49 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 3586fdc5911 Fix [fs.path.gen] tests to use backslashes for mingw
new 37eaa4adc75 PR testsuite/88454 * gcc.dg/tree-ssa/split-path-5.c (__ct [...]
new 05e999dd4b4 PR libgomp/88460 * testsuite/libgomp.c++/for-24.C (result [...]
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/testsuite/ChangeLog | 8 ++++++
gcc/testsuite/gcc.dg/tree-ssa/split-path-5.c | 6 ++---
libgomp/ChangeLog | 8 ++++++
libgomp/testsuite/libgomp.c++/for-24.C | 38 +++++++++++++---------------
4 files changed, 37 insertions(+), 23 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 cae6eb17b2e [PowerPC] intrinsic llvm.eh.sjlj.setjmp should not have fla [...]
new 514d2ac6ee6 [NFC][PowerPC] add verify-machineinstrs check
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/PowerPC/sj-ctr-loop.ll | 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 gcc.
from 13c991350d8 Fix test to work when path::native() returns wstring
new 3586fdc5911 Fix [fs.path.gen] tests to use backslashes for mingw
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:
libstdc++-v3/ChangeLog | 4 ++++
.../27_io/filesystem/path/generation/proximate.cc | 27 ++++++++++++++++------
.../27_io/filesystem/path/generation/relative.cc | 26 +++++++++++++++------
3 files changed, 43 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 69dfdcbfa70 [ARM GlobalISel] Support exts and truncs for Thumb2
new d1643f97ea2 [DAGCombine] Moved X86 rotate_amount % bitwidth == 0 early [...]
new cae6eb17b2e [PowerPC] intrinsic llvm.eh.sjlj.setjmp should not have fla [...]
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/CodeGen/SelectionDAG/DAGCombiner.cpp | 7 +++++++
lib/Target/PowerPC/PPCInstr64Bit.td | 7 ++++++-
lib/Target/PowerPC/PPCInstrInfo.td | 7 ++++++-
lib/Target/X86/X86ISelLowering.cpp | 9 +--------
test/CodeGen/PowerPC/sjlj.ll | 23 +++++++++++++++++++++--
5 files changed, 41 insertions(+), 12 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.