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 547f9dadc (NFC) Fix the use of do{}while(0) in a macro.
new ad3d7d644 [msan] Check sigset_t and sigaction arguments.
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/msan/msan_interceptors.cc | 10 +++++
.../sanitizer_common_interceptors.inc | 10 ++---
test/msan/Linux/poll.cc | 42 +++++++++++++++++++
test/msan/sigaction.cc | 47 ++++++++++++++++++++++
test/msan/sigwait.cc | 7 +++-
5 files changed, 110 insertions(+), 6 deletions(-)
create mode 100644 test/msan/Linux/poll.cc
create mode 100644 test/msan/sigaction.cc
--
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 67622d5322f * name-lookup.c (do_class_using_decl): Elide read-once tem [...]
new 26300b200f2 * tree-ssa-threadupdate.c (duplicate_thread_path): Remove [...]
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 | 7 +++++++
gcc/tree-ssa-threadupdate.c | 21 +++++----------------
2 files changed, 12 insertions(+), 16 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 22e4b9737b9 [unittests] Add reverse iteration unit test for pointer-like keys
new 6ca5f086ca2 [GVNHoist] Move duplicated code to a helper function. 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/Transforms/Scalar/GVNHoist.cpp | 45 ++++++++++++++++++--------------------
1 file changed, 21 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 binutils-gdb.
from 5ca79eae06 Fix leak of auto_obstack objfile_per_bfd_storage->storage_obstack;
new dc08907213 x86-64: Properly set converted_reloc
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/elf64-x86-64.c | 2 +-
ld/ChangeLog | 6 ++++++
ld/testsuite/ld-x86-64/pr19609-5d.d | 2 +-
ld/testsuite/ld-x86-64/pr19609-7a.d | 2 +-
ld/testsuite/ld-x86-64/pr19609-7c.d | 2 +-
6 files changed, 15 insertions(+), 4 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 eef60fb3a54 Fix RST syntax in LangRef for llvm.codeview.annotation intrinsic
new 22e4b9737b9 [unittests] Add reverse iteration unit test for pointer-like keys
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:
unittests/Support/ReverseIterationTest.cpp | 50 ++++++++++++++++++++++++++++++
1 file changed, 50 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 clang.
from b2ae0f8aec [ms] Implement the __annotation intrinsic
new 9df566f7bb Commit changes missing from r312572
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/CGBuiltin.cpp | 2 +-
test/CodeGen/ms-annotation.c | 10 +++++-----
2 files 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 c682337fd9f * class.c (add_method): Move slot search and insertion to [...]
new 67622d5322f * name-lookup.c (do_class_using_decl): Elide read-once tem [...]
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/cp/ChangeLog | 3 +++
gcc/cp/name-lookup.c | 44 +++++++++++++++-----------------------------
2 files changed, 18 insertions(+), 29 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 5d5d6f40e1 [coroutines] Make sure auto return type of await_resume is p [...]
new b2ae0f8aec [ms] Implement the __annotation intrinsic
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/Basic/Builtins.def | 1 +
include/clang/Basic/DiagnosticSemaKinds.td | 2 ++
lib/CodeGen/CGBuiltin.cpp | 23 +++++++++++++++++++++++
lib/Sema/SemaChecking.cpp | 26 ++++++++++++++++++++++++++
test/CodeGen/ms-annotation.c | 26 ++++++++++++++++++++++++++
test/Sema/ms-annotation.c | 13 +++++++++++++
6 files changed, 91 insertions(+)
create mode 100644 test/CodeGen/ms-annotation.c
create mode 100644 test/Sema/ms-annotation.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 llvm.
from c86178ea375 Add llvm.codeview.annotation to implement MSVC __annotation
new eef60fb3a54 Fix RST syntax in LangRef for llvm.codeview.annotation intrinsic
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/LangRef.rst | 2 +-
1 file changed, 1 insertion(+), 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 f7dd8e2ac0a [SCEV] Ensure ScalarEvolution::createAddRecFromPHIWithCasts [...]
new c86178ea375 Add llvm.codeview.annotation to implement MSVC __annotation
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/LangRef.rst | 21 +++++++
include/llvm/CodeGen/ISDOpcodes.h | 6 ++
include/llvm/CodeGen/MachineFunction.h | 12 ++++
include/llvm/CodeGen/SelectionDAG.h | 2 +
include/llvm/CodeGen/SelectionDAGNodes.h | 7 ++-
include/llvm/DebugInfo/CodeView/SymbolRecord.h | 2 +
include/llvm/IR/Intrinsics.td | 7 +++
include/llvm/Target/Target.td | 7 +++
include/llvm/Target/TargetOpcodes.def | 1 +
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 26 +++++++++
lib/CodeGen/AsmPrinter/CodeViewDebug.h | 2 +
lib/CodeGen/MachineFunction.cpp | 1 +
lib/CodeGen/SelectionDAG/InstrEmitter.cpp | 10 +++-
lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 9 ++-
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 12 ++++
lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 1 +
test/CodeGen/X86/label-annotation.ll | 73 ++++++++++++++++++++++++
test/Transforms/Inline/label-annotation.ll | 35 ++++++++++++
18 files changed, 226 insertions(+), 8 deletions(-)
create mode 100644 test/CodeGen/X86/label-annotation.ll
create mode 100644 test/Transforms/Inline/label-annotation.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.