This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from bd98e1b2fd6 [DWARF] - Provide default implementation for getSectionLoad [...]
new e9e0d4fb837 [ARM] GlobalISel: Legalize G_FCMP for s32
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/GlobalISel/LegalizerHelper.cpp | 2 +
lib/Target/ARM/ARMLegalizerInfo.cpp | 132 +++++
lib/Target/ARM/ARMLegalizerInfo.h | 30 ++
test/CodeGen/ARM/GlobalISel/arm-legalize-fp.mir | 654 ++++++++++++++++++++++++
4 files changed, 818 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 2e93b3845f3 [globalisel][tablegen] Import rules containing intrinsic_wo_chain.
new bd98e1b2fd6 [DWARF] - Provide default implementation for getSectionLoad [...]
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/DebugInfo/DIContext.h | 4 +++-
1 file changed, 3 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 9978ec5d [clang-tidy] Add "MakeSmartPtrFunction" option to modernize-m [...]
new 5ec1f7ca [clangd] Add support for per-file extra flags
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/ClangdLSPServer.cpp | 3 +++
clangd/ClangdUnitStore.cpp | 11 ++++----
clangd/GlobalCompilationDatabase.cpp | 49 ++++++++++++++++++++++++++++++++----
clangd/GlobalCompilationDatabase.h | 8 ++++++
clangd/Protocol.cpp | 32 +++++++++++++++++++++++
clangd/Protocol.h | 9 +++++++
test/clangd/extra-flags.test | 22 ++++++++++++++++
7 files changed, 123 insertions(+), 11 deletions(-)
create mode 100644 test/clangd/extra-flags.test
--
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 38c3b330a49 [ARM] GlobalISel: Widen s1, s8, s16 G_CONSTANT
new 2e93b3845f3 [globalisel][tablegen] Import rules containing intrinsic_wo_chain.
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/Target/GlobalISel/SelectionDAGCompat.td | 1 +
test/TableGen/GlobalISelEmitter.td | 115 ++++++++++++++-------
utils/TableGen/GlobalISelEmitter.cpp | 31 +++++-
3 files changed, 104 insertions(+), 43 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 db6b2f2522 posix: Fix default posix_spawn return value
new 0cae0b1a28 Pashto yesstr/nostr locale are missing
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:
localedata/ChangeLog | 5 +++++
localedata/locales/ps_AF | 2 ++
2 files changed, 7 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 gcc.
from 64a35db7993 Daily bump.
new 4a0cad1ae09 [testsuite] Add dg-require-stack-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:
gcc/ChangeLog | 5 +++++
gcc/doc/sourcebuild.texi | 5 +++++
gcc/testsuite/ChangeLog | 21 +++++++++++++++++++++
gcc/testsuite/g++.dg/other/i386-9.C | 1 +
gcc/testsuite/gcc.c-torture/compile/stack-check-1.c | 1 +
gcc/testsuite/gcc.dg/graphite/run-id-pr47653.c | 1 +
gcc/testsuite/gcc.dg/pr47443.c | 1 +
gcc/testsuite/gcc.dg/pr48134.c | 1 +
gcc/testsuite/gcc.dg/pr70017.c | 1 +
gcc/testsuite/gcc.target/aarch64/stack-checking.c | 1 +
gcc/testsuite/gcc.target/arm/stack-checking.c | 2 +-
gcc/testsuite/gcc.target/i386/pr48723.c | 1 +
gcc/testsuite/gcc.target/i386/pr55672.c | 1 +
gcc/testsuite/gcc.target/i386/pr67265-2.c | 1 +
gcc/testsuite/gcc.target/i386/pr67265.c | 1 +
gcc/testsuite/gnat.dg/opt49.adb | 1 +
gcc/testsuite/gnat.dg/stack_check1.adb | 1 +
gcc/testsuite/gnat.dg/stack_check2.adb | 1 +
gcc/testsuite/gnat.dg/stack_check3.adb | 1 +
gcc/testsuite/lib/target-supports-dg.exp | 15 +++++++++++++++
gcc/testsuite/lib/target-supports.exp | 11 +++++++++++
21 files changed, 73 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 llvm.
from 8bce69abd52 Fix -Wunused-function by making function declarations in a [...]
new 38c3b330a49 [ARM] GlobalISel: Widen s1, s8, s16 G_CONSTANT
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/ARM/ARMLegalizerInfo.cpp | 2 ++
test/CodeGen/ARM/GlobalISel/arm-legalizer.mir | 15 +++++++++++++++
2 files changed, 17 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 newlib.
from ddb6f8a02 Add support for Semihosting v2 support for AArch64 in libgloss.
new cff851322 fix cygwin-doc postinstall/preremove no SMPrograms/Cygwin dir
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:
winsup/doc/etc.postinstall.cygwin-doc.sh | 35 +++++++++++++++----------
winsup/doc/etc.preremove.cygwin-doc.sh | 45 +++++++++++++++++++++++++++++---
2 files changed, 63 insertions(+), 17 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 3d016b52c6 [modules ts] Do not emit strong function definitions from th [...]
new f7e486629c [OpenCL] Test on image access modifiers and image type can o [...]
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/SemaOpenCL/images.cl | 33 ++++++++++++++++++++++++++++-----
1 file changed, 28 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 llvm.
from e2f7bf8c93c Simplify InstrProfRecord tests, eliminating named temporari [...]
new 8bce69abd52 Fix -Wunused-function by making function declarations in 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:
tools/llvm-pdbutil/FormatUtil.h | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.