This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from 5612bd4 Implement LWG 2842 - optional(U&&) needs to SFINAE on decay_t [...]
new 2b3c1c4 Fix LWG 2934 - optional<const T> doesn't compare with T
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/optional | 108 ++++++++++-----------
.../optional/optional.comp_with_t/equal.pass.cpp | 61 +++++++-----
.../optional/optional.comp_with_t/greater.pass.cpp | 63 ++++++------
.../optional.comp_with_t/greater_equal.pass.cpp | 65 +++++++------
.../optional.comp_with_t/less_equal.pass.cpp | 65 +++++++------
.../optional.comp_with_t/less_than.pass.cpp | 63 ++++++------
.../optional.comp_with_t/not_equal.pass.cpp | 61 +++++++-----
.../optional/optional.relops/equal.pass.cpp | 94 ++++++++++--------
.../optional.relops/greater_equal.pass.cpp | 93 ++++++++++--------
.../optional/optional.relops/greater_than.pass.cpp | 91 +++++++++--------
.../optional/optional.relops/less_equal.pass.cpp | 93 ++++++++++--------
.../optional/optional.relops/less_than.pass.cpp | 91 +++++++++--------
.../optional/optional.relops/not_equal.pass.cpp | 94 ++++++++++--------
www/cxx1z_status.html | 2 +-
14 files changed, 589 insertions(+), 455 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 gcc-6-branch
in repository gcc.
from 2c44dde Daily bump.
new cbf80b1 gcc/ Backport from mainline 2017-03-30 Peter Bergner <ber [...]
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 | 11 +++++++
gcc/config/rs6000/dfp.md | 8 ++---
gcc/doc/extend.texi | 8 ++---
gcc/testsuite/ChangeLog | 12 ++++++++
gcc/testsuite/gcc.target/powerpc/dfp-builtin-1.c | 12 ++++----
gcc/testsuite/gcc.target/powerpc/pr80246.c | 37 ++++++++++++++++++++++++
6 files changed, 74 insertions(+), 14 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr80246.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-5-branch
in repository gcc.
from e20e796 Daily bump.
new a1eb517 gcc/ Backport from mainline 2017-03-30 Peter Bergner <ber [...]
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 | 11 +++++++
gcc/config/rs6000/dfp.md | 8 ++---
gcc/doc/extend.texi | 8 ++---
gcc/testsuite/ChangeLog | 12 ++++++++
gcc/testsuite/gcc.target/powerpc/dfp-builtin-1.c | 12 ++++----
gcc/testsuite/gcc.target/powerpc/pr80246.c | 37 ++++++++++++++++++++++++
6 files changed, 74 insertions(+), 14 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr80246.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 e47c957 [AArch64] Simplify isSingExtended()/isZeroExtended(). NFCI.
new 5fd6afd [AArch64ISelLowering] Remove `else` after `return` in LowerGl [...]
new 2bca52a [Object] Remove check for BIND_OPCODE_DONE/REBASE_OPCODE_DONE.
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/Object/MachOObjectFile.cpp | 20 ++++++++------------
lib/Target/AArch64/AArch64ISelLowering.cpp | 2 +-
.../llvm-objdump/Inputs/macho-bind-missing-done | Bin 8432 -> 0 bytes
.../llvm-objdump/Inputs/macho-rebase-missing-done | Bin 8456 -> 0 bytes
test/tools/llvm-objdump/macho-bad-bind.test | 6 ------
5 files changed, 9 insertions(+), 19 deletions(-)
delete mode 100755 test/tools/llvm-objdump/Inputs/macho-bind-missing-done
delete mode 100755 test/tools/llvm-objdump/Inputs/macho-rebase-missing-done
--
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 binutils-2_28-branch
in repository binutils-gdb.
from e02a107 Automatic date update in version.in
new c6f578b RISC-V: Fix [dis]assembly of srai/srli
new 5fa45e3 RISC-V: Fix the offset of CFA relocation.
new 4fc0b69 RISC-V: Fix DW_CFA_advance_loc relocation.
new 0559552 RISC-V: Define DWARF2_USE_FIXED_ADVANCE_PC.
new 01174b8 RISC-V: Fix assembler for c.addi, rd can be x0
new 84c7e07 RISC-V: Fix assembler for c.li, c.andi and c.addiw
new 49dfd6d Sanitize RISC-V GAS help text, documentation
The 7 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:
gas/ChangeLog | 27 +++++++++++++++++++++++++++
gas/config/tc-riscv.c | 39 ++++++++++++++++++++++-----------------
gas/config/tc-riscv.h | 3 +++
gas/doc/c-riscv.texi | 8 ++++++++
opcodes/ChangeLog | 17 +++++++++++++++++
opcodes/riscv-opc.c | 16 ++++++++--------
6 files changed, 85 insertions(+), 25 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 61896fa [PR 77333] Fixup fntypes of gimple calls of clones
new 62aae33 gcc/ PR target/80246 * config/rs6000/dfp.md (dfp_dxex_<mode [...]
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 | 8 +++++
gcc/config/rs6000/dfp.md | 8 ++---
gcc/doc/extend.texi | 8 ++---
gcc/testsuite/ChangeLog | 9 ++++++
gcc/testsuite/gcc.target/powerpc/dfp-builtin-1.c | 12 ++++----
gcc/testsuite/gcc.target/powerpc/pr80246.c | 37 ++++++++++++++++++++++++
6 files changed, 68 insertions(+), 14 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/powerpc/pr80246.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 libcxx.
from 9783bae libc++ testing: fix invalid python syntax
new 5612bd4 Implement LWG 2842 - optional(U&&) needs to SFINAE on decay_t [...]
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/optional | 2 +-
.../optional.object/optional.object.ctor/U.pass.cpp | 14 ++++++++++++++
www/cxx1z_status.html | 2 +-
3 files changed, 16 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 llvm.
from 1042cb4 [DAGCombiner] Initial support for the fast-math flag contract
new 38ad05a Following r297661, disable dup workaround to disable duplicat [...]
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/Support/raw_ostream.cpp | 9 ++++++++-
1 file changed, 8 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 compiler-rt.
from cad6e94 Fixup for r299085: On Windows %p doesn't print 0x prefix.
new a745540 Fixup for r299085: Disable the scribble.cc test on AArch64.
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/asan/TestCases/scribble.cc | 2 ++
1 file changed, 2 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.