aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Object/SymbolicFile.cpp
AgeCommit message (Expand)AuthorFilesLines
2022-03-12Cleanup includes: DebugInfo & CodeGenserge-sans-paille1-1/+0
2022-02-10Cleanup LLVMObject headersserge-sans-paille1-5/+5
2021-07-20[SystemZ][z/OS] Add GOFF support to file magic identificationAnirudh Prasad1-0/+2
2020-11-09Recommit: [llvm-readelf/obj] - Allow dumping of ELF header even if some eleme...Georgii Rymar1-3/+3
2020-11-09Revert "[llvm-readelf/obj] - Allow dumping of ELF header even if some element...Georgii Rymar1-3/+3
2020-11-09[llvm-readelf/obj] - Allow dumping of ELF header even if some elements are co...Georgii Rymar1-3/+3
2020-10-01[Archive] Don't throw away errors for malformed archive membersJames Henderson1-13/+40
2020-02-10Revert "Remove redundant "std::move"s in return statements"Bill Wendling1-2/+2
2020-02-10Remove redundant "std::move"s in return statementsBill Wendling1-2/+2
2019-08-21[BinaryFormat] Teach identify_magic about Tapi files.Cyndy Ishida1-0/+1
2019-07-09[Object][XCOFF] Add support for 64-bit file header and section header dumping.Sean Fertile1-0/+1
2019-04-04[XCOFF] Add functionality for parsing AIX XCOFF object file headersHubert Tong1-0/+1
2019-03-21[Object] Add basic minidump supportPavel Labath1-0/+1
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-03-07Update a few switch statements to handle file_magic::pdb.Zachary Turner1-0/+1
2017-10-11Convert the last uses of ErrorOr in include/llvm/Object.Rafael Espindola1-2/+4
2017-06-07Move Object format code to lib/BinaryFormat.Zachary Turner1-30/+32
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth1-1/+1
2017-04-19[Object] Fix some Clang-tidy modernize and Include What You Use warnings; oth...Eugene Zelenko1-3/+11
2016-11-30[WebAssembly] Add llvm-objdump support for wasm file formatDerek Schuff1-0/+1
2016-11-15Fix -Wswitch.Rui Ueyama1-0/+1
2016-11-13Bitcode: Change module reader functions to return an llvm::Expected.Peter Collingbourne1-4/+4
2016-08-17Replace "fallthrough" comments with LLVM_FALLTHROUGHJustin Bogner1-1/+1
2016-04-06Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...Kevin Enderby1-7/+7
2015-08-28Re-apply r246276 - Object: Teach llvm-ar to create symbol table for COFF shor...Rui Ueyama1-1/+4
2015-08-28Rollback r246276 - Object: Teach llvm-ar to create symbol table for COFF shor...Rui Ueyama1-46/+1
2015-08-28Object: Teach llvm-ar to create symbol table for COFF short import files.Rui Ueyama1-1/+46
2015-02-25Object: Handle Mach-O kext bundle filesJustin Bogner1-0/+1
2014-12-09Rename createIRObjectFile to just create.Rafael Espindola1-2/+2
2014-11-18Support ELF files of unknown type.Michael J. Spencer1-0/+1
2014-09-18LTO: introduce object file-based on-disk module format.Peter Collingbourne1-3/+17
2014-09-03unique_ptrify IRObjectFile::createIRObjectFileDavid Blaikie1-2/+1
2014-09-03Ensure ErrorOr cannot implicitly invoke explicit ctors of the underlying type.David Blaikie1-1/+2
2014-08-19Don't own the buffer in object::Binary.Rafael Espindola1-9/+7
2014-07-31Use std::unique_ptr to make the ownership explicit.Rafael Espindola1-1/+1
2014-06-24Pass a unique_ptr<MemoryBuffer> to the constructors in the Binary hierarchy.Rafael Espindola1-3/+4
2014-06-23Pass a std::unique_ptr& to the create??? methods is lib/Object.Rafael Espindola1-2/+3
2014-06-23Make ObjectFile and BitcodeReader always own the MemoryBuffer.Rafael Espindola1-9/+5
2014-02-21Add a SymbolicFile interface between Binary and ObjectFile.Rafael Espindola1-0/+67