Pass a MemoryBufferRef when we can avoid taking ownership.
[oota-llvm.git] / include / llvm / IR / GVMaterializer.h
2014-08-26 Rafael EspindolaPass a MemoryBufferRef when we can avoid taking ownership.
2014-06-23 Rafael EspindolaMake ObjectFile and BitcodeReader always own the Memory...
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-06-12 Rafael EspindolaRemove system_error.h.
2014-05-07 Rafael EspindolaStyle update: don't duplicate the function name.
2014-03-06 Chandler Carruth[Layering] Move GVMaterializer.h into the IR library...