This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from b874f72a4 Remove GetPythonDir declaration from HostInfoBase class
new 41c9f98b2 DWARFExpression: Resolve file addresses in the linked module
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/Expression/DWARFExpression.h | 2 ++
.../test/functionalities/target_var/Makefile | 10 ++++++
.../functionalities/target_var/TestTargetVar.py | 22 ++++++++++++
.../test/functionalities/target_var/globals.c | 6 ++++
.../test/functionalities/target_var/globals.ll | 42 ++++++++++++++++++++++
.../Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 5 +++
6 files changed, 87 insertions(+)
create mode 100644 packages/Python/lldbsuite/test/functionalities/target_var/Makefile
create mode 100644 packages/Python/lldbsuite/test/functionalities/target_var/TestT [...]
create mode 100644 packages/Python/lldbsuite/test/functionalities/target_var/globals.c
create mode 100644 packages/Python/lldbsuite/test/functionalities/target_var/globals.ll
--
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 c59e1fef13 clang-format: better handle statement macros
new d46d151a3c [HIP] Support early finalization of device code for -fno-gpu-rdc
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/Basic/LangOptions.def | 2 +-
include/clang/Driver/Options.td | 6 +-
include/clang/Driver/Types.def | 1 +
lib/AST/Decl.cpp | 2 +-
lib/CodeGen/CGCUDANV.cpp | 31 +++--
lib/Driver/Driver.cpp | 74 ++++++++--
lib/Driver/ToolChains/Clang.cpp | 14 +-
lib/Driver/ToolChains/CommonArgs.cpp | 48 +++----
lib/Driver/ToolChains/Cuda.cpp | 8 +-
lib/Driver/ToolChains/HIP.cpp | 41 +++++-
lib/Driver/ToolChains/HIP.h | 5 +
lib/Frontend/CompilerInvocation.cpp | 2 +-
lib/Sema/SemaDeclAttr.cpp | 2 +-
test/CodeGenCUDA/device-stub.cu | 20 +--
test/Driver/cuda-external-tools.cu | 22 +--
test/Driver/cuda-phases.cu | 33 +++--
test/Driver/hip-output-file-name.hip | 2 +-
test/Driver/hip-toolchain-no-rdc.hip | 150 +++++++++++++++++++++
.../{hip-toolchain.hip => hip-toolchain-rdc.hip} | 8 +-
test/SemaCUDA/extern-shared.cu | 4 +-
20 files changed, 370 insertions(+), 105 deletions(-)
create mode 100644 test/Driver/hip-toolchain-no-rdc.hip
rename test/Driver/{hip-toolchain.hip => hip-toolchain-rdc.hip} (95%)
--
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 318537b1 [clangd] Don't make check-clangd as a dependency in check-cla [...]
new e5f28c5c Revert r343589 "[clangd] Dex: add Corpus factory for iterator [...]
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:
clangd/index/dex/Dex.cpp | 28 ++++-----
clangd/index/dex/Dex.h | 3 +-
clangd/index/dex/Iterator.cpp | 24 ++++----
clangd/index/dex/Iterator.h | 125 +++++++++++++++++++--------------------
clangd/index/dex/PostingList.cpp | 2 +-
unittests/clangd/DexTests.cpp | 56 +++++++-----------
6 files changed, 111 insertions(+), 127 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 00554582f26 internal/bytealg: support systems that don't have memmem
new 2430731211a 2018-10-02 Aaron Sawdey <acsawdey(a)linux.ibm.com>
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 | 6 ++++++
gcc/config/rs6000/rs6000-string.c | 10 +++++++---
2 files changed, 13 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.
"Maxim Kuvyrkov pushed a change to reference refs/users/92/1000092/edit-28550/2
in repository toolchain/jenkins-scripts.
was da46357 tcwg-generate-source-cache.sh: Add LLVM monorepo to "misc"
This change permanently discards the following revisions:
discards da46357 tcwg-generate-source-cache.sh: Add LLVM monorepo to "misc"
discards e145ce1 tcwg-generate-source-cache.sh: Delete checked-out files, leav [...]
--
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 b062a1225 Enable C++ tests to run in the -gmodules configuration on Darwin.
new b874f72a4 Remove GetPythonDir declaration from HostInfoBase class
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/HostInfoBase.h | 4 ----
1 file changed, 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-tools-extra.
from 34bd4856 [clangd] Add a #include completion test that triggers an assertion.
new 318537b1 [clangd] Don't make check-clangd as a dependency in check-cla [...]
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/CMakeLists.txt | 27 ++++++++++++++++-----------
1 file changed, 16 insertions(+), 11 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 compiler-rt.
from 5b5532dba Reland r342652 "[winasan] Unpoison the stack in NtTerminateThread"
new ad7e1e9f3 [lib/fuzzer] Fix logging for Fuchsia
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/fuzzer/FuzzerCommand.h | 4 ++--
lib/fuzzer/FuzzerUtilFuchsia.cpp | 21 +++++++++++++++------
2 files changed, 17 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 compiler-rt.
from 7817bca1c [sanitizer] Include inlined frames into __sanitizer_symbolize [...]
new 5b5532dba Reland r342652 "[winasan] Unpoison the stack in NtTerminateThread"
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/asan/asan_win.cc | 12 +++++++++++-
test/asan/TestCases/Windows/dll_host.cc | 1 +
2 files changed, 12 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 glibc.
from 4a06ceea33 sysdeps/ieee754/soft-fp: ignore maybe-uninitialized with -O [...]
new f346b5b38c Add more fma tests.
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:
ChangeLog | 4 +
math/libm-test-fma.inc | 193 +++++++++++++++++++++++++++++++++++++++++++++++++
2 files changed, 197 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.