| Age | Commit message (Expand) | Author |
| 2023-10-12 | Use llvm::endianness::{big,little,native} (NFC) | Kazu Hirata |
| 2021-10-05 | [llvm] Update report_fatal_error calls from raw_string_ostream to use Twine(O... | Simon Pilgrim |
| 2021-09-09 | [yaml2obj][COFF] Allow variable number of directories | Alfonso Sánchez-Beato |
| 2020-06-11 | Re-land "Migrate the rest of COFFObjectFile to Error" | Reid Kleckner |
| 2020-06-05 | Revert "Migrate the rest of COFFObjectFile to Error" | Nico Weber |
| 2020-06-05 | Migrate the rest of COFFObjectFile to Error | Reid Kleckner |
| 2020-05-08 | [COFF] Migrate COFFObjectFile to Expected<T> | Reid Kleckner |
| 2019-08-19 | [Object/COFF.h] - Stop returning std::error_code in a few methods. NFCI. | George Rimar |
| 2019-08-14 | Recommit r368812 "[llvm/Object] - Convert SectionRef::getName() to return Exp... | George Rimar |
| 2019-08-14 | Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expec... | George Rimar |
| 2019-08-14 | [llvm/Object] - Convert SectionRef::getName() to return Expected<> | George Rimar |
| 2019-05-14 | [Object] Change ObjectFile::getSectionContents to return Expected<ArrayRef<ui... | Fangrui Song |
| 2019-05-06 | Remove duplicate assignments. NFCI. | Simon Pilgrim |
| 2019-01-19 | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth |
| 2019-01-07 | [ObjectYAML] [COFF] Support multiple symbols with the same name | Martin Storsjo |
| 2018-11-29 | [obj2yaml] [COFF] Write RVA instead of VA for sections, fix roundtripping exe... | Martin Storsjo |
| 2018-11-11 | [Support] Make error banner optional in logAllUnhandledErrors | Jonas Devlieghere |
| 2018-05-04 | obj2yaml: Correctly round-trip default alignment. | Peter Collingbourne |
| 2018-04-09 | [Debuginfo][COFF] Minimal serialization support for precompiled types records | Alexandre Ganea |
| 2017-12-13 | Remove redundant includes from tools. | Michael Zolotukhin |
| 2017-12-06 | Update obj2yaml and yaml2obj for .debug$H section. | Zachary Turner |
| 2017-06-14 | Resubmit "[codeview] Make obj2yaml/yaml2obj support .debug$S..." | Zachary Turner |
| 2017-06-14 | Revert "[codeview] Make obj2yaml/yaml2obj support .debug$S..." | Zachary Turner |
| 2017-06-14 | [codeview] Make obj2yaml/yaml2obj support .debug$S/T sections. | Zachary Turner |
| 2016-04-20 | Thread Expected<...> up from libObject’s getName() for symbols to allow llv... | Kevin Enderby |
| 2016-03-18 | [obj2yaml, COFF] Assert that the alignment is not bogus | David Majnemer |
| 2016-03-01 | Move ObjectYAML code to a new library. | Rafael Espindola |
| 2015-07-02 | Return ErrorOr from SymbolRef::getName. | Rafael Espindola |
| 2015-06-09 | Remove object_error::success and use std::error_code() instead | Rui Ueyama |
| 2014-11-14 | obj2yaml, yaml2obj: Add support for COFF executables | David Majnemer |
| 2014-10-31 | Object, COFF: Cleanup symbol type code, improve binutils compatibility | David Majnemer |
| 2014-10-10 | obj2yaml, COFF: Handle long section names | David Majnemer |
| 2014-09-15 | MC: Add support for BigObj | David Majnemer |
| 2014-09-10 | Object: Add support for bigobj | David Majnemer |
| 2014-07-03 | Invert the MC -> Object dependency. | Rafael Espindola |
| 2014-06-13 | Remove 'using std::error_code' from tools. | Rafael Espindola |
| 2014-06-12 | Don't use 'using std::error_code' in include/llvm. | Rafael Espindola |
| 2014-05-07 | [obj2yaml] Recognize input file format using llvm::object::ObjectFile | Simon Atanasyan |
| 2014-03-20 | Object: Output .file symbols properly | David Majnemer |
| 2014-03-20 | Object: Abstract out the determination of function line symbols | David Majnemer |
| 2014-03-19 | Object: Provide a richer means of describing auxiliary symbols | David Majnemer |
| 2014-03-18 | [C++11] Change the interface of getCOFF{Section,Relocation,Symbol} to make it... | Alexey Samsonov |
| 2014-02-10 | Change the begin and end methods in ObjectFile to match the style guide. | Rafael Espindola |
| 2014-01-30 | Simplify the handling of iterators in ObjectFile. | Rafael Espindola |
| 2013-10-01 | Remove several unused variables. | Rafael Espindola |
| 2013-06-12 | readobj: Dump PE/COFF optional records. | Rui Ueyama |
| 2013-06-06 | Print symbol names in relocations when dumping COFF as YAML. | Rafael Espindola |
| 2013-06-05 | Move BinaryRef to a new include/llvm/Object/YAML.h file. | Rafael Espindola |
| 2013-05-31 | Rename COFFYaml.h to COFFYAML.h for consistency. | Rafael Espindola |
| 2013-05-31 | Don't allocate temporary string for section data. | Rafael Espindola |