This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from b50890895 [test-suite] UNXfail several tests that now pass locally.
new 64a0fc910 dotest: Apply --skip-categories to debug info categories
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:
packages/Python/lldbsuite/test/lldbtest.py | 2 +-
1 file changed, 1 insertion(+), 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-tools-extra.
from 3462ff4a [clangd] Fix r323658 test failure on windows.
new fbf494ba add prefix with '_' support for property name. Corresponding [...]
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:
clang-tidy/objc/PropertyDeclarationCheck.cpp | 99 +++++++++++++++++-----
clang-tidy/objc/PropertyDeclarationCheck.h | 1 +
.../checks/objc-property-declaration.rst | 9 ++
.../objc-property-declaration-additional.m | 4 +-
test/clang-tidy/objc-property-declaration-custom.m | 6 +-
test/clang-tidy/objc-property-declaration.m | 24 +++++-
6 files changed, 115 insertions(+), 28 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 binutils-gdb.
from 8225203377 MIPS/LD/testsuite: Adjust match patterns for special section [...]
new af667f2218 MIPS/LD/testsuite: Correct PR ld/22649 test case failures
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:
ld/ChangeLog | 8 ++++++++
ld/testsuite/ld-elf/pr22649-2ab-mips.msg | 2 ++
ld/testsuite/ld-elf/pr22649-2cd-mips.msg | 1 +
ld/testsuite/ld-elf/shared.exp | 20 ++++++++++++++++----
4 files changed, 27 insertions(+), 4 deletions(-)
create mode 100644 ld/testsuite/ld-elf/pr22649-2ab-mips.msg
create mode 100644 ld/testsuite/ld-elf/pr22649-2cd-mips.msg
--
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 6ceb7d83e65 [utils] De-duplicate utils/update_{llc_,}test_checks.py
new f2e22f98b7b [DWARF] Corrected test committed in r323670 to use llc inst [...]
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/DebugInfo/X86/string-offsets-multiple-cus.ll | 4 ++--
1 file 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 6d276fdd078 [InstSimplify] (X * Y) / Y --> X for relaxed floating-point ops
new 6ceb7d83e65 [utils] De-duplicate utils/update_{llc_,}test_checks.py
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:
.../llvm => utils/UpdateTestChecks}/__init__.py | 0
utils/UpdateTestChecks/asm.py | 199 +++++++++++++++
utils/UpdateTestChecks/common.py | 65 +++++
utils/update_llc_test_checks.py | 279 ++-------------------
utils/update_test_checks.py | 86 ++-----
5 files changed, 296 insertions(+), 333 deletions(-)
copy {bindings/python/llvm => utils/UpdateTestChecks}/__init__.py (100%)
create mode 100644 utils/UpdateTestChecks/asm.py
create mode 100644 utils/UpdateTestChecks/common.py
--
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 6f79a901d Minor updated to the main libcxx page; add a link to the depr [...]
new 4bbcce7ef Add tests to make sure that <string_view> provides std::size/ [...]
new 64aa1c1b7 First cut at issue statuses for JAX
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:
.../std/iterators/iterator.container/data.pass.cpp | 10 ++
.../iterators/iterator.container/empty.pass.cpp | 10 ++
.../std/iterators/iterator.container/size.pass.cpp | 12 ++-
.../string.view/string.view.access/data.pass.cpp | 4 +
.../string.view.capacity/capacity.pass.cpp | 5 +
www/upcoming_meeting.html | 114 ++++++++++++---------
6 files changed, 103 insertions(+), 52 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 ccacb5ddbc [CUDA] Added partial support for CUDA-9.1
new facfffcd4e Revert "[coroutines] Fix application of NRVO to Coroutine "G [...]
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/Sema/SemaCoroutine.cpp | 6 ++-
test/CodeGenCoroutines/coro-alloc.cpp | 8 +---
test/CodeGenCoroutines/coro-gro-nrvo.cpp | 80 --------------------------------
3 files changed, 5 insertions(+), 89 deletions(-)
delete mode 100644 test/CodeGenCoroutines/coro-gro-nrvo.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 binutils-gdb.
from f49db8befa 32-bit objcopy build fail
new 8225203377 MIPS/LD/testsuite: Adjust match patterns for special section [...]
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:
ld/ChangeLog | 6 ++++++
ld/testsuite/ld-elf/comm-data1.sd | 4 ++--
ld/testsuite/ld-elf/pr21703-shared.sd | 4 ++--
3 files changed, 10 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 glibc.
from ef4cf463e5 hurd: Add tlsdesc.sym
new 9a123ff05d hurd: include generic's hp-timing.h instead of copying it
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:
sysdeps/mach/hurd/hp-timing.h | 19 +------------------
1 file changed, 1 insertion(+), 18 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 binutils-gdb.
from 016548df72 Automatic date update in version.in
new f49db8befa 32-bit objcopy build fail
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:
binutils/ChangeLog | 5 +++++
binutils/objcopy.c | 4 ++--
2 files changed, 7 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.