This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f0f4b7afaae [NFCI] Fixed buildbots new d4e3b6ef79b [InstCombine] Annotate strdup with deref_or_null new 464b4d0dfb6 [SVE][MVT] Fixed-length vector MVT ranges
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/Analysis/MemoryBuiltins.h | 5 + include/llvm/CodeGen/ValueTypes.td | 118 ++++++------ include/llvm/Support/MachineValueType.h | 202 ++++++++++++--------- lib/Analysis/MemoryBuiltins.cpp | 7 + lib/CodeGen/TargetLoweringBase.cpp | 3 +- lib/Target/AArch64/AArch64ISelLowering.cpp | 8 +- lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 2 +- lib/Target/ARM/ARMISelLowering.cpp | 8 +- lib/Target/Hexagon/HexagonISelLowering.cpp | 6 +- lib/Target/Hexagon/HexagonSubtarget.h | 2 +- lib/Target/Hexagon/HexagonTargetTransformInfo.cpp | 2 + lib/Target/Mips/MipsISelLowering.cpp | 2 +- lib/Target/Mips/MipsSEISelLowering.cpp | 4 +- lib/Target/NVPTX/NVPTXISelLowering.cpp | 2 +- lib/Target/PowerPC/PPCISelLowering.cpp | 4 +- lib/Target/Sparc/SparcISelLowering.cpp | 2 +- lib/Target/SystemZ/SystemZISelLowering.cpp | 6 +- lib/Target/WebAssembly/WebAssemblyISelLowering.cpp | 4 +- lib/Target/X86/X86ISelLowering.cpp | 8 +- lib/Transforms/InstCombine/InstCombineCalls.cpp | 6 + test/Transforms/InstCombine/deref-alloc-fns.ll | 21 +++ test/Transforms/InstCombine/objsize.ll | 6 +- utils/TableGen/CodeGenDAGPatterns.cpp | 10 +- 23 files changed, 256 insertions(+), 182 deletions(-)