This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to annotated tag newlib-snapshot-20180831
in repository newlib.
at c81fc1b25 (tag)
tagging a9cfb33b6c82a99e852a06de2127ffaea85bc212 (commit)
replaces cygwin-2_11_0-release
tagged by Jeff Johnston
on Fri Aug 31 15:45:17 2018 -0400
- Log -----------------------------------------------------------------
Newlib snapshot for 20180831
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new a9cfb33b6 Add --disable-newlib-fno-builtin to allow compilation without [...]
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.
--
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 e25423d7eab Tests: fix tests encoding specific hash values for 32-bit systems.
new 0ce8202f431 [XRay] Use correct type for PID records
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/XRay/FDRRecords.h | 6 +++---
lib/XRay/Trace.cpp | 2 +-
unittests/XRay/FDRTraceWriterTest.cpp | 27 +++++++++++++--------------
3 files changed, 17 insertions(+), 18 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 azanella/qsort-refactor
in repository glibc.
discards 47500d559b stdlib: Optimization qsort{_r} swap implementation
discards 9dda5ba3a8 stdlib: Remove use of mergesort on qsort
discards 68133fe423 benchtests: Add bench-qsort
discards 11e3dbc464 stdlib: Add more qsort{_r} coverage
discards 5f06b0b6f7 Fix
discards a2d0969a09 support: Add Mersenne Twister pseudo-random number generator
new 67d73eff76 support: Add pseudo-random number generator interface
new 55365d62b7 stdlib: Add more qsort{_r} coverage
new be32755802 benchtests: Add bench-qsort
new 324cef4857 stdlib: Remove use of mergesort on qsort
new 71ed300d4b stdlib: Optimization qsort{_r} swap implementation
new f425f5ac83 stdlib: Remove undefined behavior from qsort implementation
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (47500d559b)
\
N -- N -- N refs/heads/azanella/qsort-refactor (f425f5ac83)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omits" are not gone; other references still
refer to them. Any revisions marked "discards" are gone forever.
The 6 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:
stdlib/qsort.c | 208 ++-----------------------------------
stdlib/{qsort.c => qsort_common.c} | 142 ++++++-------------------
2 files changed, 39 insertions(+), 311 deletions(-)
copy stdlib/{qsort.c => qsort_common.c} (65%)
--
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 7170738f81e [XRay] Use correct type for thread ID parsing
new e25423d7eab Tests: fix tests encoding specific hash values for 32-bit systems.
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:
unittests/ADT/HashingTest.cpp | 55 +------------------------------------------
1 file changed, 1 insertion(+), 54 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 ead0755dee [X86] Add kshift intrinsics to match gcc and icc.
new 8bd548f654 Tests: fix tests encoding specific hash values for 32-bit systems.
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/CodeGenCXX/catch-undef-behavior.cpp | 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 binutils-gdb.
from c8c8163573 Set TYPE_LENGTH on a variant part
new be192bc284 RISC-V: Correct the requirement of compressed floating point [...]
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:
gas/ChangeLog | 6 ++++++
gas/testsuite/gas/riscv/c-fld-fsd-fail.d | 3 +++
gas/testsuite/gas/riscv/c-fld-fsd-fail.l | 3 +++
gas/testsuite/gas/riscv/c-fld-fsd-fail.s | 3 +++
opcodes/ChangeLog | 5 +++++
opcodes/riscv-opc.c | 32 ++++++++++++++++----------------
6 files changed, 36 insertions(+), 16 deletions(-)
create mode 100644 gas/testsuite/gas/riscv/c-fld-fsd-fail.d
create mode 100644 gas/testsuite/gas/riscv/c-fld-fsd-fail.l
create mode 100644 gas/testsuite/gas/riscv/c-fld-fsd-fail.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 llvm.
from 8a0d68fb024 [Hexagon] Add support for getRegisterByName.
new 7170738f81e [XRay] Use correct type for thread ID parsing
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/XRay/Trace.cpp | 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 gdb-8.2-branch
in repository binutils-gdb.
from f76fdf08e2 Automatic date update in version.in
new 7b93bc4c62 Fix a small bug in gdb.rust/simple.rs
new c07c917f27 Set TYPE_LENGTH on a variant part
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:
gdb/ChangeLog | 5 +++++
gdb/dwarf2read.c | 12 ++++++++++++
gdb/testsuite/ChangeLog | 4 ++++
gdb/testsuite/gdb.rust/simple.rs | 2 +-
4 files changed, 22 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 llvm.
from 889f7035dc3 [XRay] Improve test matching granularity (NFC)
new 8a0d68fb024 [Hexagon] Add support for getRegisterByName.
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/Hexagon/HexagonISelLowering.cpp | 46 ++++++++++++++++++++++++++++++
lib/Target/Hexagon/HexagonISelLowering.h | 3 ++
test/CodeGen/Hexagon/namedreg.ll | 23 +++++++++++++++
3 files changed, 72 insertions(+)
create mode 100644 test/CodeGen/Hexagon/namedreg.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.