This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 72fb4835994 [Tests] Add tests for propagation of undef elements in vector GEPs new 99ef84fa6f8 Add a 'dynamic' parameter to the objectsize intrinsic new 03d9f9c87e0 Reverting r352642 - Handle restore instructions in LiveDebu [...]
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: docs/LangRef.rst | 38 ++-- include/llvm/Analysis/MemoryBuiltins.h | 27 ++- include/llvm/CodeGen/MachineInstr.h | 13 -- include/llvm/IR/Intrinsics.td | 3 +- lib/Analysis/MemoryBuiltins.cpp | 51 +++-- lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 47 +++-- lib/CodeGen/CodeGenPrepare.cpp | 2 +- lib/CodeGen/LiveDebugValues.cpp | 208 ++++++--------------- lib/CodeGen/MachineInstr.cpp | 54 +----- lib/IR/AutoUpgrade.cpp | 4 +- lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp | 3 +- lib/Transforms/InstCombine/InstCombineCalls.cpp | 5 +- .../InstCombine/InstructionCombining.cpp | 4 +- lib/Transforms/Instrumentation/BoundsChecking.cpp | 5 +- test/Assembler/auto_upgrade_intrinsics.ll | 5 +- .../AMDGPU/promote-alloca-mem-intrinsics.ll | 6 +- test/CodeGen/X86/is-constant.ll | 4 +- .../MIR/X86/live-debug-values-restore.mir | 189 ------------------- test/Other/cgscc-libcall-update.ll | 4 +- test/Transforms/CodeGenPrepare/basic.ll | 18 +- .../CodeGenPrepare/crash-on-large-allocas.ll | 4 +- .../InferAddressSpaces/AMDGPU/intrinsics.ll | 12 +- .../InstCombine/builtin-dynamic-object-size.ll | 83 ++++++++ test/Transforms/InstCombine/invoke.ll | 2 +- test/Transforms/InstCombine/memset_chk-1.ll | 8 +- test/Transforms/InstCombine/objsize.ll | 58 +++--- test/Transforms/InstCombine/stpcpy_chk-1.ll | 8 +- test/Transforms/InstCombine/strcpy_chk-1.ll | 10 +- 28 files changed, 328 insertions(+), 547 deletions(-) delete mode 100644 test/DebugInfo/MIR/X86/live-debug-values-restore.mir create mode 100644 test/Transforms/InstCombine/builtin-dynamic-object-size.ll