aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/SplitModule.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-01-30Avoid overly large SmallPtrSet/SmallSetMatthias Braun1-1/+1
2016-01-28[SplitModule] In split module utility we should never separate alias with its...Sergei Larin1-0/+7
2016-01-18Add a change accidentally left out from r258100Tobias Edler von Koch1-0/+0
2016-01-18 Add to the split module utility an SCC based method which allows not to g...Sergei Larin1-19/+188
2015-08-21TransformUtils: Introduce module splitter.Peter Collingbourne1-0/+85