This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 9ac30449eb Try to fix build bot after r336524
new b5784f85be [PCH] Add an option to not write comments into PCH
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/Lex/PreprocessorOptions.h | 5 +++++
lib/Serialization/ASTWriter.cpp | 5 ++++-
2 files changed, 9 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-tools-extra.
from bf59d312 [clangd] Wait for first preamble before code completion
new 83c6dbf5 [clangd] Do not write comments into Preamble PCH
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/ClangdUnit.cpp | 4 ++++
clangd/CodeCompletionStrings.cpp | 40 ++++++++--------------------------------
2 files changed, 12 insertions(+), 32 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 f0fa5a60928 [testsuite] Use relative line numbers in gcc.dg/guality
new dd4fe92382c PR c/86420 * real.c (real_nextafter): Return true if resu [...]
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/real.c | 2 +-
gcc/testsuite/ChangeLog | 7 +++++
gcc/testsuite/gcc.dg/nextafter-1.c | 52 ++++++++++++++++++++++++++++----------
4 files changed, 52 insertions(+), 14 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 b03f85e2 [clangd] Added a test for preambles and -isystem
new bf59d312 [clangd] Wait for first preamble before code completion
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/TUScheduler.cpp | 22 +++++++++++++++++++++
clangd/TUScheduler.h | 3 +++
unittests/clangd/TUSchedulerTests.cpp | 36 +++++++++++++++++++++++++++++++++++
3 files changed, 61 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 1cbf1da4d65 [PM/Unswitch] Fix a nasty bug in the new PM's unswitch intr [...]
new 6da02771fb8 [Support] Fix GCC compile after r336534
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/Support/JSON.h | 7 ++++---
1 file changed, 4 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 llvm.
from 5070d36f882 Lift JSON library from clang-tools-extra/clangd to llvm/Support.
new 1cbf1da4d65 [PM/Unswitch] Fix a nasty bug in the new PM's unswitch intr [...]
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/Transforms/Scalar/SimpleLoopUnswitch.cpp | 107 +++--
.../SimpleLoopUnswitch/nontrivial-unswitch.ll | 484 ++++++++++++++++++---
2 files changed, 499 insertions(+), 92 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 1c576638ca6 [AArch64][SVE] Asm: Support for ADR instruction.
new 5070d36f882 Lift JSON library from clang-tools-extra/clangd to llvm/Support.
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/Support/JSON.h | 627 ++++++++++++++++++++++++++++++++++++++
lib/Support/CMakeLists.txt | 1 +
lib/Support/JSON.cpp | 642 +++++++++++++++++++++++++++++++++++++++
unittests/Support/CMakeLists.txt | 1 +
unittests/Support/JSONTest.cpp | 292 ++++++++++++++++++
5 files changed, 1563 insertions(+)
create mode 100644 include/llvm/Support/JSON.h
create mode 100644 lib/Support/JSON.cpp
create mode 100644 unittests/Support/JSONTest.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 llvm.
from 4e2f2576ac5 [AArch64][SVE] Asm: Support for UZP and TRN instructions.
new 1c576638ca6 [AArch64][SVE] Asm: Support for ADR instruction.
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/AArch64/AArch64RegisterInfo.td | 20 ++--
lib/Target/AArch64/AArch64SVEInstrInfo.td | 5 +
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 27 ++++-
lib/Target/AArch64/SVEInstrFormats.td | 52 +++++++++
test/MC/AArch64/SVE/adr-diagnostics.s | 59 ++++++++++
test/MC/AArch64/SVE/adr.s | 128 ++++++++++++++++++++++
6 files changed, 275 insertions(+), 16 deletions(-)
create mode 100644 test/MC/AArch64/SVE/adr-diagnostics.s
create mode 100644 test/MC/AArch64/SVE/adr.s
--
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 d46ee151e6 [Preamble] Check system dependencies in preamble too
new 9ac30449eb Try to fix build bot after r336524
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/Index/Core/index-macros.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.