[PATCH] D13107: Support for function summary index bitcode sections and files. Includes bitcode reader/writer support for these sections, and support for creation of combined index files.

Teresa Johnson via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 3 08:22:30 PDT 2015


tejohnson updated this revision to Diff 36432.
tejohnson added a comment.

- Address Mehdi's review comments.


http://reviews.llvm.org/D13107

Files:
  include/llvm/Bitcode/BitcodeWriterPass.h
  include/llvm/Bitcode/BitstreamWriter.h
  include/llvm/Bitcode/LLVMBitCodes.h
  include/llvm/Bitcode/ReaderWriter.h
  include/llvm/IR/FunctionInfo.h
  include/llvm/Object/Binary.h
  include/llvm/Object/FunctionIndexObjectFile.h
  lib/Bitcode/Reader/BitcodeReader.cpp
  lib/Bitcode/Writer/BitcodeWriter.cpp
  lib/Bitcode/Writer/BitcodeWriterPass.cpp
  lib/IR/CMakeLists.txt
  lib/IR/FunctionInfo.cpp
  lib/Object/CMakeLists.txt
  lib/Object/FunctionIndexObjectFile.cpp
  test/Bitcode/thinlto-function-summary.ll
  test/tools/gold/X86/Inputs/thinlto.ll
  test/tools/gold/X86/thinlto.ll
  tools/gold/gold-plugin.cpp
  tools/llvm-as/llvm-as.cpp
  tools/llvm-bcanalyzer/llvm-bcanalyzer.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13107.36432.patch
Type: text/x-patch
Size: 82662 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151003/55cf9eef/attachment.bin>


More information about the llvm-commits mailing list