This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 075385f98a Fix guard alignment in allocate_stack when stack grows up.
new 32d9b0e7a6 Fix [BZ locale/19838].
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 | 3 +++
sysdeps/unix/sysv/linux/hppa/bits/shm.h | 2 +-
2 files changed, 4 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 glibc.
from 2759a2c1d8 Fix failing sNaN tests on hppa.
new 075385f98a Fix guard alignment in allocate_stack when stack grows up.
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 | 3 +++
nptl/allocatestack.c | 10 ++++++++--
2 files changed, 11 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 glibc.
from 4fa8ae49aa Fix BZ #21654 - grp-merge.c alignment
new 2759a2c1d8 Fix failing sNaN tests on hppa.
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 | 4 ++++
sysdeps/{i386/symbol-hacks.h => hppa/math-tests.h} | 7 ++++---
2 files changed, 8 insertions(+), 3 deletions(-)
copy sysdeps/{i386/symbol-hacks.h => hppa/math-tests.h} (83%)
--
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 49ca68c80a0 [wasm] Update two tests for r308025 which causes scheduling [...]
new 9e7e63adc75 [InstCombine] add tests for (1 << x) & 1 --> zext(x == 0) ; 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:
test/Transforms/InstCombine/and2.ll | 72 +++++++++++++++++++++++++++++++++++++
1 file changed, 72 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 clang.
from 86f8aca411 [cxx_status] Add approved Toronto WG21 motions.
new 1283f01822 [cxx_status] Fix typos.
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:
www/cxx_status.html | 4 ++--
1 file changed, 2 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 e039298b16a [InstCombine] allow (0 - x) & 1 --> x & 1 for vectors
new 49ca68c80a0 [wasm] Update two tests for r308025 which causes scheduling [...]
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/WebAssembly/indirect-import.ll | 9 ++++-----
test/CodeGen/WebAssembly/userstack.ll | 10 +++++-----
2 files changed, 9 insertions(+), 10 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 c93eca16e8 Use ARC parsing rules for ns_returns_retained in MRC so that [...]
new 86f8aca411 [cxx_status] Add approved Toronto WG21 motions.
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:
www/cxx_status.html | 81 ++++++++++++++++++++++++++++++++++++++++++++++-------
1 file changed, 71 insertions(+), 10 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 44e8f621c58 Revert "[ARM] Fix definition of __ARM_FEATURE_NUMERIC_MAXMIN"
new 16921f156cb Reorder std::scoped_lock parameters as per P0739R0 DR status
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 | 10 +++++++++
libstdc++-v3/include/std/mutex | 6 +++---
.../testsuite/30_threads/scoped_lock/cons/1.cc | 4 ++--
.../30_threads/scoped_lock/cons/deduction.cc | 25 ++++++++++++++++++++++
.../scoped_lock/requirements/typedefs.cc | 6 ++++++
5 files changed, 46 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 170e6bc8a49 [InstCombine] remove dead code/tests; NFCI
new e039298b16a [InstCombine] allow (0 - x) & 1 --> x & 1 for vectors
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/InstCombine/InstCombineAndOrXor.cpp | 11 +++++------
test/Transforms/InstCombine/and2.ll | 3 +--
2 files changed, 6 insertions(+), 8 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 0d6a92ed8 [libc++] Clean up cl warning 4231 disabling
new 4649a1eae Update issues moved in Toronto
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:
www/upcoming_meeting.html | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.