This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 2ae14c637 Revert 347365, its prerequisite 347364 got reverted.
new e037b673a [lit] Add pthread to the compilation of the tests on Linux
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:
lit/helper/toolchain.py | 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 clang.
from 0551d7316e [OPENMP]Fix handling of the LCVs in loop-based directives.
new ae5efa5148 [OPENMP] Refactor code for parsing omp declare target direct [...]
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/Parse/Parser.h | 5 ++
lib/Parse/ParseOpenMP.cpp | 106 +++++++++++++++++++++++--------------------
2 files changed, 61 insertions(+), 50 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 9a6cb426f05 PR libstdc++/88111 Make maximum block size depend on size_t width
new 442cb64f451 * invoke.texi (-fdec-include): Document.
new 179aeb6b50e PR target/85667 * config/i386/i386.c (function_value_ms_6 [...]
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 | 6 ++++++
gcc/config/i386/i386.c | 5 -----
gcc/fortran/ChangeLog | 4 ++++
gcc/fortran/invoke.texi | 8 +++++++-
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.target/i386/pr85667-1.c | 33 +++++++++++++++++++++++++++++++
gcc/testsuite/gcc.target/i386/pr85667-2.c | 15 ++++++++++++++
gcc/testsuite/gcc.target/i386/pr85667-3.c | 33 +++++++++++++++++++++++++++++++
gcc/testsuite/gcc.target/i386/pr85667-4.c | 15 ++++++++++++++
9 files changed, 121 insertions(+), 6 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr85667-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr85667-2.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr85667-3.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr85667-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.
unknown user pushed a change to branch master
in repository llvm.
from 16ca3e10176 [MergeFuncs] Generate alias instead of thunk if possible
new 36e75104e14 [DAGCombiner] reduce code duplication; NFC
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/SelectionDAG/DAGCombiner.cpp | 63 +++++++++++++++-----------------
1 file changed, 30 insertions(+), 33 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 linux.
from c8ce94b8fe53 Merge tag 'mips_fixes_4.20_3' of git://git.kernel.org/pub/ [...]
new 21f70d4abf9e RISC-V: Fix raw_copy_{to,from}_user()
new c0fbcd991860 RISC-V: Build flat and compressed kernel images
new 0138ebb90c63 riscv: fix warning in arch/riscv/include/asm/module.h
new 27f8899d6002 riscv: add asm/unistd.h UAPI header
new 5d8f81ba1da5 RISC-V: recognize S/U mode bits in print_isa
new 92b419289cee Merge tag 'riscv-for-linus-4.20-rc4' of git://git.kernel.o [...]
The 6 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:
arch/riscv/Makefile | 15 +++++-
arch/{arm64 => riscv}/boot/.gitignore | 0
arch/riscv/boot/Makefile | 33 ++++++++++++
arch/riscv/boot/install.sh | 60 ++++++++++++++++++++++
arch/riscv/include/asm/module.h | 1 +
arch/riscv/include/asm/uaccess.h | 4 +-
arch/riscv/include/asm/unistd.h | 5 +-
.../include/uapi/asm/{syscalls.h => unistd.h} | 26 +++++++---
arch/riscv/kernel/cpu.c | 9 ++--
arch/riscv/kernel/head.S | 10 ++++
arch/riscv/kernel/vmlinux.lds.S | 2 +-
11 files changed, 148 insertions(+), 17 deletions(-)
copy arch/{arm64 => riscv}/boot/.gitignore (100%)
create mode 100644 arch/riscv/boot/Makefile
create mode 100644 arch/riscv/boot/install.sh
rename arch/riscv/include/uapi/asm/{syscalls.h => unistd.h} (53%)
--
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 c71c54f71a [OPENMP] Support relational-op != (not-equal) as one of the [...]
new aa76915b13 [OPENMP] remove redundant MapTypeModifierSpecified flag in P [...]
new 0551d7316e [OPENMP]Fix handling of the LCVs in loop-based directives.
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/Parse/ParseOpenMP.cpp | 9 +--
lib/Sema/SemaOpenMP.cpp | 10 ++-
lib/Sema/TreeTransform.h | 3 +
.../nvptx_target_teams_distribute_codegen.cpp | 90 ++++++++++++++++++++++
4 files changed, 102 insertions(+), 10 deletions(-)
create mode 100644 test/OpenMP/nvptx_target_teams_distribute_codegen.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.