[PATCH] D37581: Implement pagerando wrapper functions to initialize POT register
Stephen Crane via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 27 00:25:31 PDT 2017
rinon updated this revision to Diff 116768.
rinon added a comment.
- Remove pagerando_wrapper attribute and rename pagerando_binned
- Use SmallVector for address useses
- Fix comment style
- Do not pagerando trivial functions with only trap+unreachable
- Use Twine for function name
https://reviews.llvm.org/D37581
Files:
docs/BitCodeFormat.rst
docs/LangRef.rst
include/llvm/Bitcode/LLVMBitCodes.h
include/llvm/IR/Attributes.td
include/llvm/IR/Function.h
include/llvm/InitializePasses.h
include/llvm/LinkAllPasses.h
include/llvm/Transforms/IPO.h
lib/AsmParser/LLLexer.cpp
lib/AsmParser/LLParser.cpp
lib/AsmParser/LLToken.h
lib/Bitcode/Reader/BitcodeReader.cpp
lib/Bitcode/Writer/BitcodeWriter.cpp
lib/IR/Attributes.cpp
lib/IR/Verifier.cpp
lib/LTO/LTOBackend.cpp
lib/Transforms/IPO/CMakeLists.txt
lib/Transforms/IPO/IPO.cpp
lib/Transforms/IPO/PagerandoWrappers.cpp
test/Transforms/PagerandoWrappers/address-taken.ll
test/Transforms/PagerandoWrappers/calls.ll
test/Transforms/PagerandoWrappers/varargs.ll
test/Transforms/PagerandoWrappers/wrapper-body.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37581.116768.patch
Type: text/x-patch
Size: 26623 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170927/0b379403/attachment-0001.bin>
More information about the llvm-commits
mailing list