summaryrefslogtreecommitdiff
path: root/llvm/lib/Object/Binary.cpp
AgeCommit message (Expand)Author
2025-08-04[DirectX] Add ObjectFile boilerplate for objdump (#151434)Chris B
2024-01-16[clang][Driver] Don't ignore -gmodules .gch files (#77711)Michael Spencer
2023-12-13[LLVM] Add file magic detection for SPIR-V files. (#75363)Joseph Huber
2023-10-05Reland "[HIP] Support compressing device binary"Yaxun (Sam) Liu
2023-10-05Revert "[HIP] Support compressing device binary (#67162)"Yaxun (Sam) Liu
2023-10-04[HIP] Support compressing device binary (#67162)Yaxun (Sam) Liu
2022-08-24Add MachO MH_FILESET support to objdumpPeter Cooper
2022-06-01[Binary] Promote OffloadBinary to inherit from BinaryJoseph Huber
2022-05-02[NFC] Add missing switch casesChris Bieneman
2022-03-14[CUDA] Add CUDA fatbinary magicJoseph Huber
2022-02-10Cleanup LLVMObject headersserge-sans-paille
2021-07-20[SystemZ][z/OS] Add GOFF support to file magic identificationAnirudh Prasad
2021-03-25[NFC] Reordering parameters in getFile and getFileOrSTDINAbhina Sreeskantharajan
2020-11-09Recommit: [llvm-readelf/obj] - Allow dumping of ELF header even if some eleme...Georgii Rymar
2020-11-09Revert "[llvm-readelf/obj] - Allow dumping of ELF header even if some element...Georgii Rymar
2020-11-09[llvm-readelf/obj] - Allow dumping of ELF header even if some elements are co...Georgii Rymar
2020-08-25[llvm-lipo] Add support for bitcode filesAdrien Guinet
2019-08-21[Object] Add tapi files to objectCyndy Ishida
2019-08-21[BinaryFormat] Teach identify_magic about Tapi files.Cyndy Ishida
2019-07-09[Object][XCOFF] Add support for 64-bit file header and section header dumping.Sean Fertile
2019-04-04[XCOFF] Add functionality for parsing AIX XCOFF object file headersHubert Tong
2019-03-21[Object] Add basic minidump supportPavel Labath
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-09Don't require a null terminator when loading objectsDavid Major
2018-03-07Update a few switch statements to handle file_magic::pdb.Zachary Turner
2017-06-07Move Object format code to lib/BinaryFormat.Zachary Turner
2017-06-06Sort the remaining #include lines in include/... and lib/....Chandler Carruth
2017-05-20Add functionality to cvtres to parse all entries in res file.Eric Beckmann
2017-04-19[Object] Fix some Clang-tidy modernize and Include What You Use warnings; oth...Eugene Zelenko
2016-11-30[WebAssembly] Add llvm-objdump support for wasm file formatDerek Schuff
2016-11-15Fix -Wswitch.Rui Ueyama
2016-06-29Change Archive::create() from ErrorOr<...> to Expected<...> and updateKevin Enderby
2016-06-27Change all but the last ErrorOr<...> use for MachOUniversalBinary to Expected...Kevin Enderby
2016-04-06Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...Kevin Enderby
2015-02-25Object: Handle Mach-O kext bundle filesJustin Bogner
2014-11-18Support ELF files of unknown type.Michael J. Spencer
2014-09-03unique_ptrify MachOUniversalBinary::createDavid Blaikie
2014-09-03Ensure ErrorOr cannot implicitly invoke explicit ctors of the underlying type.David Blaikie
2014-08-19Don't own the buffer in object::Binary.Rafael Espindola
2014-07-31Use std::unique_ptr to make the ownership explicit.Rafael Espindola
2014-07-21Correct the ownership passing semantics of object::createBinary and make them...David Blaikie
2014-07-06Update the MemoryBuffer API to use ErrorOr.Rafael Espindola
2014-06-24Pass a unique_ptr<MemoryBuffer> to the constructors in the Binary hierarchy.Rafael Espindola
2014-06-23Pass a std::unique_ptr& to the create??? methods is lib/Object.Rafael Espindola
2014-06-23Make ObjectFile and BitcodeReader always own the MemoryBuffer.Rafael Espindola
2014-06-12Don't use 'using std::error_code' in include/llvm.Rafael Espindola
2014-03-06Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles
2014-03-05[C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles
2014-02-21Add a SymbolicFile interface between Binary and ObjectFile.Rafael Espindola
2014-01-29Make createObjectFile's signature a bit less error prone.Rafael Espindola