This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 1359bb392 [WebAssembly] Changed objdump output to offsets instead of indices.
new 0a0e0cb4c [WebAssembly] Fix windows compiler warning by using explicit [...]
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:
wasm/OutputSegment.h | 2 +-
wasm/Writer.cpp | 2 +-
2 files changed, 2 insertions(+), 2 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 lldb.
from 8877b7fb0 Recommit "Teach the default symbol vendor to respect module.G [...]
new 6f7e2c73f [lit] Make sure tests are actually skipped on darwin and windows.
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:
lit/Expr/TestIRMemoryMap.test | 2 +-
lit/Quit/TestQuitExitCode-30.test | 2 +-
lit/Quit/TestQuitExitCode0.test | 2 +-
lit/Quit/TestQuitExitCode30.test | 2 +-
lit/Quit/TestQuitExitCodeHex0.test | 2 +-
lit/Quit/TestQuitExitCodeHexA.test | 2 +-
lit/Quit/TestQuitExitCodeImplicit0.test | 2 +-
lit/Quit/TestQuitExitCodeNonInt.test | 2 +-
lit/Quit/TestQuitExitCodeTooManyArgs.test | 2 +-
lit/tools/lldb-mi/target/target-select-so-path.test | 2 +-
10 files changed, 10 insertions(+), 10 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 8abc38eefa Add -Wctad-maybe-unsupported to diagnose CTAD on types with [...]
new 08d0c133cc Fix cleanup registration for lambda captures.
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/CGExpr.cpp | 9 ---
lib/CodeGen/CGExprAgg.cpp | 47 ++++++++++++-
lib/CodeGen/CGExprCXX.cpp | 18 -----
lib/CodeGen/CodeGenFunction.h | 6 +-
test/CodeGenCXX/cxx1y-init-captures-eh.cpp | 104 +++++++++++++++++++++++++++++
5 files changed, 153 insertions(+), 31 deletions(-)
create mode 100644 test/CodeGenCXX/cxx1y-init-captures-eh.cpp
--
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 93f2e218e04 [HotColdSplit] Relax requirement that the cold sink block b [...]
new 3af27b49cf8 [mips] Emit .reloc R_{MICRO}MIPS_JALR along with j(al)r(c) $25
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/MachineInstr.cpp | 5 +-
lib/Target/Mips/AsmParser/MipsAsmParser.cpp | 5 +-
lib/Target/Mips/MCTargetDesc/MipsABIInfo.cpp | 7 ++
lib/Target/Mips/MCTargetDesc/MipsBaseInfo.h | 5 +-
lib/Target/Mips/MicroMips32r6InstrInfo.td | 1 +
lib/Target/Mips/MicroMipsInstrInfo.td | 1 +
lib/Target/Mips/Mips32r6InstrInfo.td | 2 +-
lib/Target/Mips/MipsAsmPrinter.cpp | 41 +++++++
lib/Target/Mips/MipsFastISel.cpp | 13 +++
lib/Target/Mips/MipsISelLowering.cpp | 53 ++++++++-
lib/Target/Mips/MipsISelLowering.h | 3 +
lib/Target/Mips/MipsInstrInfo.cpp | 13 ++-
lib/Target/Mips/MipsInstrInfo.td | 12 ++-
lib/Target/Mips/MipsMCInstLower.cpp | 2 +
test/CodeGen/Mips/cconv/vector.ll | 8 +-
test/CodeGen/Mips/gprestore.ll | 12 +--
test/CodeGen/Mips/llvm-ir/sdiv.ll | 36 ++++---
test/CodeGen/Mips/llvm-ir/srem.ll | 36 ++++---
test/CodeGen/Mips/llvm-ir/udiv.ll | 36 ++++---
test/CodeGen/Mips/llvm-ir/urem.ll | 36 ++++---
test/CodeGen/Mips/long-call-attr.ll | 8 +-
test/CodeGen/Mips/long-call-mcount.ll | 4 +-
test/CodeGen/Mips/msa/f16-llvm-ir.ll | 12 +--
test/CodeGen/Mips/o32_cc_byval.ll | 3 +-
test/CodeGen/Mips/reloc-jalr.ll | 154 +++++++++++++++++++++++++++
test/CodeGen/Mips/shrink-wrapping.ll | 8 +-
26 files changed, 408 insertions(+), 108 deletions(-)
create mode 100644 test/CodeGen/Mips/reloc-jalr.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 6c24b6f7e25 [HotColdSplit] Simplify tests by lowering their splitting t [...]
new 3c32f301480 [demangler] Ignore leading underscores if present
new 07222472314 [demangler] Support for block literals.
new 93f2e218e04 [HotColdSplit] Relax requirement that the cold sink block b [...]
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/Demangle/ItaniumDemangle.h | 10 ++++++++--
lib/Transforms/IPO/HotColdSplitting.cpp | 7 ++-----
test/Transforms/HotColdSplit/eh-pads.ll | 3 +++
3 files changed, 13 insertions(+), 7 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 libcxxabi.
from 5057ba8 NFC: Make the copies of the demangler byte-for-byte identical
new 394048e [demangler] Ignore leading underscores if present
new 43b8b58 [demangler] Support for block literals.
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:
src/demangle/ItaniumDemangle.h | 10 ++++++++--
test/test_demangle.pass.cpp | 6 ++++++
2 files changed, 14 insertions(+), 2 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 025ee129ac Fix -Wsign-compare in new tests
new 8abc38eefa Add -Wctad-maybe-unsupported to diagnose CTAD on types with [...]
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/DiagnosticGroups.td | 2 +
include/clang/Basic/DiagnosticSemaKinds.td | 6 ++
lib/Sema/SemaInit.cpp | 18 +++++
.../cxx1z-class-template-argument-deduction.cpp | 80 ++++++++++++++++++++++
4 files changed, 106 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 d67aebfb379 Fix an MSVC bot failure from r351474.
new 6c24b6f7e25 [HotColdSplit] Simplify tests by lowering their splitting t [...]
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/IPO/HotColdSplitting.cpp | 13 +++++++++----
test/Transforms/HotColdSplit/{ => X86}/do-not-split.ll | 6 +-----
.../{ => X86}/extraction-subregion-breaks-phis.ll | 2 +-
test/Transforms/HotColdSplit/X86/outline-expensive.ll | 2 +-
.../HotColdSplit/delete-use-without-def-dbg-val.ll | 4 +---
test/Transforms/HotColdSplit/duplicate-phi-preds-crash.ll | 2 +-
test/Transforms/HotColdSplit/eh-pads.ll | 11 ++++++-----
test/Transforms/HotColdSplit/eh-typeid-for.ll | 4 +---
.../HotColdSplit/forward-dfs-reaches-marked-block.ll | 2 +-
test/Transforms/HotColdSplit/lifetime-markers-on-inputs.ll | 2 +-
test/Transforms/HotColdSplit/mark-the-whole-func-cold.ll | 2 +-
test/Transforms/HotColdSplit/minsize.ll | 4 +---
test/Transforms/HotColdSplit/multiple-exits.ll | 3 +--
test/Transforms/HotColdSplit/noreturn.ll | 4 +---
test/Transforms/HotColdSplit/outline-cold-asm.ll | 4 +---
test/Transforms/HotColdSplit/outline-disjoint-diamonds.ll | 2 +-
test/Transforms/HotColdSplit/outline-if-then-else.ll | 2 +-
.../HotColdSplit/outline-multiple-entry-region.ll | 6 +-----
test/Transforms/HotColdSplit/outline-while-loop.ll | 2 +-
.../HotColdSplit/phi-with-distinct-outlined-values.ll | 3 +--
test/Transforms/HotColdSplit/region-overlap.ll | 7 +------
test/Transforms/HotColdSplit/split-cold-2.ll | 4 ++--
test/Transforms/HotColdSplit/split-out-dbg-val-of-arg.ll | 4 +---
test/Transforms/HotColdSplit/succ-block-with-self-edge.ll | 4 +---
test/Transforms/HotColdSplit/unwind.ll | 3 +--
25 files changed, 39 insertions(+), 63 deletions(-)
rename test/Transforms/HotColdSplit/{ => X86}/do-not-split.ll (94%)
rename test/Transforms/HotColdSplit/{ => X86}/extraction-subregion-breaks-phis.ll (97%)
--
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 aarch64/sve-acle-branch
in repository gcc.
from 99393024804 [SVE ACLE] Implements svdiv and svdivr
new 33b76de8ef5 [SVE ACLE] Implements svmulh
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/config/aarch64/aarch64-sve-builtins.c | 14 ++
gcc/config/aarch64/aarch64-sve.md | 50 +++-
gcc/config/aarch64/iterators.md | 2 +
.../gcc.target/aarch64/sve-acle/asm/mulh_s16.c | 254 +++++++++++++++++++++
.../gcc.target/aarch64/sve-acle/asm/mulh_s32.c | 254 +++++++++++++++++++++
.../gcc.target/aarch64/sve-acle/asm/mulh_s64.c | 254 +++++++++++++++++++++
.../gcc.target/aarch64/sve-acle/asm/mulh_s8.c | 254 +++++++++++++++++++++
.../gcc.target/aarch64/sve-acle/asm/mulh_u16.c | 254 +++++++++++++++++++++
.../gcc.target/aarch64/sve-acle/asm/mulh_u32.c | 254 +++++++++++++++++++++
.../gcc.target/aarch64/sve-acle/asm/mulh_u64.c | 254 +++++++++++++++++++++
.../gcc.target/aarch64/sve-acle/asm/mulh_u8.c | 254 +++++++++++++++++++++
gcc/tree-core.h | 8 +-
12 files changed, 2101 insertions(+), 5 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve-acle/asm/mulh_s16.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve-acle/asm/mulh_s32.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve-acle/asm/mulh_s64.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve-acle/asm/mulh_s8.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve-acle/asm/mulh_u16.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve-acle/asm/mulh_u32.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve-acle/asm/mulh_u64.c
create mode 100644 gcc/testsuite/gcc.target/aarch64/sve-acle/asm/mulh_u8.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.