A better attempt to add a missing include
[oota-llvm.git] / lib / Transforms / IPO / FunctionImport.cpp
2015-12-14 Rafael EspindolaA better attempt to add a missing include
2015-12-14 Rafael EspindolaTrying to fix the build in a bot.
2015-12-14 Rafael EspindolaUse diagnostic handler in the LLVMContext
2015-12-10 Teresa Johnson[ThinLTO] Debug message cleanup (NFC)
2015-12-09 Rafael EspindolaDon't assign a temporary string to a StringRef.
2015-12-09 Teresa Johnson[ThinLTO] FunctionImport pass can take a const index...
2015-12-09 Mehdi AminiThe current importing scheme is processing one function...
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...