This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 1d7697048 [ELF][MIPS] Make some tests tolerant of exact sections addres [...]
new 46316b4c4 [ELF] Implement scanner for Cortex-A53 Erratum 843419
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/CMakeLists.txt | 1 +
ELF/Config.h | 1 +
ELF/Driver.cpp | 4 +
ELF/Options.td | 3 +
ELF/Writer.cpp | 14 +-
test/ELF/aarch64-cortex-a53-843419-address.s | 138 ++++++++++
test/ELF/aarch64-cortex-a53-843419-cli.s | 10 +
test/ELF/aarch64-cortex-a53-843419-nopatch.s | 338 +++++++++++++++++++++++++
test/ELF/aarch64-cortex-a53-843419-recognize.s | 336 ++++++++++++++++++++++++
test/ELF/aarch64-cortex-a53-843419-thunk.s | 44 ++++
10 files changed, 886 insertions(+), 3 deletions(-)
create mode 100644 test/ELF/aarch64-cortex-a53-843419-address.s
create mode 100644 test/ELF/aarch64-cortex-a53-843419-cli.s
create mode 100644 test/ELF/aarch64-cortex-a53-843419-nopatch.s
create mode 100644 test/ELF/aarch64-cortex-a53-843419-recognize.s
create mode 100644 test/ELF/aarch64-cortex-a53-843419-thunk.s
--
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 263cd359c3d Add REQUIRES asserts in combine_loads_from_build_pair.ll
new 03b74e4166f [x86][AVX512] Lowering kunpack intrinsics to LLVM IR
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/IntrinsicsX86.td | 9 --
lib/IR/AutoUpgrade.cpp | 7 ++
lib/Target/X86/X86ISelLowering.cpp | 47 ++++++++
lib/Target/X86/X86IntrinsicsInfo.h | 3 -
test/CodeGen/X86/avx512-intrinsics-fast-isel.ll | 53 +++++++++
test/CodeGen/X86/avx512-intrinsics-upgrade.ll | 16 ++-
test/CodeGen/X86/avx512-intrinsics.ll | 15 ---
test/CodeGen/X86/avx512bw-intrinsics-fast-isel.ll | 127 ++++++++++++++++++++--
test/CodeGen/X86/avx512bw-intrinsics-upgrade.ll | 39 +++++++
test/CodeGen/X86/avx512bw-intrinsics.ll | 49 ---------
10 files changed, 280 insertions(+), 85 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 6dee2d7289 [OPENMP] Fix assert fail after target implicit map checks.
new 281c360137 [x86][AVX512] Lowering kunpack intrinsics to LLVM IR
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/Headers/avx512bwintrin.h | 6 ++----
lib/Headers/avx512fintrin.h | 2 +-
test/CodeGen/avx512bw-builtins.c | 22 ++++++++++++++++------
test/CodeGen/avx512f-builtins.c | 13 ++++++++++---
4 files changed, 29 insertions(+), 14 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 gcc.
from 0033edb2e9c Correct noexcept mismatch in declarations.
new 321b7c23c7c * tree-ssa-dce.c (simple_dce_from_worklist): Move and rena [...]
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 | 10 +++++++
gcc/tree-ssa-dce.c | 52 ++++++++++++++++++++++++++++++++
gcc/{signop.h => tree-ssa-dce.h} | 19 +++---------
gcc/tree-ssa-pre.c | 65 ++++------------------------------------
4 files changed, 72 insertions(+), 74 deletions(-)
copy gcc/{signop.h => tree-ssa-dce.h} (59%)
--
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 6a943d785 Recommit r319747 "[ELF] - Show copy relocated symbols in a -- [...]
new 1d7697048 [ELF][MIPS] Make some tests tolerant of exact sections addres [...]
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/ELF/mips-64-rels.s | 4 ++--
test/ELF/mips-gprel32-relocs-gp0.s | 6 +++---
test/ELF/mips-gprel32-relocs.s | 6 +++---
test/ELF/mips-n32-rels.s | 4 ++--
4 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 gcc.
from 711e90359fe 2017-12-05 Richard Biener <rguenther(a)suse.de>
new 0033edb2e9c Correct noexcept mismatch in declarations.
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:
libstdc++-v3/ChangeLog | 9 +++++++++
libstdc++-v3/include/bits/fs_fwd.h | 6 +++---
libstdc++-v3/include/bits/fs_ops.h | 2 +-
libstdc++-v3/libsupc++/eh_throw.cc | 6 ++++--
4 files changed, 17 insertions(+), 6 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 ca2a2b3b294 [DAGCombine] Move AND nodes to multiple load leaves
new 263cd359c3d Add REQUIRES asserts in combine_loads_from_build_pair.ll
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/CodeGen/PowerPC/combine_loads_from_build_pair.ll | 2 ++
1 file changed, 2 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 clang.
from 13391081b0 [clang-format] Releasenotes for rL319024 : Add option to gro [...]
new 6dee2d7289 [OPENMP] Fix assert fail after target implicit map checks.
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/Sema/SemaOpenMP.cpp | 59 +++++++++++++++----------------------
test/OpenMP/target_map_messages.cpp | 4 +++
2 files changed, 27 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 glibc.
from 446d22e91d Linux: Implement interfaces for memory protection keys
new f18b8dc7d7 tilegx: work around vector insn bug in gcc
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:
ChangeLog | 14 ++++++++++++++
sysdeps/tile/tilegx/memchr.c | 2 +-
sysdeps/tile/tilegx/rawmemchr.c | 2 +-
sysdeps/tile/tilegx/strchr.c | 6 +++---
sysdeps/tile/tilegx/strchrnul.c | 6 +++---
sysdeps/tile/tilegx/string-endian.h | 25 +++++++++++++++++++++++++
sysdeps/tile/tilegx/strlen.c | 2 +-
sysdeps/tile/tilegx/strnlen.c | 2 +-
sysdeps/tile/tilegx/strrchr.c | 6 +++---
sysdeps/tile/tilegx/strstr.c | 24 ++++++++++++------------
10 files changed, 64 insertions(+), 25 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 cbe99db5558 [X86][AVX512] Tag VPMADD52/VPSADBW instruction scheduler classes
new ca2a2b3b294 [DAGCombine] Move AND nodes to multiple load leaves
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/SelectionDAG/DAGCombiner.cpp | 123 +++++++
test/CodeGen/ARM/and-load-combine.ll | 593 +++++++++++++------------------
2 files changed, 361 insertions(+), 355 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.