[PATCH] D49362: [ThinLTO] Internalize read only globals
Eugene Leviant via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Nov 10 00:33:58 PST 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rL346584: [ThinLTO] Internalize readonly globals (authored by evgeny777, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D49362?vs=173149&id=173495#toc
Repository:
rL LLVM
https://reviews.llvm.org/D49362
Files:
llvm/trunk/include/llvm/IR/ModuleSummaryIndex.h
llvm/trunk/include/llvm/Transforms/IPO/FunctionImport.h
llvm/trunk/include/llvm/Transforms/Utils/FunctionImportUtils.h
llvm/trunk/lib/Analysis/ModuleSummaryAnalysis.cpp
llvm/trunk/lib/AsmParser/LLParser.cpp
llvm/trunk/lib/Bitcode/Reader/BitcodeReader.cpp
llvm/trunk/lib/Bitcode/Writer/BitcodeWriter.cpp
llvm/trunk/lib/IR/ModuleSummaryIndex.cpp
llvm/trunk/lib/LTO/LTO.cpp
llvm/trunk/lib/LTO/ThinLTOCodeGenerator.cpp
llvm/trunk/lib/Linker/IRMover.cpp
llvm/trunk/lib/Transforms/IPO/FunctionImport.cpp
llvm/trunk/lib/Transforms/Utils/FunctionImportUtils.cpp
llvm/trunk/test/Bitcode/summary_version.ll
llvm/trunk/test/Bitcode/thinlto-alias.ll
llvm/trunk/test/Bitcode/thinlto-alias2.ll
llvm/trunk/test/Bitcode/thinlto-function-summary-callgraph-cast.ll
llvm/trunk/test/Bitcode/thinlto-function-summary-callgraph-pgo.ll
llvm/trunk/test/Bitcode/thinlto-function-summary-callgraph-profile-summary.ll
llvm/trunk/test/Bitcode/thinlto-function-summary-callgraph-relbf.ll
llvm/trunk/test/Bitcode/thinlto-function-summary-callgraph-sample-profile-summary.ll
llvm/trunk/test/Bitcode/thinlto-function-summary-callgraph.ll
llvm/trunk/test/Bitcode/thinlto-function-summary-refgraph.ll
llvm/trunk/test/ThinLTO/X86/Inputs/index-const-prop-alias.ll
llvm/trunk/test/ThinLTO/X86/Inputs/index-const-prop-comdat.ll
llvm/trunk/test/ThinLTO/X86/Inputs/index-const-prop-define-g.ll
llvm/trunk/test/ThinLTO/X86/Inputs/index-const-prop-full-lto.ll
llvm/trunk/test/ThinLTO/X86/Inputs/index-const-prop-gvref.ll
llvm/trunk/test/ThinLTO/X86/Inputs/index-const-prop-linkage.ll
llvm/trunk/test/ThinLTO/X86/Inputs/index-const-prop.ll
llvm/trunk/test/ThinLTO/X86/dot-dumper.ll
llvm/trunk/test/ThinLTO/X86/globals-import-const-fold.ll
llvm/trunk/test/ThinLTO/X86/index-const-prop-O0.ll
llvm/trunk/test/ThinLTO/X86/index-const-prop-alias.ll
llvm/trunk/test/ThinLTO/X86/index-const-prop-comdat.ll
llvm/trunk/test/ThinLTO/X86/index-const-prop-dead.ll
llvm/trunk/test/ThinLTO/X86/index-const-prop-full-lto.ll
llvm/trunk/test/ThinLTO/X86/index-const-prop-gvref.ll
llvm/trunk/test/ThinLTO/X86/index-const-prop-ldst.ll
llvm/trunk/test/ThinLTO/X86/index-const-prop-linkage.ll
llvm/trunk/test/ThinLTO/X86/index-const-prop.ll
llvm/trunk/test/ThinLTO/X86/index-const-prop2.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D49362.173495.patch
Type: text/x-patch
Size: 71038 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181110/0b6c594e/attachment-0001.bin>
More information about the llvm-commits
mailing list