Revert "[ThinLTO] Renaming of function index to module summary index (NFC)"
authorTeresa Johnson <tejohnson@google.com>
Mon, 14 Mar 2016 21:18:10 +0000 (21:18 +0000)
committerTeresa Johnson <tejohnson@google.com>
Mon, 14 Mar 2016 21:18:10 +0000 (21:18 +0000)
commitcec0cae31325ef45950d3a8d0c1f2702df04d689
tree11a78eb4957d801e923aeb457789660798d1b89d
parent9c6cd5df8c1d917084e2cbf8ec8eca6a3550a97e
Revert "[ThinLTO] Renaming of function index to module summary index (NFC)"

This reverts commit r263490. Missed a file.

llvm-svn: 263493
47 files changed:
llvm/include/llvm/Bitcode/BitcodeWriterPass.h
llvm/include/llvm/Bitcode/LLVMBitCodes.h
llvm/include/llvm/Bitcode/ReaderWriter.h
llvm/include/llvm/IR/FunctionInfo.h [new file with mode: 0644]
llvm/include/llvm/LTO/ThinLTOCodeGenerator.h
llvm/include/llvm/Linker/Linker.h
llvm/include/llvm/Object/Binary.h
llvm/include/llvm/Object/FunctionIndexObjectFile.h [moved from llvm/include/llvm/Object/ModuleSummaryIndexObjectFile.h with 56% similarity]
llvm/include/llvm/Transforms/IPO.h
llvm/include/llvm/Transforms/IPO/FunctionImport.h
llvm/include/llvm/Transforms/IPO/PassManagerBuilder.h
llvm/include/llvm/Transforms/Utils/FunctionImportUtils.h
llvm/lib/Bitcode/Reader/BitcodeReader.cpp
llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
llvm/lib/Bitcode/Writer/BitcodeWriterPass.cpp
llvm/lib/IR/CMakeLists.txt
llvm/lib/IR/FunctionInfo.cpp [new file with mode: 0644]
llvm/lib/LTO/ThinLTOCodeGenerator.cpp
llvm/lib/Linker/LinkModules.cpp
llvm/lib/Object/CMakeLists.txt
llvm/lib/Object/FunctionIndexObjectFile.cpp [moved from llvm/lib/Object/ModuleSummaryIndexObjectFile.cpp with 56% similarity]
llvm/lib/Transforms/IPO/FunctionImport.cpp
llvm/lib/Transforms/IPO/PassManagerBuilder.cpp
llvm/lib/Transforms/Utils/FunctionImportUtils.cpp
llvm/test/Bitcode/thinlto-function-summary-callgraph-pgo.ll
llvm/test/Bitcode/thinlto-function-summary-callgraph.ll
llvm/test/Bitcode/thinlto-function-summary-refgraph.ll
llvm/test/Bitcode/thinlto-function-summary.ll
llvm/test/Bitcode/thinlto-summary-linkage-types.ll
llvm/test/Linker/funcimport.ll
llvm/test/Linker/funcimport2.ll
llvm/test/Linker/funcimport_appending_global.ll
llvm/test/Linker/funcimport_comdat.ll
llvm/test/Linker/thinlto_funcimport_debug.ll
llvm/test/ThinLTO/X86/funcimport.ll
llvm/test/Transforms/FunctionImport/adjustable_threshold.ll
llvm/test/Transforms/FunctionImport/funcimport.ll
llvm/test/Transforms/FunctionImport/funcimport_alias.ll
llvm/test/Transforms/FunctionImport/funcimport_debug.ll
llvm/test/tools/gold/X86/pr19901_thinlto.ll
llvm/test/tools/gold/X86/thinlto.ll
llvm/test/tools/gold/X86/thinlto_linkonceresolution.ll
llvm/test/tools/llvm-lto/thinlto.ll
llvm/tools/gold/gold-plugin.cpp
llvm/tools/llvm-as/llvm-as.cpp
llvm/tools/llvm-link/llvm-link.cpp
llvm/tools/llvm-lto/llvm-lto.cpp