This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from a5df424 [X86][AVX512] Added masked version of combine tests
new 784cb3f [AArch64] Implement lowering of the X constraint on AArch64
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/AArch64/AArch64ISelLowering.cpp | 21 ++++++++
lib/Target/AArch64/AArch64ISelLowering.h | 3 ++
test/CodeGen/AArch64/inlineasm-X-allocation.ll | 17 +++++++
.../{ARM => AArch64}/inlineasm-X-constraint.ll | 59 ++++++++++------------
4 files changed, 68 insertions(+), 32 deletions(-)
create mode 100644 test/CodeGen/AArch64/inlineasm-X-allocation.ll
copy test/CodeGen/{ARM => AArch64}/inlineasm-X-constraint.ll (70%)
--
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 ba198ae Take the API lock in SBThread::IsValid & SBFrame::IsValid.
new e1b2dfa Fix assertion in SymbolFilePDB
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:
source/Plugins/SymbolFile/PDB/SymbolFilePDB.cpp | 4 ++++
1 file changed, 4 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-tools-extra.
from 67d9a7e Fix docs.
new 47fbc04 Trying to fix docs.
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:
clang-tidy/misc/UnconventionalAssignOperatorCheck.cpp | 2 +-
clang-tidy/misc/UnconventionalAssignOperatorCheck.h | 2 +-
docs/ReleaseNotes.rst | 3 ++-
3 files changed, 4 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 llvm.
from bc38c49 Revert "[Mips] Fix use after free."
new a5df424 [X86][AVX512] Added masked version of combine tests
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:
.../X86/vector-shuffle-combining-avx512bw.ll | 112 +++++++++++++++++++++
1 file changed, 112 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 9b6f800 libstdc++/71004 fix recursive_directory_iterator default constructor
new f8570ab [ARM] Add mode to probe_stack set operands
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 | 5 +++++
gcc/config/arm/arm.md | 4 ++--
2 files changed, 7 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 llvm.
from 04c6ebb [Mips] Fix use after free.
new bc38c49 Revert "[Mips] Fix use after free."
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/Mips/AsmParser/MipsAsmParser.cpp | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--
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 fa54202 Enable support for __float128 in Clang and enable it on perti [...]
new e482fa0 [Clang][AVX512] completing missing intrinsics [CVT]
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/avx512fintrin.h | 321 +++++++++++++++++++++++++++++++++++++++-
test/CodeGen/avx512f-builtins.c | 238 +++++++++++++++++++++++++++++
2 files changed, 551 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 dc02050 [mips][microMIPS] Implement LWP and SWP instructions Differen [...]
new 0b6e049 [mips][ias] R_MIPS_(GOT|HI|LO|PC)16 and R_MIPS_GPREL32 do not [...]
new 04c6ebb [Mips] Fix use after free.
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/Target/Mips/AsmParser/MipsAsmParser.cpp | 3 +-
.../Mips/MCTargetDesc/MipsELFObjectWriter.cpp | 21 +++---
test/MC/Mips/got-rel-expr.s | 4 +-
test/MC/Mips/relocation.s | 60 +++++++++++++++-
test/MC/Mips/sort-relocation-table.s | 80 +++++++++++-----------
5 files changed, 112 insertions(+), 56 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 e2ea3e5 * regrename.c (base_reg_class_for_rename): New static functi [...]
new 9b6f800 libstdc++/71004 fix recursive_directory_iterator default constructor
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 | 8 ++++++++
libstdc++-v3/include/experimental/bits/fs_dir.h | 4 ++--
.../filesystem/iterators/recursive_directory_iterator.cc | 10 ++++++++++
3 files changed, 20 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-tools-extra.
from d6dc031 clang-rename tests: move the run lines to the top of the test files
new 67d9a7e Fix docs.
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:
docs/clang-tidy/checks/misc-unconventional-assign-operator.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.