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 787481537 Implement trampoline and handler for typed xray event tracing.
new 4c0639277 [XRay][compiler-rt] Add noop patch functions for unsupported arches.
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/xray/xray_AArch64.cc | 6 ++++++
lib/xray/xray_arm.cc | 6 ++++++
lib/xray/xray_mips.cc | 6 ++++++
lib/xray/xray_mips64.cc | 6 ++++++
lib/xray/xray_powerpc64.cc | 6 ++++++
5 files changed, 30 insertions(+)
--
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 7860aaa87bd [Mem2Reg] Create merged debug locations for inserted phis
new eca9ecf8f9d [AMDGPU] Enabled v2.16 literals for VOP3P
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/AMDGPU/SIFoldOperands.cpp | 19 ++++++++++++++++
lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp | 8 -------
test/CodeGen/AMDGPU/add.v2i16.ll | 4 ++--
test/CodeGen/AMDGPU/ashr.v2i16.ll | 2 +-
test/CodeGen/AMDGPU/clamp-modifier.ll | 35 ++++++++++++------------------
test/CodeGen/AMDGPU/fcanonicalize.f16.ll | 2 +-
test/CodeGen/AMDGPU/fmuladd.v2f16.ll | 18 +++++++--------
test/CodeGen/AMDGPU/fneg-fabs.f16.ll | 6 ++---
test/CodeGen/AMDGPU/immv216.ll | 26 +++++++++++-----------
test/CodeGen/AMDGPU/lshr.v2i16.ll | 2 +-
test/CodeGen/AMDGPU/sext-in-reg.ll | 2 +-
test/CodeGen/AMDGPU/shl.v2i16.ll | 2 +-
test/CodeGen/AMDGPU/sminmax.v2i16.ll | 2 +-
test/CodeGen/AMDGPU/sub.v2i16.ll | 4 ++--
14 files changed, 68 insertions(+), 64 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 928958d375 Add Microsoft mangling for _Float16
new 1c97f39bbb [AAch64] Add the __ARM_FEATURE_DOTPROD macro definition
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/Basic/Targets/AArch64.cpp | 6 ++++++
lib/Basic/Targets/AArch64.h | 1 +
test/Preprocessor/aarch64-target-features.c | 4 ++++
3 files changed, 11 insertions(+)
--
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 a7210cc8bc8 RISC-V: Fix 32-bit stack pointer alignment problem.
new 8c17bac9e23 PR debug/84637 * dbxout.c (dbxout_int): Perform negation [...]
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 | 8 ++++++++
gcc/dbxout.c | 6 +++---
2 files changed, 11 insertions(+), 3 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 0f6a46db1 COFF: Merge .idata, .didat and .edata into .rdata by default.
new de8dafdfb Revert r330223, "COFF: Merge .idata, .didat and .edata into . [...]
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:
COFF/Driver.cpp | 6 ------
test/COFF/arm64-relocs-imports.test | 4 ++--
test/COFF/delayimports-armnt.yaml | 14 +++++++-------
test/COFF/delayimports.test | 12 ++++++------
test/COFF/delayimports32.test | 6 +++---
test/COFF/export-armnt.yaml | 2 +-
test/COFF/hello32.test | 8 ++++----
test/COFF/imports.test | 14 +++++++-------
test/COFF/pdb-publics-import.test | 4 ++--
test/COFF/symtab.test | 4 ++--
10 files changed, 34 insertions(+), 40 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 6b11f688f95 [RISCV] implement li pseudo instruction
new 57045499a5e [Mem2Reg] Make RenamePassData a struct, NFC
new 7860aaa87bd [Mem2Reg] Create merged debug locations for inserted phis
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/Transforms/Utils/PromoteMemoryToRegister.cpp | 43 ++++++--
.../Transforms/Mem2Reg/dbg-inline-scope-for-phi.ll | 110 +++++++++++++++++++++
2 files changed, 144 insertions(+), 9 deletions(-)
create mode 100644 test/Transforms/Mem2Reg/dbg-inline-scope-for-phi.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 07bff7a364 [XRay] Add clang builtin for xray typed events.
new 928958d375 Add Microsoft mangling for _Float16
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/AST/MicrosoftMangle.cpp | 3 +++
test/CodeGenCXX/mangle-ms.cpp | 4 ++++
2 files changed, 7 insertions(+)
--
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 d1f8152166b llvm-pdbutil: Fix an off-by-one error.
new 6b11f688f95 [RISCV] implement li pseudo instruction
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/RISCV/AsmParser/RISCVAsmParser.cpp | 69 +++++++--
lib/Target/RISCV/MCTargetDesc/CMakeLists.txt | 1 +
.../RISCV/MCTargetDesc/RISCVMCPseudoExpansion.cpp | 101 +++++++++++++
.../RISCV/MCTargetDesc/RISCVMCPseudoExpansion.h | 29 ++++
lib/Target/RISCV/RISCVAsmPrinter.cpp | 9 ++
lib/Target/RISCV/RISCVISelDAGToDAG.cpp | 65 ++++++---
lib/Target/RISCV/RISCVInstrFormats.td | 4 +-
lib/Target/RISCV/RISCVInstrInfo.cpp | 13 +-
lib/Target/RISCV/RISCVInstrInfo.td | 24 +++-
test/CodeGen/RISCV/bswap-ctlz-cttz-ctpop.ll | 159 ++++++++++-----------
test/CodeGen/RISCV/calling-conv.ll | 36 ++---
test/CodeGen/RISCV/float-arith.ll | 2 -
test/CodeGen/RISCV/vararg.ll | 32 ++---
test/MC/RISCV/rv32i-aliases-invalid.s | 7 +
test/MC/RISCV/rv32i-aliases-valid.s | 66 ++++++++-
test/MC/RISCV/rv64i-aliases-invalid.s | 6 +
test/MC/RISCV/rv64i-aliases-valid.s | 91 +++++++++++-
test/MC/RISCV/rvi-aliases-valid.s | 5 +-
18 files changed, 536 insertions(+), 183 deletions(-)
create mode 100644 lib/Target/RISCV/MCTargetDesc/RISCVMCPseudoExpansion.cpp
create mode 100644 lib/Target/RISCV/MCTargetDesc/RISCVMCPseudoExpansion.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 e103a56c469 [XRay] Typed event logging intrinsic
new 832cf6b7961 LoadStoreVectorizer crashes due to unsized type
new d1f8152166b llvm-pdbutil: Fix an off-by-one error.
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/Transforms/Vectorize/LoadStoreVectorizer.cpp | 6 ++++--
test/CodeGen/X86/loadStore_vectorizer.ll | 16 ++++++++++++++++
tools/llvm-pdbutil/DumpOutputStyle.cpp | 2 +-
3 files changed, 21 insertions(+), 3 deletions(-)
create mode 100644 test/CodeGen/X86/loadStore_vectorizer.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.