This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 14a17d2dd5e llvm-undname: Consistently use "return nullptr" in function [...] new 528877f8972 [llvm][Support] Provide interface to set thread priorities new 394ea6522c6 [SystemZ] Add missing intrinsics to intrinsics-immarg.ll new 2ce77c86aac [RISCV] Custom lower SHL_PARTS, SRA_PARTS, SRL_PARTS
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: include/llvm/Support/Threading.h | 13 ++ lib/Support/Unix/Threading.inc | 39 +++++ lib/Support/Windows/Threading.inc | 16 ++ lib/Target/RISCV/RISCVISelLowering.cpp | 103 +++++++++++- lib/Target/RISCV/RISCVISelLowering.h | 8 + test/CodeGen/RISCV/alu64.ll | 57 +++++-- test/CodeGen/RISCV/shifts.ll | 257 ++++++++++++++++++++++++++++++ test/Verifier/SystemZ/intrinsic-immarg.ll | 217 +++++++++++++++++++++++++ 8 files changed, 692 insertions(+), 18 deletions(-)