[PATCH] D31838: Bitcode: Add a string table to the bitcode format.
Peter Collingbourne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 10 11:06:54 PDT 2017
pcc updated this revision to Diff 94581.
pcc added a comment.
- Update some comments
- Move writing the version into a function
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.94581.patch
Type: text/x-patch
Size: 78689 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170410/114dcaf6/attachment.bin>
More information about the llvm-commits
mailing list