aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Object/ObjectFile.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-01-16[clang][Driver] Don't ignore -gmodules .gch files (#77711)Michael Spencer1-0/+1
2024-01-05[ELF] Attempt to set the OS when using 'makeTriple()' (#76992)Joseph Huber1-2/+9
2023-12-13[LLVM] Add file magic detection for SPIR-V files. (#75363)Joseph Huber1-0/+1
2023-10-05Reland "[HIP] Support compressing device binary"Yaxun (Sam) Liu1-0/+2
2023-10-05Revert "[HIP] Support compressing device binary (#67162)"Yaxun (Sam) Liu1-2/+0
2023-10-04[HIP] Support compressing device binary (#67162)Yaxun (Sam) Liu1-0/+2
2023-08-18Reland "[gold] Add preliminary FatLTO support to the Gold plugin""Paul Kirth1-1/+1
2023-07-20Revert "[gold] Add preliminary FatLTO support to the Gold plugin"Paul Kirth1-1/+1
2023-07-19[gold] Add preliminary FatLTO support to the Gold pluginPaul Kirth1-1/+1
2023-06-28Reland [llvm] Preliminary fat-lto-objects supportPaul Kirth1-1/+1
2023-06-24Revert "Reland [llvm] Preliminary fat-lto-objects support"Alex Brachet1-1/+1
2023-06-23Reland [llvm] Preliminary fat-lto-objects supportPaul Kirth1-1/+1
2023-06-23Revert "[llvm] Preliminary fat-lto-objects support"Paul Kirth1-1/+1
2023-06-23[llvm] Preliminary fat-lto-objects supportPaul Kirth1-1/+1
2023-04-28[SystemZ][z/OS] Add GOFFObjectFile class support for HDR, ESD and END recordsYusra Syeda1-0/+4
2023-04-28Revert "[SystemZ][z/OS] Add GOFFObjectFile class support for HDR, ESD and END...Neumann Hon1-4/+0
2023-04-28[SystemZ][z/OS] Add GOFFObjectFile class support for HDR, ESD and END recordsNeumann Hon1-0/+4
2022-09-28[NFC] [Object] Create library to fetch debug info by build ID.Daniel Thornburgh1-0/+5
2022-08-24Add MachO MH_FILESET support to objdumpPeter Cooper1-0/+1
2022-06-01[Binary] Promote OffloadBinary to inherit from BinaryJoseph Huber1-0/+1
2022-05-02[NFC] Add missing switch casesChris Bieneman1-0/+1
2022-03-17[dsymutil] Apply relocations present in Swift reflection sectionsAugusto Noronha1-0/+9
2022-03-14[CUDA] Add CUDA fatbinary magicJoseph Huber1-0/+1
2022-03-12Cleanup includes: DebugInfo & CodeGenserge-sans-paille1-1/+0
2022-02-10Cleanup LLVMObject headersserge-sans-paille1-2/+2
2021-10-22Support: Use Expected<T>::moveInto() in a few placesDuncan P. N. Exon Smith1-7/+8
2021-07-20[SystemZ][z/OS] Add GOFF support to file magic identificationAnirudh Prasad1-0/+1
2021-05-26[NFC][object] Change the input parameter of the method isDebugSection.Esme-Yi1-3/+1
2020-11-09Recommit: [llvm-readelf/obj] - Allow dumping of ELF header even if some eleme...Georgii Rymar1-2/+3
2020-11-09Revert "[llvm-readelf/obj] - Allow dumping of ELF header even if some element...Georgii Rymar1-3/+2
2020-11-09[llvm-readelf/obj] - Allow dumping of ELF header even if some elements are co...Georgii Rymar1-2/+3
2020-05-02[Object] Change ObjectFile::getSymbolValue() return type to Expected<uint64_t>Xing GUO1-3/+3
2020-04-18[Object] Change uint32_t getSymbolFlags() to Expected<uint32_t> getSymbolFlag...vgxbj1-5/+8
2020-04-02[Object] Add the method for checking if a section is a debug sectionDjordje Todorovic1-0/+4
2020-03-31[Object] Update ObjectFile::makeTriple for XCOFFHubert Tong1-4/+7
2020-02-10Revert "Remove redundant "std::move"s in return statements"Bill Wendling1-1/+1
2020-02-10Remove redundant "std::move"s in return statementsBill Wendling1-1/+1
2019-11-19Add operator<< for object::SectionedAddressPavel Labath1-0/+7
2019-10-21[llvm/Object] - Make ELFObjectFile::getRelocatedSection return Expected<secti...George Rimar1-1/+2
2019-10-01ObjectFile makeTriple - silence static analyzer dyn_cast<COFFObjectFile> null...Simon Pilgrim1-1/+1
2019-09-02Recommit r370661 "[llvm-nm] - Add a test case for case when we dump a symbol ...George Rimar1-1/+3
2019-08-21[BinaryFormat] Teach identify_magic about Tapi files.Cyndy Ishida1-0/+2
2019-07-09[Object][XCOFF] Add support for 64-bit file header and section header dumping.Sean Fertile1-1/+3
2019-05-10[Object] Change SymbolicFile::printSymbolName to use ErrorFangrui Song1-4/+3
2019-05-02[Object] Change getSectionName() to return Expected<StringRef>Fangrui Song1-3/+2
2019-04-04[XCOFF] Add functionality for parsing AIX XCOFF object file headersHubert Tong1-0/+2
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-12-13[llvm-size][libobject] Add explicit "inTextSegment" methods similar to "isTex...Jordan Rupprecht1-0/+8
2018-03-07Update a few switch statements to handle file_magic::pdb.Zachary Turner1-0/+1