Use std::is_sorted instead of manual loops. NFC
[oota-llvm.git] / lib / Object / SymbolicFile.cpp
2015-08-28 Rui UeyamaRe-apply r246276 - Object: Teach llvm-ar to create...
2015-08-28 Rui UeyamaRollback r246276 - Object: Teach llvm-ar to create...
2015-08-28 Rui UeyamaObject: Teach llvm-ar to create symbol table for COFF...
2015-02-25 Justin BognerObject: Handle Mach-O kext bundle files
2014-12-09 Rafael EspindolaRename createIRObjectFile to just create.
2014-11-18 Michael J. SpencerSupport ELF files of unknown type.
2014-09-18 Peter CollingbourneLTO: introduce object file-based on-disk module format.
2014-09-03 David Blaikieunique_ptrify IRObjectFile::createIRObjectFile
2014-09-03 David BlaikieEnsure ErrorOr cannot implicitly invoke explicit ctors...
2014-08-19 Rafael EspindolaDon't own the buffer in object::Binary.
2014-07-31 Rafael EspindolaUse std::unique_ptr to make the ownership explicit.
2014-06-24 Rafael EspindolaPass a unique_ptr<MemoryBuffer> to the constructors...
2014-06-23 Rafael EspindolaPass a std::unique_ptr& to the create??? methods is...
2014-06-23 Rafael EspindolaMake ObjectFile and BitcodeReader always own the Memory...
2014-02-21 Rafael EspindolaAdd a SymbolicFile interface between Binary and ObjectFile.