summaryrefslogtreecommitdiff
path: root/llvm/unittests/Object/ELFObjectFileTest.cpp
AgeCommit message (Expand)Author
2025-07-17[llvm-objcopy][libObject] Add RISC-V big-endian support (#146913)Djordje Todorovic
2025-07-02[SHT_LLVM_BB_ADDR_MAP] Remove support for versions 1 and 0 (SHT_LLVM_BB_ADDR_...Rahman Lavaee
2025-06-23[SHT_LLVM_BB_ADDR_MAP] Encode and decode callsite offsets in a newly-introduc...Rahman Lavaee
2025-06-16[NFC] Remove unused test code from ELFObjectFileTest.cppRahman Lavaee
2025-02-10[ELF] Add support for CREL to getSectionAndRelocationsAiden Grossman
2024-11-22[SHT_LLVM_BB_ADDR_MAP] Add an option to skip emitting bb entries (#114447)Lei Wang
2024-04-29[Object] Provide operator< for ELFSymbolRef (#89861)Amir Ayupov
2024-02-01[SHT_LLVM_BB_ADDR_MAP] Allow basic-block-sections and labels be used together...Rahman Lavaee
2024-01-24[SHT_LLVM_BB_ADDR_MAP] Avoids side-effects in addition since order is unspeci...Micah Weston
2024-01-16[SHT_LLVM_BB_ADDR_MAP,NFC] Add SCOPED_TRACE for convenient mapping of failure...Rahman Lavaee
2024-01-05[SHT_LLVM_BB_ADDR_MAP] Fixes two bugs in decoding of PGOAnalyses in BBAddrMap...Micah Weston
2024-01-05[ELF][Obvious] Last time fixing this test hopefullyJoseph Huber
2024-01-05[ELF] Again attempt to fix test on BE architecturesJoseph Huber
2024-01-05[ELF] Attempt to fix test on big endian architecturesJoseph Huber
2024-01-05[ELF] Attempt to set the OS when using 'makeTriple()' (#76992)Joseph Huber
2023-12-12[SHT_LLVM_BB_ADDR_MAP] Implements PGOAnalysisMap in Object and ObjectYAML wit...Micah Weston
2023-11-17[NFC][SHT_LLVM_BB_ADDR_MAP] Define and use constructor and accessors for BBAd...Rahman Lavaee
2023-05-24[Propeller] Add HasIndirectBranch to BBEntry::Metadata.Rahman Lavaee
2023-05-11[Propeller] Use a bit-field struct for the metdata fields of BBEntry.Rahman Lavaee
2023-03-09[ELF] Move getSectionAndRelocations to ELF.cpp from ELFDumper.cppAiden Grossman
2023-02-10[NFC][TargetParser] Replace uses of llvm/Support/Host.hArchibald Elliott
2023-01-25[unittests] Use GTEST_SKIP() instead of return when appropriatePaul Robinson
2023-01-17[Propeller] Use Fixed MBB ID instead of volatile MachineBasicBlock::Number.Rahman Lavaee
2023-01-16[NFC] Use `llvm::enumerate` in llvm/unittests/ObjectSergei Barannikov
2022-12-26[Xtensa 2/10] Add Xtensa ELF definitionsAndrei Safronov
2022-12-13Revert "[Propeller] Use Fixed MBB ID instead of volatile MachineBasicBlock::N...Rahman Lavaee
2022-12-06[Propeller] Use Fixed MBB ID instead of volatile MachineBasicBlock::Number.Rahman Lavaee
2022-12-04[Object] llvm::Optional => std::optionalFangrui Song
2022-12-02[llvm/unittests] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-06-28[Propeller] Encode address offsets of basic blocks relative to the end of the...Rahman Lavaee
2022-05-16[llvm-objdump] Let --symbolize-operands symbolize basic block addresses based...Rahman Lavaee
2022-02-10[LoongArch 2/6] Add ELF machine flag and relocs for upcoming LoongArch targetLu Weining
2021-06-07[ELF] getRelocatedSection: remove the check for ET_REL object fileAmir Ayupov
2021-03-08[llvm-readelf] Support dumping the BB address map section with --bb-addr-map.Rahman Lavaee
2021-01-02[PowerPC] Support powerpcle target in LLVMObject [2/5]Brandon Bergren
2020-12-18[libObject, llvm-readobj] - Reimplement `ELFFile<ELFT>::getEntry`.Georgii Rymar
2020-12-16[lib/Object] - Make ELFObjectFile::getSymbol() return Expected<>.Georgii Rymar
2020-12-16[llvm-readelf/obj] - Handle out-of-order PT_LOADs better.Georgii Rymar
2020-11-03[llvm-readobj/libObject] - Allow dumping objects that has a broken SHT_SYMTAB...Georgii Rymar
2020-09-07[ELF] Add a new e_machine value EM_CSKY and add some CSKY relocation typesZi Xuan Wu
2020-08-28[unittests/Object] - Add testing for missing ELF formats.Georgii Rymar
2020-08-27[unittests/Object] - Simplify the code in ELFObjectFileTest.cpp, NFCI.Georgii Rymar
2020-05-28[VE] Implements minimum MC layer for VE (3/4)Kazushi (Jam) Marukawa