This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch gcc-8-branch
in repository gcc.
from 1c4b6999ffe Daily bump.
new 043e9f42d5e Reduce garbage from push_to_top_level.
new dde369c40a0 PR c++/86378 - functional cast in noexcept-specifier.
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/cp/ChangeLog | 9 +++++++++
gcc/cp/name-lookup.c | 4 ++--
gcc/cp/tree.c | 4 ++--
gcc/testsuite/g++.dg/cpp0x/noexcept33.C | 28 ++++++++++++++++++++++++++++
4 files changed, 41 insertions(+), 4 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/noexcept33.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 gcc-7-branch
in repository gcc.
from 457a036bdd7 2018-07-03 Paul Thomas <pault(a)gcc.gnu.org>
new 926aa781d93 PR c++/86378 - functional cast in noexcept-specifier.
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 | 5 +++++
gcc/cp/tree.c | 4 ++--
gcc/testsuite/g++.dg/cpp0x/noexcept33.C | 28 ++++++++++++++++++++++++++++
3 files changed, 35 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/cpp0x/noexcept33.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 7279af007c Fix hurd expected fcntl version
new 5a35750665 stdio-common/tst-printf.c: Remove part under a non-free lice [...]
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 +++++
LICENSES | 9 ------
stdio-common/tst-printf.c | 74 ++--------------------------------------------
stdio-common/tst-printf.sh | 42 --------------------------
4 files changed, 9 insertions(+), 123 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 lldb.
from 9848f3aa2 [lldb-mi] Re-implement symbol-list-lines command.
new 0d307bf39 Fix MSVC2015 compilation failure after r336206 patch.
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:
tools/lldb-mi/MICmdCmdSymbol.cpp | 6 ++++++
1 file changed, 6 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 compiler-rt.
from 514b31282 [scudo] Enable Scudo memory hooks for Fuchsia.
new 708223fe0 [scudo] Enable Scudo on PPC64
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:
cmake/config-ix.cmake | 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 a9961f34ed2 Rename lazy initialization functions to reflect behavior (NFC)
new 85678535ba7 [Reassociate] add test for missing FP constant analysis; NFC
new ebcc0927e37 [AArch64][GlobalISel] Fix fallbacks introduced in r336120 d [...]
new a06d966cffd [AArch64][SVE] Asm: Support for FP Complex ADD/MLA.
new ed7df98414e [Reassociate] regenerate checks; NFC
The 4 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/AArch64CallLowering.cpp | 7 +-
lib/Target/AArch64/AArch64SVEInstrInfo.td | 3 +
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 10 +-
lib/Target/AArch64/SVEInstrFormats.td | 105 +++++++++++
.../AArch64/GlobalISel/arm64-callingconv-ios.ll | 9 +-
.../AArch64/GlobalISel/irtranslator-exceptions.ll | 3 +-
test/MC/AArch64/SVE/fcadd-diagnostics.s | 37 ++++
test/MC/AArch64/SVE/fcadd.s | 44 +++++
test/MC/AArch64/SVE/fcmla-diagnostics.s | 52 ++++++
test/MC/AArch64/SVE/fcmla.s | 104 +++++++++++
test/Transforms/Reassociate/absorption.ll | 22 ++-
test/Transforms/Reassociate/basictest.ll | 192 ++++++++++++---------
12 files changed, 498 insertions(+), 90 deletions(-)
create mode 100644 test/MC/AArch64/SVE/fcadd-diagnostics.s
create mode 100644 test/MC/AArch64/SVE/fcadd.s
create mode 100644 test/MC/AArch64/SVE/fcmla-diagnostics.s
create mode 100644 test/MC/AArch64/SVE/fcmla.s
--
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 28e18c7e22b Reorg line_map data structures for better packing. * incl [...]
new 932129dbab6 2018-07-03 François Dumont <fdumont(a)gcc.gnu.org>
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:
libstdc++-v3/ChangeLog | 13 +++++++++++++
libstdc++-v3/include/bits/stl_algobase.h | 29 +++++++++++++++++++++++------
libstdc++-v3/include/debug/stl_iterator.h | 13 +++++++++++++
libstdc++-v3/include/debug/vector | 7 +++++++
4 files changed, 56 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 llvm.
from c0606b67ed2 [AArch64][SVE] Asm: Support for FMUL (indexed)
new a9961f34ed2 Rename lazy initialization functions to reflect behavior (NFC)
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/IR/AsmWriter.cpp | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.