[Coverage] Refactor coverage mapping reader code
[oota-llvm.git] / include / llvm / IRReader /
2015-12-17 Teresa Johnson[ThinLTO] Metadata linking for imported functions
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2014-08-26 Rafael EspindolaPass a MemoryBufferRef when we can avoid taking ownership.
2014-08-26 Rafael EspindolaReturn a std::unique_ptr from the IRReader.h functions...
2014-07-05 Rafael EspindolaMake a helper function static. No functionality change.
2014-06-27 Alp TokerIRReader: don't mark MemoryBuffers const
2014-06-27 Alp TokerParseIR: don't take ownership of the MemoryBuffer
2013-03-26 Chandler CarruthSplit out the IRReader header and the utility functions...