This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from a6bf70d02a3 [SystemZ] Use preferred 16-byte function alignment
new 6d80e6324bb [X86] Remove unnecessary FMA reg-mem InstRW scheduler overrides.
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/Target/X86/X86SchedBroadwell.td | 9 ---------
lib/Target/X86/X86SchedHaswell.td | 3 +--
lib/Target/X86/X86SchedSkylakeClient.td | 2 --
lib/Target/X86/X86SchedSkylakeServer.td | 2 --
test/tools/llvm-mca/X86/fma3-read-after-ld-1.s | 4 ++--
test/tools/llvm-mca/X86/fma3-read-after-ld-2.s | 4 ++--
6 files changed, 5 insertions(+), 19 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 a408f8d27b [CodeComplete] Fix completion at the end of keywords
new e7db806bfc [OpenCL] Fix diagnostic of thread_local
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/Parse/ParseDecl.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 master
in repository clang-tools-extra.
from 633da1f3 [clangd] Implementation of workspace/symbol request
new 05d033ed [clang-tidy] Fix PR35468
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/misc/UnconventionalAssignOperatorCheck.cpp | 6 +++---
.../clang-tidy/misc-unconventional-assign-operator-cxx17.cpp | 12 ++++++++++++
2 files changed, 15 insertions(+), 3 deletions(-)
create mode 100644 test/clang-tidy/misc-unconventional-assign-operator-cxx17.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 gcc.
from e48af994d27 PR target/85508 * config/i386/i386.c (ix86_expand_vector_ [...]
new 071a6748823 [nvptx] Update newlib dependency.
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 | 4 ++++
gcc/doc/install.texi | 10 +++++-----
2 files changed, 9 insertions(+), 5 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 e427af1889 Reindent cli-out.h
new 0a8ddac418 info-shared.exp: Replace libs=-ldl with shlib_load
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:
gdb/testsuite/ChangeLog | 5 +++++
gdb/testsuite/gdb.base/info-shared.exp | 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.
Christophe Lyon pushed a change to branch master
in repository toolchain/abe-tests.
from a1d7b1d test-checkout.sh: Improve commit message tag detection.
new 6142140 Add ':' after FAIL/FAILED/PASS/PASSED in 'echo' commands.
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-checkout.sh | 6 +++---
test-manifest2.sh | 6 +++---
2 files changed, 6 insertions(+), 6 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 d0c01140be8 Fix Wdocumentation warnings. NFCI.
new a6bf70d02a3 [SystemZ] Use preferred 16-byte function alignment
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/Target/SystemZ/SystemZISelLowering.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 clang.
from 7140ad92de [GCC] Don't keep a StringRef to a temporary std::string
new a408f8d27b [CodeComplete] Fix completion at the end of keywords
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/Lex/Lexer.cpp | 20 ++++++++++++--------
test/CodeCompletion/end-of-ident-macro.cpp | 16 ++++++++++++++++
test/CodeCompletion/end-of-ident.cpp | 20 ++++++++++++++++++++
test/CodeCompletion/macros.c | 8 ++++----
test/CodeCompletion/namespace.cpp | 4 ++--
test/CodeCompletion/operator.cpp | 4 ++--
test/CodeCompletion/tag.c | 4 ++--
test/CodeCompletion/tag.cpp | 4 ++--
test/CodeCompletion/using-namespace.cpp | 4 ++--
test/CodeCompletion/using.cpp | 4 ++--
test/Index/complete-exprs.c | 6 +++---
test/Index/complete-preprocessor.m | 4 ++--
12 files changed, 69 insertions(+), 29 deletions(-)
create mode 100644 test/CodeCompletion/end-of-ident-macro.cpp
create mode 100644 test/CodeCompletion/end-of-ident.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 glibc.
from 9320ca88a1 Add PTRACE_SECCOMP_GET_METADATA from Linux 4.16 to sys/ptrace.h.
new e5aea5c314 Fix tst-strfmon_l test for hr_HR locale
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:
stdlib/tst-strfmon_l.c | 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 18d09b9a77f [X86] Fix missing cfi from sitofp checks
new d0c01140be8 Fix Wdocumentation warnings. NFCI.
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-c/DebugInfo.h | 3 ---
1 file changed, 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.