This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 299f8c346e1 [GlobalOpt] Include padding in debug fragments
new 8c1970134e5 [ARM] fixed some tabs/whitespaces in test. 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:
test/CodeGen/ARM/fmacs.ll | 12 ++++++------
1 file 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 gcc.
from fb83ff56591 PR84066 Wrong shadow stack register size is saved for x32
new 473d8c64aab PR testsuite/52641 * gcc.c-torture/execute/pr81913.c: Use [...]
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/testsuite/ChangeLog | 24 +++++++++++++++++++++++
gcc/testsuite/gcc.c-torture/execute/20180112-1.c | 2 +-
gcc/testsuite/gcc.c-torture/execute/pr81503.c | 9 +++++++++
gcc/testsuite/gcc.c-torture/execute/pr81913.c | 4 ++--
gcc/testsuite/gcc.dg/store_merging_12.c | 4 ++++
gcc/testsuite/gcc.dg/torture/pr81814.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/loop-niter-1.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/loop-niter-2.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/pr80803.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/pr80898-2.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/pr80898.c | 6 +++---
gcc/testsuite/gcc.dg/tree-ssa/pr81346-4.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/pr81346-5.c | 3 ++-
gcc/testsuite/gcc.dg/tree-ssa/pr82363.c | 6 ++++++
gcc/testsuite/gcc.dg/tree-ssa/pr82574.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/ssa-dom-thread-13.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/ssa-sink-11.c | 3 ++-
gcc/testsuite/gcc.dg/tree-ssa/ssa-sink-12.c | 3 ++-
gcc/testsuite/gcc.dg/tree-ssa/ssa-sink-15.c | 2 +-
gcc/testsuite/gcc.dg/tree-ssa/vrp114.c | 2 +-
gcc/testsuite/gcc.dg/utf16-4.c | 2 +-
21 files changed, 66 insertions(+), 20 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 2eee020b [clangd] Skip inline namespace when collecting scopes for ind [...]
new 0eaf5289 [clangd] Remove a unused include. 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:
clangd/index/SymbolCollector.cpp | 1 -
1 file changed, 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 lld.
from bf41d1705 [ELF][MIPS] Change format of output relocations to Elf_Rel
new 1c99f7d72 [ELF] - Reimplemented duplicated-synthetic-sym.s testcase.
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/ELF/duplicated-synthetic-sym.s | 21 +++++++++++++--------
1 file changed, 13 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 glibc.
from d4b4a00a46 preadv2/pwritev2: Handle offset == -1 [BZ #22753]
new 09e56b9e18 time: Reference CLOCKS_PER_SEC in clock comment [BZ #22735]
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:
ChangeLog | 5 +++++
time/time.h | 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 release_60
in repository lld.
from 70b17a43f Merging r323243: -------------------------------------------- [...]
new 3eb766f10 Merging r323155: -------------------------------------------- [...]
new c58b8e474 Merging r323288: -------------------------------------------- [...]
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:
ELF/Arch/X86.cpp | 144 ++++++++++++++++++++++++++++++++++++++-
ELF/Arch/X86_64.cpp | 127 ++++++++++++++++++++++++++++++++--
ELF/Config.h | 1 +
ELF/Driver.cpp | 1 +
test/ELF/i386-retpoline-nopic.s | 65 ++++++++++++++++++
test/ELF/i386-retpoline-pic.s | 62 +++++++++++++++++
test/ELF/x86-64-retpoline-znow.s | 53 ++++++++++++++
test/ELF/x86-64-retpoline.s | 66 ++++++++++++++++++
8 files changed, 509 insertions(+), 10 deletions(-)
create mode 100644 test/ELF/i386-retpoline-nopic.s
create mode 100644 test/ELF/i386-retpoline-pic.s
create mode 100644 test/ELF/x86-64-retpoline-znow.s
create mode 100644 test/ELF/x86-64-retpoline.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 llvm.
from 87885d427aa [SelectionDAG] Consider endianness in scalarizeVectorStore().
new 299f8c346e1 [GlobalOpt] Include padding in debug fragments
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/IPO/GlobalOpt.cpp | 4 +-
test/DebugInfo/X86/global-sra-fp80-array.ll | 129 ++++++++++++++++++++++++++
test/DebugInfo/X86/global-sra-fp80-struct.ll | 134 +++++++++++++++++++++++++++
3 files changed, 265 insertions(+), 2 deletions(-)
create mode 100644 test/DebugInfo/X86/global-sra-fp80-array.ll
create mode 100644 test/DebugInfo/X86/global-sra-fp80-struct.ll
--
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 23710ef5 [clangd] Log dropped diagnostics.
new 2eee020b [clangd] Skip inline namespace when collecting scopes for ind [...]
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/index/SymbolCollector.cpp | 17 +++++++++--
unittests/clangd/SymbolCollectorTests.cpp | 50 +++++++++++++++++++++++++++++--
2 files changed, 62 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 glibc.
from 84c94d2fd9 aarch64: Use the L() macro for labels in memcmp
new d4b4a00a46 preadv2/pwritev2: Handle offset == -1 [BZ #22753]
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:
ChangeLog | 16 +++++++++++++++
manual/llio.texi | 21 ++++++++++++-------
misc/tst-preadvwritev-common.c | 38 +++++++++++++++++++++++++++++++++++
misc/tst-preadvwritev2.c | 1 +
misc/tst-preadvwritev64v2.c | 1 +
sysdeps/posix/preadv2.c | 5 ++++-
sysdeps/posix/preadv64v2.c | 5 ++++-
sysdeps/posix/pwritev2.c | 5 ++++-
sysdeps/posix/pwritev64v2.c | 5 ++++-
sysdeps/unix/sysv/linux/preadv2.c | 5 ++++-
sysdeps/unix/sysv/linux/preadv64v2.c | 6 +++++-
sysdeps/unix/sysv/linux/pwritev2.c | 5 ++++-
sysdeps/unix/sysv/linux/pwritev64v2.c | 5 ++++-
13 files changed, 103 insertions(+), 15 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 newlib.
from b8272e3b8 Fix vprintf and vfscanf for GCC PR 14577
new 4c73ad6b2 newlib: drop Cygwin license from sys/select.h
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:
newlib/libc/include/sys/select.h | 11 -----------
1 file changed, 11 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.