This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from dda5f167347 [FPEnv] Add fptosi and fptoui constrained intrinsics.
new 08d064c8f1b [Attributor] Regularly clear dependences to remove spurious ones
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/Transforms/IPO/Attributor.h | 14 ++++++++++-
lib/Transforms/IPO/Attributor.cpp | 35 +++++++++++++++++++++++---
test/Transforms/FunctionAttrs/align.ll | 2 +-
test/Transforms/FunctionAttrs/nonnull.ll | 2 +-
test/Transforms/FunctionAttrs/noreturn_sync.ll | 2 +-
5 files changed, 47 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.
unknown user pushed a change to branch master
in repository gcc.
from e12cf2ce124 PR driver/80545 - option -Wstringop-overflow not recognized [...]
new 3b96aff0edd PR tree-optimization/91457 - inconsistent warning for writi [...]
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 | 12 +
gcc/builtins.c | 113 ++++++-
gcc/builtins.h | 2 +-
gcc/testsuite/ChangeLog | 8 +
gcc/testsuite/c-c++-common/Wstringop-overflow-2.c | 348 +++++++++++++++++++
gcc/testsuite/g++.dg/warn/Warray-bounds-8.C | 388 ++++++++++++++++++++++
gcc/testsuite/g++.dg/warn/Wstringop-overflow-3.C | 386 +++++++++++++++++++++
gcc/testsuite/gcc.dg/Wstringop-overflow-15.c | 62 ++++
gcc/tree-ssa-strlen.c | 34 +-
gcc/tree-vrp.c | 57 ++--
10 files changed, 1365 insertions(+), 45 deletions(-)
create mode 100644 gcc/testsuite/c-c++-common/Wstringop-overflow-2.c
create mode 100644 gcc/testsuite/g++.dg/warn/Warray-bounds-8.C
create mode 100644 gcc/testsuite/g++.dg/warn/Wstringop-overflow-3.C
create mode 100644 gcc/testsuite/gcc.dg/Wstringop-overflow-15.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-next-allnoconfig
in repository toolchain/ci/gcc.
from 04bf6579e48 Daily bump.
adds bc4a6338d70 Daily bump.
adds 0ce17020fdd 2019-08-28 Richard Biener <rguenther(a)suse.de>
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 9 +++++++++
gcc/DATESTAMP | 2 +-
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.dg/gomp/pr90637.c | 14 ++++++++++++++
gcc/tree-ssa-sink.c | 5 ++++-
5 files changed, 36 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/gomp/pr90637.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.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-next-allnoconfig
in repository toolchain/ci/base-artifacts.
discards 9df6c302 0: update: binutils-gcc-linux: boot
new 749adf78 0: update: binutils-gcc-linux: boot
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 (9df6c302)
\
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 | 104 +-
02-prepare_abe/console.log | 428 +-
03-build_abe-binutils/console.log | 10774 +++++++--------
04-build_abe-stage1/console.log | 13979 +++++++++----------
05-build_linux/console.log | 706 +-
06-boot_linux/console.log | 4 +-
console.log | 25995 ++++++++++++++++++------------------
jenkins/manifest.sh | 16 +-
8 files changed, 26012 insertions(+), 25994 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_gnu/gnu-release-arm-bootstrap_debug
in repository toolchain/ci/gcc.
from d591999e7db Daily bump.
adds d61d26ac23c Daily bump.
adds ccbafcafdf5 [Darwin, PPC] Fix fail of cpp/assert4.c
adds 674e45b94c2 [Darwin, PPC, libgcc] Ensure unwinder is built with altivec [...]
adds a3b306ab0f3 [Darwin, PPC] Do not use longcall for 64b code.
adds c72bf8abcf1 [Darwin] Don't jam symbol stubs on for kernel code.
adds 91808d80d7d [Darwin] Make a final check on PIC options.
adds f46bd696a7b Daily bump.
No new revisions were added by this update.
Summary of changes:
gcc/ChangeLog | 36 ++++++++++++++++++++++++++++++++++++
gcc/DATESTAMP | 2 +-
gcc/config/darwin.c | 10 ++++++----
gcc/config/rs6000/darwin.h | 18 ++++++++++++++++--
gcc/config/rs6000/rs6000.c | 9 +++++++++
libgcc/ChangeLog | 8 ++++++++
libgcc/config/rs6000/t-darwin | 3 +++
7 files changed, 79 insertions(+), 7 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_gnu/gnu-release-arm-bootstrap_debug
in repository toolchain/ci/base-artifacts.
discards 0d2d02f1 0: update: gcc-d591999e7db181b4356f3889773d7c0f03543673: 1
new ab25599d 0: update: gcc-f46bd696a7b1a374a820dd0a1e2a6f75e3a146af: 1
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 (0d2d02f1)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_gnu/gnu-release-arm-boot [...]
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 | 162 +-
02-prepare_abe/console.log | 438 +-
03-build_abe-bootstrap_debug/console.log | 85707 ++++++++++++++--------------
05-check_regression/console.log | 9 +-
06-update_baseline/console.log | 9 +-
console.log | 86344 +++++++++++++++--------------
jenkins/manifest.sh | 10 +-
7 files changed, 86359 insertions(+), 86320 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 9a44f0bdc86 [AArch64][GlobalISel] Fall back when translating musttail calls
new dda5f167347 [FPEnv] Add fptosi and fptoui constrained intrinsics.
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:
docs/LangRef.rst | 66 ++
include/llvm/CodeGen/ISDOpcodes.h | 7 +
include/llvm/CodeGen/SelectionDAGNodes.h | 2 +
include/llvm/CodeGen/TargetLowering.h | 4 +-
include/llvm/IR/IntrinsicInst.h | 2 +
include/llvm/IR/Intrinsics.td | 11 +-
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 29 +-
lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp | 20 +-
lib/CodeGen/SelectionDAG/LegalizeTypes.h | 1 +
lib/CodeGen/SelectionDAG/LegalizeVectorOps.cpp | 12 +-
lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp | 31 +
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 2 +
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 8 +
lib/CodeGen/SelectionDAG/SelectionDAGDumper.cpp | 2 +
lib/CodeGen/SelectionDAG/TargetLowering.cpp | 48 +-
lib/CodeGen/TargetLoweringBase.cpp | 2 +
lib/IR/IntrinsicInst.cpp | 2 +
lib/IR/Verifier.cpp | 29 +
test/CodeGen/PowerPC/fp-intrinsics-fptosi-legal.ll | 19 +
test/CodeGen/X86/fp-intrinsics.ll | 36 +-
.../X86/vector-constrained-fp-intrinsics.ll | 882 +++++++++++++++++++++
test/Feature/fp-intrinsics.ll | 25 +
22 files changed, 1223 insertions(+), 17 deletions(-)
create mode 100644 test/CodeGen/PowerPC/fp-intrinsics-fptosi-legal.ll
--
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 cc66be8a [clangd][vscode] Don't leak the resources
new 28dac36e [clangd] Migrate last tweak tests to TweakTesting.h and remov [...]
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:
clangd/unittests/TweakTests.cpp | 159 ++++++++--------------------------------
1 file changed, 30 insertions(+), 129 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.