This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 08b4904 llvm-cxxfilt: filter out invalid manglings
new e7be0ad [sancov] applying blacklist to covered points too
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/tools/sancov/Inputs/src_blacklist.txt | 2 +-
test/tools/sancov/blacklist.test | 26 +++++++++++++++++++++-----
tools/sancov/sancov.cc | 8 ++++++++
3 files changed, 30 insertions(+), 6 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 2a42c3b [AVX-512] Use VSHUF instructions instead of two inserts as fa [...]
new 08b4904 llvm-cxxfilt: filter out invalid manglings
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/tools/llvm-cxxfilt/invalid.test | 6 ++++++
tools/llvm-cxxfilt/llvm-cxxfilt.cpp | 9 ++++++---
2 files changed, 12 insertions(+), 3 deletions(-)
create mode 100644 test/tools/llvm-cxxfilt/invalid.test
--
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 dcf4661 [PM] Add LoopVectorize to the default module pipeline
new 3b137a6 [AVX-512] Add additional test cases for broadcast intrinsics [...]
new 2a42c3b [AVX-512] Use VSHUF instructions instead of two inserts as fa [...]
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/X86/X86InstrAVX512.td | 111 +++++++++---------------------
test/CodeGen/X86/avx512-intrinsics.ll | 51 ++++++++++++++
test/CodeGen/X86/avx512dq-intrinsics.ll | 52 ++++++++++++++
test/CodeGen/X86/avx512dqvl-intrinsics.ll | 29 ++++++++
test/CodeGen/X86/avx512vl-intrinsics.ll | 26 +++++++
test/CodeGen/X86/subvector-broadcast.ll | 18 ++---
6 files changed, 197 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 3a89c35 LowerTypeTests: Implement exporting of type identifiers.
new dcf4661 [PM] Add LoopVectorize to the default module pipeline
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/Passes/PassBuilder.cpp | 4 ----
test/Other/new-pass-manager.ll | 1 +
2 files changed, 1 insertion(+), 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 gcc.
from 044a5ff Daily bump.
new 9b9d7f6 PR target/78516 * config/rs6000/spe.md (mov_si<mode>_e500_s [...]
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 | 13 +++++++++++++
gcc/config/rs6000/spe.md | 26 +++++++++++++-------------
2 files changed, 26 insertions(+), 13 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 3552215 GlobalISel: Implement narrowing for G_LOAD
new 3a89c35 LowerTypeTests: Implement exporting of type identifiers.
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/IR/ModuleSummaryIndex.h | 4 +
lib/Transforms/IPO/LowerTypeTests.cpp | 134 +++++++++++++----
.../LowerTypeTests/Inputs/use-typeid1-typeid2.yaml | 5 +
test/Transforms/LowerTypeTests/export-allones.ll | 159 +++++++++++++++++++++
test/Transforms/LowerTypeTests/export-bytearray.ll | 38 +++++
test/Transforms/LowerTypeTests/export-inline.ll | 33 +++++
test/Transforms/LowerTypeTests/export-single.ll | 17 +++
7 files changed, 359 insertions(+), 31 deletions(-)
create mode 100644 test/Transforms/LowerTypeTests/Inputs/use-typeid1-typeid2.yaml
create mode 100644 test/Transforms/LowerTypeTests/export-allones.ll
create mode 100644 test/Transforms/LowerTypeTests/export-bytearray.ll
create mode 100644 test/Transforms/LowerTypeTests/export-inline.ll
create mode 100644 test/Transforms/LowerTypeTests/export-single.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 b68d770 Add -debug-info-for-profiling to emit more debug info for sam [...]
new cc10c1e Use an actual valid register in test
new cb8c47a GlobalISel: Fix text wrapping in a comment. NFC
new 3552215 GlobalISel: Implement narrowing for G_LOAD
The 3 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/GlobalISel/InstructionSelect.cpp | 3 +--
lib/CodeGen/GlobalISel/LegalizerHelper.cpp | 26 ++++++++++++++++++++++
.../AArch64/GlobalISel/legalize-load-store.mir | 10 +++++++++
test/CodeGen/AArch64/regcoal-physreg.mir | 4 ++--
4 files changed, 39 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 95a3600 LiveIntervalAnalysis: Cleanup; NFC
new b9ac5dc [LV] Run loop-simplify and LCSSA explicitly instead of "requi [...]
new b68d770 Add -debug-info-for-profiling to emit more debug info for sam [...]
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/Target/TargetOptions.h | 8 +++-
lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 6 ++-
lib/CodeGen/AsmPrinter/DwarfUnit.cpp | 15 ++++---
lib/CodeGen/AsmPrinter/DwarfUnit.h | 2 +-
lib/Target/TargetMachine.cpp | 6 +++
lib/Transforms/Vectorize/LoopVectorize.cpp | 18 ++++++---
test/DebugInfo/Generic/gmlt.test | 1 +
test/DebugInfo/Inputs/gmlt.ll | 6 +++
test/Transforms/LoopVectorize/partial-lcssa.ll | 54 ++++++++++++++++++++++++++
test/Transforms/LoopVectorize/pr31190.ll | 12 ++----
10 files changed, 105 insertions(+), 23 deletions(-)
create mode 100644 test/Transforms/LoopVectorize/partial-lcssa.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 4e25126 Add llvm-dis dependency to check-clang.
new d90c50e Add -fdebug-info-for-profiling to emit more debug info for sa [...]
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/Driver/Options.td | 6 ++++++
include/clang/Frontend/CodeGenOptions.def | 3 +++
lib/CodeGen/BackendUtil.cpp | 1 +
lib/CodeGen/CGDebugInfo.cpp | 3 ++-
lib/Driver/Tools.cpp | 4 ++++
lib/Frontend/CompilerInvocation.cpp | 2 ++
test/Driver/clang_f_opts.c | 5 +++++
7 files changed, 23 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 release_40
in repository clang.
from 3a631d5 Merging r292247: -------------------------------------------- [...]
new 8ebd0ff Merging r292119: -------------------------------------------- [...]
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/Basic/Targets.cpp | 2 +-
test/Driver/netbsd.c | 6 ++++++
2 files changed, 7 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.