This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang-tools-extra.
from f3b2a86c [clangd] Skip informative qualifier chunks.
new dde05145 Small clangd cleanups, 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:
clangd/ClangdLSPServer.cpp | 2 +-
clangd/ClangdServer.cpp | 1 -
clangd/ClangdServer.h | 1 -
clangd/ClangdUnit.h | 3 +--
clangd/ProtocolHandlers.cpp | 2 +-
clangd/ProtocolHandlers.h | 2 +-
6 files changed, 4 insertions(+), 7 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 899cb76c9b6 gcc/testsuite/ChangeLog:
new 844fae29253 * xcoff.c: Initial support for DWARF debug sections in XCO [...]
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:
libbacktrace/ChangeLog | 9 ++++
libbacktrace/xcoff.c | 144 +++++++++++++++++++++++++++++++++++++++++++++----
2 files changed, 142 insertions(+), 11 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 80d2bc6c372 AMDGPU: fix bad test exposed by r314522
new 33bfd3f5775 [SimplifyIndVar] Do not fail when we constant fold an IV us [...]
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/Utils/SimplifyIndVar.cpp | 27 ++++++++++------
test/Transforms/IndVarSimplify/constant-fold-1.ll | 39 +++++++++++++++++++++++
test/Transforms/IndVarSimplify/constant-fold.ll | 2 +-
3 files changed, 57 insertions(+), 11 deletions(-)
create mode 100644 test/Transforms/IndVarSimplify/constant-fold-1.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 glibc.
from 875c76c704 New generic log2f
new 4ea49f4c08 New generic powf
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 | 15 +
NEWS | 2 +-
math/Makefile | 2 +-
sysdeps/i386/fpu/{doasin.c => e_powf_log2_data.c} | 0
.../fpu/doasin.c => ia64/fpu/e_powf_log2_data.c} | 0
sysdeps/ieee754/flt-32/e_powf.c | 388 ++++++++++-----------
sysdeps/ieee754/flt-32/e_powf_log2_data.c | 45 +++
sysdeps/ieee754/flt-32/math_config.h | 27 ++
.../m680x0/fpu/e_powf_log2_data.c} | 0
9 files changed, 278 insertions(+), 201 deletions(-)
copy sysdeps/i386/fpu/{doasin.c => e_powf_log2_data.c} (100%)
copy sysdeps/{i386/fpu/doasin.c => ia64/fpu/e_powf_log2_data.c} (100%)
create mode 100644 sysdeps/ieee754/flt-32/e_powf_log2_data.c
copy sysdeps/{i386/fpu/doasin.c => m68k/m680x0/fpu/e_powf_log2_data.c} (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 binutils-gdb.
from b6bb34680b gdb/remote.c: Eliminate target_buf/target_buf_size hack
new 256642e857 Constify unpack_varlen_hex & fix fallout
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 | 18 ++++++++++++++++++
gdb/common/rsp-low.c | 4 ++--
gdb/common/rsp-low.h | 2 +-
gdb/gdbserver/ChangeLog | 15 +++++++++++++++
gdb/gdbserver/ax.c | 4 ++--
gdb/gdbserver/ax.h | 2 +-
gdb/gdbserver/mem-break.c | 8 ++++----
gdb/gdbserver/mem-break.h | 5 +++--
gdb/gdbserver/remote-utils.c | 8 ++++----
gdb/gdbserver/remote-utils.h | 2 +-
gdb/gdbserver/server.c | 28 +++++++++++++---------------
gdb/gdbserver/tracepoint.c | 30 ++++++++++++++----------------
gdb/linux-nat.c | 2 +-
gdb/remote.c | 37 +++++++++++++++++++------------------
gdb/tracepoint.c | 22 ++++++++++++----------
gdb/tracepoint.h | 10 +++++-----
16 files changed, 115 insertions(+), 82 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 90c42e40d0 missed ChangeLog entry
new 875c76c704 New generic log2f
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 | 11 ++
NEWS | 2 +-
math/Makefile | 3 +-
sysdeps/i386/fpu/{doasin.c => e_log2f_data.c} | 0
.../{i386/fpu/doasin.c => ia64/fpu/e_log2f_data.c} | 0
sysdeps/ieee754/flt-32/e_log2f.c | 148 +++++++++++----------
sysdeps/ieee754/flt-32/e_log2f_data.c | 44 ++++++
sysdeps/ieee754/flt-32/math_config.h | 11 ++
.../doasin.c => m68k/m680x0/fpu/e_log2f_data.c} | 0
9 files changed, 144 insertions(+), 75 deletions(-)
copy sysdeps/i386/fpu/{doasin.c => e_log2f_data.c} (100%)
copy sysdeps/{i386/fpu/doasin.c => ia64/fpu/e_log2f_data.c} (100%)
create mode 100644 sysdeps/ieee754/flt-32/e_log2f_data.c
copy sysdeps/{i386/fpu/doasin.c => m68k/m680x0/fpu/e_log2f_data.c} (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 gcc.
from c3808779ad4 qsort comparator consistency checking
new 899cb76c9b6 gcc/testsuite/ChangeLog:
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/testsuite/ChangeLog | 23 +++++++++++++++++++++++
gcc/testsuite/gcc.target/powerpc/swaps-p8-28.c | 2 +-
gcc/testsuite/gcc.target/powerpc/swaps-p8-29.c | 2 +-
gcc/testsuite/gcc.target/powerpc/swaps-p8-30.c | 2 +-
gcc/testsuite/gcc.target/powerpc/swaps-p8-31.c | 2 +-
gcc/testsuite/gcc.target/powerpc/swaps-p8-32.c | 2 +-
gcc/testsuite/gcc.target/powerpc/swaps-p8-33.c | 2 +-
gcc/testsuite/gcc.target/powerpc/swaps-p8-34.c | 2 +-
gcc/testsuite/gcc.target/powerpc/swaps-p8-35.c | 2 +-
gcc/testsuite/gcc.target/powerpc/swaps-p8-36.c | 2 +-
gcc/testsuite/gcc.target/powerpc/swaps-p8-37.c | 2 +-
gcc/testsuite/gcc.target/powerpc/swaps-p8-38.c | 2 +-
gcc/testsuite/gcc.target/powerpc/swaps-p8-39.c | 2 +-
gcc/testsuite/gcc.target/powerpc/swaps-p8-40.c | 2 +-
gcc/testsuite/gcc.target/powerpc/swaps-p8-41.c | 2 +-
gcc/testsuite/gcc.target/powerpc/swaps-p8-42.c | 2 +-
gcc/testsuite/gcc.target/powerpc/swaps-p8-43.c | 2 +-
gcc/testsuite/gcc.target/powerpc/swaps-p8-44.c | 2 +-
gcc/testsuite/gcc.target/powerpc/swaps-p8-45.c | 2 +-
19 files changed, 41 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 master
in repository llvm.
from d21bc491edf [ThinLTO] Use decimal suffix for promoted values to match d [...]
new 80d2bc6c372 AMDGPU: fix bad test exposed by r314522
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/MC/AMDGPU/vop2.s | 8 --------
1 file changed, 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 clang.
from be6736288b [test] Disable leak checking on a clang crash test on Darwin
new dfca37075e fixup, post rL314493 'InlineAsmIdentifierInfo' is now a stru [...]
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/clang/Sema/Sema.h | 2 +-
1 file changed, 1 insertion(+), 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 compiler-rt.
from 685813843 Add missing header definition
new 9d26c0129 Fix cmake file broken by D38277.
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:
cmake/base-config-ix.cmake | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.