This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 0415156a5ae [NFC][ARM] Add a test that potentially causes endless combi [...]
new 890aba409a5 [Remarks][NFC] Move the serialization to lib/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:
include/llvm/IR/DiagnosticInfo.h | 13 +--
include/llvm/IR/RemarkStreamer.h | 34 ++++---
include/llvm/Remarks/RemarkSerializer.h | 68 +++++++++++++
lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 26 +++--
lib/IR/DiagnosticInfo.cpp | 137 --------------------------
lib/IR/RemarkStreamer.cpp | 78 +++++++++++++--
lib/LTO/LTO.cpp | 5 +-
lib/Remarks/CMakeLists.txt | 1 +
lib/Remarks/YAMLRemarkSerializer.cpp | 166 ++++++++++++++++++++++++++++++++
tools/llc/llc.cpp | 5 +-
tools/opt/opt.cpp | 3 +-
11 files changed, 353 insertions(+), 183 deletions(-)
create mode 100644 include/llvm/Remarks/RemarkSerializer.h
create mode 100644 lib/Remarks/YAMLRemarkSerializer.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 clang.
from a5acace6e3 Fix constexpr __builtin_*_overflow issue when unsigned->sign [...]
new aa3cc5e20a [Remarks][NFC] Move the serialization to lib/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/CodeGen/CodeGenAction.cpp | 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-next-allyesconfig
in repository toolchain/ci/gcc.
from 295c41b62e0 PR fortran/90329 * lto-streamer.h (LTO_minor_version): Bu [...]
adds 5d0b698c6bf Daily bump.
adds 5da2302ffa1 * tree-predcom.c (is_inv_store_elimination_chain): Fix a t [...]
adds ab34f9e84a7 Fix typo in libstdc++ documentation
adds c8f576b8d5c * lang.opt (ftail-call-workaround): Fix a typo.
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 5 +++++
gcc/DATESTAMP | 2 +-
gcc/fortran/ChangeLog | 8 ++++++++
gcc/fortran/lang.opt | 4 ++--
gcc/tree-predcom.c | 2 +-
libstdc++-v3/ChangeLog | 6 ++++++
libstdc++-v3/doc/html/manual/status.html | 2 +-
libstdc++-v3/doc/xml/manual/status_cxx2017.xml | 2 +-
8 files changed, 25 insertions(+), 6 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-aarch64-next-allyesconfig
in repository toolchain/ci/binutils-gdb.
from ad231e28d1 Automatic date update in version.in
adds 68c0478ad1 Automatic date update in version.in
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-next-allyesconfig
in repository toolchain/ci/base-artifacts.
discards f7899a3c0 0: update: binutils-gcc-linux: all
new 6a7b13c8c 0: update: 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 (f7899a3c0)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/gnu-release-aarch [...]
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 | 56 +-
02-prepare_abe/console.log | 158 +-
03-build_abe-binutils/console.log | 10571 +++++++--------
04-build_abe-stage1/console.log | 13647 ++++++++++---------
05-build_linux/console.log | 880 +-
06-boot_linux/console.log | 2 +-
console.log | 25366 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
results | 2 +-
9 files changed, 25311 insertions(+), 25387 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 deaea97947f [DAGCombine] Limit 'hoist add/sub binop w/ constant op' to [...]
new 6a890853301 [MIR-Canon] Fixing case where MachineFunction is empty.
new 0415156a5ae [NFC][ARM] Add a test that potentially causes endless combi [...]
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/MIRCanonicalizerPass.cpp | 2 +
test/CodeGen/ARM/sub-from-const-hoisting.ll | 60 +++++++++++++++++++++++++++++
test/CodeGen/MIR/AArch64/empty-MF.mir | 11 ++++++
3 files changed, 73 insertions(+)
create mode 100644 test/CodeGen/ARM/sub-from-const-hoisting.ll
create mode 100644 test/CodeGen/MIR/AArch64/empty-MF.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 clang.
from d2c6411c22 [c++2a] Fix assertion failure if we would walk over more tha [...]
new a5acace6e3 Fix constexpr __builtin_*_overflow issue when unsigned->sign [...]
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/AST/ExprConstant.cpp | 6 ++----
test/SemaCXX/builtins-overflow.cpp | 3 +++
2 files changed, 5 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 gcc.
from c8482ded236 Fix RISC-V build failure for go language.
new 48152aa29a9 * gimplify.c (enum gimplify_omp_var_data): Add GOVD_CONDTE [...]
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 | 30 ++++++++++++++++++++
gcc/gimplify.c | 37 ++++++++++++++++++++++++
gcc/omp-expand.c | 77 +++++++++++++++++++++++++++++--------------------
gcc/omp-general.c | 5 ++++
gcc/omp-general.h | 1 +
gcc/omp-low.c | 85 ++++++++++++++++++++++++++++++++++++++++++++-----------
gcc/tree-nested.c | 4 +--
7 files changed, 190 insertions(+), 49 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.