This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from a0aa38ba0 Add entry fe54b57728c09ab0389e2bb3f079d5210566199d from https [...]
new 2109f80a4 Add entry fe54b57728c09ab0389e2bb3f079d5210566199d from https [...]
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:
.../fe54b57728c09ab0389e2bb3f079d5210566199d/jira/description | 4 ++++
gcc/sha1/fe54b57728c09ab0389e2bb3f079d5210566199d/jira/yaml | 4 ++++
gcc/sha1/fe54b57728c09ab0389e2bb3f079d5210566199d/status.txt | 4 ++++
.../{master-aarch64 => master-arm}/details.txt | 10 ++++++----
.../master-arm}/reproduction_instructions.txt | 4 ++--
.../tcwg_gnu_native_check_gcc/master-arm}/status-summary.txt | 0
.../tcwg_gnu_native_check_gcc/master-arm/status.txt | 4 ++--
.../tcwg_gnu_native_check_gcc/status-summary.txt | 2 +-
.../tcwg_gnu_native_check_gcc/status.txt | 4 ++++
9 files changed, 27 insertions(+), 9 deletions(-)
copy gcc/sha1/fe54b57728c09ab0389e2bb3f079d5210566199d/tcwg_gnu_native_check_gcc/{ [...]
copy gcc/sha1/fe54b57728c09ab0389e2bb3f079d5210566199d/{tcwg_gcc_check/master-aarc [...]
copy gcc/sha1/{1a599caab86464006ea8c9501aff6c6638e891eb => fe54b57728c09ab0389e2bb [...]
copy gcc/sha1/{450b05ce54d3f08c583c3b5341233ce0df99725b => fe54b57728c09ab0389e2bb [...]
--
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.
tcwg-buildslave pushed a change to branch master
in repository toolchain/ci/interesting-commits.
from 719c6b605 Add entry c0911c6b357ba916ae24926b7d8b9ca35234f33c from https [...]
new a0aa38ba0 Add entry fe54b57728c09ab0389e2bb3f079d5210566199d from https [...]
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:
.../tcwg_gnu_native_check_gcc/master-arm/build_url | 2 +-
.../master-arm}/last_good | 0
2 files changed, 1 insertion(+), 1 deletion(-)
copy gcc/sha1/{03cebd304955a6b9c5607e09312d77f1307cc98e => fe54b57728c09ab0389e2bb [...]
copy gcc/sha1/fe54b57728c09ab0389e2bb3f079d5210566199d/{tcwg_bootstrap_check/maste [...]
--
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/mips-hw-fp-round
in repository glibc.
discards cb5220b1c1 mips: Implement roundeven with hardware floating-point round [...]
discards 626d3ad67a mips: Implement trunc with hardware floating-point rounding [...]
discards f5b0332d92 mips: Implement floor with hardware floating-point rounding [...]
discards aa380931b0 mips: Implement ceil with hardware floating-point rounding i [...]
discards bd62e3fe20 math: Add test to check if trunc raise inexact floating-poin [...]
new 3dd8f507d8 math: Add test to check if trunc raise inexact floating-poin [...]
new 59eae17fba math: Add test to check if round raise inexact floating-poin [...]
new 96af11c207 mips: Implement ceil with hardware floating-point rounding i [...]
new 28e3562609 mips: Implement floor with hardware floating-point rounding [...]
new b046c66f08 mips: Implement trunc with hardware floating-point rounding [...]
new 78768e9002 mips: Implement roundeven with hardware floating-point round [...]
new ac1ef8bd96 mips: Implement ceilf with hardware floating-point rounding [...]
new 16da0a4727 mips: Implement floorf with hardware floating-point rounding [...]
new 8b3c945b3f mips: Implement truncf with hardware floating-point rounding [...]
new b0a9740bac mips: Implement roundevenf with hardware floating-point roun [...]
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 (cb5220b1c1)
\
N -- N -- N refs/heads/azanella/mips-hw-fp-round (b0a9740bac)
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 10 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:
math/Makefile | 4 ++-
...{test-ceil-except-2.c => test-round-except-2.c} | 6 ++--
...test-trunc-expect-2.c => test-trunc-except-2.c} | 0
.../{round_to_integer.h => roundf_to_integer.h} | 36 +++++++++++-----------
sysdeps/mips/fpu/{s_ceil.c => s_ceilf.c} | 14 ++++-----
sysdeps/mips/fpu/{s_ceil.c => s_floorf.c} | 14 ++++-----
sysdeps/mips/fpu/{s_trunc.c => s_roundevenf.c} | 14 ++++-----
sysdeps/mips/fpu/{s_trunc.c => s_truncf.c} | 14 ++++-----
sysdeps/mips/mips32/Implies | 1 +
9 files changed, 53 insertions(+), 50 deletions(-)
copy math/{test-ceil-except-2.c => test-round-except-2.c} (92%)
rename math/{test-trunc-expect-2.c => test-trunc-except-2.c} (100%)
copy sysdeps/mips/fpu/{round_to_integer.h => roundf_to_integer.h} (70%)
copy sysdeps/mips/fpu/{s_ceil.c => s_ceilf.c} (83%)
copy sysdeps/mips/fpu/{s_ceil.c => s_floorf.c} (83%)
copy sysdeps/mips/fpu/{s_trunc.c => s_roundevenf.c} (81%)
copy sysdeps/mips/fpu/{s_trunc.c => s_truncf.c} (82%)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.