summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/IPO/FunctionImport.cpp
Commit message (Expand)AuthorAgeFilesLines
* [ThinLTO] Do metadata linking during batch function importingTeresa Johnson2016-01-221-27/+7
* [ThinLTO] Handle an external call from an import to an alias in destTeresa Johnson2016-01-121-0/+2
* [ThinLTO] Use new in-place symbol changes for exporting moduleTeresa Johnson2016-01-081-2/+7
* [ThinLTO] Delay metadata materializtion in function importerTeresa Johnson2016-01-081-4/+9
* [FunctionImport] Move pass into anonymous namespace.Benjamin Kramer2015-12-241-0/+2
* [ThinLTO] Metadata linking for imported functionsTeresa Johnson2015-12-171-1/+23
* Change linkInModule to take a std::unique_ptr.Rafael Espindola2015-12-161-13/+22
* A better attempt to add a missing includeRafael Espindola2015-12-141-1/+0
* Trying to fix the build in a bot.Rafael Espindola2015-12-141-0/+1
* Use diagnostic handler in the LLVMContextRafael Espindola2015-12-141-2/+2
* [ThinLTO] Debug message cleanup (NFC)Teresa Johnson2015-12-101-8/+8
* Don't assign a temporary string to a StringRef.Rafael Espindola2015-12-091-1/+1
* [ThinLTO] FunctionImport pass can take a const index pointer (NFC)Teresa Johnson2015-12-091-3/+3
* The current importing scheme is processing one function at a time,Mehdi Amini2015-12-091-54/+144
* Fix/Improve Debug print in FunctionImport passMehdi Amini2015-12-081-9/+12
* Remove caching in FunctionImport: a Module can't be reused after being linked...Mehdi Amini2015-12-081-20/+13
* [ThinLTO] Support for specifying function index from pass managerTeresa Johnson2015-12-071-11/+28
* clang-format FunctionImport after refactoring (NFC)Mehdi Amini2015-12-031-9/+10
* Refactor FunctionImporter::importFunctions with a helper function to process ...Mehdi Amini2015-12-031-29/+45
* Change ModuleLinker to take a set of GlobalValues to import instead of a sing...Mehdi Amini2015-12-021-1/+5
* Modify FunctionImport to take a callback to load modulesMehdi Amini2015-12-021-4/+7
* Use references now that it is natural to do so.Rafael Espindola2015-12-011-2/+2
* [ThinLTO] Wrap dbgs() output in DEBUG macroTeresa Johnson2015-12-011-5/+5
* [ThinLTO] Remove stale comment (NFC)Teresa Johnson2015-12-011-4/+0
* [ThinLTO] Add option to limit importing based on instruction countTeresa Johnson2015-11-241-0/+12
* [ThinLTO] Refactor function body scan during importing into helper (NFC)Teresa Johnson2015-11-241-36/+27
* [ThinLTO] Enable iterative importing in FunctionImport passTeresa Johnson2015-11-241-2/+36
* [ThinLTO] Fix FunctionImport alias checking and testTeresa Johnson2015-11-241-4/+5
* Add a FunctionImporter helper to perform summary-based cross-module function ...Mehdi Amini2015-11-241-0/+239
OpenPOWER on IntegriCloud