This is an automated email from the git hooks/post-receive script.
tcwg-buildslave pushed a change to branch linaro-local/ci/tcwg_kernel/gnu-release-aarch64-mainline-allyesconfig
in repository toolchain/gcc.
from 295ec5a2d0f PR libstdc++/87809 avoid invalid expressions in exception s [...]
adds d22e18447b7 Daily bump.
adds a605f57504a PR libstdc++/87822 fix layout change for nested std::pair
No new revisions were added by this update.
Summary of changes:
gcc/DATESTAMP | 2 +-
libstdc++-v3/ChangeLog | 10 +++++
libstdc++-v3/include/bits/stl_pair.h | 4 +-
libstdc++-v3/testsuite/20_util/pair/87822.cc | 64 ++++++++++++++++++++++++++++
4 files changed, 77 insertions(+), 3 deletions(-)
create mode 100644 libstdc++-v3/testsuite/20_util/pair/87822.cc
--
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 d001dd065e3 [ARM] Add missing pseudo-instruction for Thumb1 RSBS.
new c5f8ae0a0fb Revert r345165 "[X86] Bring back the MOV64r0 pseudo instruction"
new 844c605ee0b [AArch64] Sort switch cases (NFC)
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:
lib/Target/AArch64/AArch64Subtarget.cpp | 43 +--
lib/Target/X86/X86FastISel.cpp | 32 +-
lib/Target/X86/X86ISelDAGToDAG.cpp | 13 +-
lib/Target/X86/X86InstrCompiler.td | 6 +-
lib/Target/X86/X86InstrInfo.cpp | 23 +-
lib/Target/X86/X86SpeculativeLoadHardening.cpp | 10 +-
test/CodeGen/X86/GlobalISel/constant.ll | 2 +-
test/CodeGen/X86/avg.ll | 455 +++++++++++++------------
test/CodeGen/X86/crash-O0.ll | 8 +-
test/CodeGen/X86/hoist-spill.ll | 2 +
test/CodeGen/X86/machine-cse.ll | 15 +-
test/CodeGen/X86/madd.ll | 66 ++--
test/CodeGen/X86/mmx-arith.ll | 11 +-
test/CodeGen/X86/pr32284.ll | 19 +-
test/CodeGen/X86/pr32340.ll | 25 +-
test/CodeGen/X86/scheduler-backtracking.ll | 212 ++++++------
test/CodeGen/X86/spill-zero-x86_64.ll | 75 ----
test/CodeGen/X86/swifterror.ll | 21 +-
18 files changed, 495 insertions(+), 543 deletions(-)
delete mode 100644 test/CodeGen/X86/spill-zero-x86_64.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 lldb.
from 2f4a58c40 Makefile.rules: Don't use code signing on macOS; it isn't necessary.
new c7cfaa9b5 [FileSystem] Extend file system and have it use the VFS.
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/Host/FileSystem.h | 99 +++++++-
include/lldb/Utility/FileSpec.h | 3 +
source/Core/Disassembler.cpp | 2 +-
source/Core/Module.cpp | 10 +-
source/Core/ModuleList.cpp | 2 +-
source/Core/SourceManager.cpp | 10 +-
source/Host/common/FileSystem.cpp | 165 ++++++++++++-
source/Host/common/HostInfoBase.cpp | 2 +-
source/Host/common/Symbols.cpp | 2 +-
source/Host/posix/HostProcessPosix.cpp | 2 +-
source/Initialization/SystemInitializerCommon.cpp | 3 +
source/Interpreter/OptionValueFileSpec.cpp | 2 +-
.../MacOSX-DYLD/DynamicLoaderDarwin.cpp | 2 +-
.../BSD-Archive/ObjectContainerBSDArchive.cpp | 2 +-
source/Plugins/Platform/Android/AdbClient.cpp | 2 +-
source/Plugins/Platform/POSIX/PlatformPOSIX.cpp | 2 +-
.../GDBRemoteCommunicationServerCommon.cpp | 2 +-
.../Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 2 +-
.../SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp | 2 +-
source/Target/Platform.cpp | 4 +-
unittests/Core/MangledTest.cpp | 3 +
unittests/Expression/ClangParserTest.cpp | 11 +-
unittests/Host/FileSystemTest.cpp | 263 ++++++++++++++++++++-
unittests/Host/HostInfoTest.cpp | 19 +-
unittests/Host/SymbolsTest.cpp | 27 ++-
unittests/ObjectFile/ELF/TestObjectFileELF.cpp | 3 +
.../ScriptInterpreter/Python/PythonTestSuite.cpp | 4 +-
unittests/Symbol/TestClangASTContext.cpp | 17 +-
unittests/Symbol/TestDWARFCallFrameInfo.cpp | 10 +-
.../SymbolFile/DWARF/SymbolFileDWARFTests.cpp | 15 +-
unittests/SymbolFile/PDB/SymbolFilePDBTests.cpp | 3 +
unittests/Target/ModuleCacheTest.cpp | 5 +-
32 files changed, 632 insertions(+), 68 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 d81da87531 [AArch64] [Windows] Emit unwind tables by default.
new 31b15cc644 Revert "[ASTImporter][Structural Eq] Check for isBeingDefined"
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/AST/ASTStructuralEquivalence.cpp | 8 +-------
unittests/AST/ASTImporterTest.cpp | 39 ------------------------------------
2 files changed, 1 insertion(+), 46 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 9c3dbdbe29 Simplify an #if #else #endif
new fc783076ec hurd: Add pci RPC stubs
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 | 1 +
hurd/Makefile | 2 +-
2 files changed, 2 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 9268a4a0f0e revert rL345717 : [InstSimplify] fold icmp based on range o [...]
new d001dd065e3 [ARM] Add missing pseudo-instruction for Thumb1 RSBS.
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/ARM/ARMBaseInstrInfo.cpp | 1 +
lib/Target/ARM/ARMInstrThumb.td | 6 ++++++
test/CodeGen/ARM/and-load-combine.ll | 42 ++++++++++++------------------------
test/CodeGen/ARM/atomic-cmpxchg.ll | 6 ++----
test/CodeGen/ARM/select-imm.ll | 12 ++++-------
test/CodeGen/ARM/smml.ll | 2 +-
test/CodeGen/Thumb/branchless-cmp.ll | 9 +++-----
test/CodeGen/Thumb/long-setcc.ll | 3 +--
8 files changed, 32 insertions(+), 49 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 ed32d216e9 [ARM64] [Windows] Implement _InterlockedExchangeAdd*_* builtins.
new d81da87531 [AArch64] [Windows] Emit unwind tables by default.
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/Driver/ToolChains/MSVC.cpp | 10 +++++-----
1 file changed, 5 insertions(+), 5 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 92dcebf3fa gdb/riscv: Fix failures on rv64 in gdb.arch/riscv-reg-aliase [...]
new 656efb5e26 Fix PR gdb/23835: Don't redefine _FORTIFY_SOURCE if it's alr [...]
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 | 6 ++++++
gdb/common/common-defs.h | 5 +++--
2 files changed, 9 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.