aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Transforms/Utils/SplitModule.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-06-12Move instances of std::function.Benjamin Kramer1-1/+1
2016-05-04[GlobalDCE, Misc] Don't remove functions referenced by ifuncsDavid Majnemer1-5/+7
2016-04-18[NFC] Header cleanupMehdi Amini1-1/+0
2016-03-31Preserve blockaddress use edges in the module splitter.Evgeniy Stepanov1-45/+46
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