This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 3d6ae306d3e llvm-readobj: Simplify. NFCI.
new 4e9e5ecdb28 [X86][SSE] Lower vXi8 general shifts to SSE shifts directly. 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:
lib/Target/X86/X86ISelLowering.cpp | 43 +++++++++++++++-----------------------
1 file changed, 17 insertions(+), 26 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 d45c4ab78c [ASTImporter] Add test for CXXNoexceptExpr
new de7be6a701 Add a new flag and attributes to control static destructor r [...]
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/AST/Decl.h | 3 ++
include/clang/Basic/Attr.td | 12 +++++++
include/clang/Basic/AttrDocs.td | 19 ++++++++++
include/clang/Basic/DiagnosticSemaKinds.td | 4 +++
include/clang/Basic/LangOptions.def | 2 ++
include/clang/Driver/Options.td | 7 ++++
lib/AST/Decl.cpp | 6 ++++
lib/CodeGen/ItaniumCXXABI.cpp | 3 ++
lib/CodeGen/MicrosoftCXXABI.cpp | 3 ++
lib/Driver/ToolChains/Clang.cpp | 4 +++
lib/Frontend/CompilerInvocation.cpp | 2 ++
lib/Sema/SemaDeclAttr.cpp | 19 ++++++++++
lib/Sema/SemaDeclCXX.cpp | 3 ++
test/CodeGenCXX/always_destroy.cpp | 31 +++++++++++++++++
test/CodeGenCXX/no_destroy.cpp | 31 +++++++++++++++++
...pragma-attribute-supported-attributes-list.test | 4 ++-
test/SemaCXX/no_destroy.cpp | 40 ++++++++++++++++++++++
test/SemaCXX/warn-exit-time-destructors.cpp | 5 +++
18 files changed, 197 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGenCXX/always_destroy.cpp
create mode 100644 test/CodeGenCXX/no_destroy.cpp
create mode 100644 test/SemaCXX/no_destroy.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 compiler-rt.
from 3c5a7c781 [hwasan] Add a (almost) no-interceptor mode.
new bf533e046 SafeStack: Use correct unsafe stack sizes
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/safestack/safestack.cc | 4 ++-
test/safestack/pthread-stack-size.c | 53 +++++++++++++++++++++++++++++++++++++
2 files changed, 56 insertions(+), 1 deletion(-)
create mode 100644 test/safestack/pthread-stack-size.c
--
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 5cd7dbdea1 Update netinet/tcp.h from Linux 4.18.
new 38b0593e9a Add PF_XDP, AF_XDP and SOL_XDP from Linux 4.18 to bits/socket.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:
ChangeLog | 7 +++++++
sysdeps/unix/sysv/linux/bits/socket.h | 5 ++++-
2 files changed, 11 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 binutils-gdb.
from 4895f384b4 Don't throw Scheme exceptions with live std::vector objects
new 4e57b45639 S12Z: Rename reloc R_S12Z_UKNWN_3 to R_S12Z_EXT18 and implem [...]
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:
bfd/ChangeLog | 5 +++++
bfd/elf32-s12z.c | 50 +++++++++++++++++++++++++++++++++++++++++---------
include/ChangeLog | 4 ++++
include/elf/s12z.h | 2 +-
4 files changed, 51 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 af456551b43 [X86][SSE] Lower v8i16 general shifts to SSE shifts directl [...]
new 01ee4bc1831 [BypassSlowDivision] Teach bypass slow division not to inte [...]
new 3d6ae306d3e llvm-readobj: Simplify. NFCI.
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/Utils/BypassSlowDivision.cpp | 9 +++
test/CodeGen/X86/divide-by-constant.ll | 94 ++++++++---------------------
tools/llvm-readobj/ELFDumper.cpp | 2 +-
3 files changed, 36 insertions(+), 69 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 d43e8cc026 [Parser] Support alternative operator token keyword args in [...]
new d45c4ab78c [ASTImporter] Add test for CXXNoexceptExpr
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/Import/cxx-noexcept-expr/Inputs/F.cpp | 1 +
test/Import/{indirect-goto => cxx-noexcept-expr}/test.cpp | 6 ++----
2 files changed, 3 insertions(+), 4 deletions(-)
create mode 100644 test/Import/cxx-noexcept-expr/Inputs/F.cpp
copy test/Import/{indirect-goto => cxx-noexcept-expr}/test.cpp (51%)
--
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 4451f818aac [X86][SSE] Lower directly to SSE shifts in the BLEND(SHIFT, [...]
new af456551b43 [X86][SSE] Lower v8i16 general shifts to SSE shifts directl [...]
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/X86ISelLowering.cpp | 18 +++++++++---------
1 file changed, 9 insertions(+), 9 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 6b2c78bfb07 Try to fix bot build failure
new 4451f818aac [X86][SSE] Lower directly to SSE shifts in the BLEND(SHIFT, [...]
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/X86ISelLowering.cpp | 22 +++++++++++++---------
1 file changed, 13 insertions(+), 9 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 4b752d0315 [ASTImporter] Add test for CXXForRangeStmt
new d43e8cc026 [Parser] Support alternative operator token keyword args in [...]
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/ParseExpr.cpp | 13 ++++++++++++
test/Parser/message-expr-alt-op.mm | 41 ++++++++++++++++++++++++++++++++++++++
2 files changed, 54 insertions(+)
create mode 100644 test/Parser/message-expr-alt-op.mm
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.