This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from a0c1588192c [llvm-exegesis] Create test files in temporary directory.
new b86299ad280 [InstCombine][NFC] Regenerate logical-select.ll test
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/Transforms/InstCombine/logical-select.ll | 180 +++++++++++++-------------
1 file changed, 90 insertions(+), 90 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 7d9ab967e98 [AArch64][SVE] Asm: Support for contiguous ST1 (scalar+imm) [...]
new a0c1588192c [llvm-exegesis] Create test files in temporary directory.
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/tools/llvm-exegesis/BenchmarkResultTest.cpp | 7 ++++++-
1 file changed, 6 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 97cf2229cd [NEON] Support vrndns_f32 intrinsic
new 943029544e [clang-format] Improve Incomplete detection for (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/TokenAnnotator.cpp | 23 ++++++++++----
unittests/Format/FormatTestProto.cpp | 25 ++++++++++++++--
unittests/Format/FormatTestTextProto.cpp | 51 ++++++++++++++++++++++++++++++--
3 files changed, 90 insertions(+), 9 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 5ad3e91517e [NEON] Support intrinsic for scalar and vector versions of [...]
new 3615c167adb [X86] Remove OpndItins/SizeItins from all sse instruction d [...]
new 7d9ab967e98 [AArch64][SVE] Asm: Support for contiguous ST1 (scalar+imm) [...]
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/AArch64/AArch64SVEInstrInfo.td | 13 +
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 40 +-
lib/Target/AArch64/SVEInstrFormats.td | 55 +
lib/Target/X86/X86InstrAVX512.td | 16 +-
lib/Target/X86/X86InstrSSE.td | 1172 ++++++++++-----------
test/MC/AArch64/SVE/st1b-diagnostics.s | 85 ++
test/MC/AArch64/SVE/st1b.s | 104 ++
test/MC/AArch64/SVE/st1d-diagnostics.s | 41 +
test/MC/AArch64/SVE/st1d.s | 32 +
test/MC/AArch64/SVE/st1h-diagnostics.s | 70 ++
test/MC/AArch64/SVE/st1h.s | 80 ++
test/MC/AArch64/SVE/st1w-diagnostics.s | 58 +
test/MC/AArch64/SVE/st1w.s | 56 +
13 files changed, 1199 insertions(+), 623 deletions(-)
create mode 100644 test/MC/AArch64/SVE/st1b-diagnostics.s
create mode 100644 test/MC/AArch64/SVE/st1b.s
create mode 100644 test/MC/AArch64/SVE/st1d-diagnostics.s
create mode 100644 test/MC/AArch64/SVE/st1d.s
create mode 100644 test/MC/AArch64/SVE/st1h-diagnostics.s
create mode 100644 test/MC/AArch64/SVE/st1h.s
create mode 100644 test/MC/AArch64/SVE/st1w-diagnostics.s
create mode 100644 test/MC/AArch64/SVE/st1w.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 982445c2a2a [llvm-exegesis] Run unit tests on more platforms.
new 7f6ed303605 Partially revert r330008.
new 5ad3e91517e [NEON] Support intrinsic for scalar and vector versions of [...]
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:
include/llvm/IR/IntrinsicsARM.td | 8 ++++++--
lib/Target/ARM/ARMInstrVFP.td | 2 +-
test/CodeGen/ARM/vrint.ll | 11 +++++++++++
unittests/tools/llvm-exegesis/X86/InMemoryAssemblerTest.cpp | 8 ++++----
4 files changed, 22 insertions(+), 7 deletions(-)
create mode 100644 test/CodeGen/ARM/vrint.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 clang.
from 606446ccb7 [analyzer] Fix null deref in AnyFunctionCall::getRuntimeDefinition
new 97cf2229cd [NEON] Support vrndns_f32 intrinsic
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/clang/Basic/arm_neon.td | 6 ++++++
lib/CodeGen/CGBuiltin.cpp | 6 ++++++
test/CodeGen/arm-neon-directed-rounding.c | 11 ++++++++++-
3 files changed, 22 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 8c25dcb4b8 [X86] Fix cldemote builtin signature
new 606446ccb7 [analyzer] Fix null deref in AnyFunctionCall::getRuntimeDefinition
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/StaticAnalyzer/Core/CallEvent.cpp | 33 +++++++++++++++++----------------
test/Analysis/undef-call.c | 14 ++++++++++++++
2 files changed, 31 insertions(+), 16 deletions(-)
create mode 100644 test/Analysis/undef-call.c
--
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 47df3d352ba [InstCombine][NFC] Add last few tests with constant mask fo [...]
new 982445c2a2a [llvm-exegesis] Run unit tests on more platforms.
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/tools/CMakeLists.txt | 9 +++----
unittests/tools/llvm-exegesis/CMakeLists.txt | 11 ++++----
.../tools/llvm-exegesis/{ => X86}/CMakeLists.txt | 12 +++------
.../{ => X86}/InMemoryAssemblerTest.cpp | 31 +++++++++++++++++-----
.../{ => X86}/InstructionSnippetGeneratorTest.cpp | 12 +++++----
5 files changed, 45 insertions(+), 30 deletions(-)
copy unittests/tools/llvm-exegesis/{ => X86}/CMakeLists.txt (51%)
rename unittests/tools/llvm-exegesis/{ => X86}/InMemoryAssemblerTest.cpp (78%)
rename unittests/tools/llvm-exegesis/{ => X86}/InstructionSnippetGeneratorTest.cpp (98%)
--
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 7dc3d5f99ac [NFC] fix trivial typos in comments
new 47df3d352ba [InstCombine][NFC] Add last few tests with constant mask fo [...]
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/Transforms/InstCombine/masked-merge.ll | 73 +++++++++++++++++++++++++++--
1 file changed, 69 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 175ae4de8ec [InstCombine][NFC] Add tests for masked merge folding.
new 7dc3d5f99ac [NFC] fix trivial typos in comments
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/Support/CrashRecoveryContext.h | 2 +-
include/llvm/Support/Unicode.h | 2 +-
lib/CodeGen/MachinePipeliner.cpp | 2 +-
lib/Target/AMDGPU/SIISelLowering.cpp | 2 +-
lib/Target/AMDGPU/SIShrinkInstructions.cpp | 2 +-
lib/Target/Hexagon/HexagonNewValueJump.cpp | 2 +-
lib/Target/X86/X86FlagsCopyLowering.cpp | 2 +-
test/CodeGen/SPARC/vector-extract-elt.ll | 2 +-
test/CodeGen/X86/pr29010.ll | 2 +-
9 files changed, 9 insertions(+), 9 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.