This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 055a3e3225e FastISel: support no-PLT PIC calls on ELF x86_64 new 9a06d0d6246 [X86] Move some of the hasVLX qualified code out of the mai [...] new 8ffae718f06 [X86] Make ISD::INSERT_SUBVECTOR v8i1 legal with AVX512F be [...] new 411b939c3c5 [X86] Group setOperationActions related to vXi1 masks toget [...] new 31be897d38a [X86] Further rearrange the setOperationAction calls to sep [...] new 9affb7358f6 [SelectionDAG] Make getNode calls that take an ArrayRef of [...] new 2955f15b7fc [X86] Add a TODO about v8i1 CONCAT_VECTORS. new 9d3546dc524 [cmake] Fix clang-cl cross-compilation on macOS
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: cmake/platforms/ClangClCMakeCompileRules.cmake | 9 + cmake/platforms/WinMsvc.cmake | 3 + lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 11 +- lib/Target/X86/X86ISelLowering.cpp | 362 ++++++++++++++----------- 4 files changed, 217 insertions(+), 168 deletions(-) create mode 100644 cmake/platforms/ClangClCMakeCompileRules.cmake