summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object/Error.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add FIXMEs to all derived classes of std::error_category.Peter Collingbourne2016-05-241-0/+3
* [Object] Move isNotObjectErrorInvalidFileType out of header.Lang Hames2016-05-171-0/+18
* Change GenericBinaryError to no longer include a FileName, which is then notKevin Enderby2016-05-061-5/+4
* Clean up the specific error message for a malformed Mach-O files with bad seg...Kevin Enderby2016-05-051-4/+0
* Produce another specific error message for a malformed Mach-O file when a loadKevin Enderby2016-05-031-2/+0
* [Object] Start threading Error through MachOObjectFile construction.Lang Hames2016-03-251-0/+15
* Represent the dynamic table itself with a DynRegionInfo.Rafael Espindola2016-02-171-2/+0
* Add dynamic_table iterators back to ELF.h.Rafael Espindola2015-08-071-0/+2
* Return ErrorOr from getSection.Rafael Espindola2015-07-011-0/+2
* Factor out the checking of string tables.Rafael Espindola2015-06-291-0/+2
* Remove object_error::success and use std::error_code() insteadRui Ueyama2015-06-091-1/+0
* [Object, MachO] Don't crash on invalid MachO segment load commands.Alexey Samsonov2015-06-041-0/+4
* [Object, MachO] Don't crash on invalid MachO load commands.Alexey Samsonov2015-06-041-0/+2
* Converting object's error_category to a ManagedStatic to avoid static constru...Chris Bieneman2014-09-191-2/+4
* LTO: introduce object file-based on-disk module format.Peter Collingbourne2014-09-181-0/+2
* Added forgotten noexcept.Abramo Bagnara2014-08-181-1/+1
* Remove unused and odd code.Rafael Espindola2014-06-131-9/+0
* Don't import error_category into the llvm namespace.Rafael Espindola2014-06-121-2/+2
* Don't import error_condition into the llvm namespace.Rafael Espindola2014-06-121-3/+5
* Use std::error_code instead of llvm::error_code.Rafael Espindola2014-06-111-1/+1
* Mark a few functions noexcept.Rafael Espindola2014-06-101-2/+2
* Use an enum class.Rafael Espindola2014-06-031-4/+4
* There is no std::errc::success, remove the llvm one.Rafael Espindola2014-05-311-1/+1
* Support: Make error_category's constructor publicJustin Bogner2014-03-151-4/+4
* Basic support for parsing Mach-O universal binaries in LLVMObject libraryAlexey Samsonov2013-06-181-0/+2
* Don't convert object_error's enum to and from int.Rafael Espindola2013-06-181-4/+4
* Object: Add proper error handling.Michael J. Spencer2011-06-251-0/+2
* Add Object/Error.Michael J. Spencer2011-06-251-0/+55
* Revert r132910 and r132909 on behalf of Michael. They didn't build with clang.Benjamin Kramer2011-06-131-55/+0
* Add Object/Error.Michael J. Spencer2011-06-131-0/+55
OpenPOWER on IntegriCloud