| Commit message (Expand) | Author | Age | Files | Lines |
| * | [Object] isNotObjectErrorInvalidFileType: simplify | Fangrui Song | 2019-07-13 | 1 | -13/+10 |
| * | [Object] isNotObjectErrorInvalidFileType: fix use-after-move | Fangrui Song | 2019-07-13 | 1 | -1/+1 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Add vtable anchor to classes. | Richard Trieu | 2018-12-29 | 1 | -0/+1 |
| * | Revert "[ADT] Make Twine's copy constructor private." | Zachary Turner | 2017-10-11 | 1 | -3/+2 |
| * | [ADT] Make Twine's copy constructor private. | Zachary Turner | 2017-10-11 | 1 | -2/+3 |
| * | Make the Error class constructor protected | Mehdi Amini | 2016-11-11 | 1 | -11/+10 |
| * | [Object/ELF] - Make getSymbol() return Error. | George Rimar | 2016-11-03 | 1 | -0/+2 |
| * | Remove LLVM_NOEXCEPT and replace it with noexcept | Reid Kleckner | 2016-10-19 | 1 | -2/+2 |
| * | Add FIXMEs to all derived classes of std::error_category. | Peter Collingbourne | 2016-05-24 | 1 | -0/+3 |
| * | [Object] Move isNotObjectErrorInvalidFileType out of header. | Lang Hames | 2016-05-17 | 1 | -0/+18 |
| * | Change GenericBinaryError to no longer include a FileName, which is then not | Kevin Enderby | 2016-05-06 | 1 | -5/+4 |
| * | Clean up the specific error message for a malformed Mach-O files with bad seg... | Kevin Enderby | 2016-05-05 | 1 | -4/+0 |
| * | Produce another specific error message for a malformed Mach-O file when a load | Kevin Enderby | 2016-05-03 | 1 | -2/+0 |
| * | [Object] Start threading Error through MachOObjectFile construction. | Lang Hames | 2016-03-25 | 1 | -0/+15 |
| * | Represent the dynamic table itself with a DynRegionInfo. | Rafael Espindola | 2016-02-17 | 1 | -2/+0 |
| * | Add dynamic_table iterators back to ELF.h. | Rafael Espindola | 2015-08-07 | 1 | -0/+2 |
| * | Return ErrorOr from getSection. | Rafael Espindola | 2015-07-01 | 1 | -0/+2 |
| * | Factor out the checking of string tables. | Rafael Espindola | 2015-06-29 | 1 | -0/+2 |
| * | Remove object_error::success and use std::error_code() instead | Rui Ueyama | 2015-06-09 | 1 | -1/+0 |
| * | [Object, MachO] Don't crash on invalid MachO segment load commands. | Alexey Samsonov | 2015-06-04 | 1 | -0/+4 |
| * | [Object, MachO] Don't crash on invalid MachO load commands. | Alexey Samsonov | 2015-06-04 | 1 | -0/+2 |
| * | Converting object's error_category to a ManagedStatic to avoid static constru... | Chris Bieneman | 2014-09-19 | 1 | -2/+4 |
| * | LTO: introduce object file-based on-disk module format. | Peter Collingbourne | 2014-09-18 | 1 | -0/+2 |
| * | Added forgotten noexcept. | Abramo Bagnara | 2014-08-18 | 1 | -1/+1 |
| * | Remove unused and odd code. | Rafael Espindola | 2014-06-13 | 1 | -9/+0 |
| * | Don't import error_category into the llvm namespace. | Rafael Espindola | 2014-06-12 | 1 | -2/+2 |
| * | Don't import error_condition into the llvm namespace. | Rafael Espindola | 2014-06-12 | 1 | -3/+5 |
| * | Use std::error_code instead of llvm::error_code. | Rafael Espindola | 2014-06-11 | 1 | -1/+1 |
| * | Mark a few functions noexcept. | Rafael Espindola | 2014-06-10 | 1 | -2/+2 |
| * | Use an enum class. | Rafael Espindola | 2014-06-03 | 1 | -4/+4 |
| * | There is no std::errc::success, remove the llvm one. | Rafael Espindola | 2014-05-31 | 1 | -1/+1 |
| * | Support: Make error_category's constructor public | Justin Bogner | 2014-03-15 | 1 | -4/+4 |
| * | Basic support for parsing Mach-O universal binaries in LLVMObject library | Alexey Samsonov | 2013-06-18 | 1 | -0/+2 |
| * | Don't convert object_error's enum to and from int. | Rafael Espindola | 2013-06-18 | 1 | -4/+4 |
| * | Object: Add proper error handling. | Michael J. Spencer | 2011-06-25 | 1 | -0/+2 |
| * | Add Object/Error. | Michael J. Spencer | 2011-06-25 | 1 | -0/+55 |
| * | Revert r132910 and r132909 on behalf of Michael. They didn't build with clang. | Benjamin Kramer | 2011-06-13 | 1 | -55/+0 |
| * | Add Object/Error. | Michael J. Spencer | 2011-06-13 | 1 | -0/+55 |