Changes
Summary
- [tools][remarks-shlib] Don't build libRemarks.so without PIC (details)
- [X86] Rename combineExtInVec to combineEXTEND_VECTOR_INREG. NFCI. (details)
- [MemLoc] Support lllvm.memcpy.inline in MemoryLocation::getForArgument (details)
- JSONCompilationDatabase.cpp - cleanup key parsing error checks. NFCI. (details)
- [X86] combineX86ShufflesRecursively - fix use after move warning. NFCI. (details)
- DWARFYAML::emitDebugSections - fix use after std::move warnings. NFCI. (details)
- [X86] Rename getExtendInVec to getEXTEND_VECTOR_INREG. NFCI. (details)
- [X86][SSE] Enable ZERO_EXTEND_VECTOR_INREG shuffle combining on SSE41 targets. (details)
- [X86][SSE] Fold EXTEND_VECTOR_INREG(EXTEND_VECTOR_INREG(X)) -> EXTEND_VECTOR_INREG(X) (details)
- [Diagnostics] Fixed -Wsizeof-array-div false positive when divisor is sizeof reference type (PR47495) (details)