This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from bed04b64f4a [MergeICmps] Handle chains with several complex BCE basic blocks.
new e2da79543b4 [AArch64][SVE] Asm: Add AND_ZI instructions and aliases
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/AArch64SVEInstrInfo.td | 2 +
.../AArch64/Disassembler/AArch64Disassembler.cpp | 20 ++++
.../AArch64/MCTargetDesc/AArch64AddressingModes.h | 11 +++
lib/Target/AArch64/SVEInstrFormats.td | 103 +++++++++++++++++++++
test/MC/AArch64/SVE/and-diagnostics.s | 52 +++++++++++
test/MC/AArch64/SVE/and.s | 56 +++++++++++
6 files changed, 244 insertions(+)
create mode 100644 test/MC/AArch64/SVE/and-diagnostics.s
create mode 100644 test/MC/AArch64/SVE/and.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 clang.
from 56c9688f15 Test commit - fixing a comment.
new 10aaabb25a Unittests misc. typos
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:
unittests/Format/CleanupTest.cpp | 2 +-
unittests/Rename/RenameMemberTest.cpp | 2 +-
unittests/StaticAnalyzer/AnalyzerOptionsTest.cpp | 4 ++--
unittests/Tooling/RefactoringActionRulesTest.cpp | 2 +-
4 files 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 llvm.
from f53fdc23081 [X86][SSE] Add PACKSS support for truncation of clamped values
new bed04b64f4a [MergeICmps] Handle chains with several complex BCE basic blocks.
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/Scalar/MergeICmps.cpp | 7 +--
test/Transforms/MergeICmps/X86/two-complex-bb.ll | 58 ++++++++++++++++++++++++
2 files changed, 62 insertions(+), 3 deletions(-)
create mode 100644 test/Transforms/MergeICmps/X86/two-complex-bb.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 lld.
from 0562fbe35 Revert r324322 "[ELF] - Use InitTargetOptionsFromCodeGenFlags [...]
new 6edc1d13b [ELF] - Re-commit r324322 "Use InitTargetOptionsFromCodeGenFl [...]
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/Driver.cpp | 22 ++++++++++------------
test/ELF/lto-plugin-ignore.s | 11 ++++++-----
2 files changed, 16 insertions(+), 17 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 7a14dfdd147 [PowerPC] fix up in rL324229, NFC
new f53fdc23081 [X86][SSE] Add PACKSS support for truncation of clamped values
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/X86/X86ISelLowering.cpp | 10 +++++--
test/CodeGen/X86/vector-trunc-ssat.ll | 54 +++++------------------------------
2 files changed, 15 insertions(+), 49 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 a6469cd80d [clang-format] Adds space around angle brackets in text protos
new 56c9688f15 Test commit - fixing a comment.
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/Format/ContinuationIndenter.h | 4 ++--
1 file 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 llvm.
from 63cc6a2391b [DeadArgumentElim] Set pointer to DISubprogram before calli [...]
new 7a14dfdd147 [PowerPC] fix up in rL324229, 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/PowerPC/PPCCTRLoops.cpp | 2 +-
1 file changed, 1 insertion(+), 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 release_60
in repository clang.
from 1bfd05a5a2 Merging r324059: ------------------------------------------- [...]
new 51390c5926 Merging r323904: ------------------------------------------- [...]
new 11cd7cef1e Merging r324246: ------------------------------------------- [...]
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/Format/TokenAnnotator.cpp | 21 ++++----
lib/Format/UnwrappedLineParser.cpp | 60 +++++++++++++--------
lib/Format/UnwrappedLineParser.h | 21 ++++++--
unittests/Format/FormatTest.cpp | 108 +++++++++++++++++++++++++++++++------
4 files changed, 159 insertions(+), 51 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 e77fed9693 Fix crash on invalid.
new a6469cd80d [clang-format] Adds space around angle brackets in text protos
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/Format/ContinuationIndenter.cpp | 5 +-
lib/Format/FormatToken.h | 10 +++-
lib/Format/TokenAnnotator.cpp | 46 ++++++++++++++---
unittests/Format/FormatTestProto.cpp | 16 +++---
unittests/Format/FormatTestRawStrings.cpp | 10 ++--
unittests/Format/FormatTestTextProto.cpp | 86 +++++++++++++++----------------
6 files changed, 108 insertions(+), 65 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 71aa429b02 Record CVE-2018-6551 in NEWS and ChangeLog [BZ #22774]
new 6d7aa2b531 getlogin_r: switch Linux variant to struct scratch_buffer
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 | 6 ++++++
sysdeps/unix/sysv/linux/getlogin_r.c | 34 +++++++++++++---------------------
2 files changed, 19 insertions(+), 21 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.