1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/test/tools/llvm-split
Evgeniy Stepanov 5fe6dfe713 Preserve blockaddress use edges in the module splitter.
"blockaddress" can not apply to an external function. All
blockaddress constant uses must belong to the same module as the
definition of the target function.

llvm-svn: 265061
2016-03-31 21:55:11 +00:00
..
alias.ll
blockaddress.ll Preserve blockaddress use edges in the module splitter. 2016-03-31 21:55:11 +00:00
comdat.ll
extern_linkage.ll Preserve extern_weak linkage in CloneModule. 2016-03-31 20:21:31 +00:00
function.ll
global.ll
internal.ll
personality.ll Remove personality for declarations in CloneModule. 2016-03-28 21:37:02 +00:00
preserve-locals.ll Add to the split module utility an SCC based method which allows not to globalize any local variables. 2016-01-18 21:07:13 +00:00
scc-alias.ll Add to the split module utility an SCC based method which allows not to globalize any local variables. 2016-01-18 21:07:13 +00:00
scc-callchain.ll Add to the split module utility an SCC based method which allows not to globalize any local variables. 2016-01-18 21:07:13 +00:00
scc-comdat.ll Add to the split module utility an SCC based method which allows not to globalize any local variables. 2016-01-18 21:07:13 +00:00
scc-const-alias.ll [SplitModule] In split module utility we should never separate alias with its aliasee. 2016-01-28 18:59:28 +00:00
scc-constants.ll Add to the split module utility an SCC based method which allows not to globalize any local variables. 2016-01-18 21:07:13 +00:00
scc-cycle.ll Add to the split module utility an SCC based method which allows not to globalize any local variables. 2016-01-18 21:07:13 +00:00
scc-global2global.ll Add to the split module utility an SCC based method which allows not to globalize any local variables. 2016-01-18 21:07:13 +00:00
scc-global-alias.ll [SplitModule] In split module utility we should never separate alias with its aliasee. 2016-01-28 18:59:28 +00:00
unnamed.ll Have a single way for creating unique value names. 2015-11-22 00:16:24 +00:00