[PATCH] D53890: [LTO] Record whether LTOUnit splitting is enabled in index
Teresa Johnson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 11 10:35:48 PST 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL350948: [LTO] Record whether LTOUnit splitting is enabled in index (authored by tejohnson, committed by ).
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D53890/new/
https://reviews.llvm.org/D53890
Files:
llvm/trunk/include/llvm/Bitcode/BitcodeReader.h
llvm/trunk/include/llvm/IR/ModuleSummaryIndex.h
llvm/trunk/include/llvm/LTO/LTO.h
llvm/trunk/lib/Analysis/ModuleSummaryAnalysis.cpp
llvm/trunk/lib/Bitcode/Reader/BitcodeReader.cpp
llvm/trunk/lib/Bitcode/Writer/BitcodeWriter.cpp
llvm/trunk/lib/LTO/LTO.cpp
llvm/trunk/lib/Transforms/IPO/LowerTypeTests.cpp
llvm/trunk/lib/Transforms/IPO/ThinLTOBitcodeWriter.cpp
llvm/trunk/lib/Transforms/IPO/WholeProgramDevirt.cpp
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.ll
llvm/trunk/test/LTO/Resolution/X86/export-jumptable.ll
llvm/trunk/test/LTO/Resolution/X86/local-def-dllimport.ll
llvm/trunk/test/LTO/Resolution/X86/lowertypetests.ll
llvm/trunk/test/LTO/Resolution/X86/lto-unit-check.ll
llvm/trunk/test/ThinLTO/X86/cache-icall.ll
llvm/trunk/test/ThinLTO/X86/cfi-devirt.ll
llvm/trunk/test/ThinLTO/X86/cfi-distributed.ll
llvm/trunk/test/ThinLTO/X86/cfi-icall.ll
llvm/trunk/test/ThinLTO/X86/cfi.ll
llvm/trunk/test/ThinLTO/X86/devirt-after-icp.ll
llvm/trunk/test/Transforms/ThinLTOBitcodeWriter/circular-reference.ll
llvm/trunk/test/Transforms/ThinLTOBitcodeWriter/comdat.ll
llvm/trunk/test/Transforms/ThinLTOBitcodeWriter/filter-alias.ll
llvm/trunk/test/Transforms/ThinLTOBitcodeWriter/function-alias.ll
llvm/trunk/test/Transforms/ThinLTOBitcodeWriter/pr33536.ll
llvm/trunk/test/Transforms/ThinLTOBitcodeWriter/split-internal-typeid.ll
llvm/trunk/test/Transforms/ThinLTOBitcodeWriter/split-internal1.ll
llvm/trunk/test/Transforms/ThinLTOBitcodeWriter/split-internal2.ll
llvm/trunk/test/Transforms/ThinLTOBitcodeWriter/split-vfunc-internal.ll
llvm/trunk/test/Transforms/ThinLTOBitcodeWriter/split-vfunc.ll
llvm/trunk/test/Transforms/ThinLTOBitcodeWriter/split.ll
llvm/trunk/test/Transforms/ThinLTOBitcodeWriter/symver.ll
llvm/trunk/test/Transforms/ThinLTOBitcodeWriter/unsplittable.ll
llvm/trunk/test/Transforms/ThinLTOBitcodeWriter/x86/module-asm.ll
llvm/trunk/tools/opt/opt.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D53890.181319.patch
Type: text/x-patch
Size: 37087 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190111/6b1dab81/attachment.bin>
More information about the llvm-commits
mailing list