This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository dejagnu.
from b353ddf * doc/dejagnu.texi (rsh procedure): Fix node connectivity.
new 31971cc * doc/dejagnu.texi (compile Procedure): Remove old node. (a [...]
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 | 6 ++++++
doc/dejagnu.texi | 59 +-------------------------------------------------------
2 files changed, 7 insertions(+), 58 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 184985589ef Add objc.* ARC intrinsics and codegen them to their runtime [...]
new 2941d4770db AArch64: Fix invalid CCMP emission
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/AArch64/AArch64ISelLowering.cpp | 217 ++++++++++++++++-------------
test/CodeGen/AArch64/arm64-ccmp.ll | 72 +++++++++-
2 files changed, 192 insertions(+), 97 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 dejagnu.
from 83c2120 * doc/dejagnu.texi (execute_anywhere Procedure): Remove obso [...]
new db82255 * lib/telnet.exp (telnet_open): Remove connectmode global. [...]
new b353ddf * doc/dejagnu.texi (rsh procedure): Fix node connectivity.
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 | 10 ++++++++++
doc/dejagnu.texi | 10 +++++-----
lib/telnet.exp | 1 -
3 files changed, 15 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 clang.
from 6f7b650ee8 [Sema/Attribute] Check for noderef attribute
new a9095ea6f9 [attributes] Add more tests for os_returns_retained
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/Sema/attr-osobject.mm | 10 +++++++---
1 file changed, 7 insertions(+), 3 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 linux.
from 369af92ce47a Merge tag 'arc-4.20-rc6' of git://git.kernel.org/pub/scm/l [...]
new dfb7513374c1 scsi: lpfc: fix block guard enablement on SLI3 adapters
new 5db6dd14b313 scsi: libiscsi: Fix NULL pointer dereference in iscsi_eh_s [...]
new 02f425f811ce scsi: vmw_pscsi: Rearrange code to avoid multiple calls to [...]
new c967590457ca scsi: storvsc: Fix a race in sub-channel creation that can [...]
new cf76c364a1e1 Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/lin [...]
The 5 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:
drivers/scsi/libiscsi.c | 4 +--
drivers/scsi/lpfc/lpfc_init.c | 6 ++++-
drivers/scsi/lpfc/lpfc_sli.c | 1 -
drivers/scsi/storvsc_drv.c | 61 +++++++++++++++++++++----------------------
drivers/scsi/vmw_pvscsi.c | 4 +--
5 files changed, 39 insertions(+), 37 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 8a3afc3750 [Sema] Push and Pop Expression Evaluation Context Records at [...]
new 6f7b650ee8 [Sema/Attribute] Check for noderef 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:
include/clang/Basic/Attr.td | 5 +
include/clang/Basic/AttrDocs.td | 57 ++++++++
include/clang/Basic/DiagnosticGroups.td | 2 +
include/clang/Basic/DiagnosticSemaKinds.td | 9 ++
include/clang/Sema/Sema.h | 16 +++
lib/AST/TypePrinter.cpp | 3 +
lib/Sema/SemaExpr.cpp | 117 +++++++++++++++-
lib/Sema/SemaExprMember.cpp | 28 +++-
lib/Sema/SemaInit.cpp | 13 ++
lib/Sema/SemaType.cpp | 48 ++++++-
test/Frontend/noderef.c | 209 +++++++++++++++++++++++++++++
test/Frontend/noderef.cpp | 102 ++++++++++++++
test/Frontend/noderef_on_non_pointers.m | 11 ++
test/Frontend/noderef_templates.cpp | 15 +++
14 files changed, 628 insertions(+), 7 deletions(-)
create mode 100644 test/Frontend/noderef.c
create mode 100644 test/Frontend/noderef.cpp
create mode 100644 test/Frontend/noderef_on_non_pointers.m
create mode 100644 test/Frontend/noderef_templates.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 llvm.
from 7331098de45 [MachineOutliner][NFC] Move yet another std::vector out of a loop
new 184985589ef Add objc.* ARC intrinsics and codegen them to their runtime [...]
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/llvm/IR/Intrinsics.td | 44 ++++++
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 36 +++++
test/CodeGen/X86/objc-arc.ll | 167 +++++++++++++++++++++++
3 files changed, 247 insertions(+)
create mode 100644 test/CodeGen/X86/objc-arc.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 lldb.
from 38f94d1e1 [lldbsuite] Disable TestStopPCs when there's no XML support
new c5dfcd087 Add a unit test for ArchSpec matching to document how it beha [...]
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:
source/Utility/ArchSpec.cpp | 4 +--
unittests/Utility/ArchSpecTest.cpp | 50 ++++++++++++++++++++++++++++++++++++++
2 files changed, 52 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 gcc.
from 3ef02c1af89 Daily bump.
new b438914208f * config/rs6000/aix72.h (ASM_DEFAULT_SPEC): Match P [...]
new 40fc691eac0 PR rtl-optimization/85770 * gcc.target/i386/pr85770.c: New test.
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:
gcc/ChangeLog | 5 +++++
gcc/config/rs6000/aix72.h | 2 +-
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.target/i386/pr85770.c | 17 +++++++++++++++++
4 files changed, 28 insertions(+), 1 deletion(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr85770.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 17892fe3f36 [MachineOutliner][NFC] Move std::vector out of loop
new 7331098de45 [MachineOutliner][NFC] Move yet another std::vector out of a loop
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/MachineOutliner.cpp | 7 ++++---
1 file changed, 4 insertions(+), 3 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 bf62394ab [libcxx] Always enable availability in the lit test suite.
new caae3ec67 [libcxx] Don't depend on availability markup to provide the s [...]
new 8bcb9cabc [libcxx] Mark some tests as failing on macosx 10.14
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/__config | 15 +++++++++------
include/istream | 2 +-
include/ostream | 2 +-
include/streambuf | 2 +-
.../input.streams/istream.unformatted/get.pass.cpp | 2 --
.../input.streams/istream.unformatted/get_chart.pass.cpp | 2 --
.../istream.unformatted/get_pointer_size.pass.cpp | 5 +++--
.../istream.unformatted/get_pointer_size_chart.pass.cpp | 5 +++--
.../istream.unformatted/getline_pointer_size.pass.cpp | 5 +++--
.../getline_pointer_size_chart.pass.cpp | 5 +++--
.../istream.unformatted/ignore_0xff.pass.cpp | 3 ---
.../input.streams/istream.unformatted/read.pass.cpp | 2 --
.../input.streams/istream.unformatted/readsome.pass.cpp | 3 ---
.../input.streams/istream.unformatted/seekg.pass.cpp | 3 ---
.../input.streams/istream.unformatted/seekg_off.pass.cpp | 2 --
.../complex.number/complex.ops/stream_input.pass.cpp | 2 --
16 files changed, 24 insertions(+), 36 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.