| Commit message (Expand) | Author | Age | Files | Lines |
| * | [BinaryFormat] Teach identify_magic about Tapi files. | Cyndy Ishida | 2019-08-21 | 1 | -0/+1 |
| * | [Object][XCOFF] Add support for 64-bit file header and section header dumping. | Sean Fertile | 2019-07-09 | 1 | -0/+1 |
| * | [XCOFF] Add functionality for parsing AIX XCOFF object file headers | Hubert Tong | 2019-04-04 | 1 | -0/+1 |
| * | [Object] Add basic minidump support | Pavel Labath | 2019-03-21 | 1 | -0/+1 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Update a few switch statements to handle file_magic::pdb. | Zachary Turner | 2018-03-07 | 1 | -0/+1 |
| * | Convert the last uses of ErrorOr in include/llvm/Object. | Rafael Espindola | 2017-10-11 | 1 | -2/+4 |
| * | Move Object format code to lib/BinaryFormat. | Zachary Turner | 2017-06-07 | 1 | -30/+32 |
| * | Sort the remaining #include lines in include/... and lib/.... | Chandler Carruth | 2017-06-06 | 1 | -1/+1 |
| * | [Object] Fix some Clang-tidy modernize and Include What You Use warnings; oth... | Eugene Zelenko | 2017-04-19 | 1 | -3/+11 |
| * | [WebAssembly] Add llvm-objdump support for wasm file format | Derek Schuff | 2016-11-30 | 1 | -0/+1 |
| * | Fix -Wswitch. | Rui Ueyama | 2016-11-15 | 1 | -0/+1 |
| * | Bitcode: Change module reader functions to return an llvm::Expected. | Peter Collingbourne | 2016-11-13 | 1 | -4/+4 |
| * | Replace "fallthrough" comments with LLVM_FALLTHROUGH | Justin Bogner | 2016-08-17 | 1 | -1/+1 |
| * | Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to... | Kevin Enderby | 2016-04-06 | 1 | -7/+7 |
| * | Re-apply r246276 - Object: Teach llvm-ar to create symbol table for COFF shor... | Rui Ueyama | 2015-08-28 | 1 | -1/+4 |
| * | Rollback r246276 - Object: Teach llvm-ar to create symbol table for COFF shor... | Rui Ueyama | 2015-08-28 | 1 | -46/+1 |
| * | Object: Teach llvm-ar to create symbol table for COFF short import files. | Rui Ueyama | 2015-08-28 | 1 | -1/+46 |
| * | Object: Handle Mach-O kext bundle files | Justin Bogner | 2015-02-25 | 1 | -0/+1 |
| * | Rename createIRObjectFile to just create. | Rafael Espindola | 2014-12-09 | 1 | -2/+2 |
| * | Support ELF files of unknown type. | Michael J. Spencer | 2014-11-18 | 1 | -0/+1 |
| * | LTO: introduce object file-based on-disk module format. | Peter Collingbourne | 2014-09-18 | 1 | -3/+17 |
| * | unique_ptrify IRObjectFile::createIRObjectFile | David Blaikie | 2014-09-03 | 1 | -2/+1 |
| * | Ensure ErrorOr cannot implicitly invoke explicit ctors of the underlying type. | David Blaikie | 2014-09-03 | 1 | -1/+2 |
| * | Don't own the buffer in object::Binary. | Rafael Espindola | 2014-08-19 | 1 | -9/+7 |
| * | Use std::unique_ptr to make the ownership explicit. | Rafael Espindola | 2014-07-31 | 1 | -1/+1 |
| * | Pass a unique_ptr<MemoryBuffer> to the constructors in the Binary hierarchy. | Rafael Espindola | 2014-06-24 | 1 | -3/+4 |
| * | Pass a std::unique_ptr& to the create??? methods is lib/Object. | Rafael Espindola | 2014-06-23 | 1 | -2/+3 |
| * | Make ObjectFile and BitcodeReader always own the MemoryBuffer. | Rafael Espindola | 2014-06-23 | 1 | -9/+5 |
| * | Add a SymbolicFile interface between Binary and ObjectFile. | Rafael Espindola | 2014-02-21 | 1 | -0/+67 |