This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 331001b71 Check that Symbol types are trivially destructible
new 40a1c0a57 Use reinterpret_cast<> instead of C-style cast. NFC.
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:
COFF/SymbolTable.cpp | 2 +-
ELF/SymbolTable.cpp | 4 ++--
2 files changed, 3 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 gcc.
from d85a7677cce * common.opt (gas-loc-support, gas-locview-support): New. [...]
new 5c38c127433 * config/rl78/rl78.c (rl78_handle_func_attribute): Mark A [...]
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 | 5 +++++
gcc/config/rl78/rl78.c | 2 +-
2 files changed, 6 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 e192535271 An updated test to show the current warnings produced for im [...]
new c7b51f6714 [AMDGPU] Change constant addr space to 4
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/BuiltinsAMDGPU.def | 6 ++--
lib/Basic/Targets/AMDGPU.cpp | 18 ++++++------
test/CodeGen/target-data.c | 4 +--
.../address-space-constant-initializers.cl | 11 ++++----
test/CodeGenOpenCL/address-spaces.cl | 10 ++++---
.../amdgpu-debug-info-variable-expression.cl | 6 ++--
.../{amdgpu-env-amdgiz.cl => amdgpu-env-amdgcn.cl} | 2 +-
test/CodeGenOpenCL/amdgpu-nullptr.cl | 32 +++++++++++-----------
test/CodeGenOpenCL/builtins-amdgcn.cl | 12 ++++----
test/CodeGenOpenCL/cast_image.cl | 2 +-
test/CodeGenOpenCL/opencl_types.cl | 28 +++++++++++--------
test/CodeGenOpenCL/private-array-initialization.cl | 2 +-
test/CodeGenOpenCL/size_t.cl | 6 ++--
test/CodeGenOpenCL/vla.cl | 9 +++---
14 files changed, 79 insertions(+), 69 deletions(-)
rename test/CodeGenOpenCL/{amdgpu-env-amdgiz.cl => amdgpu-env-amdgcn.cl} (65%)
--
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 test-suite.
from ab291da4 Use CMAKE_DL_LIBS and CMAKE_THREAD_LIBS_INIT for Bitcode tests
new 83086c11 Include <sys/time.h> to get struct timeval definition
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:
MultiSource/Benchmarks/DOE-ProxyApps-C++/CLAMR/partition.cpp | 1 +
1 file changed, 1 insertion(+)
--
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 release_60
in repository test-suite.
from d1da2623 Creating release_60 branch off revision 321711
new 07186ec2 Merging r324848: -------------------------------------------- [...]
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:
Bitcode/Benchmarks/Halide/CMakeLists.txt | 6 +++++-
Bitcode/Regression/fft/CMakeLists.txt | 6 +++++-
Bitcode/Regression/vector_widen/CMakeLists.txt | 6 +++++-
Bitcode/simd_ops/CMakeLists.txt | 6 +++++-
4 files changed, 20 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 libcxx.
from e89a34f66 Fix typos.
new 52474820e Put type attributes after class keyword
new e64dcb66c Make the ctype_byname::widen test cases pass on FreeBSD.
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/functional | 3 +--
.../category.ctype/locale.ctype.byname/widen_1.pass.cpp | 2 +-
.../category.ctype/locale.ctype.byname/widen_many.pass.cpp | 2 +-
3 files changed, 3 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-tools-extra.
from 14619df6 [clangd] Log if CWD could not be changed. NFC.
new 782d254c [clangd] Fixed findDefinitions to always return absolute paths.
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/XRefs.cpp | 12 ++++++++++--
unittests/clangd/TestFS.cpp | 12 +++++++-----
unittests/clangd/TestFS.h | 5 ++++-
unittests/clangd/XRefsTests.cpp | 30 ++++++++++++++++++++++++++++++
4 files changed, 51 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 lld.
from 495713ab9 Use RelType in a few more places. NFC.
new 331001b71 Check that Symbol types are trivially destructible
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:
COFF/Symbols.h | 2 ++
ELF/Symbols.h | 2 ++
2 files changed, 4 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 binutils-gdb.
from 24b9144d4b Use enum flags for flags passed to openp
new db5d5ad16f gas: xtensa: fix trampoline placement
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:
gas/ChangeLog | 5 +++++
gas/config/tc-xtensa.c | 6 ++++++
2 files changed, 11 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.