This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 61bb9eeae65 [AVX512] Add avx512bw command lines to 128-bit idiv tests.
new d44b0dacb76 MIR: Serialize CaleeSavedInfo Restored flag
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/llvm/CodeGen/MIRYamlMapping.h | 10 +++++++++-
lib/CodeGen/MIRParser/MIRParser.cpp | 12 +++++++-----
lib/CodeGen/MIRPrinter.cpp | 9 +++++++--
test/CodeGen/AArch64/GlobalISel/arm64-irtranslator.ll | 12 ++++++------
test/CodeGen/AArch64/GlobalISel/debug-insts.ll | 3 ++-
test/CodeGen/ARM/ARMLoadStoreDBG.mir | 4 ++--
test/CodeGen/MIR/AArch64/stack-object-local-offset.mir | 4 ++--
test/CodeGen/MIR/X86/callee-saved-info.mir | 7 ++++---
test/CodeGen/MIR/X86/spill-slot-fixed-stack-objects.mir | 2 +-
test/CodeGen/MIR/X86/stack-object-debug-info.mir | 4 ++--
test/CodeGen/MIR/X86/stack-objects.mir | 12 ++++++------
test/CodeGen/MIR/X86/variable-sized-stack-objects.mir | 8 ++++----
test/CodeGen/X86/GlobalISel/irtranslator-callingconv.ll | 8 ++++----
13 files changed, 56 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 glibc.
from b2f03cf3a4 AArch64: update libm-test-ulps
new 1e6d07234f Simplify C99 isgreater macros
new 4d3693ec1c Remove ancient __signbit inlines
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 | 31 ++++++
math/math.h | 95 ++++++-----------
sysdeps/alpha/fpu/bits/mathinline.h | 125 -----------------------
sysdeps/ia64/fpu/bits/mathinline.h | 53 ----------
sysdeps/m68k/coldfire/fpu/bits/mathinline.h | 44 --------
sysdeps/m68k/m680x0/fpu/bits/mathinline.h | 78 --------------
sysdeps/powerpc/bits/mathinline.h | 60 -----------
sysdeps/s390/fpu/bits/mathinline.h | 34 -------
sysdeps/sparc/fpu/bits/mathinline.h | 153 ----------------------------
sysdeps/tile/bits/mathinline.h | 44 --------
sysdeps/x86/fpu/bits/mathinline.h | 131 ------------------------
11 files changed, 63 insertions(+), 785 deletions(-)
delete mode 100644 sysdeps/alpha/fpu/bits/mathinline.h
delete mode 100644 sysdeps/ia64/fpu/bits/mathinline.h
delete mode 100644 sysdeps/m68k/coldfire/fpu/bits/mathinline.h
delete mode 100644 sysdeps/tile/bits/mathinline.h
--
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 722730c46a8 Address further review feedback. (NFC)
new ca18e7029be [X86] Move a setOperation action for ISD::TRUNCATE near ano [...]
new f60ee048c48 [X86] Use target independent ZERO_EXTEND/SIGN_EXTEND nodes [...]
new 61bb9eeae65 [AVX512] Add avx512bw command lines to 128-bit idiv tests.
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:
lib/Target/X86/X86ISelLowering.cpp | 22 ++++-----
test/CodeGen/X86/vector-idiv-sdiv-128.ll | 78 +++++++++++++++++++++-----------
test/CodeGen/X86/vector-idiv-udiv-128.ll | 69 ++++++++++++++++++----------
3 files changed, 107 insertions(+), 62 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-tools-extra.
from 1c629791 [clangd] LSP extension to switch between source/header file
new f3b2a86c [clangd] Skip informative qualifier chunks.
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/ClangdUnit.cpp | 15 +++++++++++++++
test/clangd/completion-qualifiers.test | 18 ++++++++++++++++++
2 files changed, 33 insertions(+)
create mode 100644 test/clangd/completion-qualifiers.test
--
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 a75b6aff308 * config/i386/i386.c (ix86_print_operand_address_as): Do n [...]
new f2557611c49 PR target/82342 * gcc.target/i386/pr82260-1.c: Add -mno-b [...]
new afd59a8c1e1 Use -Wno-deprecated for std::uncaught_exception tests.
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:
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/g++.dg/eh/uncaught1.C | 3 ++-
gcc/testsuite/g++.dg/eh/uncaught2.C | 2 +-
gcc/testsuite/g++.dg/eh/uncaught4.C | 1 +
gcc/testsuite/g++.old-deja/g++.mike/eh48.C | 2 +-
gcc/testsuite/gcc.target/i386/pr82260-1.c | 2 +-
gcc/testsuite/gcc.target/i386/pr82260-2.c | 2 +-
7 files changed, 13 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 llvm.
from 2f5de20dc01 try and appease gcc
new 722730c46a8 Address further review feedback. (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:
include/llvm/DebugInfo/DWARF/DWARFAcceleratorTable.h | 4 ++--
1 file changed, 2 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 clang.
from 9ecb2a6660 Consolidate std::move() detection code. No behavior change.
new f0ae815a5f [DWARF] Allow forward declarations of a class template insta [...]
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/Driver/CC1Options.td | 3 +++
include/clang/Frontend/CodeGenOptions.def | 4 ++++
lib/CodeGen/CGDebugInfo.cpp | 4 ++++
lib/Driver/ToolChains/Clang.cpp | 5 +++++
lib/Frontend/CompilerInvocation.cpp | 1 +
test/CodeGenCXX/debug-info-fwd-template-param.cpp | 20 ++++++++++++++++++++
6 files changed, 37 insertions(+)
create mode 100644 test/CodeGenCXX/debug-info-fwd-template-param.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 release_50
in repository clang.
from 20a82813e9 Merging r314354: ------------------------------------------- [...]
new 77f008b3fc Merging r312622:
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:
bindings/python/clang/cindex.py | 8 +++-----
bindings/python/tests/cindex/test_diagnostics.py | 8 ++++++++
.../tests/{ => cindex}/test_exception_specification_kind.py | 0
3 files changed, 11 insertions(+), 5 deletions(-)
rename bindings/python/tests/{ => cindex}/test_exception_specification_kind.py (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 llvm.
from 81f2386de42 llvm-dwarfdump: implement --find for .apple_names
new 2f5de20dc01 try and appease gcc
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:
tools/llvm-dwarfdump/llvm-dwarfdump.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.