[PATCH] D15499: Add AlmostReadNone and AlmostArgMemOnly attributes and set it for a few libc functions. Enhance GlobalsAA

Vaivaswatha Nagaraj via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 16 02:35:02 PST 2015


vaivaswatha updated this revision to Diff 42976.
vaivaswatha updated the summary for this revision.
vaivaswatha added a comment.

Changes as per reviews: This change now just adds the two attributes and relevant tests.


http://reviews.llvm.org/D15499

Files:
  docs/LangRef.rst
  include/llvm/Bitcode/LLVMBitCodes.h
  include/llvm/IR/Attributes.td
  include/llvm/IR/Function.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
  test/Bindings/llvm-c/Inputs/invalid.ll.bc
  test/Bindings/llvm-c/invalid-bitcode.test
  test/Bitcode/attributes.ll
  test/Bitcode/compatibility.ll
  test/Bitcode/invalid.ll
  test/Bitcode/invalid.ll.bc
  test/LTO/X86/Inputs/invalid.ll.bc
  test/LTO/X86/invalid.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15499.42976.patch
Type: text/x-patch
Size: 13568 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151216/6f0b52da/attachment.bin>


More information about the llvm-commits mailing list