Remove caching in FunctionImport: a Module can't be reused after being linked from
[oota-llvm.git] / include / llvm / Transforms / IPO / FunctionImport.h
2015-12-08 Mehdi AminiRemove caching in FunctionImport: a Module can't be...
2015-12-02 Mehdi AminiModify FunctionImport to take a callback to load modules
2015-11-24 Mehdi AminiAdd a FunctionImporter helper to perform summary-based...