This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 6542d5412c2 [SelectionDAG] Refactor code by adding RegsForValue::getReg [...]
new 23c1e933eb6 Word wrap a test-file comment to 80 columns
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/pr30821.mir | 6 +++---
1 file changed, 3 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 gcc.
from 2b895374579 [expand] Handle null target in expand_builtin_goacc_parleve [...]
new 5fef6f2fd86 PR libstdc++/85642 fix is_nothrow_default_constructible<opt [...]
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/std/optional | 401 +++++++++++----------
.../testsuite/20_util/optional/cons/85642.cc | 63 ++++
.../testsuite/20_util/optional/cons/value_neg.cc | 6 +-
4 files changed, 282 insertions(+), 201 deletions(-)
create mode 100644 libstdc++-v3/testsuite/20_util/optional/cons/85642.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 llvm.
from cac7859af8d [RegUsageInfoCollector] Bugfix for handling of register aliases.
new 6542d5412c2 [SelectionDAG] Refactor code by adding RegsForValue::getReg [...]
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/SelectionDAG/SelectionDAGBuilder.cpp | 80 ++++++++++++------------
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | 3 +
2 files changed, 43 insertions(+), 40 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 lld.
from eb69f4c89 [COFF] Implement the remaining ARM64 relocations
new 90a2392a1 [ELF][AArch64] Implement the AArch64 TLSLD_LDST_LO12 family o [...]
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:
ELF/Arch/AArch64.cpp | 10 ++++++
test/ELF/aarch64-tlsld-ldst.s | 83 +++++++++++++++++++++++++++++++++++++++++++
2 files changed, 93 insertions(+)
create mode 100644 test/ELF/aarch64-tlsld-ldst.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 4781b6f92da PR ada/85635 * link.c (BSD platforms): Add missing backslash.
new 2b895374579 [expand] Handle null target in expand_builtin_goacc_parleve [...]
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 | 6 ++++++
gcc/builtins.c | 3 +++
2 files changed, 9 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 glibc.
from 15c19147a8 x86-64/swapcontext: Restore the pointer into %rdx after syscall
new 1660901840 Fix blocking pthread_join. [BZ #23137]
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 ++++++
sysdeps/nptl/lowlevellock.h | 13 ++++++++-----
2 files changed, 14 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 db587a4f07d [IRCE] Fix misuse of dyn_cast which leads to UB
new cac7859af8d [RegUsageInfoCollector] Bugfix for handling of register aliases.
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/RegUsageInfoCollector.cpp | 13 +++++-----
test/CodeGen/SystemZ/ipra.ll | 45 +++++++++++++++++++++++++++++++++++
2 files changed, 51 insertions(+), 7 deletions(-)
create mode 100644 test/CodeGen/SystemZ/ipra.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 llvm.
from de00b9f0703 [XRay][compiler-rt+docs] Introduce __xray_log_init_mode(...).
new db587a4f07d [IRCE] Fix misuse of dyn_cast which leads to UB
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/InductiveRangeCheckElimination.cpp | 5 +++--
1 file changed, 3 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 285ee25ed02 cmd/go: update mkalldocs.sh
new c57fdeab1d1 PR libstdc++/85466 * real.h (real_nextafter): Declare. * [...]
new b66208429d8 2018-05-04 Richard Biener <rguenther(a)suse.de>
new 20f9d8f133a 2018-05-04 Richard Biener <rguenther(a)suse.de>
new 4781b6f92da PR ada/85635 * link.c (BSD platforms): Add missing backslash.
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:
gcc/ChangeLog | 30 +++++++
gcc/ada/ChangeLog | 5 ++
gcc/ada/link.c | 2 +-
gcc/fold-const-call.c | 65 +++++++++++++-
gcc/fold-const.c | 14 ++-
gcc/real.c | 96 ++++++++++++++++++++
gcc/real.h | 4 +
gcc/testsuite/ChangeLog | 19 ++++
gcc/testsuite/g++.dg/torture/pr85627.C | 33 +++++++
gcc/testsuite/gcc.dg/nextafter-1.c | 159 +++++++++++++++++++++++++++++++++
gcc/testsuite/gcc.dg/nextafter-2.c | 6 ++
gcc/testsuite/gcc.dg/nextafter-3.c | 9 ++
gcc/testsuite/gcc.dg/nextafter-4.c | 10 +++
gcc/testsuite/gcc.dg/torture/pr57656.c | 2 +-
gcc/testsuite/gcc.dg/torture/pr85574.c | 4 +
gcc/tree-complex.c | 81 ++++++++---------
gcc/tree.c | 6 +-
17 files changed, 492 insertions(+), 53 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/torture/pr85627.C
create mode 100644 gcc/testsuite/gcc.dg/nextafter-1.c
create mode 100644 gcc/testsuite/gcc.dg/nextafter-2.c
create mode 100644 gcc/testsuite/gcc.dg/nextafter-3.c
create mode 100644 gcc/testsuite/gcc.dg/nextafter-4.c
create mode 100644 gcc/testsuite/gcc.dg/torture/pr85574.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-8-branch
in repository gcc.
from 95eb7235305 Daily bump.
new 9df54074b1f PR ada/85540 * init.c (__gnat_handle_vms_condition): Add [...]
new 1c17eaefe16 PR ada/85635 * link.c (BSD platforms): Add missing backslash.
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/ada/ChangeLog | 10 ++++++++++
gcc/ada/init.c | 2 +-
gcc/ada/link.c | 2 +-
3 files changed, 12 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.