This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 76e8355 [Test] Make Lit tests C++11 compatible - printf format string
new 99e07f8 [test] Make Lit tests C++11 Compatible - Objective-C++
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/CodeGenObjCXX/arc-blocks.mm | 2 +-
test/CodeGenObjCXX/encode.mm | 2 +-
test/CodeGenObjCXX/literals.mm | 2 +-
test/SemaObjCXX/arc-system-header.mm | 2 +-
test/SemaObjCXX/ivar-construct.mm | 2 +-
5 files changed, 5 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 1cf4c63 Revert autogenerated check result for test/CodeGen/X86/atomic [...]
new a771f08 [FunctionAttrs] try to extend nonnull-ness of arguments from [...]
new c812cd6 [LangRef] Update the TBAA section
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:
docs/LangRef.rst | 173 ++++++++++++++++++++++++++-----
lib/Transforms/IPO/FunctionAttrs.cpp | 53 ++++++++++
test/Transforms/FunctionAttrs/nonnull.ll | 146 +++++++++++++++++++++++++-
3 files changed, 344 insertions(+), 28 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 13a4b7e GlobalISel: represent atomic loads & stores via the MachineMe [...]
new 1cf4c63 Revert autogenerated check result for test/CodeGen/X86/atomic [...]
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/X86/atomic-minmax-i6432.ll | 278 ++++----------------------------
1 file changed, 31 insertions(+), 247 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 4952bc8 PR c++/79461 - ICE with lambda in constexpr constructor
new 53f7384 PR sanitizer/79341 * c-c++-common/ubsan/float-cast-overflow [...]
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 | 4 ++++
gcc/testsuite/c-c++-common/ubsan/float-cast-overflow-8.c | 4 ++--
2 files changed, 6 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 libcxx.
from 5748d2b config: disable thread safety analysis on COFF
new 2c477cb Add tests for noexcept functions
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:
.../meta.unary/meta.unary.cat/is_function.pass.cpp | 42 ++--
.../meta.unary.cat/is_member_pointer.pass.cpp | 6 +
.../member_function_pointer.pass.cpp | 235 ++++++++++++++-------
3 files changed, 190 insertions(+), 93 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 compiler-rt.
from e248be9 Disable darwin interception of non-darwin functions
new 75d8ce8 Use pthreads to manage thread-local storage on darwin for lea [...]
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/lsan/lsan_common.cc | 13 ++++---------
lib/lsan/lsan_common.h | 1 +
lib/lsan/lsan_common_linux.cc | 11 +++++++++++
lib/lsan/lsan_common_mac.cc | 41 +++++++++++++++++++++++++++++++++++++++++
4 files changed, 57 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 gcc.
from 19efce7 * cprop.c (cprop_jump): Add missing space in string literal. [...]
new 4952bc8 PR c++/79461 - ICE with lambda in constexpr constructor
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 | 6 ++++++
gcc/cp/constexpr.c | 3 +++
gcc/testsuite/g++.dg/cpp1z/constexpr-lambda15.C | 10 ++++++++++
3 files changed, 19 insertions(+)
create mode 100644 gcc/testsuite/g++.dg/cpp1z/constexpr-lambda15.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 cfee44a [CodeGen] Use bitfields instead of manual masks in ArgFlagsTy, NFC
new 1a3fe2b MIR: parse & print the atomic parts of a MachineMemOperand.
new 13a4b7e GlobalISel: represent atomic loads & stores via the MachineMe [...]
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/CodeGen/GlobalISel/IRTranslator.cpp | 15 +++-----
lib/CodeGen/MIRParser/MIParser.cpp | 42 ++++++++++++++++++++--
lib/CodeGen/MIRPrinter.cpp | 9 +++++
lib/Target/AArch64/AArch64InstructionSelector.cpp | 6 ++++
test/CodeGen/AArch64/GlobalISel/arm64-fallback.ll | 9 +++++
.../AArch64/GlobalISel/arm64-irtranslator.ll | 21 +++++++++++
test/CodeGen/MIR/AArch64/atomic-memoperands.mir | 30 ++++++++++++++++
...xpected-size-integer-after-memory-operation.mir | 2 +-
8 files changed, 120 insertions(+), 14 deletions(-)
create mode 100644 test/CodeGen/MIR/AArch64/atomic-memoperands.mir
--
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 lldb.
from cce4eba FindFunctions now works again with mangled names.
new 52cc4c3 Fix buildbots.
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:
packages/Python/lldbsuite/test/python_api/name_lookup/TestNameLookup.py | 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 newlib.
from fa55c61 Only define static locks in multithreaded mode
new bd54749 Allow locking routine to be retargeted
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/configure | 25 ++++++-
newlib/configure.in | 15 ++++
newlib/libc/configure | 32 ++++++++-
newlib/libc/configure.in | 10 +++
newlib/libc/include/sys/lock.h | 49 ++++++++++++-
newlib/libc/misc/Makefile.am | 7 +-
newlib/libc/misc/Makefile.in | 28 ++++++--
newlib/libc/misc/lock.c | 157 +++++++++++++++++++++++++++++++++++++++++
newlib/libc/misc/misc.tex | 4 ++
newlib/newlib.hin | 3 +
10 files changed, 316 insertions(+), 14 deletions(-)
create mode 100644 newlib/libc/misc/lock.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.