This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 457fc20 Add an "experimental" setting to disable injecting local vari [...]
new e4984fe Check whether Sema::CreateBuiltinUnaryOp returns an empty result.
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:
source/Plugins/ExpressionParser/Clang/ASTResultSynthesizer.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 llvm.
from 28925b5 ThinLTO: Do not take into account whether a definition has mu [...]
new 9e4419d Include SelectionDAGISel in the opt-bisect process
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/SelectionDAGISel.cpp | 2 +-
test/Other/X86/opt-bisect-isel.ll | 22 ++++++++++++++++++++++
2 files changed, 23 insertions(+), 1 deletion(-)
create mode 100644 test/Other/X86/opt-bisect-isel.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 compiler-rt.
from de52fc0 [compiler-rt] Enhance unittest coverage for lib interception
new 4f7667c [compiler-rt] Fix minimal stack reserved for unittest on MSVC build
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/tests/CMakeLists.txt | 7 +++++++
lib/sanitizer_common/tests/sanitizer_test_main.cc | 4 ----
2 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 gcc.
from b39328b * g++.dg/debug/pr71432.C: Fail on AIX.
new bcc4d86 PR c++/70869 PR c++/71054 * cp-gimplify.c (cp_genericize_r [...]
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 | 8 ++++++++
gcc/cp/cp-gimplify.c | 10 +++++++++-
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/g++.dg/cpp0x/pr70869.C | 25 +++++++++++++++++++++++++
gcc/testsuite/g++.dg/cpp0x/pr71054.C | 21 +++++++++++++++++++++
5 files changed, 71 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr70869.C
create mode 100644 gcc/testsuite/g++.dg/cpp0x/pr71054.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 fc0de02 [NVVM] Rename __nvvm_bar0 builtin back to __syncthreads.
new 28925b5 ThinLTO: Do not take into account whether a definition has mu [...]
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/LTO/LTO.h | 1 -
lib/LTO/LTO.cpp | 16 +++-------------
lib/LTO/ThinLTOCodeGenerator.cpp | 22 +++-------------------
test/ThinLTO/X86/alias_import.ll | 22 +++++++++++-----------
test/ThinLTO/X86/weak_resolution.ll | 2 +-
5 files changed, 18 insertions(+), 45 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 lldb.
from f6e64f6 Respect ANDROID_SERIAL environment variable used by ADB
new 457fc20 Add an "experimental" setting to disable injecting local vari [...]
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/Target/Target.h | 13 ++++
source/Core/UserSettingsController.cpp | 2 +-
source/Expression/ExpressionSourceCode.cpp | 10 +++-
.../Clang/ASTResultSynthesizer.cpp | 4 +-
source/Target/Target.cpp | 70 +++++++++++++++++++++-
5 files changed, 90 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 clang.
from 29ff255 [CUDA] Check that our CUDA install supports the requested arc [...]
new 4f3e0d2 [CUDA] s/OPT_nocuda_version_chec/OPT_no_cuda_version_check/.
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/Driver/ToolChains.cpp | 2 +-
lib/Driver/Tools.cpp | 2 +-
2 files changed, 2 insertions(+), 2 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 llvm.
from 415b201 tests: accept different TargetOpcode values.
new 1a68871 [LibFuzzer] Unbreak the build on macOS which was broken by r272858.
new fc0de02 [NVVM] Rename __nvvm_bar0 builtin back to __syncthreads.
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/llvm/IR/IntrinsicsNVVM.td | 5 ++++-
lib/Fuzzer/test/AFLDriverTest.cpp | 6 ++++++
2 files changed, 10 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 clang.
from 29dc237 NVPTX: Use the nvvm builtins to read SRegs rather than the le [...]
new 834d27d [CUDA] Rename the __nvvm_bar0 builtin back to __syncthreads.
new 29ff255 [CUDA] Check that our CUDA install supports the requested arc [...]
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/BuiltinsNVPTX.def | 2 +-
include/clang/Basic/DiagnosticDriverKinds.td | 4 ++
include/clang/Driver/Options.td | 3 +
lib/Driver/ToolChains.cpp | 67 +++++++++++++++++++++-
lib/Driver/ToolChains.h | 25 ++++++++
lib/Driver/Tools.cpp | 6 ++
test/CodeGen/builtins-nvptx.c | 2 +-
.../{CUDA => CUDA_80}/usr/local/cuda/bin/.keep | 0
.../bin => CUDA_80/usr/local/cuda/include}/.keep | 0
.../cuda/bin => CUDA_80/usr/local/cuda/lib}/.keep | 0
.../bin => CUDA_80/usr/local/cuda/lib64}/.keep | 0
.../cuda/nvvm/libdevice/libdevice.compute_20.10.bc | 0
.../cuda/nvvm/libdevice/libdevice.compute_35.10.bc | 0
.../Inputs/CUDA_80/usr/local/cuda/version.txt | 1 +
test/Driver/cuda-version-check.cu | 51 ++++++++++++++++
15 files changed, 157 insertions(+), 4 deletions(-)
copy test/Driver/Inputs/{CUDA => CUDA_80}/usr/local/cuda/bin/.keep (100%)
copy test/Driver/Inputs/{CUDA/usr/local/cuda/bin => CUDA_80/usr/local/cuda/include [...]
copy test/Driver/Inputs/{CUDA/usr/local/cuda/bin => CUDA_80/usr/local/cuda/lib}/.k [...]
copy test/Driver/Inputs/{CUDA/usr/local/cuda/bin => CUDA_80/usr/local/cuda/lib64}/ [...]
copy test/Driver/Inputs/{CUDA => CUDA_80}/usr/local/cuda/nvvm/libdevice/libdevice. [...]
copy test/Driver/Inputs/{CUDA => CUDA_80}/usr/local/cuda/nvvm/libdevice/libdevice. [...]
create mode 100644 test/Driver/Inputs/CUDA_80/usr/local/cuda/version.txt
create mode 100644 test/Driver/cuda-version-check.cu
--
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 f4a7f5a [LLGS] Work around an adb bug on Android <=M
new f6e64f6 Respect ANDROID_SERIAL environment variable used by ADB
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:
source/Plugins/Platform/Android/AdbClient.cpp | 18 ++++++++++++------
1 file changed, 12 insertions(+), 6 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.