Use std::is_sorted instead of manual loops. NFC
[oota-llvm.git] / lib / Object / FunctionIndexObjectFile.cpp
2015-12-03 Mehdi AminiRemove "ExportingModule" from ThinLTO Index (NFC)
2015-11-23 Teresa Johnson[ThinLTO] Deduplicate function index loading into share...
2015-11-19 Mehdi AminiDo not require a Context to extract the FunctionIndex...
2015-11-03 Teresa JohnsonRestore "Support for ThinLTO function importing and...
2015-11-02 Teresa JohnsonRevert "Support for ThinLTO function importing and...
2015-11-02 Teresa JohnsonSupport for ThinLTO function importing and symbol linking.
2015-11-02 Teresa JohnsonClang format a few prior patches (NFC)
2015-10-04 Teresa JohnsonSupport for function summary index bitcode sections...