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 1d9edeabe [sanitizer] Minor refactor of ThreadDescriptorSize
new 966e64741 [HWASan] Add "N" suffix to generic __hwasan_load/store.
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/hwasan/hwasan.cc | 8 ++++----
lib/hwasan/hwasan_interface_internal.h | 8 ++++----
test/hwasan/TestCases/check-interface.cc | 22 ++++++++++++++++++++++
3 files changed, 30 insertions(+), 8 deletions(-)
create mode 100644 test/hwasan/TestCases/check-interface.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 glibc.
from 3dc0814cba conform sys/un.h: Allow sun_ prefix, not only sun_len
new c15f10ee78 Revert "Fix sched_param"
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:
bits/sched.h | 6 +++++-
bits/types/struct___sched_param.h | 28 --------------------------
bits/types/struct_sched_param.h | 28 --------------------------
posix/Makefile | 3 +--
posix/sched.h | 2 +-
sysdeps/htl/bits/types/struct___pthread_attr.h | 4 ++--
sysdeps/htl/pt-attr.c | 2 +-
sysdeps/htl/timer_routines.h | 4 ++--
sysdeps/unix/sysv/linux/bits/sched.h | 6 +++++-
9 files changed, 17 insertions(+), 66 deletions(-)
delete mode 100644 bits/types/struct___sched_param.h
delete mode 100644 bits/types/struct_sched_param.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 e6a7df8ac46 [llvm-mca][X86] Add mmx versions of SSSE3 instructions
new cbae883886b [NVPTX, CUDA] Added support for m8n32k16 and m32n8k16 varia [...]
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/IR/IntrinsicsNVVM.td | 8 ++++-
lib/Target/NVPTX/NVPTX.td | 5 +++
lib/Target/NVPTX/NVPTXISelLowering.cpp | 58 +++++++++++++++++++++++++++++++---
lib/Target/NVPTX/NVPTXInstrInfo.td | 1 +
lib/Target/NVPTX/NVPTXIntrinsics.td | 38 +++++++++++++++-------
test/CodeGen/NVPTX/wmma.py | 41 +++++++++++++-----------
6 files changed, 115 insertions(+), 36 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 202f222f94 [OPENMP] Fix -Wunused-lambda-capture. NFC
new c4d3d32435 [NVPTX, CUDA] Added support for m8n32k16 and m32n8k16 varian [...]
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/Basic/BuiltinsNVPTX.def | 60 ++++-
lib/CodeGen/CGBuiltin.cpp | 150 +++++++++--
lib/Driver/ToolChains/Cuda.cpp | 22 +-
test/CodeGen/builtins-nvptx-sm_70.cu | 489 +++++++++++++++++++++++++++-------
4 files changed, 588 insertions(+), 133 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 3b74854b8d Remove xml file references from target descriptions
new b319b0984b Remove xml files from gdbserver
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/gdbserver/ChangeLog | 14 ++++++++++++++
gdb/gdbserver/configure.srv | 28 ----------------------------
2 files changed, 14 insertions(+), 28 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 4b5e6386220 [RISCV] Add test changes missed from rL330293
new e6a7df8ac46 [llvm-mca][X86] Add mmx versions of SSSE3 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:
test/tools/llvm-mca/X86/BtVer2/resources-sse2.s | 23 +---
test/tools/llvm-mca/X86/BtVer2/resources-ssse3.s | 135 ++++++++++++++++++++++-
2 files changed, 135 insertions(+), 23 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 54ecebc52f7 [RISCV] Add imm-cse.ll test case
new e50f5775ba4 [RISCV] Introduce pattern for materialising immediates with [...]
new 4b5e6386220 [RISCV] Add test changes missed from rL330293
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/RISCV/RISCVInstrInfo.td | 5 +++--
test/CodeGen/RISCV/bswap-ctlz-cttz-ctpop.ll | 25 +++++++++++--------------
test/CodeGen/RISCV/calling-conv.ll | 28 ++++++++++------------------
test/CodeGen/RISCV/compress.ll | 4 ----
test/CodeGen/RISCV/float-arith.ll | 2 --
test/CodeGen/RISCV/imm.ll | 2 --
test/CodeGen/RISCV/vararg.ll | 24 ++++++++----------------
7 files changed, 32 insertions(+), 58 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 6663e67a21f [RISCV] Expand codegen -> compression sanity checks and mov [...]
new 3c8a2d808d0 [NFC] test case clean up
new 54ecebc52f7 [RISCV] Add imm-cse.ll test case
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:
test/CodeGen/PowerPC/f128-conv.ll | 68 ++++++++-------------------------------
test/CodeGen/RISCV/imm-cse.ll | 39 ++++++++++++++++++++++
2 files changed, 53 insertions(+), 54 deletions(-)
create mode 100644 test/CodeGen/RISCV/imm-cse.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 eea8107fac8 Revert "[RISCV] implement li pseudo instruction"
new 2383cbfa441 [X86] Fix the Uses/Defs,mayLoad,mayStore,hasSideEffects fla [...]
new 6663e67a21f [RISCV] Expand codegen -> compression sanity checks and mov [...]
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/X86/X86InstrInfo.td | 19 ++--
test/CodeGen/RISCV/alu32.ll | 42 ---------
test/CodeGen/RISCV/branch.ll | 33 -------
test/CodeGen/RISCV/compress-Pseudo.ll | 10 --
test/CodeGen/RISCV/compress.ll | 169 ++++++++++++++++++++++++++++++++++
5 files changed, 182 insertions(+), 91 deletions(-)
delete mode 100644 test/CodeGen/RISCV/compress-Pseudo.ll
create mode 100644 test/CodeGen/RISCV/compress.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-tools-extra.
from 7730ba7c [clang-tidy] Fix clang-tidy doesn't read .clangtidy configura [...]
new a596286e add extra acronyms for objc property names
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:
clang-tidy/objc/PropertyDeclarationCheck.cpp | 5 +++++
test/clang-tidy/objc-property-declaration.m | 2 ++
2 files changed, 7 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.