This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository newlib.
from 004d8adfa Cygwin: acls: allow converting empty acl to text
new 1cff36cdd Add semihosting docs for nios2 and m68k
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:
libgloss/m68k/m68k-semi.txt | 214 ++++++++++++++++++++++++++++++++++++++++++
libgloss/nios2/nios2-semi.txt | 197 ++++++++++++++++++++++++++++++++++++++
2 files changed, 411 insertions(+)
create mode 100644 libgloss/m68k/m68k-semi.txt
create mode 100644 libgloss/nios2/nios2-semi.txt
--
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.
"Christophe Lyon pushed a change to branch master
in repository toolchain/bmk-scripts.
from f1f1076 run.sh: Fix usage so that it prints info on all options.
adds 00d8cd9 Changes for tcwg_bmk project
adds 334c62c csvs2table.py: Force line terminator to '\n'
new c163b3e run.sh: Add --clean_older_than option
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:
csvs2table.py | 10 ++++++----
perfdatadir2csv.sh | 3 ++-
run.sh | 14 ++++++++++++++
3 files changed, 22 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/llvm-release-aarch64-stable-allmodconfig
in repository toolchain/ci/base-artifacts.
discards 7433d65e 3: good: llvm-linux: 17749
new f18cce16 3: good: llvm-linux: 17749
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 (7433d65e)
\
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:
1-reset_artifacts/console.log | 16 +-
2-build_llvm/console.log | 5389 ++++++++++++++++-----------------
3-build_linux/console.log | 1288 ++++----
console.log | 6693 +++++++++++++++++++++--------------------
jenkins/manifest.sh | 10 +-
5 files changed, 6731 insertions(+), 6665 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-allnoconfig
in repository toolchain/ci/base-artifacts.
discards a2be1ae5 0: good: binutils-gcc-linux: all
new c3f22dbb 0: good: binutils-gcc-linux: 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 (a2be1ae5)
\
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 | 14 +-
3-build_abe-binutils/console.log | 3570 ++++++++++---------
4-build_abe-stage1/console.log | 3568 ++++++++++---------
5-build_linux/console.log | 64 +-
6-boot_linux/console.log | 2 +-
console.log | 7270 ++++++++++++++++++++------------------
jenkins/manifest.sh | 14 +-
7 files changed, 7827 insertions(+), 6675 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 002b63f0a3b [SampleFDO] add suffix elision control for fcn names
new c357f7eb2b6 GlobalISel: Use multiple returns for intrinsic structs
new 9ec5e55104d AMDGPU: Scavenge register instead of findUnusedReg
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/CodeGen/GlobalISel/MachineIRBuilder.h | 2 +-
lib/CodeGen/GlobalISel/IRTranslator.cpp | 19 +++++----------
lib/CodeGen/GlobalISel/MachineIRBuilder.cpp | 6 ++---
lib/Target/AMDGPU/SIRegisterInfo.cpp | 2 +-
.../AArch64/GlobalISel/arm64-irtranslator.ll | 2 +-
.../irtranslator-struct-return-intrinsics.ll | 27 ++++++++++++++++++++++
6 files changed, 39 insertions(+), 19 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/irtranslator-struct-return-intri [...]
--
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 d22a19d56f [analyzer] Fix function macro crash
new e615fa35aa Objective-C++11: Support static_assert() in @interface/@impl [...]
new c11ba05ef0 [ASTImporter] Fix import of NestedNameSpecifierLoc.
new 16aa52b2b5 Remove unused variable to silence compiler warning [NFC]
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:
include/clang/Basic/Features.def | 3 ++
lib/AST/ASTImporter.cpp | 5 +-
lib/Parse/ParseDecl.cpp | 3 ++
lib/Parse/ParseObjc.cpp | 24 +++++++++
lib/Sema/SemaExpr.cpp | 2 +-
lib/StaticAnalyzer/Core/PlistDiagnostics.cpp | 3 +-
test/Parser/objc-static-assert.m | 54 ++++++++++++++++++++
test/Parser/objc-static-assert.mm | 74 ++++++++++++++++++++++++++++
unittests/AST/ASTImporterTest.cpp | 20 ++++++++
9 files changed, 184 insertions(+), 4 deletions(-)
create mode 100644 test/Parser/objc-static-assert.m
create mode 100644 test/Parser/objc-static-assert.mm
--
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 libcxx.
from a9efe9066 Properly constrain basic_string(Iter, Iter, Alloc = A())
new 18616964e [libc++] Do not share an object library to create the static/ [...]
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/CMakeLists.txt | 57 ++++++++++++++++++------------------------------------
1 file changed, 19 insertions(+), 38 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.