summaryrefslogtreecommitdiff
path: root/llvm/lib/Object/ObjectFile.cpp
AgeCommit message (Expand)Author
2025-09-19Revert "[ELF][LLDB] Add an nvsass triple (#159459)" (#159879)Joseph Huber
2025-09-19[ELF][LLDB] Add an nvsass triple (#159459)Walter Erquinigo
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
2024-01-05[ELF] Attempt to set the OS when using 'makeTriple()' (#76992)Joseph Huber
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
2023-08-18Reland "[gold] Add preliminary FatLTO support to the Gold plugin""Paul Kirth
2023-07-20Revert "[gold] Add preliminary FatLTO support to the Gold plugin"Paul Kirth
2023-07-19[gold] Add preliminary FatLTO support to the Gold pluginPaul Kirth
2023-06-28Reland [llvm] Preliminary fat-lto-objects supportPaul Kirth
2023-06-24Revert "Reland [llvm] Preliminary fat-lto-objects support"Alex Brachet
2023-06-23Reland [llvm] Preliminary fat-lto-objects supportPaul Kirth
2023-06-23Revert "[llvm] Preliminary fat-lto-objects support"Paul Kirth
2023-06-23[llvm] Preliminary fat-lto-objects supportPaul Kirth
2023-04-28[SystemZ][z/OS] Add GOFFObjectFile class support for HDR, ESD and END recordsYusra Syeda
2023-04-28Revert "[SystemZ][z/OS] Add GOFFObjectFile class support for HDR, ESD and END...Neumann Hon
2023-04-28[SystemZ][z/OS] Add GOFFObjectFile class support for HDR, ESD and END recordsNeumann Hon
2022-09-28[NFC] [Object] Create library to fetch debug info by build ID.Daniel Thornburgh
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-17[dsymutil] Apply relocations present in Swift reflection sectionsAugusto Noronha
2022-03-14[CUDA] Add CUDA fatbinary magicJoseph Huber
2022-03-12Cleanup includes: DebugInfo & CodeGenserge-sans-paille
2022-02-10Cleanup LLVMObject headersserge-sans-paille
2021-10-22Support: Use Expected<T>::moveInto() in a few placesDuncan P. N. Exon Smith
2021-07-20[SystemZ][z/OS] Add GOFF support to file magic identificationAnirudh Prasad
2021-05-26[NFC][object] Change the input parameter of the method isDebugSection.Esme-Yi
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-05-02[Object] Change ObjectFile::getSymbolValue() return type to Expected<uint64_t>Xing GUO
2020-04-18[Object] Change uint32_t getSymbolFlags() to Expected<uint32_t> getSymbolFlag...vgxbj
2020-04-02[Object] Add the method for checking if a section is a debug sectionDjordje Todorovic
2020-03-31[Object] Update ObjectFile::makeTriple for XCOFFHubert Tong
2020-02-10Revert "Remove redundant "std::move"s in return statements"Bill Wendling
2020-02-10Remove redundant "std::move"s in return statementsBill Wendling
2019-11-19Add operator<< for object::SectionedAddressPavel Labath
2019-10-21[llvm/Object] - Make ELFObjectFile::getRelocatedSection return Expected<secti...George Rimar
2019-10-01ObjectFile makeTriple - silence static analyzer dyn_cast<COFFObjectFile> null...Simon Pilgrim
2019-09-02Recommit r370661 "[llvm-nm] - Add a test case for case when we dump a symbol ...George Rimar
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-05-10[Object] Change SymbolicFile::printSymbolName to use ErrorFangrui Song
2019-05-02[Object] Change getSectionName() to return Expected<StringRef>Fangrui Song
2019-04-04[XCOFF] Add functionality for parsing AIX XCOFF object file headersHubert Tong
2019-03-21[Object] Add basic minidump supportPavel Labath