Finish removing DestroySource.
[oota-llvm.git] / include / llvm / IRReader /
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...