This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 15685126ac Added -fcrash-diagnostics-dir flag
new 2a527c0d94 [AST] Rename some Redeclarable functions to reduce confusion
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/Redeclarable.h | 66 +++++++++++++++++++---------------------
1 file changed, 31 insertions(+), 35 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 2098bf010a [Power9] [CLANG] Add __float128 support for trunc to double [...]
new 15685126ac Added -fcrash-diagnostics-dir flag
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/Driver/Options.td | 1 +
lib/Driver/Driver.cpp | 25 ++++++++++++++++++++-----
test/Driver/crash-diagnostics-dir.c | 6 ++++++
3 files changed, 27 insertions(+), 5 deletions(-)
create mode 100644 test/Driver/crash-diagnostics-dir.c
--
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 7ee7123814d [Power9] Add __float128 builtins for Rounding Operations
new 211f0307b2f Fix line endings. NFCI.
new ae0f1dc9280 [ORC] Rename MaterializationResponsibility::delegate to rep [...]
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/ExecutionEngine/Orc/Core.h | 7 +-
lib/ExecutionEngine/Orc/CompileOnDemandLayer.cpp | 4 +-
lib/ExecutionEngine/Orc/Core.cpp | 19 ++-
test/CodeGen/X86/vector-mul.ll | 90 ++++++-------
test/CodeGen/X86/vector-shift-shl-128.ll | 160 +++++++++++------------
test/CodeGen/X86/vector-shift-shl-256.ll | 104 +++++++--------
unittests/ExecutionEngine/Orc/CoreAPIsTest.cpp | 38 +++++-
7 files changed, 239 insertions(+), 183 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 7b100837117 [WebAssembly] Improve readability of load/stores and tests. NFC.
new 7ee7123814d [Power9] Add __float128 builtins for Rounding Operations
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/PowerPC/PPCISelLowering.cpp | 8 ++++
lib/Target/PowerPC/PPCInstrVSX.td | 14 +++++++
test/CodeGen/PowerPC/f128-rounding.ll | 76 ++++++++++++++++++++++++++++++++++
3 files changed, 98 insertions(+)
create mode 100644 test/CodeGen/PowerPC/f128-rounding.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 gcc.
from 449d9e9b812 Improve code generation for pdp11 target.
new 47d2cd73185 PR middle-end/77357 - strlen of constant strings not folded
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 | 14 +
gcc/builtins.c | 12 +-
gcc/expr.c | 193 ++++++++------
gcc/fold-const.c | 58 ++++-
gcc/fold-const.h | 3 +-
gcc/gimple-fold.c | 145 ++++++++---
gcc/gimple-fold.h | 4 +-
gcc/testsuite/ChangeLog | 9 +
.../gcc.c-torture/execute/builtins/strlen-3.c | 12 +-
gcc/testsuite/gcc.dg/strlenopt-49.c | 53 ++++
gcc/testsuite/gcc.dg/strlenopt-50.c | 116 +++++++++
gcc/testsuite/gcc.dg/strlenopt-51.c | 121 +++++++++
gcc/testsuite/gcc.dg/strlenopt-52.c | 288 +++++++++++++++++++++
13 files changed, 885 insertions(+), 143 deletions(-)
create mode 100644 gcc/testsuite/gcc.dg/strlenopt-49.c
create mode 100644 gcc/testsuite/gcc.dg/strlenopt-50.c
create mode 100644 gcc/testsuite/gcc.dg/strlenopt-51.c
create mode 100644 gcc/testsuite/gcc.dg/strlenopt-52.c
--
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 055303e28f gdb: Use add_setshow_zuinteger_unlimited_cmd in remote.c
new 4b8377e7db MIPS/BFD: Do not redirect to discarded lazy binding stubs
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:
bfd/ChangeLog | 6 ++++
bfd/elfxx-mips.c | 3 +-
ld/ChangeLog | 22 +++++++++++++
ld/testsuite/ld-mips-elf/mips-elf.exp | 36 ++++++++++++++++++++++
ld/testsuite/ld-mips-elf/stub-dynsym-2.dd | 17 ++++++++++
ld/testsuite/ld-mips-elf/stub-dynsym-2.gd | 12 ++++++++
ld/testsuite/ld-mips-elf/stub-dynsym-2.ld | 21 +++++++++++++
ld/testsuite/ld-mips-elf/stub-dynsym-2.s | 2 ++
ld/testsuite/ld-mips-elf/stub-dynsym-2.sd | 5 +++
ld/testsuite/ld-mips-elf/stub-dynsym-discard-2.gd | 12 ++++++++
ld/testsuite/ld-mips-elf/stub-dynsym-discard-2.ld | 22 +++++++++++++
ld/testsuite/ld-mips-elf/stub-dynsym-discard-2.sd | 5 +++
.../ld-mips-elf/stub-dynsym-micromips-2.dd | 16 ++++++++++
.../ld-mips-elf/stub-dynsym-micromips-2.gd | 12 ++++++++
.../ld-mips-elf/stub-dynsym-micromips-2.sd | 5 +++
.../ld-mips-elf/stub-dynsym-micromips-insn32-2.dd | 17 ++++++++++
.../ld-mips-elf/stub-dynsym-micromips-insn32-2.gd | 12 ++++++++
.../ld-mips-elf/stub-dynsym-micromips-insn32-2.sd | 5 +++
18 files changed, 229 insertions(+), 1 deletion(-)
create mode 100644 ld/testsuite/ld-mips-elf/stub-dynsym-2.dd
create mode 100644 ld/testsuite/ld-mips-elf/stub-dynsym-2.gd
create mode 100644 ld/testsuite/ld-mips-elf/stub-dynsym-2.ld
create mode 100644 ld/testsuite/ld-mips-elf/stub-dynsym-2.s
create mode 100644 ld/testsuite/ld-mips-elf/stub-dynsym-2.sd
create mode 100644 ld/testsuite/ld-mips-elf/stub-dynsym-discard-2.gd
create mode 100644 ld/testsuite/ld-mips-elf/stub-dynsym-discard-2.ld
create mode 100644 ld/testsuite/ld-mips-elf/stub-dynsym-discard-2.sd
create mode 100644 ld/testsuite/ld-mips-elf/stub-dynsym-micromips-2.dd
create mode 100644 ld/testsuite/ld-mips-elf/stub-dynsym-micromips-2.gd
create mode 100644 ld/testsuite/ld-mips-elf/stub-dynsym-micromips-2.sd
create mode 100644 ld/testsuite/ld-mips-elf/stub-dynsym-micromips-insn32-2.dd
create mode 100644 ld/testsuite/ld-mips-elf/stub-dynsym-micromips-insn32-2.gd
create mode 100644 ld/testsuite/ld-mips-elf/stub-dynsym-micromips-insn32-2.sd
--
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 8e48754afe3 [Power9] [LLVM] Add __float128 support for trunc to double [...]
new 7b100837117 [WebAssembly] Improve readability of load/stores and tests. NFC.
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/WebAssembly/WebAssemblyInstrAtomics.td | 123 +++--
lib/Target/WebAssembly/WebAssemblyInstrMemory.td | 65 ++-
.../WebAssembly/i32-load-store-alignment.ll | 33 +-
.../WebAssembly/i64-load-store-alignment.ll | 27 +-
test/CodeGen/WebAssembly/offset-atomics.ll | 542 +++++++++++----------
test/CodeGen/WebAssembly/offset.ll | 405 ++++++++++++---
6 files changed, 748 insertions(+), 447 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 compiler-rt.
from 99315cc88 [ASan] Minor ASan error reporting cleanup
new 86c05d404 [libFuzzer] Mutation tracking and logging implemented
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/fuzzer/FuzzerDriver.cpp | 1 +
lib/fuzzer/FuzzerFlags.def | 1 +
lib/fuzzer/FuzzerLoop.cpp | 2 ++
lib/fuzzer/FuzzerMutate.cpp | 66 ++++++++++++++++++++++++-----------
lib/fuzzer/FuzzerMutate.h | 12 +++++--
lib/fuzzer/FuzzerOptions.h | 1 +
test/fuzzer/fuzzer-mutationstats.test | 5 +++
7 files changed, 66 insertions(+), 22 deletions(-)
create mode 100644 test/fuzzer/fuzzer-mutationstats.test
--
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 b0befbe9b lld: add experimental support for SHT_RELR sections.
new 31793feb4 Factor out code to parse -pack-dyn-relocs. NFC.
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:
ELF/Config.h | 4 ++--
ELF/Driver.cpp | 29 ++++++++++++++++-------------
2 files changed, 18 insertions(+), 15 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 d700c295ab8 [globalisel][irtranslator] Add support for atomicrmw and (s [...]
new 88b9c135285 RenameIndependentSubregs: Fix handling of undef tied operands
new 8e48754afe3 [Power9] [LLVM] Add __float128 support for trunc to double [...]
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/IntrinsicsPowerPC.td | 3 +++
lib/CodeGen/RenameIndependentSubregs.cpp | 16 ++++++++++------
lib/Target/PowerPC/PPCInstrVSX.td | 5 ++++-
test/CodeGen/AMDGPU/rename-independent-subregs.mir | 18 ++++++++++++++++++
test/CodeGen/PowerPC/builtins-ppc-p9-f128.ll | 10 ++++++++++
5 files changed, 45 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.