[PATCH] D14933: Add the allocsize attribute to LLVM
George Burgess IV via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 21 15:21:01 PST 2016
george.burgess.iv updated this revision to Diff 45604.
george.burgess.iv added a comment.
Herald added a subscriber: joker.eph.
- Rebased
- Added tests for overflow
- Added support in the bitcode reader/writer + tests for it.
http://reviews.llvm.org/D14933
Files:
docs/LangRef.rst
include/llvm/Analysis/MemoryBuiltins.h
include/llvm/Bitcode/LLVMBitCodes.h
include/llvm/IR/Attributes.h
include/llvm/IR/Attributes.td
lib/Analysis/MemoryBuiltins.cpp
lib/AsmParser/LLLexer.cpp
lib/AsmParser/LLParser.cpp
lib/AsmParser/LLParser.h
lib/AsmParser/LLToken.h
lib/Bitcode/Reader/BitcodeReader.cpp
lib/Bitcode/Writer/BitcodeWriter.cpp
lib/IR/AttributeImpl.h
lib/IR/Attributes.cpp
lib/IR/Verifier.cpp
lib/Transforms/InstCombine/InstCombineCalls.cpp
test/Bitcode/attributes.ll
test/Transforms/InstCombine/allocsize.ll
test/Verifier/alloc-size-failedparse.ll
test/Verifier/allocsize.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14933.45604.patch
Type: text/x-patch
Size: 44659 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160121/8aae6942/attachment.bin>
More information about the llvm-commits
mailing list