This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from dbbccbae975 [CGP] add specialization for memcmp expansion with only one [...] new 0293dd1939a Object: Add version and producer fields to the irsymtab hea [...] new fdc12501773 Bitcode: Write the irsymtab to disk.
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: include/llvm/Bitcode/BitcodeWriter.h | 20 +++++++++- include/llvm/Bitcode/LLVMBitCodes.h | 8 +++- include/llvm/Object/IRSymtab.h | 12 ++++++ lib/Bitcode/Writer/BitcodeWriter.cpp | 44 ++++++++++++++++++++++ lib/Object/CMakeLists.txt | 1 + lib/Object/IRSymtab.cpp | 18 +++++++++ lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp | 2 + test/Bitcode/thinlto-alias.ll | 2 +- .../thinlto-function-summary-callgraph-pgo.ll | 2 +- ...o-function-summary-callgraph-profile-summary.ll | 2 +- ...ion-summary-callgraph-sample-profile-summary.ll | 2 +- test/Bitcode/thinlto-function-summary-callgraph.ll | 2 +- test/Bitcode/thinlto-function-summary-refgraph.ll | 2 +- test/Bitcode/thinlto-function-summary.ll | 2 +- test/Object/X86/irsymtab-asm.ll | 17 +++++++++ .../X86/irsymtab-bad-alias.ll} | 10 ++--- test/Object/X86/irsymtab.ll | 20 ++++++++++ test/ThinLTO/X86/autoupgrade.ll | 2 +- tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp | 6 +++ 19 files changed, 158 insertions(+), 16 deletions(-) create mode 100644 test/Object/X86/irsymtab-asm.ll copy test/{tools/gold/X86/bad-alias.ll => Object/X86/irsymtab-bad-alias.ll} (53%) create mode 100644 test/Object/X86/irsymtab.ll