This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from eede34f491c [X86] Use the correct types in some recently added isel patterns.
new af68baa2093 [ThinLTO] Require x86 target for new test
new 0f11eb4472d Clarify wording of a doxygen comment, NFC
new 2d1b15b0368 Fix comments which mixed up 'before' and 'after', NFC
new 1c00edf2e4f [docs] Update usage directive for llvm-cov report -show-functions
new 0f602cf8528 [X86][SLH] Regroup the instructions in isDataInvariantLoad [...]
new 2c5f2079745 [X86][SLH] Add VEX and EVEX conversion instructions to isDa [...]
new 7cd0250e8e6 [X86][SLH] Remove PDEP and PEXT from isDataInvariantLoad
The 7 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/CommandGuide/llvm-cov.rst | 4 +-
include/llvm/IR/DebugInfoMetadata.h | 6 +-
include/llvm/Transforms/Utils/Local.h | 2 +-
lib/Target/X86/X86SpeculativeLoadHardening.cpp | 115 +++++++++++----------
lib/Transforms/Utils/Local.cpp | 4 +-
.../FunctionImport/funcimport_resolved.ll | 2 +
6 files changed, 72 insertions(+), 61 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 lldb.
from 8c95976c6 Make these tests c++ tests so they can be skipped on systems [...]
new 94e219a17 Fix -Wswitch after introduction of clang;:Type::DependentVect [...]
new bdda5c39d [lldb-mi] Make symbol-list-lines.test XFAIL on Windows
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:
lit/tools/lldb-mi/symbol/symbol-list-lines.test | 3 +++
source/Symbol/ClangASTContext.cpp | 4 ++++
2 files changed, 7 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 37f081b80d3 AMDGPU/GlobalISel: Implement select() for 32-bit @llvm.minn [...]
new eede34f491c [X86] Use the correct types in some recently added isel patterns.
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/X86InstrSSE.td | 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 lldb.
from 3a49215fb Fix the libcxx set, multiset, vector and bitset formatters to [...]
new 8c95976c6 Make these tests c++ tests so they can be skipped on systems [...]
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:
.../libcxx/bitset/TestDataFormatterLibcxxBitset.py | 1 +
.../libcxx/vector/TestDataFormatterLibcxxVector.py | 10 ++++++----
2 files changed, 7 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 f173f479c2e [X86][FastISel] Support uitofp with avx512.
new 37f081b80d3 AMDGPU/GlobalISel: Implement select() for 32-bit @llvm.minn [...]
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/AMDGPU/AMDGPUGISel.td | 17 ++++++
lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp | 2 +
.../AMDGPU/GlobalISel/inst-select-maxnum.mir | 66 ++++++++++++++++++++++
.../AMDGPU/GlobalISel/inst-select-minnum.mir | 65 +++++++++++++++++++++
4 files changed, 150 insertions(+)
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/inst-select-maxnum.mir
create mode 100644 test/CodeGen/AMDGPU/GlobalISel/inst-select-minnum.mir
--
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 5119a48bec2 [LTO] Fix linking with an alias defined using another alias.
new f173f479c2e [X86][FastISel] Support uitofp with avx512.
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/X86FastISel.cpp | 34 +++--
.../X86/fast-isel-uint-float-conversion-x86-64.ll | 69 +++++++++
.../CodeGen/X86/fast-isel-uint-float-conversion.ll | 160 +++++++++++++++++++++
3 files changed, 255 insertions(+), 8 deletions(-)
create mode 100644 test/CodeGen/X86/fast-isel-uint-float-conversion-x86-64.ll
create mode 100644 test/CodeGen/X86/fast-isel-uint-float-conversion.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 6716a6f8768 [X86] Correct comment of TEST elimination in BSF/TZCNT
new 5119a48bec2 [LTO] Fix linking with an alias defined using another alias.
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/Linker/IRMover.cpp | 2 +-
...ink-odr-availextern-odr.ll => alias-alias-1.ll} | 5 ++--
test/LTO/Resolution/X86/alias-alias.ll | 27 ++++++++++++++++++++++
3 files changed, 30 insertions(+), 4 deletions(-)
copy test/LTO/Resolution/X86/Inputs/{link-odr-availextern-odr.ll => alias-alias-1. [...]
create mode 100644 test/LTO/Resolution/X86/alias-alias.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 504eed44cd3 AMDGPU/GlobalISel: Implement select() for @llvm.amdgcn.exp
new 3393e5b81db [ThinLTO] Ensure we always select the same function copy to import
new 6716a6f8768 [X86] Correct comment of TEST elimination in BSF/TZCNT
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/Transforms/IPO/FunctionImport.h | 16 ++-
lib/LTO/LTO.cpp | 4 +-
lib/Target/X86/X86ISelLowering.cpp | 4 +-
lib/Transforms/IPO/FunctionImport.cpp | 157 ++++++++++++---------
.../FunctionImport/Inputs/funcimport_resolved1.ll | 34 +++++
.../FunctionImport/Inputs/funcimport_resolved2.ll} | 6 +-
.../FunctionImport/funcimport_resolved.ll | 50 +++++++
tools/llvm-link/llvm-link.cpp | 2 +-
8 files changed, 190 insertions(+), 83 deletions(-)
create mode 100644 test/Transforms/FunctionImport/Inputs/funcimport_resolved1.ll
copy test/{ThinLTO/X86/Inputs/empty_module_with_cache.ll => Transforms/FunctionImp [...]
create mode 100644 test/Transforms/FunctionImport/funcimport_resolved.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 ae0cb25607 [Hexagon] Fix hvx-length feature name in testcases
new ee3e94b568 [ThinLTO] Ensure we always select the same function copy to import
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/BackendUtil.cpp | 5 ++---
1 file changed, 2 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 clang.
from 130cf585e6 Use external layout information to layout bit-fields for MS ABI.
new 2d34629f47 Make BuiltinType constructor private, and befriend ASTContext.
new ae0cb25607 [Hexagon] Fix hvx-length feature name in testcases
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/clang/AST/Type.h | 5 ++++-
test/CodeGen/builtins-hvx128.c | 2 +-
test/CodeGen/builtins-hvx64.c | 2 +-
3 files changed, 6 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.