This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 5773155aa1 Print a note to the called macro when diagnosing err_embedde [...]
new 8cdd238179 [Builtins] Treat `bcmp` as a builtin.
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/clang/Basic/Builtins.def | 3 ++-
lib/AST/Decl.cpp | 6 +++++
lib/AST/ExprConstant.cpp | 16 +++++++----
lib/Sema/SemaChecking.cpp | 16 +++++------
test/Analysis/bstring.c | 3 +--
test/Analysis/security-syntax-checks.m | 2 +-
test/SemaCXX/constexpr-string.cpp | 49 ++++++++++++++++++++++++++++++++++
test/SemaCXX/warn-bad-memaccess.cpp | 9 ++++++-
8 files changed, 86 insertions(+), 18 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.
"Maxim Kuvyrkov pushed a change to reference refs/users/92/1000092/edit-30301/2
in repository toolchain/jenkins-scripts.
was 21cb97b Set run_step_status to 0 before running step.
This change permanently discards the following revisions:
discards 21cb97b Set run_step_status to 0 before running step.
--
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 d9bd97c1321 Make widenable condition transparent for MemoryWriteTracking
new e817e7373ad [MIPS GlobalISel] Select branch instructions
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/LegalizerHelper.cpp | 2 +-
lib/Target/Mips/MipsInstructionSelector.cpp | 7 ++
lib/Target/Mips/MipsLegalizerInfo.cpp | 4 +
lib/Target/Mips/MipsRegisterBankInfo.cpp | 1 +
.../Mips/GlobalISel/instruction-select/branch.mir | 105 +++++++++++++++++++++
test/CodeGen/Mips/GlobalISel/legalizer/branch.mir | 100 ++++++++++++++++++++
test/CodeGen/Mips/GlobalISel/llvm-ir/branch.ll | 58 ++++++++++++
.../Mips/GlobalISel/regbankselect/branch.mir | 103 ++++++++++++++++++++
8 files changed, 379 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/Mips/GlobalISel/instruction-select/branch.mir
create mode 100644 test/CodeGen/Mips/GlobalISel/legalizer/branch.mir
create mode 100644 test/CodeGen/Mips/GlobalISel/llvm-ir/branch.ll
create mode 100644 test/CodeGen/Mips/GlobalISel/regbankselect/branch.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 gcc.
from 9724de38f8f PR middle-end/89303 add testcase for std::enable_shared_from_this
new 71fe24c613c Call free_dominance_info when transformed in DCE (PR rtl-op [...]
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 | 6 ++++++
gcc/dce.c | 1 +
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/g++.dg/pr89242.C | 15 +++++++++++++++
4 files changed, 27 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/pr89242.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 gcc-8-branch
in repository gcc.
from 7b62aa6518e PR tree-optimization/89314 * fold-const.c (fold_binary_lo [...]
new 2e48cb7168c Backport r268762
new 14ce69d0cfa Backport r268835
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 | 28 +++++++++++++++++++++++
gcc/cfgrtl.c | 46 ++++++++++++++++++++++----------------
gcc/ipa-cp.c | 2 +-
gcc/ipa-inline.c | 2 +-
gcc/ipa-pure-const.c | 4 ++--
gcc/ipa-reference.c | 2 +-
gcc/ipa-utils.c | 9 +++-----
gcc/ipa-utils.h | 2 +-
gcc/testsuite/ChangeLog | 8 +++++++
gcc/testsuite/g++.dg/ipa/pr89009.C | 12 ++++++++++
10 files changed, 84 insertions(+), 31 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/ipa/pr89009.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 f3757f24632 [NFC] Refactor LICM code for better readability
new 8bfdad6a76d [Support] Fix TempFile::discard to not leave behind tempora [...]
new 0c8bcbe336b [ARM] Ensure we update the correct flags in the peephole optimiser
new a8b2424477d Fix an accidentally flipped pair of arguments, NFCI
new e3e0d21b701 Teach isGuaranteedToTransferExecutionToSuccessor about wide [...]
new d9bd97c1321 Make widenable condition transparent for MemoryWriteTracking
The 5 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/Analysis/InstructionPrecedenceTracking.cpp | 4 +++
lib/Analysis/ValueTracking.cpp | 3 +-
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 2 +-
lib/Support/Path.cpp | 27 +++++++++---------
lib/Target/ARM/ARMBaseInstrInfo.cpp | 7 +++--
test/CodeGen/Thumb2/peephole-addsub.mir | 35 ++++++++++++++++++++++++
6 files changed, 61 insertions(+), 17 deletions(-)
create mode 100644 test/CodeGen/Thumb2/peephole-addsub.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards 87fb2aa3e8 0: last-good: binutils-gcc-linux: all
new 1b2be0875e 0: last-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 (87fb2aa3e8)
\
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:
3-build_abe-binutils/console.log | 3460 ++++++++++----------
4-build_abe-stage1/console.log | 3178 +++++++++---------
5-count_linux_objs/console.log | 29 +-
console.log | 6565 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
5 files changed, 6589 insertions(+), 6651 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-master-arm-mainline-defconfig
in repository toolchain/ci/binutils-gdb.
from 01c7ae818b Adding a test case
adds 007024cc6a Add Andrew Burgess as global maintainer of gdb/ and sim/
adds e6e006612f Automatic date update in version.in
adds c559d7096b (Windows) remove thread notification for main thread of inferior
adds 2988d01ea5 (riscv/ada) fix error when calling functions with range argument
No new revisions were added by this update.
Summary of changes:
bfd/version.h | 2 +-
gdb/ChangeLog | 20 ++++++++++++++
gdb/MAINTAINERS | 1 +
gdb/riscv-tdep.c | 1 +
gdb/windows-nat.c | 78 ++++++++++++++++++++++++++++++++++++++++---------------
sim/ChangeLog | 4 +++
sim/MAINTAINERS | 3 ++-
7 files changed, 86 insertions(+), 23 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.