This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 47898b2812 [OPENMP] Add support for `depend` on `target teams distribut [...]
new 275b0a025a [OPENMP] Add support for `depend` clauses on `target teams d [...]
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 | 2 +-
...=> target_teams_distribute_parallel_for_simd_depend_codegen.cpp} | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)
copy test/OpenMP/{target_teams_distribute_parallel_for_depend_codegen.cpp => targe [...]
--
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 89f8888263 [OPENMP] Add support for `depend` clauses on `target paralle [...]
new 47898b2812 [OPENMP] Add support for `depend` on `target teams distribut [...]
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 | 7 ++++-
...ams_distribute_parallel_for_depend_codegen.cpp} | 34 +++++++++++-----------
2 files changed, 23 insertions(+), 18 deletions(-)
copy test/OpenMP/{target_parallel_for_simd_depend_codegen.cpp => target_teams_dist [...]
--
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 c80d6955e Add an extra test. NFC.
new c7ecd7c51 Fix another case we used the wrong visibility.
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/SymbolTable.cpp | 4 ++--
test/ELF/Inputs/{undef-shared2.s => hidden-shared-err2.s} | 1 -
test/ELF/hidden-shared-err.s | 5 +++++
3 files changed, 7 insertions(+), 3 deletions(-)
copy test/ELF/Inputs/{undef-shared2.s => hidden-shared-err2.s} (62%)
--
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 e628eadf7b4 [GlobalISel][TableGen] Add support for SDNodeXForm
new 1aee848f65f [CodeGen] Skip some instructions that shouldn't affect shri [...]
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/ShrinkWrap.cpp | 10 +++++-----
1 file changed, 5 insertions(+), 5 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 f6b23f240 Fix another case we were using the wrong visibility.
new c80d6955e Add an extra test. 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:
test/ELF/Inputs/{archive2.s => hidden-shared-err.s} | 0
test/ELF/hidden-shared-err.s | 14 ++++++++++++++
2 files changed, 14 insertions(+)
copy test/ELF/Inputs/{archive2.s => hidden-shared-err.s} (100%)
create mode 100644 test/ELF/hidden-shared-err.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 glibc.
from b725132d2b nptl/tst-minstack-throw: Compile in C++11 mode with GNU extensions
new afce1991f6 aarch64: make HWCAP updates less error prone
new 953c49cc3b aarch64: Update bits/hwcap.h for Linux 4.15.
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:
ChangeLog | 16 ++++++++++++++++
sysdeps/unix/sysv/linux/aarch64/bits/hwcap.h | 6 ++++++
sysdeps/unix/sysv/linux/aarch64/dl-procinfo.c | 7 +++++--
sysdeps/unix/sysv/linux/aarch64/dl-procinfo.h | 6 ------
4 files changed, 27 insertions(+), 8 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 559e93a4dfd [SLP] Fix for PR32164: Improve vectorization of reverse ord [...]
new e628eadf7b4 [GlobalISel][TableGen] Add support for SDNodeXForm
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:
.../llvm/CodeGen/GlobalISel/InstructionSelector.h | 16 ++-
.../CodeGen/GlobalISel/InstructionSelectorImpl.h | 28 +++--
.../llvm/Target/GlobalISel/SelectionDAGCompat.td | 6 +
include/llvm/Target/GlobalISel/Target.td | 13 ++
lib/Target/AArch64/AArch64InstrInfo.td | 3 +
lib/Target/AArch64/AArch64InstructionSelector.cpp | 11 ++
test/CodeGen/AArch64/GlobalISel/select-mul.mir | 34 ++++++
test/TableGen/GlobalISelEmitter.td | 84 ++++++++++---
utils/TableGen/GlobalISelEmitter.cpp | 132 +++++++++++++++++----
9 files changed, 274 insertions(+), 53 deletions(-)
create mode 100644 test/CodeGen/AArch64/GlobalISel/select-mul.mir
--
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 f3892b203 Use the combined visibility when computing dso_local.
new f6b23f240 Fix another case we were using the wrong visibility.
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/Relocations.cpp | 2 +-
test/ELF/Inputs/undef-shared2.s | 2 ++
test/ELF/undef-shared2.s | 10 ++++++++++
3 files changed, 13 insertions(+), 1 deletion(-)
create mode 100644 test/ELF/Inputs/undef-shared2.s
create mode 100644 test/ELF/undef-shared2.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 8e297952674 [X86][MMX] Accept UNDEF upper bits for MOVD GR32->MMX
new 559e93a4dfd [SLP] Fix for PR32164: Improve vectorization of reverse ord [...]
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/Vectorize/SLPVectorizer.cpp | 27 ++++++++++------
.../SLPVectorizer/X86/reverse_extract_elements.ll | 36 ++++++++++------------
2 files changed, 33 insertions(+), 30 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 newlib.
from 1d01586b6 newlib: fvprintf: fix get_arg for !_MB_CAPABLE
new 2cb24159f cygwin: add LFS_CFLAGS etc. to confstr/getconf
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:
newlib/libc/include/sys/unistd.h | 4 ++++
winsup/cygwin/sysconf.cc | 6 +++++-
winsup/utils/getconf.c | 4 ++++
3 files changed, 13 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.