[PATCH] D31838: Bitcode: Add a string table to the bitcode format.

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 13 10:45:33 PDT 2017


pcc updated this revision to Diff 95165.
pcc added a comment.

- Address review comments


https://reviews.llvm.org/D31838

Files:
  llvm/docs/BitCodeFormat.rst
  llvm/include/llvm/Bitcode/BitcodeReader.h
  llvm/include/llvm/Bitcode/BitcodeWriter.h
  llvm/include/llvm/Bitcode/LLVMBitCodes.h
  llvm/lib/Bitcode/Reader/BitcodeReader.cpp
  llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
  llvm/lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp
  llvm/test/Bitcode/thinlto-alias.ll
  llvm/test/Bitcode/thinlto-function-summary-callgraph-pgo.ll
  llvm/test/Bitcode/thinlto-function-summary-callgraph-profile-summary.ll
  llvm/test/Bitcode/thinlto-function-summary-callgraph.ll
  llvm/test/Bitcode/thinlto-function-summary-originalnames.ll
  llvm/test/Bitcode/thinlto-function-summary-refgraph.ll
  llvm/test/Bitcode/thinlto-function-summary.ll
  llvm/test/ThinLTO/X86/autoupgrade.ll
  llvm/test/ThinLTO/X86/distributed_indexes.ll
  llvm/test/tools/gold/X86/thinlto.ll
  llvm/test/tools/llvm-lto/thinlto.ll
  llvm/tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp
  llvm/tools/llvm-cat/llvm-cat.cpp
  llvm/tools/llvm-modextract/llvm-modextract.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D31838.95165.patch
Type: text/x-patch
Size: 78172 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170413/e5c8d932/attachment.bin>


More information about the llvm-commits mailing list