This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 6b662272124 Reland "[mips] Fix the target specific instruction verifier"
new f829832e3e2 [AArch64][SVE] Asm: Improve diagnostics further when +sve i [...]
new d6be2143517 [IR] Add MDBuilder helpers for the new TBAA metadata format
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/IR/MDBuilder.h | 21 ++++++++++++---
lib/IR/MDBuilder.cpp | 32 ++++++++++++++++++++++-
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 5 +++-
test/MC/AArch64/SVE/add.s | 32 +++++++++++------------
test/MC/AArch64/SVE/sub.s | 32 +++++++++++------------
test/MC/AArch64/SVE/zip1.s | 32 +++++++++++------------
test/MC/AArch64/SVE/zip2.s | 32 +++++++++++------------
test/MC/AArch64/armv8.2a-statistical-profiling.s | 2 +-
test/MC/AArch64/armv8.3a-rcpc.s | 8 +++---
utils/TableGen/AsmMatcherEmitter.cpp | 13 ++++-----
10 files changed, 129 insertions(+), 80 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 90144cb9bd0 [PR c++/59930] template friend injection
new 8bba42f1539 PR middle-end/83463 * gimple-ssa-warn-restrict.c (builtin [...]
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 | 7 +++++++
gcc/gimple-ssa-warn-restrict.c | 6 ++++--
gcc/testsuite/ChangeLog | 5 +++++
gcc/testsuite/gcc.dg/pr83463.c | 17 +++++++++++++++++
4 files changed, 33 insertions(+), 2 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/pr83463.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 gcc.
from 17e62d1b8b6 [ARC] Update (u)maddsidi patterns.
new 90144cb9bd0 [PR c++/59930] template friend injection
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/cp/ChangeLog | 9 +++
gcc/cp/name-lookup.c | 9 +++
gcc/cp/pt.c | 113 ++++++++++--------------------
gcc/testsuite/ChangeLog | 6 ++
gcc/testsuite/g++.dg/parse/pr81247-c.C | 7 +-
gcc/testsuite/g++.dg/template/pr59930-1.C | 18 +++++
gcc/testsuite/g++.dg/template/pr59930-2.C | 17 +++++
gcc/testsuite/g++.dg/template/pr59930-3.C | 29 ++++++++
8 files changed, 130 insertions(+), 78 deletions(-)
create mode 100644 gcc/testsuite/g++.dg/template/pr59930-1.C
create mode 100644 gcc/testsuite/g++.dg/template/pr59930-2.C
create mode 100644 gcc/testsuite/g++.dg/template/pr59930-3.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 llvm.
from b71c6a9b390 [Memcpy Loop Lowering] Remove the fixed int8 lowering.
new 6b662272124 Reland "[mips] Fix the target specific instruction verifier"
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/Mips/MipsInstrInfo.cpp | 37 +++++++++++++---------
test/CodeGen/Mips/fcopysign-f32-f64.ll | 12 +++----
test/CodeGen/Mips/fcopysign.ll | 15 ++++++---
test/CodeGen/Mips/instverify/dext-pos.mir | 2 +-
test/CodeGen/Mips/instverify/dext-size.mir | 2 +-
test/CodeGen/Mips/instverify/dextm-pos-size.mir | 2 +-
test/CodeGen/Mips/instverify/dextm-pos.mir | 2 +-
test/CodeGen/Mips/instverify/dextm-size.mir | 2 +-
test/CodeGen/Mips/instverify/dextu-pos-size.mir | 2 +-
test/CodeGen/Mips/instverify/dextu-pos.mir | 4 +--
.../{dextu-size.mir => dextu-size-valid.mir} | 10 +++---
test/CodeGen/Mips/instverify/dextu-size.mir | 2 +-
test/CodeGen/Mips/instverify/dins-pos-size.mir | 2 +-
test/CodeGen/Mips/instverify/dins-pos.mir | 2 +-
test/CodeGen/Mips/instverify/dins-size.mir | 2 +-
test/CodeGen/Mips/instverify/dinsm-pos-size.mir | 2 +-
test/CodeGen/Mips/instverify/dinsm-pos.mir | 2 +-
test/CodeGen/Mips/instverify/dinsm-size.mir | 2 +-
test/CodeGen/Mips/instverify/dinsu-pos-size.mir | 2 +-
test/CodeGen/Mips/instverify/dinsu-pos.mir | 2 +-
test/CodeGen/Mips/instverify/dinsu-size.mir | 2 +-
test/CodeGen/Mips/instverify/ext-pos-size.mir | 2 +-
test/CodeGen/Mips/instverify/ext-pos.mir | 2 +-
test/CodeGen/Mips/instverify/ext-size.mir | 2 +-
test/CodeGen/Mips/instverify/ins-pos-size.mir | 2 +-
test/CodeGen/Mips/instverify/ins-pos.mir | 2 +-
test/CodeGen/Mips/instverify/ins-size.mir | 2 +-
27 files changed, 67 insertions(+), 55 deletions(-)
copy test/CodeGen/Mips/instverify/{dextu-size.mir => dextu-size-valid.mir} (79%)
--
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 a1f6793f4a3 [TableGen][AsmMatcherEmitter] Only choose specific diagnost [...]
new b71c6a9b390 [Memcpy Loop Lowering] Remove the fixed int8 lowering.
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/Analysis/TargetTransformInfo.h | 6 --
include/llvm/Transforms/Utils/LowerMemIntrinsics.h | 6 --
lib/Analysis/TargetTransformInfo.cpp | 9 --
lib/Target/NVPTX/NVPTXLowerAggrCopies.cpp | 24 ++---
lib/Transforms/Utils/LowerMemIntrinsics.cpp | 93 +++---------------
test/CodeGen/AMDGPU/lower-mem-intrinsics.ll | 24 ++---
test/CodeGen/NVPTX/lower-aggr-copies.ll | 108 +++++++++------------
7 files changed, 73 insertions(+), 197 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 compiler-rt.
from f84f696f1 Revert r320977 "No -fsanitize=function warning when calling n [...]
new d97da5b44 [asan] Add interceptor for printf_chk
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:
.../sanitizer_common_interceptors.inc | 43 ++++++++++++++++++++++
.../sanitizer_platform_interceptors.h | 3 ++
test/asan/TestCases/Linux/printf-fortify-1.c | 18 +++++++++
test/asan/TestCases/Linux/printf-fortify-2.c | 18 +++++++++
test/asan/TestCases/Linux/printf-fortify-3.c | 22 +++++++++++
test/asan/TestCases/Linux/printf-fortify-4.c | 22 +++++++++++
test/asan/TestCases/Linux/printf-fortify-5.c | 18 +++++++++
7 files changed, 144 insertions(+)
create mode 100644 test/asan/TestCases/Linux/printf-fortify-1.c
create mode 100644 test/asan/TestCases/Linux/printf-fortify-2.c
create mode 100644 test/asan/TestCases/Linux/printf-fortify-3.c
create mode 100644 test/asan/TestCases/Linux/printf-fortify-4.c
create mode 100644 test/asan/TestCases/Linux/printf-fortify-5.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 gcc.
from 32f065b33e5 S/390: PR83420: Improve hotpatch option parsing.
new 4ecbc2bb39c [ARC] Update legitimate constant hook.
new 17e62d1b8b6 [ARC] Update (u)maddsidi patterns.
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/ChangeLog | 10 ++++++++++
gcc/config/arc/arc.c | 6 ------
gcc/config/arc/arc.md | 32 ++++++++++++++++++++++++++----
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.target/arc/tls-1.c | 26 ++++++++++++++++++++++++
gcc/testsuite/gcc.target/arc/tumaddsidi4.c | 14 +++++++++++++
6 files changed, 86 insertions(+), 10 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/arc/tls-1.c
create mode 100755 gcc/testsuite/gcc.target/arc/tumaddsidi4.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 clang-tools-extra.
from 9273ad9c [clangd] in VSCode client, filter extensions properly and onl [...]
new a1741f28 [clangd] Update documentation page with new features, instructions
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/clangd.rst | 33 +++++++++++++++++++++++++--------
1 file changed, 25 insertions(+), 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 lld.
from b9405cfdf [WebAssembly] Move code for copying of data segment relocation. NFC.
new f1b6f952d [ELF] Optimize Arm PLT sequences
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:
ELF/Arch/ARM.cpp | 79 ++++++++-
test/ELF/arm-branch-undef-weak-plt-thunk.s | 12 +-
test/ELF/arm-exidx-shared.s | 4 +-
test/ELF/arm-gnu-ifunc-plt.s | 54 +++---
test/ELF/arm-gnu-ifunc.s | 41 +++--
test/ELF/arm-plt-reloc.s | 262 +++++++++++++++++++++++++----
test/ELF/arm-thumb-interwork-shared.s | 37 ++--
test/ELF/arm-thumb-plt-range-thunk-os.s | 48 +++---
test/ELF/arm-thumb-plt-reloc.s | 68 ++++----
test/ELF/arm-thunk-re-add.s | 36 ++--
10 files changed, 458 insertions(+), 183 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 7a7c05d8364 [LVI] Support for ashr in LVI
new a1f6793f4a3 [TableGen][AsmMatcherEmitter] Only choose specific diagnost [...]
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/AArch64/SVE/zip1.s | 32 ++++----
test/MC/AArch64/SVE/zip2.s | 32 ++++----
test/MC/AArch64/armv8.3a-complex.s | 6 +-
test/MC/Mips/eva/invalid-noeva-wrong-error.s | 96 +++++++++++------------
test/MC/Mips/eva/invalid.s | 44 +++++------
test/MC/Mips/eva/invalid_R6.s | 24 +++---
test/MC/Mips/micromips-dsp/invalid-wrong-error.s | 2 +-
test/MC/Mips/micromips/invalid-wrong-error.s | 6 +-
test/MC/Mips/micromips32r6/invalid-wrong-error.s | 18 -----
test/MC/Mips/micromips32r6/invalid.s | 18 +++++
test/MC/Mips/mips1/invalid-mips2-wrong-error.s | 12 +--
test/MC/Mips/mips1/invalid-mips3-wrong-error.s | 14 ++--
test/MC/Mips/mips1/invalid-mips3.s | 4 +-
test/MC/Mips/mips1/invalid-mips4-wrong-error.s | 14 ++--
test/MC/Mips/mips1/invalid-mips4.s | 4 +-
test/MC/Mips/mips1/invalid-mips5.s | 4 +-
test/MC/Mips/mips2/invalid-mips3-wrong-error.s | 2 +-
test/MC/Mips/mips2/invalid-mips3.s | 4 +-
test/MC/Mips/mips2/invalid-mips4-wrong-error.s | 2 +-
test/MC/Mips/mips2/invalid-mips4.s | 2 +-
test/MC/Mips/mips32r6/invalid-mips1-wrong-error.s | 10 +--
test/MC/Mips/mips32r6/invalid-mips5-wrong-error.s | 8 +-
test/MC/Mips/mips32r6/invalid.s | 12 +--
test/MC/Mips/mips64/invalid-mips64r2.s | 20 ++---
test/MC/Mips/mips64r6/invalid-mips1-wrong-error.s | 8 +-
test/MC/Mips/mips64r6/invalid-mips3-wrong-error.s | 8 +-
test/MC/Mips/mips64r6/invalid.s | 12 +--
test/MC/Mips/msa/invalid.s | 12 +--
test/MC/Mips/target-soft-float.s | 8 +-
utils/TableGen/AsmMatcherEmitter.cpp | 13 +--
30 files changed, 228 insertions(+), 223 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.