This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 9bfad267a [WebAssembly] Fix null pointer in createInitTLSFunction
new f798a5610 Re-submit r367649: Improve raw_ostream so that you can "write [...]
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:
COFF/Driver.cpp | 6 +--
COFF/DriverUtils.cpp | 8 +--
Common/ErrorHandler.cpp | 106 +++++++++++++++++---------------------
ELF/Driver.cpp | 2 +-
ELF/DriverUtils.cpp | 8 +--
include/lld/Common/ErrorHandler.h | 9 ++--
lib/Driver/DarwinLdDriver.cpp | 2 +-
test/COFF/color-diagnostics.test | 4 +-
test/ELF/color-diagnostics.test | 4 +-
wasm/Driver.cpp | 10 ++--
10 files changed, 73 insertions(+), 86 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 75145cfedb9 * tree-core.h (enum omp_clause_code): Adjust OMP_CLAUSE_US [...]
new 4ad9380bafd PR 53796 Make inquire(file=, recl=) conform to F2018
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 | 6 ++++++
gcc/testsuite/gfortran.dg/inquire_recl_f2018.f90 | 7 +++++++
libgfortran/ChangeLog | 6 ++++++
libgfortran/io/inquire.c | 4 +++-
4 files changed, 22 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.
unknown user pushed a change to branch master
in repository llvm.
from 608c99e6ad3 Force check prof branch_weights consistency in SwitchInstPr [...]
new dc69bd958aa [ARM][LowOverheadLoops] Revert after read/write
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/Target/ARM/ARMLowOverheadLoops.cpp | 31 +++++++++++++---------
...evert-after-spill.mir => revert-after-read.mir} | 16 +++--------
...vert-after-spill.mir => revert-after-write.mir} | 18 ++++---------
3 files changed, 27 insertions(+), 38 deletions(-)
copy test/CodeGen/Thumb2/LowOverheadLoops/{revert-after-spill.mir => revert-after- [...]
copy test/CodeGen/Thumb2/LowOverheadLoops/{revert-after-spill.mir => revert-after- [...]
--
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 a8def927ddd rs6000: support vector int type rotatert
new 75145cfedb9 * tree-core.h (enum omp_clause_code): Adjust OMP_CLAUSE_US [...]
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 | 17 ++++++++++
gcc/c-family/ChangeLog | 7 ++++
gcc/c-family/c-pragma.h | 5 +--
gcc/c/ChangeLog | 13 ++++++++
gcc/c/c-parser.c | 25 ++++++++++++--
gcc/c/c-typeck.c | 28 ++++++++++++----
gcc/cp/ChangeLog | 14 ++++++++
gcc/cp/parser.c | 16 +++++++--
gcc/cp/pt.c | 2 ++
gcc/cp/semantics.c | 39 ++++++++++++++++------
gcc/gimplify.c | 4 +--
gcc/omp-low.c | 31 +++++++++++++-----
gcc/testsuite/ChangeLog | 6 ++++
gcc/testsuite/c-c++-common/gomp/target-data-1.c | 30 +++++++++++++++--
gcc/tree-core.h | 5 ++-
gcc/tree-nested.c | 2 ++
gcc/tree-pretty-print.c | 3 ++
gcc/tree.c | 3 ++
libgomp/ChangeLog | 12 +++++++
libgomp/testsuite/libgomp.c++/target-9.C | 43 ++++++++++++++++++++++---
libgomp/testsuite/libgomp.c/target-18.c | 30 +++++++++++++++--
21 files changed, 290 insertions(+), 45 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 32251d6f422 [X86] Allow any 8-bit immediate to be used with bt/btc/btr/ [...]
new 608c99e6ad3 Force check prof branch_weights consistency in SwitchInstPr [...]
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/IR/Instructions.cpp | 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.
unknown user pushed a change to branch master
in repository gcc.
from 3c1cd83b00b wrap math.h for M_PI et al in target/i386 tests
new a8def927ddd rs6000: support vector int type rotatert
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 | 4 +++
gcc/config/rs6000/vector.md | 13 ++++++++
gcc/testsuite/ChangeLog | 7 +++++
gcc/testsuite/gcc.target/powerpc/vec_rotate-1.c | 39 ++++++++++++++++++++++++
gcc/testsuite/gcc.target/powerpc/vec_rotate-2.c | 18 +++++++++++
gcc/testsuite/gcc.target/powerpc/vec_rotate-3.c | 40 +++++++++++++++++++++++++
gcc/testsuite/gcc.target/powerpc/vec_rotate-4.c | 19 ++++++++++++
7 files changed, 140 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/powerpc/vec_rotate-1.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/vec_rotate-2.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/vec_rotate-3.c
create mode 100644 gcc/testsuite/gcc.target/powerpc/vec_rotate-4.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/llvm-release-arm-lts-defconfig
in repository toolchain/ci/base-artifacts.
discards 21959625 0: update: llvm-linux: boot
new 54b89b27 0: update: llvm-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 (21959625)
\
N -- N -- N refs/heads/linaro-local/ci/tcwg_kernel/llvm-release-arm- [...]
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 | 184 +-
02-build_llvm/console.log | 11636 +++++++++++++++----------------
03-build_linux/console.log | 1698 ++---
04-boot_linux/console.log | 470 +-
05-check_regression/console.log | 8 +-
06-update_baseline/console.log | 25 -
console.log | 14021 +++++++++++++++++++-------------------
jenkins/manifest.sh | 8 +-
8 files changed, 14000 insertions(+), 14050 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 c3583ea32e [clang][DirectoryWatcher][NFC] Swapping asserts for llvm fat [...]
new 8198a544e9 [RISCV] Remove duplicated logic when determining the target ABI
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/Arch/RISCV.cpp | 8 +++++++-
lib/Driver/ToolChains/Clang.cpp | 14 ++------------
2 files changed, 9 insertions(+), 13 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.