This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from e91ccc8e9 [Driver] Use libOption with tablegen.
new b78d6d637 [unittest] Fix the FileSystem test on Windows.
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:
unittests/Host/FileSystemTest.cpp | 8 ++++++++
1 file changed, 8 insertions(+)
--
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 681787a6f6 [clang][ARC] Fix test for commit r347699
new 203f103b27 [MS] Push outermost class DeclContexts only in -fdelayed-tem [...]
new 260cb965db [OPENMP][NVPTX]Basic support for reductions across the teams.
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/CGOpenMPRuntime.h | 17 +-
lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp | 480 +++-------
lib/Parse/ParseTemplate.cpp | 35 +-
test/OpenMP/nvptx_teams_reduction_codegen.cpp | 1203 +++----------------------
test/Parser/DelayedTemplateParsing.cpp | 30 +
5 files changed, 302 insertions(+), 1463 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 libcxx.
from f27a903f7 [libcxx] Fix libc++ re-exporting logic when Command Line Tool [...]
new c56c9cffe [libcxx] Make sure the re-export logic works when paths conta [...]
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/CMakeLists.txt | 10 +++++-----
1 file changed, 5 insertions(+), 5 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 bc8e2ef4fe7 compiler: change expression importing to use Import_expression
new dc2af9e31cc PR c++/88181 * class.c (fixup_attribute_variants): Also p [...]
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/cp/ChangeLog | 6 ++++++
gcc/cp/class.c | 2 ++
gcc/testsuite/ChangeLog | 3 +++
gcc/testsuite/g++.dg/debug/pr88181.C | 29 +++++++++++++++++++++++++++++
4 files changed, 40 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/debug/pr88181.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-mainline-allmodconfig
in repository toolchain/binutils-gdb.
from f03a5541c4 Automatic date update in version.in
adds 8064608f25 Automatic date update in version.in
adds 513092d696 AArch64: Fix regression in Cortex A53 erratum when PIE. (PR [...]
No new revisions were added by this update.
Summary of changes:
bfd/ChangeLog | 13 +++++
bfd/elfnn-aarch64.c | 78 ++++++++++++++++++++++++--
bfd/version.h | 2 +-
ld/ChangeLog | 7 +++
ld/testsuite/ld-aarch64/aarch64-elf.exp | 1 +
ld/testsuite/ld-aarch64/erratum843419_tls_ie.d | 49 ++++++++++++++++
ld/testsuite/ld-aarch64/erratum843419_tls_ie.s | 43 ++++++++++++++
7 files changed, 187 insertions(+), 6 deletions(-)
create mode 100644 ld/testsuite/ld-aarch64/erratum843419_tls_ie.d
create mode 100644 ld/testsuite/ld-aarch64/erratum843419_tls_ie.s
--
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 4616e2f29a6 [yaml2obj] Treat COFF/ARM64 as a 64 bit architecture
new 1171c763dc4 [TableGen] Refactor macro names (NFC)
new e41f778c5c5 [TableGen] Improve readability of generated code (NFC)
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/Target/AArch64/AArch64InstrInfo.cpp | 2 +-
lib/Target/AArch64/AArch64InstrInfo.h | 2 +-
.../AArch64/MCTargetDesc/AArch64MCTargetDesc.cpp | 2 +-
.../AArch64/MCTargetDesc/AArch64MCTargetDesc.h | 2 +-
lib/Target/X86/MCTargetDesc/X86MCTargetDesc.cpp | 2 +-
lib/Target/X86/MCTargetDesc/X86MCTargetDesc.h | 2 +-
lib/Target/X86/X86InstrInfo.cpp | 2 +-
lib/Target/X86/X86InstrInfo.h | 2 +-
utils/TableGen/InstrInfoEmitter.cpp | 20 ++++++++++----------
utils/TableGen/PredicateExpander.cpp | 4 ++--
10 files changed, 20 insertions(+), 20 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 openmp.
from 1c39e0d [OpenMP][libomptarget] Refactor SPMD and runtime requirement [...]
new d3bcab9 [OPENMP][NVPTX]Basic support for reductions across the teams.
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:
libomptarget/deviceRTLs/nvptx/src/interface.h | 6 ++++++
libomptarget/deviceRTLs/nvptx/src/reduction.cu | 18 ++++++++++++++++++
2 files changed, 24 insertions(+)
--
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 lldb.
from a95a097ac [CMake] Pass full libedit path to linker
new e91ccc8e9 [Driver] Use libOption with tablegen.
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/Driver/Inputs/Print0.in | 1 +
lit/Driver/Inputs/Print2.in | 1 +
lit/Driver/Inputs/Print4.in | 1 +
lit/Driver/Inputs/Print6.in | 1 +
lit/Driver/TestCommands.test | 41 ++
lit/Driver/TestNoUseColor.test | 4 +
lldb.xcodeproj/project.pbxproj | 29 +-
tools/driver/CMakeLists.txt | 11 +-
tools/driver/Driver.cpp | 979 +++++++++++++++--------------------------
tools/driver/Driver.h | 23 +-
tools/driver/Options.td | 218 +++++++++
11 files changed, 661 insertions(+), 648 deletions(-)
create mode 100644 lit/Driver/Inputs/Print0.in
create mode 100644 lit/Driver/Inputs/Print2.in
create mode 100644 lit/Driver/Inputs/Print4.in
create mode 100644 lit/Driver/Inputs/Print6.in
create mode 100644 lit/Driver/TestCommands.test
create mode 100644 lit/Driver/TestNoUseColor.test
create mode 100644 tools/driver/Options.td
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.