Converting object's error_category to a ManagedStatic to avoid static constructors...
[oota-llvm.git] / lib / Object / Error.cpp
2014-09-19 Chris BienemanConverting object's error_category to a ManagedStatic...
2014-09-18 Peter CollingbourneLTO: introduce object file-based on-disk module format.
2014-08-18 Abramo BagnaraAdded forgotten noexcept.
2014-06-13 Rafael EspindolaRemove unused and odd code.
2014-06-12 Rafael EspindolaDon't import error_category into the llvm namespace.
2014-06-12 Rafael EspindolaDon't import error_condition into the llvm namespace.
2014-06-11 Rafael EspindolaUse std::error_code instead of llvm::error_code.
2014-06-10 Rafael EspindolaMark a few functions noexcept.
2014-06-03 Rafael EspindolaUse an enum class.
2014-05-31 Rafael EspindolaThere is no std::errc::success, remove the llvm one.
2014-03-15 Justin BognerSupport: Make error_category's constructor public
2013-06-18 Alexey SamsonovBasic support for parsing Mach-O universal binaries...
2013-06-18 Rafael EspindolaDon't convert object_error's enum to and from int.
2011-06-25 Michael J. SpencerObject: Add proper error handling.
2011-06-25 Michael J. SpencerAdd Object/Error.
2011-06-13 Benjamin KramerRevert r132910 and r132909 on behalf of Michael. They...
2011-06-13 Michael J. SpencerAdd Object/Error.