This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 66af8bde13a Temporary workaround for msan false positive.
new 652842ec9ac [mips] Use register scavenging with MSA.
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/MipsFrameLowering.cpp | 35 ++---
lib/Target/Mips/MipsSEFrameLowering.cpp | 8 +-
test/CodeGen/Mips/msa/emergency-spill.mir | 221 ++++++++++++++++++++++++++++++
test/CodeGen/Mips/msa/frameindex.ll | 49 ++++---
4 files changed, 272 insertions(+), 41 deletions(-)
create mode 100644 test/CodeGen/Mips/msa/emergency-spill.mir
--
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 4d085086c7 Fix typo in class annotation
new eb2251ff65 Fix clang-format CLion integration bug.
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/clang-format/ClangFormat.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 122fe39c725 Adding test for extraxt sub vector load and store avx512
new 66af8bde13a Temporary workaround for msan false positive.
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/Support/Unix/Threading.inc | 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 4352a046c59 [AsmPrinterDwarf] Add support for .cfi_restore directive
new 52f6f2ce7b3 Allow inaccessiblememonly and inaccessiblemem_or_argmemonly [...]
new 122fe39c725 Adding test for extraxt sub vector load and store avx512
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/CallSite.h | 18 +
include/llvm/IR/InstrTypes.h | 6 +
include/llvm/IR/Instructions.h | 36 +
lib/Analysis/BasicAliasAnalysis.cpp | 4 +
test/Analysis/BasicAA/cs-cs.ll | 115 +-
.../X86/avx512-extract-subvector-load-store.ll | 1458 ++++++++++++++++++++
6 files changed, 1618 insertions(+), 19 deletions(-)
create mode 100644 test/CodeGen/X86/avx512-extract-subvector-load-store.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 clang.
from f64cd485b4 [libclang] Add dummy libclang-headers target
new 4d085086c7 Fix typo in class annotation
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/AST/NestedNameSpecifier.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 llvm.
from 1e702fd9054 [SimplifyCFG] Discard speculated dbg intrinsics
new 4352a046c59 [AsmPrinterDwarf] Add support for .cfi_restore directive
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/AsmPrinter/AsmPrinterDwarf.cpp | 3 ++
lib/CodeGen/MIRParser/MILexer.cpp | 1 +
lib/CodeGen/MIRParser/MILexer.h | 1 +
lib/CodeGen/MIRParser/MIParser.cpp | 7 ++++
lib/CodeGen/MIRPrinter.cpp | 6 +++
lib/MC/MCAsmStreamer.cpp | 8 ++++
test/CodeGen/AArch64/cfi_restore.mir | 37 +++++++++++++++++++
test/CodeGen/MIR/AArch64/cfi-def-cfa.mir | 31 ----------------
test/CodeGen/MIR/AArch64/cfi.mir | 59 ++++++++++++++++++++++++++++++
test/MC/AArch64/cfi.s | 26 +++++++++++++
10 files changed, 148 insertions(+), 31 deletions(-)
create mode 100644 test/CodeGen/AArch64/cfi_restore.mir
delete mode 100644 test/CodeGen/MIR/AArch64/cfi-def-cfa.mir
create mode 100644 test/CodeGen/MIR/AArch64/cfi.mir
create mode 100644 test/MC/AArch64/cfi.s
--
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 b7c0518566b [ARM] and, or, xor and add with shl combine
new 1e702fd9054 [SimplifyCFG] Discard speculated dbg intrinsics
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/SimplifyCFG.cpp | 12 +++-
test/Transforms/SimplifyCFG/speculate-dbgvalue.ll | 83 +++++++++++++++++++++++
2 files changed, 94 insertions(+), 1 deletion(-)
create mode 100644 test/Transforms/SimplifyCFG/speculate-dbgvalue.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 067f5d97b3 Fix ChangeLog typo
new c94a5688fb <array_length.h>: New array_length and array_end macros
new d10b132bf5 stdio-common: Use array_length and array_end macros
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 | 23 ++++++++++++++++
.../array_length.h | 32 ++++++++++++----------
stdio-common/bug16.c | 3 +-
stdio-common/errlist.c | 4 +--
stdio-common/printf_fp.c | 4 +--
stdio-common/printf_fphex.c | 5 ++--
stdio-common/psiginfo.c | 3 +-
stdio-common/test-vfprintf.c | 5 ++--
stdio-common/tst-fphex.c | 7 ++---
stdio-common/tst-long-dbl-fphex.c | 5 ++--
stdio-common/tst-printf-round.c | 5 ++--
stdio-common/tst-sscanf.c | 7 +++--
stdio-common/tst-swprintf.c | 4 +--
stdio-common/tstdiomisc.c | 28 +++++++++----------
stdio-common/tstscanf.c | 3 +-
stdio-common/vfprintf.c | 6 ++--
16 files changed, 87 insertions(+), 57 deletions(-)
copy malloc/alloc_buffer_copy_bytes.c => include/array_length.h (51%)
--
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 2fac6a6cd5 posix/tst-glob-tilde.c: Add test for bug 22332
new 067f5d97b3 Fix ChangeLog typo
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 | 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 gcc.
from 3c3157263f3 [ARC][ZOL] Account for empty body loops
new e1c571cfc42 Cleanup Solaris linker version checks
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 | 9 +++++++++
gcc/acinclude.m4 | 40 +---------------------------------------
gcc/configure | 45 ++++++++++++++++-----------------------------
gcc/configure.ac | 22 ++++++++++++++++------
4 files changed, 42 insertions(+), 74 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.