[PM] Make DominatorTrees (corectly) movable so that we can move them
[oota-llvm.git] / include / llvm / Support / StreamingMemoryObject.h
2014-11-21 Rafael EspindolaFix a silly bug in StreamingMemoryObject.cpp.
2014-11-13 Rafael EspindolaRead 64 bits at a time in the bitcode reader.
2014-11-12 Rafael EspindolaUse the return of readBytes to find out if we are at...
2014-11-12 Rafael EspindolaReturn the number of read bytes in MemoryObject::readBytes.
2014-11-12 Rafael EspindolaMerge StreamableMemoryObject into MemoryObject.