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 96061a74 add AR to acronyms of clang-tidy property check
new b7b63b08 [clangd] Fix a link failure in unittests
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/clangd/CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
--
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 e36fcd2da13 [X86][SSE] Fix tests for vector rotates by splat variable.
new 13a2d87d4df [llvm-exegesis] Analysis: Display sched class for instructions.
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:
tools/llvm-exegesis/lib/Analysis.cpp | 59 +++++++++++++++++++++++------------
tools/llvm-exegesis/lib/Analysis.h | 25 ++++++++++++---
tools/llvm-exegesis/llvm-exegesis.cpp | 8 ++---
3 files changed, 64 insertions(+), 28 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 1d6e8c7fc3b [AArch64][SVE] Asm: Support for contiguous PRF prefetch ins [...]
new e36fcd2da13 [X86][SSE] Fix tests for vector rotates by splat variable.
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/X86/vector-rotate-128.ll | 229 +++++++++---------
test/CodeGen/X86/vector-rotate-256.ll | 428 +++++++++++++++-------------------
test/CodeGen/X86/vector-rotate-512.ll | 262 ++++++++++-----------
3 files changed, 426 insertions(+), 493 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 9eb858c859 clang-format: tweak formatting of variable initialization blocks
new 5a50603886 clang-format: Allow optimizer to break template declaration.
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/ClangFormatStyleOptions.rst | 52 ++++++++++++++++++++++++++++++++-----
include/clang/Format/Format.h | 51 ++++++++++++++++++++++++++++++------
lib/Format/ContinuationIndenter.cpp | 8 +++++-
lib/Format/Format.cpp | 22 +++++++++++++---
lib/Format/TokenAnnotator.cpp | 4 ++-
unittests/Format/FormatTest.cpp | 43 ++++++++++++++++++++++++++++--
6 files changed, 158 insertions(+), 22 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 623218cd69 Fix 32-bit buildbots.
new 9eb858c859 clang-format: tweak formatting of variable initialization 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/Format/TokenAnnotator.cpp | 5 +++++
unittests/Format/FormatTest.cpp | 24 ++++++++++++++++++++++++
2 files changed, 29 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 llvm.
from c4ffad9aeb8 [Unix] Indent ChangeStd{in,out}ToBinary.
new 1d6e8c7fc3b [AArch64][SVE] Asm: Support for contiguous PRF prefetch ins [...]
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/AArch64InstrFormats.td | 8 +
lib/Target/AArch64/AArch64SVEInstrInfo.td | 12 ++
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 7 +-
lib/Target/AArch64/SVEInstrFormats.td | 52 ++++++
test/MC/AArch64/SVE/prfb-diagnostics.s | 63 +++++++
test/MC/AArch64/SVE/prfb.s | 194 ++++++++++++++++++++++
test/MC/AArch64/SVE/prfd-diagnostics.s | 63 +++++++
test/MC/AArch64/SVE/prfd.s | 194 ++++++++++++++++++++++
test/MC/AArch64/SVE/prfh-diagnostics.s | 63 +++++++
test/MC/AArch64/SVE/prfh.s | 194 ++++++++++++++++++++++
test/MC/AArch64/SVE/prfw-diagnostics.s | 63 +++++++
test/MC/AArch64/SVE/prfw.s | 194 ++++++++++++++++++++++
test/MC/AArch64/basic-a64-diagnostics.s | 2 +-
13 files changed, 1106 insertions(+), 3 deletions(-)
create mode 100644 test/MC/AArch64/SVE/prfb-diagnostics.s
create mode 100644 test/MC/AArch64/SVE/prfb.s
create mode 100644 test/MC/AArch64/SVE/prfd-diagnostics.s
create mode 100644 test/MC/AArch64/SVE/prfd.s
create mode 100644 test/MC/AArch64/SVE/prfh-diagnostics.s
create mode 100644 test/MC/AArch64/SVE/prfh.s
create mode 100644 test/MC/AArch64/SVE/prfw-diagnostics.s
create mode 100644 test/MC/AArch64/SVE/prfw.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 a899e8e9e49 Remove unused variable introduced in r332336
new c4ffad9aeb8 [Unix] Indent ChangeStd{in,out}ToBinary.
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/Support/Unix/Program.inc | 8 ++++----
1 file changed, 4 insertions(+), 4 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 c69e3598576 [ObjCARC] Prevent code motion into a catchswitch
new a899e8e9e49 Remove unused variable introduced in r332336
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 | 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 master
in repository llvm.
from 0302e7b44f0 Revert "Signal handling should be signal-safe"
new c69e3598576 [ObjCARC] Prevent code motion into a catchswitch
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/ObjCARC/ObjCARCOpts.cpp | 1 +
lib/Transforms/ObjCARC/PtrState.cpp | 5 +++
test/Transforms/ObjCARC/opt-catchswitch.ll | 54 ++++++++++++++++++++++++++++++
3 files changed, 60 insertions(+)
create mode 100644 test/Transforms/ObjCARC/opt-catchswitch.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 llvm.
from 1187b9b7a72 [DebugInfo] Only handle DBG_VALUE in InlineSpiller.
new b60356726cc Signal handling should be signal-safe
new 0302e7b44f0 Revert "Signal handling should be signal-safe"
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:
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.