Fix/Improve Debug print in FunctionImport pass
[oota-llvm.git] / lib / Transforms / IPO / FunctionImport.cpp
2015-12-08 Mehdi AminiFix/Improve Debug print in FunctionImport pass
2015-12-08 Mehdi AminiRemove caching in FunctionImport: a Module can't be...
2015-12-07 Teresa Johnson[ThinLTO] Support for specifying function index from...
2015-12-03 Mehdi Aminiclang-format FunctionImport after refactoring (NFC)
2015-12-03 Mehdi AminiRefactor FunctionImporter::importFunctions with a helpe...
2015-12-02 Mehdi AminiChange ModuleLinker to take a set of GlobalValues to...
2015-12-02 Mehdi AminiModify FunctionImport to take a callback to load modules
2015-12-01 Rafael EspindolaUse references now that it is natural to do so.
2015-12-01 Teresa Johnson[ThinLTO] Wrap dbgs() output in DEBUG macro
2015-12-01 Teresa Johnson[ThinLTO] Remove stale comment (NFC)
2015-11-24 Teresa Johnson[ThinLTO] Add option to limit importing based on instru...
2015-11-24 Teresa Johnson[ThinLTO] Refactor function body scan during importing...
2015-11-24 Teresa Johnson[ThinLTO] Enable iterative importing in FunctionImport...
2015-11-24 Teresa Johnson[ThinLTO] Fix FunctionImport alias checking and test
2015-11-24 Mehdi AminiAdd a FunctionImporter helper to perform summary-based...