[PATCH] D20074: Add support for metadata attachments for global variables.

Peter Collingbourne via llvm-commits llvm-commits at lists.llvm.org
Mon May 9 10:57:27 PDT 2016


pcc created this revision.
pcc added reviewers: aprantl, dexonsmith, dblaikie.
pcc added a subscriber: llvm-commits.

This patch adds an IR, assembly and bitcode representation for metadata
attachments for globals. Future patches will port existing features to use
these new attachments.

http://reviews.llvm.org/D20074

Files:
  docs/BitCodeFormat.rst
  docs/LangRef.rst
  include/llvm/Bitcode/LLVMBitCodes.h
  include/llvm/IR/Function.h
  include/llvm/IR/GlobalObject.h
  include/llvm/IR/GlobalVariable.h
  lib/AsmParser/LLParser.cpp
  lib/AsmParser/LLParser.h
  lib/Bitcode/Reader/BitcodeReader.cpp
  lib/Bitcode/Writer/BitcodeWriter.cpp
  lib/Bitcode/Writer/ValueEnumerator.cpp
  lib/Bitcode/Writer/ValueEnumerator.h
  lib/IR/AsmWriter.cpp
  lib/IR/Function.cpp
  lib/IR/Globals.cpp
  lib/IR/LLVMContextImpl.h
  lib/IR/Metadata.cpp
  test/Assembler/metadata.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D20074.56597.patch
Type: text/x-patch
Size: 25633 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160509/a9fd52c4/attachment.bin>


More information about the llvm-commits mailing list