[PATCH] D12132: TransformUtils: Introduce module splitter.
Peter Collingbourne via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 20 13:34:25 PDT 2015
pcc updated this revision to Diff 32734.
pcc added a comment.
- Remove unneeded dependency, rename CloneDefinition -> ShouldCloneDefinition, add makefile
http://reviews.llvm.org/D12132
Files:
include/llvm/Transforms/Utils/Cloning.h
include/llvm/Transforms/Utils/SplitModule.h
lib/Transforms/Utils/CMakeLists.txt
lib/Transforms/Utils/CloneModule.cpp
lib/Transforms/Utils/SplitModule.cpp
test/CMakeLists.txt
test/lit.cfg
test/tools/llvm-split/alias.ll
test/tools/llvm-split/comdat.ll
test/tools/llvm-split/function.ll
test/tools/llvm-split/global.ll
test/tools/llvm-split/internal.ll
test/tools/llvm-split/unnamed.ll
tools/LLVMBuild.txt
tools/Makefile
tools/llvm-split/CMakeLists.txt
tools/llvm-split/LLVMBuild.txt
tools/llvm-split/Makefile
tools/llvm-split/llvm-split.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D12132.32734.patch
Type: text/x-patch
Size: 19842 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150820/0dce8e70/attachment.bin>
More information about the llvm-commits
mailing list