[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 15:30:06 PDT 2015
tejohnson updated this revision to Diff 36449.
tejohnson added a comment.
- Make FunctionIndexBitcodeReader a local variable.
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.36449.patch
Type: text/x-patch
Size: 82312 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151003/7cab3367/attachment.bin>
More information about the llvm-commits
mailing list