This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libunwind.
from 43a1c58 DWARF: correct cast (NFC)
new 11ea06f DWARF: fix -Asserts builds
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:
src/DwarfParser.hpp | 9 +--------
src/config.h | 9 +++++++++
2 files changed, 10 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.
from ad4e2ce Use filename in linemarker when compiling preprocessed source
new 4a58385 [OpenMP] Codegen support for 'target teams' on the host.
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/Basic/OpenMPKinds.cpp | 5 +-
lib/CodeGen/CGOpenMPRuntime.cpp | 75 +++++++++++++++-------
lib/CodeGen/CGStmtOpenMP.cpp | 65 +++++++++++++++----
lib/CodeGen/CodeGenFunction.h | 3 +
lib/Sema/SemaOpenMP.cpp | 11 ++--
...rallel_codegen.cpp => target_teams_codegen.cpp} | 46 ++++++-------
...n.cpp => target_teams_codegen_registration.cpp} | 22 +++----
...> target_teams_codegen_registration_naming.cpp} | 6 +-
8 files changed, 155 insertions(+), 78 deletions(-)
copy test/OpenMP/{target_parallel_codegen.cpp => target_teams_codegen.cpp} (93%)
copy test/OpenMP/{target_parallel_codegen_registration.cpp => target_teams_codegen [...]
copy test/OpenMP/{target_codegen_registration_naming.cpp => target_teams_codegen_r [...]
--
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 f6a1ff2 Reverting commit because an NVPTX patch sneaked in. Break up [...]
new ad4e2ce Use filename in linemarker when compiling preprocessed source
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/Frontend/FrontendOptions.h | 9 +++++-
lib/Frontend/FrontendAction.cpp | 48 ++++++++++++++++++++++++++++++--
test/Frontend/preprocessed-input.c | 4 +++
3 files changed, 58 insertions(+), 3 deletions(-)
create mode 100644 test/Frontend/preprocessed-input.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 lldb.
from bc47d33 Provide option to set pc of the file loaded in memory.
new 1f07c10 Jim unintentionally had the gdb-format specifiers falling thr [...]
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/memory/read/TestMemoryRead.py | 17 ++++++++++
.../test/functionalities/memory/read/main.cpp | 2 ++
source/Interpreter/OptionGroupFormat.cpp | 38 ++++++++++++----------
3 files changed, 40 insertions(+), 17 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 105c8cd [OpenMP] Codegen support for 'target teams' on the host.
new f6a1ff2 Reverting commit because an NVPTX patch sneaked in. Break up [...]
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/Basic/OpenMPKinds.cpp | 5 +-
lib/CodeGen/CGOpenMPRuntime.cpp | 75 +-
lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp | 1 -
lib/CodeGen/CGStmtOpenMP.cpp | 65 +-
lib/CodeGen/CodeGenFunction.h | 3 -
lib/Sema/SemaOpenMP.cpp | 11 +-
test/OpenMP/target_teams_codegen.cpp | 802 ---------------------
test/OpenMP/target_teams_codegen_registration.cpp | 437 -----------
.../target_teams_codegen_registration_naming.cpp | 66 --
9 files changed, 41 insertions(+), 1424 deletions(-)
delete mode 100644 test/OpenMP/target_teams_codegen.cpp
delete mode 100644 test/OpenMP/target_teams_codegen_registration.cpp
delete mode 100644 test/OpenMP/target_teams_codegen_registration_naming.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 clang.
from 8d6d7ca [OpenMP] Support for the num_threads-clause on 'target parall [...]
new 105c8cd [OpenMP] Codegen support for 'target teams' on the host.
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/Basic/OpenMPKinds.cpp | 5 +-
lib/CodeGen/CGOpenMPRuntime.cpp | 75 +++++++++++++++-------
lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp | 1 +
lib/CodeGen/CGStmtOpenMP.cpp | 65 +++++++++++++++----
lib/CodeGen/CodeGenFunction.h | 3 +
lib/Sema/SemaOpenMP.cpp | 11 ++--
...rallel_codegen.cpp => target_teams_codegen.cpp} | 46 ++++++-------
...n.cpp => target_teams_codegen_registration.cpp} | 22 +++----
...> target_teams_codegen_registration_naming.cpp} | 6 +-
9 files changed, 156 insertions(+), 78 deletions(-)
copy test/OpenMP/{target_parallel_codegen.cpp => target_teams_codegen.cpp} (93%)
copy test/OpenMP/{target_parallel_codegen_registration.cpp => target_teams_codegen [...]
copy test/OpenMP/{target_codegen_registration_naming.cpp => target_teams_codegen_r [...]
--
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 1422a67 [AArch64] Fix some Clang-tidy modernize and Include What You [...]
new d367f44 AMDGPU add support for spilling to a user sgpr pointed buffers
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/IR/IntrinsicsAMDGPU.td | 4 ++
lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp | 6 +--
lib/Target/AMDGPU/AMDGPUSubtarget.cpp | 5 ++-
lib/Target/AMDGPU/AMDGPUSubtarget.h | 23 ++++++++----
lib/Target/AMDGPU/R600ISelLowering.cpp | 2 +-
lib/Target/AMDGPU/SIFrameLowering.cpp | 58 +++++++++++++++++++++++------
lib/Target/AMDGPU/SIISelLowering.cpp | 18 +++++++--
lib/Target/AMDGPU/SIMachineFunctionInfo.cpp | 15 +++++++-
lib/Target/AMDGPU/SIMachineFunctionInfo.h | 17 +++++++++
lib/Target/AMDGPU/SIRegisterInfo.cpp | 10 +++--
10 files changed, 123 insertions(+), 35 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 440f379 [OpenMP] Support for the num_threads-clause on 'target parallel'.
new 8d6d7ca [OpenMP] Support for the num_threads-clause on 'target parall [...]
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/CGOpenMPRuntimeNVPTX.cpp | 11 ++++++++++
lib/CodeGen/CGOpenMPRuntimeNVPTX.h | 8 ++++++++
... nvptx_target_parallel_num_threads_codegen.cpp} | 24 +++++++---------------
3 files changed, 26 insertions(+), 17 deletions(-)
copy test/OpenMP/{nvptx_target_parallel_codegen.cpp => nvptx_target_parallel_num_t [...]
--
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 compiler-rt.
from a94309f [asan] temporarily disable parts of a test that fail after r292862
new a39f5f8 [asan] fix __sanitizer_cov_with_check to get the correct call [...]
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/sanitizer_common/sanitizer_coverage_libcdep.cc | 3 ++-
test/asan/TestCases/Posix/coverage-direct.cc | 4 ++--
2 files changed, 4 insertions(+), 3 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 0e1da5f PR31742: Don't emit a bogus "zero size array" extwarn when in [...]
new 440f379 [OpenMP] Support for the num_threads-clause on 'target parallel'.
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/AST/OpenMPClause.h | 21 +-
include/clang/AST/RecursiveASTVisitor.h | 1 +
lib/AST/OpenMPClause.cpp | 3 +-
lib/AST/StmtProfile.cpp | 1 +
lib/CodeGen/CGOpenMPRuntime.cpp | 123 ++++++++---
lib/Sema/SemaOpenMP.cpp | 85 +++++++-
lib/Serialization/ASTReaderStmt.cpp | 1 +
lib/Serialization/ASTWriterStmt.cpp | 1 +
test/OpenMP/target_parallel_codegen.cpp | 14 +-
test/OpenMP/target_parallel_if_codegen.cpp | 12 +-
...cpp => target_parallel_num_threads_codegen.cpp} | 241 ++++++++-------------
tools/libclang/CIndex.cpp | 1 +
12 files changed, 297 insertions(+), 207 deletions(-)
copy test/OpenMP/{target_parallel_if_codegen.cpp => target_parallel_num_threads_co [...]
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.