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

Peter Collingbourne via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 11 15:53:58 PDT 2017


pcc updated this revision to Diff 94902.
pcc marked 5 inline comments as done.
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.94902.patch
Type: text/x-patch
Size: 82961 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170411/8d250242/attachment-0001.bin>


More information about the llvm-commits mailing list