aboutsummaryrefslogtreecommitdiff
path: root/llvm/unittests/Object
AgeCommit message (Expand)AuthorFilesLines
2024-04-08 [SystemZ][z/OS] TXT records in the GOFF reader (#87648)Yusra Syeda1-0/+97
2024-03-27Revert "[SystemZ][z/OS] TXT records in the GOFF reader (#74526)"Neumann Hon1-97/+0
2024-03-27[SystemZ][z/OS] TXT records in the GOFF reader (#74526)Yusra Syeda1-0/+97
2024-02-01[SHT_LLVM_BB_ADDR_MAP] Allow basic-block-sections and labels be used together...Rahman Lavaee2-193/+306
2024-01-24[SHT_LLVM_BB_ADDR_MAP] Avoids side-effects in addition since order is unspeci...Micah Weston1-15/+0
2024-01-16[SHT_LLVM_BB_ADDR_MAP,NFC] Add SCOPED_TRACE for convenient mapping of failure...Rahman Lavaee1-93/+157
2024-01-05[SHT_LLVM_BB_ADDR_MAP] Fixes two bugs in decoding of PGOAnalyses in BBAddrMap...Micah Weston1-9/+28
2024-01-05[ELF][Obvious] Last time fixing this test hopefullyJoseph Huber1-1/+1
2024-01-05[ELF] Again attempt to fix test on BE architecturesJoseph Huber1-1/+7
2024-01-05[ELF] Attempt to fix test on big endian architecturesJoseph Huber1-4/+3
2024-01-05[ELF] Attempt to set the OS when using 'makeTriple()' (#76992)Joseph Huber1-7/+34
2023-12-12[SHT_LLVM_BB_ADDR_MAP] Implements PGOAnalysisMap in Object and ObjectYAML wit...Micah Weston2-1/+422
2023-12-05[BinaryFormat][LoongArch] Define psABI v2.20 relocs (#73345)Lu Weining1-4/+2
2023-11-17[NFC][SHT_LLVM_BB_ADDR_MAP] Define and use constructor and accessors for BBAd...Rahman Lavaee1-4/+4
2023-10-05[DX] Add support for program signatures (#67346)Chris B1-0/+136
2023-09-01[Object] Change OffloadBinary::write to return SmallString<0>Fangrui Song1-2/+2
2023-08-16Re-land [DX] Add support for PSV signature elementsChris Bieneman1-0/+47
2023-08-16Revert "[DX] Add support for PSV signature elements"Chris Bieneman1-47/+0
2023-08-16[DX] Add support for PSV signature elementsChris Bieneman1-0/+47
2023-08-13[llvm-readobj] [Object] [NFC] Introduce inline helpers for chpe_range_entry.Jacek Caban2-0/+29
2023-07-19[DX] Fix PSV resource serializationChris Bieneman1-1/+254
2023-07-06[AIX][XCOFF] print out the traceback infozhijian1-24/+28
2023-06-07[LoongArch] Define the LAELF v20230519 relocsWANG Xuerui1-0/+18
2023-05-24[Propeller] Add HasIndirectBranch to BBEntry::Metadata.Rahman Lavaee2-13/+14
2023-05-11[Propeller] Use a bit-field struct for the metdata fields of BBEntry.Rahman Lavaee2-4/+36
2023-05-10[Object] Fix handling of Elf_Nhdr with sh_addralign=8Fangrui Song1-7/+7
2023-05-02[llvm][unittests] Silence warning on MSVC after 5b2423183cb3Alexandre Ganea1-0/+5
2023-05-02Fix MSVC "truncation of constant value" warnings. NFC.Simon Pilgrim1-153/+153
2023-04-28[SystemZ][z/OS] Add GOFFObjectFile class support for HDR, ESD and END recordsYusra Syeda2-0/+505
2023-04-28Revert "[SystemZ][z/OS] Add GOFFObjectFile class support for HDR, ESD and END...Neumann Hon2-505/+0
2023-04-28[SystemZ][z/OS] Add GOFFObjectFile class support for HDR, ESD and END recordsNeumann Hon2-0/+505
2023-04-14[ELF] Fix SysV hash function.Nathan Sidwell1-0/+23
2023-03-09[ELF] Move getSectionAndRelocations to ELF.cpp from ELFDumper.cppAiden Grossman1-0/+101
2023-02-10[NFC][TargetParser] Replace uses of llvm/Support/Host.hArchibald Elliott2-2/+2
2023-02-04OffloadBinary: Switch to MapVector<StringRef, StringRef> to stabilize iterati...Fangrui Song1-1/+1
2023-02-02[DX] Add support for PSV resource bindingsChris Bieneman1-0/+169
2023-01-25[unittests] Use GTEST_SKIP() instead of return when appropriatePaul Robinson2-4/+6
2023-01-17[Propeller] Use Fixed MBB ID instead of volatile MachineBasicBlock::Number.Rahman Lavaee1-39/+72
2023-01-16[NFC] Use `llvm::enumerate` in llvm/unittests/ObjectSergei Barannikov1-94/+52
2023-01-05Move from llvm::makeArrayRef to ArrayRef deduction guides - llvm/ partserge-sans-paille1-1/+1
2023-01-03[DX] Improve parse error messagesChris Bieneman1-0/+43
2022-12-26[Xtensa 2/10] Add Xtensa ELF definitionsAndrei Safronov1-0/+8
2022-12-20[Support] Move TargetParsers to new componentArchibald Elliott1-0/+1
2022-12-17std::optional::value => operator*/operator->Fangrui Song1-10/+10
2022-12-13Revert "[Propeller] Use Fixed MBB ID instead of volatile MachineBasicBlock::N...Rahman Lavaee1-60/+39
2022-12-09[NFC] Update DXContainer tests to use fake partsChris Bieneman1-13/+15
2022-12-06[Propeller] Use Fixed MBB ID instead of volatile MachineBasicBlock::Number.Rahman Lavaee1-39/+60
2022-12-04[Object] llvm::Optional => std::optionalFangrui Song1-2/+2
2022-12-02[llvm/unittests] Use std::nullopt instead of None (NFC)Kazu Hirata2-4/+5
2022-12-01[Object] Add some more LoongArch supportWANG Xuerui1-0/+1