This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 82cb47e9f [lldb][clang] Reflect LangStandard.h move to clang/Basic
new 4595509e6 Changing representation of .cv_def_range directives in Codevi [...]
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:
lit/SymbolFile/NativePDB/Inputs/s_constant.s | 4 ++--
source/Plugins/SymbolFile/NativePDB/PdbUtil.cpp | 4 ++--
2 files changed, 4 insertions(+), 4 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 2353c0a26 Revert "Changing representation of .cv_def_range directives i [...]
new 963d97af3 Changing representation of .cv_def_range directives in Codevi [...]
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/COFF/s_udt.s | 6 +++---
1 file changed, 3 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-master-arm-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards 6315f0f1 2: update: llvm-linux: 17885
discards 89ae26ba 1: reset: linux-7b5cf701ea9c395c792e2a7e3b7caf4c68b87721: 17862
discards 5162c6f0 0: update: llvm-d2df54e6a55af509b08afa109fe522cd88ad1c33: 17887
new 9a842600 0: update: llvm-linux: 17890
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 (6315f0f1)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-master-arm-n [...]
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:
01-reset_artifacts/console.log | 220 +-
02-build_llvm/console.log | 12002 +++++++++++++++++-----------------
03-build_linux/console.log | 1032 +--
05-check_regression/console.log | 16 +-
06-update_baseline/console.log | 48 +-
console.log | 13318 +++++++++++++++++++-------------------
jenkins/manifest.sh | 12 +-
results | 2 +-
8 files changed, 13337 insertions(+), 13313 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/llvm-release-aarch64-next-defconfig
in repository toolchain/ci/base-artifacts.
discards c690a146 2: update: llvm-linux: 25
new 8525bd0a 2: update: llvm-linux: 25
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 (c690a146)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-aarc [...]
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:
01-reset_artifacts/console.log | 166 +-
02-build_llvm/console.log | 11582 ++++++++++++++++++------------------
03-build_linux/console.log | 708 +--
console.log | 12456 +++++++++++++++++++--------------------
jenkins/manifest.sh | 8 +-
5 files changed, 12460 insertions(+), 12460 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 e3656d7fcf Move LangStandard*, InputKind::Language to Basic
new 0e2d6da234 [Driver] Properly use values-X[ca].o, values-xpg[46].o on Solaris
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/Driver/ToolChains/Solaris.cpp | 23 ++++++-
.../Inputs/solaris_sparc_tree/usr/lib/values-Xa.o | 0
.../Inputs/solaris_sparc_tree/usr/lib/values-Xc.o | 0
.../solaris_sparc_tree/usr/lib/values-xpg4.o | 0
.../solaris_sparc_tree/usr/lib/values-xpg6.o | 0
.../Inputs/solaris_x86_tree/usr/lib/values-Xa.o | 0
.../Inputs/solaris_x86_tree/usr/lib/values-Xc.o | 0
.../Inputs/solaris_x86_tree/usr/lib/values-xpg4.o | 0
.../Inputs/solaris_x86_tree/usr/lib/values-xpg6.o | 0
test/Driver/solaris-ld-values.c | 77 ++++++++++++++++++++++
test/Driver/solaris-ld-values.cpp | 45 +++++++++++++
11 files changed, 144 insertions(+), 1 deletion(-)
copy bindings/python/tests/__init__.py => test/Driver/Inputs/solaris_sparc_tree/us [...]
copy bindings/python/tests/__init__.py => test/Driver/Inputs/solaris_sparc_tree/us [...]
copy bindings/python/tests/__init__.py => test/Driver/Inputs/solaris_sparc_tree/us [...]
copy bindings/python/tests/__init__.py => test/Driver/Inputs/solaris_sparc_tree/us [...]
copy bindings/python/tests/__init__.py => test/Driver/Inputs/solaris_x86_tree/usr/ [...]
copy bindings/python/tests/__init__.py => test/Driver/Inputs/solaris_x86_tree/usr/ [...]
copy bindings/python/tests/__init__.py => test/Driver/Inputs/solaris_x86_tree/usr/ [...]
copy bindings/python/tests/__init__.py => test/Driver/Inputs/solaris_x86_tree/usr/ [...]
create mode 100644 test/Driver/solaris-ld-values.c
create mode 100644 test/Driver/solaris-ld-values.cpp
--
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 fd393309429 Handle new operators with no arguments in DCE.
new a64c89e01c1 2019-08-05 Jozef Lawrynowicz <jozef.l(a)mittosystems.com>
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/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/msp430/pr80993.c | 1 +
2 files changed, 6 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.