[ARM] Support for ARMv6-Z / ARMv6-ZK missing
[oota-llvm.git] / include / llvm / Support / FileOutputBuffer.h
2015-08-13 Rafael EspindolaReturn ErrorOr from FileOutputBuffer::create. NFC.
2015-02-15 Aaron BallmanRemoving LLVM_DELETED_FUNCTION, as MSVC 2012 was the...
2014-12-12 Rafael EspindolaRemove unused feature. NFC.
2014-09-02 David Blaikieunique_ptrify FileOutputBuffer::FileOutputBuffer
2014-06-12 Rafael EspindolaDon't use 'using std::error_code' in include/llvm.
2014-06-11 Rafael EspindolaUse std::error_code instead of llvm::error_code.
2014-05-18 Craig TopperRemove last uses of OwningPtr from llvm. As far as...
2014-03-05 Ahmed Charles[C++11] Add overloads for externally used OwningPtr...
2012-12-03 Michael J. Spencer[Support] Make FileOutputBuffer work on Windows.
2012-09-17 Craig TopperMark unimplemented copy constructors and copy assignmen...
2012-08-01 Nick KledzikInitial commit of new FileOutputBuffer support class.