This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from f2652643d7 Update RWF_SUPPORTED for Linux kernel 4.16 [BZ #22947]
new 51722f4dc7 Revert "s390x: Fix hidden aliases"
new 5e17a480f8 Revert parts of "hurd: Avoid more libc.so local PLTs"
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:
ChangeLog | 13 -------------
hurd/catch-signal.c | 4 ++--
hurd/hurdfault.c | 2 +-
include/setjmp.h | 3 ---
setjmp/longjmp.c | 2 --
sysdeps/mach/hurd/sigwait.c | 2 +-
sysdeps/s390/longjmp.c | 2 --
7 files changed, 4 insertions(+), 24 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 45013b2e671 Add the ShadowCallStack attribute
new e37502533bc [LoopInterchange] Add remark for calls preventing interchanging.
new d36a0f0f415 [coroutines] Respect alloca alignment requirements when bui [...]
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:
lib/Transforms/Coroutines/CoroFrame.cpp | 95 ++++++++++++++++++++--
lib/Transforms/Coroutines/CoroInternal.h | 1 -
lib/Transforms/Scalar/LoopInterchange.cpp | 7 ++
.../Coroutines/{coro-frame.ll => coro-padding.ll} | 43 +++++-----
.../LoopInterchange/call-instructions.ll | 77 ++++++++----------
5 files changed, 146 insertions(+), 77 deletions(-)
copy test/Transforms/Coroutines/{coro-frame.ll => coro-padding.ll} (55%)
--
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 e06070941b [analyzer] Fix diagnostics in callees of interesting callees.
new def77d03c8 [driver][darwin] Do not infer -simulator environment for non [...]
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/Driver/ToolChains/Darwin.cpp | 24 ++++++++++++++----
test/Driver/darwin-sdkroot.c | 55 ++++++++++++++++++++++++++++++++++++++++
2 files changed, 74 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 lnt.
from 9b30f51 This patch is response to issue with LNT WebUI "Error accessi [...]
new db4ffb6 Try to import parse_requirements from pip._internal.req too.
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:
setup.py | 6 +++++-
1 file changed, 5 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 gcc-7-branch
in repository gcc.
from 52dcda3f4f7 PR c++/85113 - ICE with constexpr and __builtin_constant_p.
new cec8835d4fb * config/i386/i386.c (emit_i387_cw_initialization): Always [...]
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 | 6 ++++
gcc/config/i386/i386.c | 86 +++++++++++++++-----------------------------------
2 files changed, 31 insertions(+), 61 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 126346798cf [DebugInfoPDB] Add methods used to read function flags
new 45013b2e671 Add the ShadowCallStack attribute
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:
docs/BitCodeFormat.rst | 1 +
docs/LangRef.rst | 5 +++++
include/llvm/Bitcode/LLVMBitCodes.h | 1 +
include/llvm/IR/Attributes.td | 4 ++++
lib/AsmParser/LLLexer.cpp | 1 +
lib/AsmParser/LLParser.cpp | 4 ++++
lib/AsmParser/LLToken.h | 1 +
lib/Bitcode/Reader/BitcodeReader.cpp | 3 +++
lib/Bitcode/Writer/BitcodeWriter.cpp | 2 ++
lib/IR/Attributes.cpp | 2 ++
lib/IR/Verifier.cpp | 1 +
lib/Transforms/IPO/ForceFunctionAttrs.cpp | 1 +
lib/Transforms/Utils/CodeExtractor.cpp | 1 +
test/Bitcode/attributes.ll | 11 +++++++++--
14 files changed, 36 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 lld.
from daec273a1 ELF: Use a vector of pairs to sort sections ordered using --s [...]
new 627244fd7 Instead of using std::copy, clear the vector first and add ne [...]
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:
ELF/Writer.cpp | 19 +++++++++----------
1 file changed, 9 insertions(+), 10 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 8c6709f8ef0 [x86] add tests for convert-FP-to-integer with constants; NFC
new 1ad09de0932 [DebugInfoPDB] Add a few missing definitions to PDBTypes.h
new 126346798cf [DebugInfoPDB] Add methods used to read function flags
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:
include/llvm/DebugInfo/PDB/PDBSymbolFunc.h | 2 ++
include/llvm/DebugInfo/PDB/PDBTypes.h | 26 ++++++++++++++++++++------
lib/DebugInfo/PDB/PDBExtras.cpp | 3 +++
3 files changed, 25 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 lld.
from 4e7109e73 Fix buildbots.
new daec273a1 ELF: Use a vector of pairs to sort sections ordered using --s [...]
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:
ELF/Writer.cpp | 24 ++++++++++++++----------
1 file changed, 14 insertions(+), 10 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 d2dc5467c6 Filter out NPTL internal signals (BZ #22391)
new f2652643d7 Update RWF_SUPPORTED for Linux kernel 4.16 [BZ #22947]
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 | 9 +++++++++
bits/uio-ext.h | 1 +
manual/llio.texi | 3 +++
misc/tst-preadvwritev2-common.c | 6 +++++-
sysdeps/unix/sysv/linux/bits/uio-ext.h | 1 +
5 files changed, 19 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.