This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0c79d1f4e07 Distinguish between code pointer size and DataLayout::getPo [...] new 6163b4af732 Bitcode: Add a string table to the bitcode format. new fc84bd3dbe4 Object: Use offset+size as the irsymtab string representation.
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: docs/BitCodeFormat.rst | 42 ++- include/llvm/Bitcode/BitcodeReader.h | 4 + include/llvm/Bitcode/BitcodeWriter.h | 14 + include/llvm/Bitcode/LLVMBitCodes.h | 14 +- include/llvm/Object/IRSymtab.h | 4 +- lib/Bitcode/Reader/BitcodeReader.cpp | 315 ++++++++++++---- lib/Bitcode/Writer/BitcodeWriter.cpp | 410 ++++++++++----------- lib/Object/IRSymtab.cpp | 3 +- lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp | 2 + test/Bitcode/thinlto-alias.ll | 36 +- .../thinlto-function-summary-callgraph-pgo.ll | 28 +- ...o-function-summary-callgraph-profile-summary.ll | 48 ++- test/Bitcode/thinlto-function-summary-callgraph.ll | 31 +- .../thinlto-function-summary-originalnames.ll | 8 +- test/Bitcode/thinlto-function-summary-refgraph.ll | 59 ++- test/Bitcode/thinlto-function-summary.ll | 25 +- test/ThinLTO/X86/autoupgrade.ll | 6 +- test/ThinLTO/X86/distributed_indexes.ll | 14 +- test/tools/gold/X86/thinlto.ll | 22 +- test/tools/llvm-lto/thinlto.ll | 8 +- tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp | 7 + tools/llvm-cat/llvm-cat.cpp | 9 +- tools/llvm-modextract/llvm-modextract.cpp | 9 +- 23 files changed, 677 insertions(+), 441 deletions(-)