aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Object
AgeCommit message (Expand)AuthorFilesLines
11 days[Minidump] Support multiple exceptions in a minidump (#107319)Jacob Lalonde1-1/+16
11 days[MC] Emit a jump table size section (#101962)Nabeel Omer1-0/+1
2024-08-27[llvm] Prefer StringRef::substr to StringRef::slice (NFC) (#106190)Kazu Hirata2-11/+9
2024-08-25[llvm] Prefer StringRef::substr to StringRef::slice (NFC) (#105943)Kazu Hirata1-5/+5
2024-08-20[AArch64][MachO] Add ptrauth ABI version to arm64e cpusubtype. (#104650)Ahmed Bougacha1-1/+1
2024-08-16[AArch64][MachO] Encode @AUTH to ARM64_RELOC_AUTHENTICATED_POINTER.Ahmed Bougacha1-1/+1
2024-08-16[TableGen] Refactor Intrinsic handling in TableGen (#103980)Rahul Joshi1-1/+1
2024-08-15Revert "[Object][x86-64] Add support for `R_X86_64_GLOB_DAT` relocations. (#1...Fangrui Song1-3/+0
2024-08-14[MC] Remove Darwin SDK/Version from ObjFileInfo (#103025)Alexis Engelke1-1/+0
2024-08-14[Object][x86-64] Add support for `R_X86_64_GLOB_DAT` relocations. (#103029)Alastair Houghton1-0/+3
2024-08-12[Obj2Yaml] Add support for minidump generation with 64b memory ranges. (#101272)Jacob Lalonde1-2/+43
2024-08-09Suppress spurious warnings due to R_RISCV_SET_ULEB128Fangrui Song1-0/+6
2024-08-09[llvm-readobj][COFF] Dump hybrid objects for ARM64X files. (#102245)Jacek Caban1-0/+48
2024-08-07Fix MSVC "result of 32-bit shift implicitly converted to 64 bits" warning. NFC.Simon Pilgrim1-1/+1
2024-08-07Remove unnecessary break to fix static analysis warning.Simon Pilgrim1-1/+0
2024-08-07Fix MSVC "not all control paths return a value" warning. NFC.Simon Pilgrim1-0/+1
2024-08-06[BPF] Make llvm-objdump disasm default cpu v4 (#102166)yonghong-song1-0/+2
2024-08-06[Object][COFF] Use uintptr_t for getRvaPtr call in Arm64XRelocRef::validate.Jacek Caban1-1/+1
2024-08-06[Object][COFF][llvm-readobj] Add support for ARM64X dynamic relocations. (#97...Jacek Caban1-0/+340
2024-08-04[llvm] Construct SmallVector with ArrayRef (NFC) (#101872)Kazu Hirata1-1/+1
2024-08-01[MachO] Remove redundant bounds check (#100176)Daniel Bertalan1-5/+0
2024-07-22[llvm-dlltool] Use EXPORTAS name type for renamed imports on ARM64EC. (#99346)Jacek Caban1-1/+4
2024-07-20Reapply "[LLVM][LTO] Factor out RTLib calls and allow them to be dropped (#98...Joseph Huber1-7/+13
2024-07-20Revert "[LLVM][LTO] Factor out RTLib calls and allow them to be dropped (#985...NAKAMURA Takumi1-13/+7
2024-07-18Object: Don't error out on malformed bitcode files.pcc1-13/+51
2024-07-16[llvm-dlltool] Fix renamed imports without a separate regular import entry (#...Martin Storsjö1-11/+31
2024-07-16[llvm-dlltool] Handle import renaming using other name types, when possible (...Martin Storsjö1-21/+45
2024-07-16[llvm-dlltool] Remove the i386 underscore prefix from COFFImportFile::ImportN...Martin Storsjö2-6/+10
2024-07-16[LLVM][LTO] Factor out RTLib calls and allow them to be dropped (#98512)Joseph Huber1-7/+13
2024-07-14[NFC] Fix some typos (#98791)c8ef1-1/+1
2024-07-12[lld][WebAssembly] Report undefined symbols in -shared/-pie builds (#75242)Sam Clegg1-5/+8
2024-07-11[llvm-dlltool] Respect the DATA flag when creating aliases (#98225)Martin Storsjö1-1/+3
2024-07-09[llvm][object] Expose `writeArchiveToStream` (#98254)Jeff Niu1-4/+5
2024-07-09[MachO] Loosen boundary check for reading export trie nodes (#96705)Cyndy Ishida1-1/+1
2024-07-08[llvm-objdump] -r: support CRELFangrui Song2-38/+34
2024-07-01[MC,llvm-readobj,yaml2obj] Support CREL relocation formatFangrui Song1-0/+68
2024-06-29[llvm] Use std::make_unique (NFC) (#97165)Kazu Hirata1-3/+3
2024-06-28[IR] Add getDataLayout() helpers to Function and GlobalValue (#96919)Nikita Popov1-1/+1
2024-06-21[llvm-objdump] enable file-headers option of llvm-objdump for XCOFF object fi...zhijian lin1-3/+5
2024-06-06[AMDGPU] Add a new target gfx1152 (#94534)Shilei Tian1-0/+2
2024-05-31AMDGPU: Add gfx12-generic target (#93875)Konstantin Zhuravlyov1-0/+2
2024-05-30[MachO] Stop parsing past end of rebase/bind table (#93897)Zixu Wang1-14/+18
2024-05-28[WebAssembly] Add exnref type (#93586)Heejin Ahn1-2/+6
2024-05-16[llvm] Drop explicit conversions of string literals to StringRef (NFC)Kazu Hirata1-2/+2
2024-05-15[nfc] Allow forwarding `Error` returns from `Expected` callers (#92208)Mircea Trofin2-5/+5
2024-05-08[llvm][MachO] Fix integer truncation in rebase/bind parsing (#89337)Zixu Wang1-10/+10
2024-05-08[llvm] Use StringRef::operator== instead of StringRef::equals (NFC) (#91441)Kazu Hirata3-5/+5
2024-04-23IRSymTab: Record _GLOBAL_OFFSET_TABLE_ for ELF x86Fangrui Song1-0/+14
2024-04-23[RISCV] Split code that tablegen needs out of RISCVISAInfo. (#89684)Craig Topper1-1/+1
2024-04-18[COFF] Rename the COFFShortExport::AliasTarget field. NFC. (#89039)Martin Storsjö2-6/+6