add the 'alloc' metadata node to represent the size of offset of buffers pointed...
authorNuno Lopes <nunoplopes@sapo.pt>
Mon, 18 Jun 2012 16:04:04 +0000 (16:04 +0000)
committerNuno Lopes <nunoplopes@sapo.pt>
Mon, 18 Jun 2012 16:04:04 +0000 (16:04 +0000)
commitfa7494306bc6fbe16cc82a67b93e762241b26777
treebc87b64fbaa757a52d4a23c4558dcfd002d3085c
parent96ef284da415cccd60cf5066929a4683dec5dd79
add the 'alloc' metadata node to represent the size of offset of buffers pointed to by pointers.
This metadata can be attached to any instruction returning a pointer

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@158660 91177308-0d34-0410-b5e6-96231b3b80d8
docs/LangRef.html
include/llvm/LLVMContext.h
lib/VMCore/LLVMContext.cpp
lib/VMCore/Verifier.cpp
test/Verifier/alloc-1.ll [new file with mode: 0644]
test/Verifier/alloc-2.ll [new file with mode: 0644]