summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Utils/SplitModule.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-141-5/+7
* [Transforms] Change std::sort to llvm::sort in response to r327219Mandeep Singh Grang2018-04-131-6/+8
* Pass a module reference to CloneModule.Rafael Espindola2018-02-141-1/+1
* Fix more inconsistent line endings. NFC.Dimitry Andric2017-12-181-9/+9
* Add llvm::for_each as a range-based extensions to <algorithm> and make use of...Aaron Ballman2017-11-031-9/+9
* [Transforms] Fix some Clang-tidy modernize and Include What You Use warnings;...Eugene Zelenko2017-10-261-10/+30
* Move instances of std::function.Benjamin Kramer2016-06-121-1/+1
* [GlobalDCE, Misc] Don't remove functions referenced by ifuncsDavid Majnemer2016-05-041-5/+7
* [NFC] Header cleanupMehdi Amini2016-04-181-1/+0
* Preserve blockaddress use edges in the module splitter.Evgeniy Stepanov2016-03-311-45/+46
* Avoid overly large SmallPtrSet/SmallSetMatthias Braun2016-01-301-1/+1
* [SplitModule] In split module utility we should never separate alias with its...Sergei Larin2016-01-281-0/+7
* Add a change accidentally left out from r258100Tobias Edler von Koch2016-01-181-0/+0
* Add to the split module utility an SCC based method which allows not to g...Sergei Larin2016-01-181-19/+188
* TransformUtils: Introduce module splitter.Peter Collingbourne2015-08-211-0/+85
OpenPOWER on IntegriCloud