[PATCH] D49165: Add, and infer, a nofree function attribute

Brian Homerding via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 8 08:58:06 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL365336: Add, and infer, a nofree function attribute (authored by homerdin, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D49165?vs=205113&id=208437#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D49165/new/

https://reviews.llvm.org/D49165

Files:
  llvm/trunk/docs/LangRef.rst
  llvm/trunk/include/llvm/Analysis/MemoryBuiltins.h
  llvm/trunk/include/llvm/Analysis/TargetLibraryInfo.def
  llvm/trunk/include/llvm/Bitcode/LLVMBitCodes.h
  llvm/trunk/include/llvm/IR/Attributes.td
  llvm/trunk/include/llvm/IR/Function.h
  llvm/trunk/lib/Analysis/MemoryBuiltins.cpp
  llvm/trunk/lib/AsmParser/LLLexer.cpp
  llvm/trunk/lib/AsmParser/LLParser.cpp
  llvm/trunk/lib/AsmParser/LLToken.h
  llvm/trunk/lib/Bitcode/Reader/BitcodeReader.cpp
  llvm/trunk/lib/Bitcode/Writer/BitcodeWriter.cpp
  llvm/trunk/lib/IR/Attributes.cpp
  llvm/trunk/lib/IR/Verifier.cpp
  llvm/trunk/lib/Transforms/IPO/FunctionAttrs.cpp
  llvm/trunk/lib/Transforms/Utils/BuildLibCalls.cpp
  llvm/trunk/lib/Transforms/Utils/CodeExtractor.cpp
  llvm/trunk/test/Analysis/TypeBasedAliasAnalysis/functionattrs.ll
  llvm/trunk/test/Bitcode/attributes.ll
  llvm/trunk/test/CodeGen/AMDGPU/inline-attr.ll
  llvm/trunk/test/CodeGen/X86/no-plt-libcalls.ll
  llvm/trunk/test/Feature/OperandBundles/function-attrs.ll
  llvm/trunk/test/Transforms/FunctionAttrs/atomic.ll
  llvm/trunk/test/Transforms/FunctionAttrs/nofree.ll
  llvm/trunk/test/Transforms/FunctionAttrs/operand-bundles-scc.ll
  llvm/trunk/test/Transforms/FunctionAttrs/read_write_returned_arguments_scc.ll
  llvm/trunk/test/Transforms/InferFunctionAttrs/annotate.ll
  llvm/trunk/test/Transforms/InferFunctionAttrs/norecurse_debug.ll
  llvm/trunk/test/Transforms/LICM/strlen.ll
  llvm/trunk/test/Transforms/LoopIdiom/basic.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49165.208437.patch
Type: text/x-patch
Size: 75915 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190708/bfc82061/attachment.bin>


More information about the llvm-commits mailing list