This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from d27cd09ede7 [PDB] Add missing override to silence buildbots
new fbabe6e9f62 [TargetLowering] Rename isCondCodeLegal to isCondCodeLegalO [...]
new 327fc51147b [ThinLTO/gold] Perform cache pruning when cache directory s [...]
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:
include/llvm/CodeGen/TargetLowering.h | 11 ++++++++---
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp | 18 ++++++++----------
lib/CodeGen/SelectionDAG/TargetLowering.cpp | 7 ++++---
test/tools/gold/X86/cache.ll | 6 ++++--
tools/gold/gold-plugin.cpp | 2 +-
5 files changed, 25 insertions(+), 19 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 e2e807c4e11 [X86] Make the subus special case in LowerVSETCC self contained
new d27cd09ede7 [PDB] Add missing override to silence buildbots
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/DebugInfo/PDB/PDBApiTest.cpp | 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 llvm.
from fe83c7abdde [PDB] Fix buildbot failure from missing include for DIAEnum [...]
new e2e807c4e11 [X86] Make the subus special case in LowerVSETCC self contained
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/X86/X86ISelLowering.cpp | 88 +++++++++++++++++++++-----------------
1 file changed, 49 insertions(+), 39 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 514c796d39c Revert "[DebugInfo][FastISel] Fix dropping dbg.value()"
new fe83c7abdde [PDB] Fix buildbot failure from missing include for DIAEnum [...]
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/DebugInfo/PDB/DIA/DIARawSymbol.cpp | 1 +
1 file changed, 1 insertion(+)
--
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 48cd836f73a runtime: funcfileline: get missing function name from s [...]
new 364c6e61ea0 PR go/84484 libgo: add support for riscv64
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 | 4 ++++
gcc/testsuite/go.test/go-test.exp | 3 +++
libgo/configure | 7 +++++--
libgo/configure.ac | 7 +++++--
libgo/go/cmd/cgo/main.go | 2 ++
libgo/go/go/build/syslist.go | 2 +-
libgo/go/internal/syscall/unix/getrandom_linux_generic.go | 2 +-
libgo/go/runtime/hash64.go | 2 +-
libgo/go/runtime/lfstack_64bit.go | 2 +-
libgo/go/runtime/unaligned1.go | 2 +-
libgo/go/syscall/endian_little.go | 2 +-
libgo/go/syscall/libcall_linux_ustat.go | 2 +-
libgo/goarch.sh | 4 ++++
libgo/match.sh | 4 ++--
libgo/misc/cgo/testcshared/src/libgo2/dup2.go | 2 +-
libgo/misc/cgo/testcshared/src/libgo2/dup3.go | 2 +-
libgo/testsuite/gotest | 4 ++--
17 files changed, 36 insertions(+), 17 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 7a328048c98 [PDB] Implement more find methods for PDB symbols
new 514c796d39c Revert "[DebugInfo][FastISel] Fix dropping dbg.value()"
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/CodeGen/SelectionDAG/FastISel.cpp | 2 +-
test/CodeGen/AArch64/fast-isel-dbg-value.ll | 49 -----------------------------
test/DebugInfo/X86/fission-ranges.ll | 18 +++++------
3 files changed, 8 insertions(+), 61 deletions(-)
delete mode 100644 test/CodeGen/AArch64/fast-isel-dbg-value.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 llvm.
from 1e23b92b968 Fix DataFlowSanitizer instrumentation pass to take paramete [...]
new 95d34a2e597 [ThinLTO] Represent relative BF using a scaled representation .
new 7a328048c98 [PDB] Implement more find methods for PDB symbols
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:
include/llvm/DebugInfo/PDB/DIA/DIARawSymbol.h | 21 +++++
include/llvm/DebugInfo/PDB/IPDBRawSymbol.h | 21 +++++
.../llvm/DebugInfo/PDB/Native/NativeRawSymbol.h | 21 +++++
include/llvm/IR/ModuleSummaryIndex.h | 23 +++++-
lib/Analysis/ModuleSummaryAnalysis.cpp | 14 +---
lib/DebugInfo/PDB/DIA/DIARawSymbol.cpp | 95 ++++++++++++++++++++++
lib/DebugInfo/PDB/Native/NativeRawSymbol.cpp | 44 ++++++++++
.../thinlto-function-summary-callgraph-relbf.ll | 2 +-
unittests/DebugInfo/PDB/PDBApiTest.cpp | 34 ++++++++
9 files changed, 259 insertions(+), 16 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 fdcc625376 RISC-V: fmax/fmin: Handle signalling NaNs correctly.
new 92aabad9b2 Rename nptl-signals.h to internal-signals.h
new 27761a1042 Refactor atfork handlers
new 4cdc25a4a1 Update sparc ulps
The 3 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 | 34 ++++
nptl/Makefile | 2 +-
nptl/pthreadP.h | 2 +-
nptl/register-atfork.c | 174 +++++++++++----------
nptl/unregister-atfork.c | 121 --------------
.../internal-signals.h} | 5 +-
sysdeps/nptl/fork.c | 96 +-----------
sysdeps/nptl/fork.h | 31 ++--
sysdeps/nptl/libc-lockP.h | 2 -
sysdeps/nptl/nptl-signals.h | 22 ---
sysdeps/sparc/fpu/libm-test-ulps | 2 +
.../linux/{nptl-signals.h => internal-signals.h} | 16 +-
sysdeps/unix/sysv/linux/raise.c | 2 +-
sysdeps/unix/sysv/linux/spawni.c | 2 +-
14 files changed, 161 insertions(+), 350 deletions(-)
delete mode 100644 nptl/unregister-atfork.c
copy sysdeps/{x86_64/fpu/multiarch/svml_d_exp2_core-sse2.S => generic/internal-sig [...]
delete mode 100644 sysdeps/nptl/nptl-signals.h
rename sysdeps/unix/sysv/linux/{nptl-signals.h => internal-signals.h} (89%)
--
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 6ca24c4348 aarch64/strcmp: fix misaligned loop jump target
new 8090720a87 RISC-V: Do not initialize $gp in TLS macros.
new fdcc625376 RISC-V: fmax/fmin: Handle signalling NaNs correctly.
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:
ChangeLog | 11 +++++++++++
sysdeps/riscv/rvd/s_fmax.c | 11 +++++++++--
sysdeps/riscv/rvd/s_fmin.c | 11 +++++++++--
sysdeps/riscv/rvf/s_fmaxf.c | 11 +++++++++--
sysdeps/riscv/rvf/s_fminf.c | 11 +++++++++--
sysdeps/riscv/tls-macros.h | 20 +++-----------------
6 files changed, 50 insertions(+), 25 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 7bdf778b10 Diagnose when trying to assemble conditional FP16 vmovx and vins
new 0bccfb2994 RISC-V: Make disassebler work for --enable-targets=all config.
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:
opcodes/ChangeLog | 4 ++++
opcodes/disassemble.c | 1 +
2 files changed, 5 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.