This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 3e9e79075 Write some tests as linker scripts instead of assembly files.
new 6f8814b3d Make sure that clang-format doesn't reorder include files.
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:
Common/Strings.cpp | 2 ++
1 file changed, 2 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 b3194635d Revert "[lldb] Use vFlash commands when writing to target's f [...]
new 9eba2e03f Adapt some tests to work with PPC64le architecture
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:
.../functionalities/watchpoint/multiple_hits/TestMultipleHits.py | 2 +-
packages/Python/lldbsuite/test/lang/c/register_variables/test.c | 2 +-
packages/Python/lldbsuite/test/lldbplatformutil.py | 2 ++
.../Python/lldbsuite/test/tools/lldb-server/TestLldbGdbServer.py | 5 +++--
4 files changed, 7 insertions(+), 4 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 ebeb737dbe [Hexagon] Add -ffixed-r19 driver option and translate it to [...]
new c6c9776cf9 [OpenMP] Extend NVPTX SPMD implementation of combined constructs
new d4d71f532c Attempt to fix cl-include.c on Windows.
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:
include/clang/Basic/LangOptions.def | 1 +
include/clang/Driver/Options.td | 2 +
lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp | 33 ++----
lib/CodeGen/CGStmtOpenMP.cpp | 2 +
lib/Driver/ToolChains/Clang.cpp | 5 +
lib/Frontend/CompilerInvocation.cpp | 4 +
test/Driver/cl-include.c | 4 +-
test/OpenMP/nvptx_target_parallel_codegen.cpp | 14 +--
.../nvptx_target_parallel_num_threads_codegen.cpp | 14 +--
.../nvptx_target_parallel_proc_bind_codegen.cpp | 16 +--
.../nvptx_target_parallel_reduction_codegen.cpp | 10 +-
test/OpenMP/nvptx_target_simd_codegen.cpp | 74 +++++++++++++
...arget_teams_distribute_parallel_for_codegen.cpp | 123 +++++++++++++++++++++
..._teams_distribute_parallel_for_simd_codegen.cpp | 123 +++++++++++++++++++++
.../nvptx_target_teams_distribute_simd_codegen.cpp | 99 +++++++++++++++++
test/OpenMP/target_parallel_debug_codegen.cpp | 4 +-
test/OpenMP/target_parallel_for_debug_codegen.cpp | 4 +-
17 files changed, 478 insertions(+), 54 deletions(-)
create mode 100644 test/OpenMP/nvptx_target_simd_codegen.cpp
create mode 100644 test/OpenMP/nvptx_target_teams_distribute_parallel_for_codegen.cpp
create mode 100644 test/OpenMP/nvptx_target_teams_distribute_parallel_for_simd_cod [...]
create mode 100644 test/OpenMP/nvptx_target_teams_distribute_simd_codegen.cpp
--
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 3440b5ee3 Add EmulateInstructionPPC64.cpp to xcode project file.
new b3194635d Revert "[lldb] Use vFlash commands when writing to target's f [...]
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/lldb/Host/XML.h | 3 -
include/lldb/Target/MemoryRegionInfo.h | 12 +-
include/lldb/Target/Process.h | 7 -
.../gdb_remote_client/TestGDBRemoteLoad.py | 61 --------
source/Host/common/XML.cpp | 12 --
source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp | 39 +----
source/Plugins/ObjectFile/ELF/ObjectFileELF.h | 6 -
.../gdb-remote/GDBRemoteCommunicationClient.cpp | 149 +-----------------
.../gdb-remote/GDBRemoteCommunicationClient.h | 11 --
.../Process/gdb-remote/ProcessGDBRemote.cpp | 171 +--------------------
.../Plugins/Process/gdb-remote/ProcessGDBRemote.h | 13 --
source/Symbol/ObjectFile.cpp | 33 ++--
source/Target/Process.cpp | 11 --
13 files changed, 23 insertions(+), 505 deletions(-)
delete mode 100644 packages/Python/lldbsuite/test/functionalities/gdb_remote_clien [...]
--
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 fb3a6289fbb [InstCombine] Split the FP constant code out of lookThrough [...]
new 48f2182b78c [Hexagon] Implement target feature +reserved-r19
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/Hexagon/Hexagon.td | 2 ++
lib/Target/Hexagon/HexagonRegisterInfo.cpp | 3 +++
lib/Target/Hexagon/HexagonSubtarget.h | 3 +++
3 files 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 896bb7d0d1 CodeGenObjCXX: handle inalloca appropriately for msgSend variant
new ebeb737dbe [Hexagon] Add -ffixed-r19 driver option and translate it to [...]
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/Driver/Options.td | 2 ++
lib/Driver/ToolChains/Hexagon.cpp | 14 +++++++++-----
test/Driver/hexagon-toolchain-elf.c | 16 +++++++++++++---
3 files changed, 24 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 clang-tools-extra.
from d448a5d0 [Documentation] Split Clang-tidy changes in Release Notes int [...]
new ab3c36c5 [clangd] Try to fix failures on clang-x64-ninja-win7 build bot.
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:
test/clangd/crash-non-added-files.test | 8 ++++----
test/clangd/hover.test | 4 ++--
test/clangd/initialize-params-invalid.test | 2 +-
test/clangd/initialize-params.test | 2 +-
test/clangd/insert-include.test | 2 +-
5 files changed, 9 insertions(+), 9 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 lld.
from e48d51d70 Attempt to build breakage caused by r326339.
new 3e9e79075 Write some tests as linker scripts instead of assembly files.
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:
.../{absolute-expr.s => absolute-expr.test} | 28 ++++-----
test/ELF/linkerscript/align-empty.s | 18 ------
test/ELF/linkerscript/align-empty.test | 18 ++++++
test/ELF/linkerscript/discard-interp.s | 12 ----
test/ELF/linkerscript/discard-interp.test | 13 ++++
.../linkerscript/{operators.s => operators.test} | 73 +++++++++++-----------
6 files changed, 79 insertions(+), 83 deletions(-)
rename test/ELF/linkerscript/{absolute-expr.s => absolute-expr.test} (74%)
delete mode 100644 test/ELF/linkerscript/align-empty.s
create mode 100644 test/ELF/linkerscript/align-empty.test
delete mode 100644 test/ELF/linkerscript/discard-interp.s
create mode 100644 test/ELF/linkerscript/discard-interp.test
rename test/ELF/linkerscript/{operators.s => operators.test} (68%)
--
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 0b9902149c5 Losen time contraint to accommodate system loads
new fb3a6289fbb [InstCombine] Split the FP constant code out of lookThrough [...]
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/Transforms/InstCombine/InstCombineCasts.cpp | 35 ++++++++++++++-----------
1 file changed, 20 insertions(+), 15 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 fd9725179f [clang-cl] Implement /X
new 896bb7d0d1 CodeGenObjCXX: handle inalloca appropriately for msgSend variant
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/CGCall.cpp | 3 ++-
test/CodeGenObjCXX/msabi-stret.mm | 18 ++++++++++++++++++
2 files changed, 20 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGenObjCXX/msabi-stret.mm
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.