| Age | Commit message (Expand) | Author |
| 2016-03-25 | [Object] Make createMachOObjectFile return Expected<...> rather than | Lang Hames |
| 2016-03-25 | [Object] Make MachOObjectFile's constructor private, provide a static create | Lang Hames |
| 2016-03-25 | [Object] Start threading Error through MachOObjectFile construction. | Lang Hames |
| 2016-03-23 | Fix a crash in running llvm-objdump -t with an invalid Mach-O file already | Kevin Enderby |
| 2016-02-29 | Rename embedded bitcode section in MachO | Steven Wu |
| 2016-01-22 | Fix the code that leads to the incorrect trigger of the report_fatal_error() | Kevin Enderby |
| 2016-01-22 | Fix MachOObjectFile::getSymbolName() to not call report_fatal_error() | Kevin Enderby |
| 2016-01-21 | Fix MachOObjectFile::getSymbolSection() to not call report_fatal_error() | Kevin Enderby |
| 2015-12-06 | Use make_range to reduce mentions of iterator type. NFC | Craig Topper |
| 2015-11-12 | [Object, MachO] Mark symbols from DATA and BSS sections as ST_Data | Kuba Brecka |
| 2015-10-08 | Fix a bug in llvm-objdump’s printing of Objective-C meta data | Kevin Enderby |
| 2015-09-22 | Prune trailing whitespaces. | NAKAMURA Takumi |
| 2015-09-22 | Untabify. | NAKAMURA Takumi |
| 2015-09-22 | Reformat blank lines. | NAKAMURA Takumi |
| 2015-09-22 | Reformat comment lines. | NAKAMURA Takumi |
| 2015-09-22 | Reformat. | NAKAMURA Takumi |
| 2015-09-21 | Use makeArrayRef or None to avoid unnecessarily mentioning the ArrayRef type ... | Craig Topper |
| 2015-08-25 | [MachO] Move trivial accessors to header. | Davide Italiano |
| 2015-08-25 | [MachO] Introduce MinVersion API. | Davide Italiano |
| 2015-08-07 | Convert getSymbolSection to return an ErrorOr. | Rafael Espindola |
| 2015-07-07 | Delete UnknownAddress. It is a perfectly valid symbol value. | Rafael Espindola |
| 2015-07-07 | Common symbols don't have a value. | Rafael Espindola |
| 2015-07-07 | Common symbols are not undefined, at least for ObjectFile. | Rafael Espindola |
| 2015-07-07 | Simplify, NFC. | Rafael Espindola |
| 2015-07-06 | Remove getRelocationAddress. | Rafael Espindola |
| 2015-07-03 | Return ErrorOr from getSymbolAddress. | Rafael Espindola |
| 2015-07-03 | Use getValue instead of getAddress in a few MachO only cases. | Rafael Espindola |
| 2015-07-02 | Return ErrorOr from SymbolRef::getName. | Rafael Espindola |
| 2015-06-30 | Use ErrorOr in getRelocationAdress. | Rafael Espindola |
| 2015-06-30 | Implement containsSymbol with other lower level methods. | Rafael Espindola |
| 2015-06-30 | Don't return error_code from a function that doesn't fail. | Rafael Espindola |
| 2015-06-30 | Move function to the only file that uses it. | Rafael Espindola |
| 2015-06-30 | Don't return error_code from a function that doesn't fail. | Rafael Espindola |
| 2015-06-30 | Don't return error_code from a function that doesn't fail. | Rafael Espindola |
| 2015-06-29 | Don't return error_code from function that never fails. | Rafael Espindola |
| 2015-06-26 | Simplify getSymbolType. | Rafael Espindola |
| 2015-06-24 | Make computeSymbolSizes never fail. | Rafael Espindola |
| 2015-06-24 | Add a SymbolRef::getValue. | Rafael Espindola |
| 2015-06-24 | Refactor duplicated code. NFC. | Rafael Espindola |
| 2015-06-24 | Change how symbol sizes are handled in lib/Object. | Rafael Espindola |
| 2015-06-18 | Improve the --expand-relocs handling of MachO. | Rafael Espindola |
| 2015-06-16 | Have MachOObjectFile::isValidArch() accept armv7 | Frederic Riss |
| 2015-06-09 | Remove object_error::success and use std::error_code() instead | Rui Ueyama |
| 2015-06-04 | [Object, MachO] Fixup for r239075: use union to store mach_header and mach_he... | Alexey Samsonov |
| 2015-06-04 | [Object, MachO] Don't crash on incomplete MachO segment load commands. | Alexey Samsonov |
| 2015-06-04 | [Object, MachO] Simplify load segment parsing code. NFC. | Alexey Samsonov |
| 2015-06-04 | [Object, MachO] Don't crash on invalid MachO segment load commands. | Alexey Samsonov |
| 2015-06-04 | [Object, MachO] Don't crash on invalid MachO load commands. | Alexey Samsonov |
| 2015-06-04 | [Object, MachO] Don't crash on parsing invalid MachO header. | Alexey Samsonov |
| 2015-06-04 | [Object, MachO] Remove some code duplication. NFC. | Alexey Samsonov |