This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 524159d4bed Changing constants in a test (NFC)
new c97ab8f1e3a [Coverage] Take filenames into account when loading functio [...]
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/ProfileData/Coverage/CoverageMapping.h | 3 ++-
lib/ProfileData/Coverage/CoverageMapping.cpp | 6 ++++--
test/tools/llvm-cov/multiple-objects.test | 5 +++++
unittests/ProfileData/CoverageMappingTest.cpp | 19 ++++++++++++++++++-
4 files changed, 29 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 3ce25b339f5 [LV] Fix for PR37248, Broadcast codegen incorrectly assumed [...]
new 524159d4bed Changing constants in a test (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:
.../X86/element-wise-atomic-memory-intrinsics.ll | 75 +++++++++++-----------
1 file changed, 39 insertions(+), 36 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 9454ffe572e AMDGPU: Fix broken check lines in test
new 38dc71ca1e1 [Power9]Legalize and emit code for truncate and convert QP [...]
new 34e0b6a1d63 [AMDGPU] Provide machine -> name mapping
new 3ce25b339f5 [LV] Fix for PR37248, Broadcast codegen incorrectly assumed [...]
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:
.../AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.cpp | 118 ++++----
.../AMDGPU/MCTargetDesc/AMDGPUTargetStreamer.h | 3 +
lib/Target/PowerPC/PPCInstrVSX.td | 16 +-
lib/Transforms/Vectorize/LoopVectorize.cpp | 12 +-
test/CodeGen/PowerPC/f128-truncateNconv.ll | 310 +++++++++++++++++++++
test/Transforms/LoopVectorize/pr37248.ll | 42 +++
6 files changed, 443 insertions(+), 58 deletions(-)
create mode 100644 test/Transforms/LoopVectorize/pr37248.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 80ff171fdc1 [Power9]Legalize and emit code for truncate and convert Qua [...]
new 438411c5078 DAG: Use correct shift width type
new 722943122f9 AMDGPU: Fix broken dynamic vector indexing for packed types
new d60939522ed [docs] Fix a typo in KaleidoscopeJIT tutorial
new 44e89707783 AMDGPU: Don't use undef in a test
new 9454ffe572e AMDGPU: Fix broken check lines in test
The 5 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/tutorial/BuildingAJIT2.rst | 2 +-
lib/CodeGen/SelectionDAG/LegalizeTypes.cpp | 2 +-
lib/Target/AMDGPU/SIISelLowering.cpp | 8 ++--
test/CodeGen/AMDGPU/amdgpu.private-memory.ll | 2 +-
test/CodeGen/AMDGPU/extract_vector_elt-f16.ll | 4 +-
test/CodeGen/AMDGPU/extract_vector_elt-i16.ll | 4 +-
test/CodeGen/AMDGPU/global-smrd-unknown.ll | 4 +-
test/CodeGen/AMDGPU/insert_vector_elt.v2i16.ll | 12 +++---
test/CodeGen/AMDGPU/trunc-bitcast-vector.ll | 53 +++++++++++++-------------
9 files changed, 46 insertions(+), 45 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 147e51b2047 [Power9]Legalize and emit code for truncate and convert QP to DW
new f05af5da1d4 AMDGPU: Use eraseFromParent to delete am instruction when i [...]
new 80ff171fdc1 [Power9]Legalize and emit code for truncate and convert Qua [...]
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:
.../AMDGPU/AMDGPUUnifyDivergentExitNodes.cpp | 9 +-
lib/Target/PowerPC/PPCInstrVSX.td | 10 ++
test/CodeGen/PowerPC/f128-truncateNconv.ll | 152 +++++++++++++++++++++
3 files changed, 168 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 compiler-rt.
from 0bd8497be [sanitizer] Fix InternalMmapVectorNoCtor reserve and resize R [...]
new 6d2f5b966 [sanitizer] Close fd on ReadFromFile error
new 52e511265 [sanitizer] Read file to InternalMmapVectorNoCtor
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/sanitizer_common/sanitizer_common.h | 24 +++++++++++-------
lib/sanitizer_common/sanitizer_file.cc | 43 +++++++++++++++++++++++++++++++--
2 files changed, 56 insertions(+), 11 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 14bd1f8c838 [CodeGenPrepare] Move Extension Instructions Through Logica [...]
new 147e51b2047 [Power9]Legalize and emit code for truncate and convert QP to DW
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/PPCISelLowering.cpp | 5 +
lib/Target/PowerPC/PPCInstrVSX.td | 24 +++-
test/CodeGen/PowerPC/f128-truncateNconv.ll | 195 +++++++++++++++++++++++++++++
3 files changed, 222 insertions(+), 2 deletions(-)
create mode 100644 test/CodeGen/PowerPC/f128-truncateNconv.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 5e9ecae5b3 [OPENMP, NVPTX] Fix linkage of the global entries.
new 22d36a3a09 [lit] Fix running tests that require 'examples'.
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/lit.cfg.py | 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 zorg.
from e025dd6 Add timeouts to tests
new b98a6ad Fix missing args from build.py 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:
test/jenkins/test_build.py | 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 4ad2dcac818 [PowerPC] Unify handling for conversion of FP_TO_INT feedin [...]
new 14bd1f8c838 [CodeGenPrepare] Move Extension Instructions Through Logica [...]
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/CodeGen/CodeGenPrepare.cpp | 41 +++++++
test/CodeGen/X86/cmov.ll | 5 +-
test/CodeGen/X86/ins_subreg_coalesce-1.ll | 2 +-
test/CodeGen/X86/zext-logicop-shift-load.ll | 16 ---
test/Transforms/CodeGenPrepare/X86/ext-logicop.ll | 128 ++++++++++++++++++++++
5 files changed, 172 insertions(+), 20 deletions(-)
create mode 100644 test/Transforms/CodeGenPrepare/X86/ext-logicop.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.