This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository glibc.
from 37bb78cb8c Install correct bits/long-double.h for MIPS64 (bug 22322).
new 76f2ed922a Add MIPS bits/floatn.h.
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 | 2 ++
sysdeps/{ieee754/ldbl-128 => mips/ieee754}/bits/floatn.h | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)
copy sysdeps/{ieee754/ldbl-128 => mips/ieee754}/bits/floatn.h (97%)
--
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 lldb.
from 0586d1e0d lldb-server tests: Fix undefined behavior
new f727fdfe2 Logging: Make sure logging machinery is in a consistent state [...]
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/lldb/Utility/Log.h | 6 ++++++
include/lldb/Utility/Logging.h | 2 +-
source/Initialization/SystemInitializerCommon.cpp | 2 +-
source/Utility/Log.cpp | 18 ++++++++++++++++++
source/Utility/Logging.cpp | 2 +-
5 files changed, 27 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 da706df9a23 ira-color: fix allocno_priority_compare_func for qsort (PR 82395)
new 96a5ba32787 PR target/82618 * config/i386/i386.md (sub to cmp): New p [...]
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 | 5 +++++
gcc/config/i386/i386.md | 11 +++++++++++
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.target/i386/pr82618.c | 18 ++++++++++++++++++
4 files changed, 40 insertions(+)
create mode 100644 gcc/testsuite/gcc.target/i386/pr82618.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 2ac694b61 Fix a think-o in the design of the stable_XXX sort tests; onl [...]
new 278c0ba4a Fix UB - signed integer overflow in regex. Thanks to Tim Shen [...]
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/regex | 2 ++
.../re/re.grammar/excessive_brace_count.pass.cpp | 40 ++++++++++++++++++++++
2 files changed, 42 insertions(+)
create mode 100644 test/std/re/re.grammar/excessive_brace_count.pass.cpp
--
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 d74e6f6c0d Fix deadlock in _int_free consistency check
new 37bb78cb8c Install correct bits/long-double.h for MIPS64 (bug 22322).
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/mips/{ => ieee754}/bits/long-double.h | 0
2 files changed, 6 insertions(+)
rename sysdeps/mips/{ => ieee754}/bits/long-double.h (100%)
--
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 4d916f0f12 x86-64: Don't set GLRO(dl_platform) to NULL [BZ #22299]
new d74e6f6c0d Fix deadlock in _int_free consistency check
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 ++++
malloc/malloc.c | 21 ++++++++++++---------
2 files changed, 16 insertions(+), 9 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 99a0c4c3b56 [Hexagon] Fix store conversion from rr to io in optimize ad [...]
new cb5868c4b84 AMDGPU/Docs: Fix unreadable characters
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:
docs/AMDGPUUsage.rst | 12 ++++++------
1 file changed, 6 insertions(+), 6 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 9d06997adb RISC-V: Relax RISCV_PCREL_* to RISCV_GPREL_*
new 63929e843d Fix build breakage in gdb/xml-support.c
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:
gdb/ChangeLog | 5 +++++
gdb/xml-support.c | 4 ++--
2 files changed, 7 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 25a4537eaf3 * config/i386/i386.c (output_387_binary_op): Rewrite SSE p [...]
new da706df9a23 ira-color: fix allocno_priority_compare_func for qsort (PR 82395)
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/ira-color.c | 9 ++++-----
2 files changed, 10 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.