aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Object
AgeCommit message (Expand)AuthorFilesLines
2025-11-26[lld][MachO] Follow-up to use madvise() for threaded file page-in. (#157917)John Holdsworth1-1/+2
2025-11-19[llvm] Construct iterator_range with the conversion constructor (NFC) (#168674)Kazu Hirata1-1/+1
2025-11-16[Object] Add getRISCVVendorRelocationTypeName to render RISCV vendor-specific...Owen Anderson1-0/+13
2025-11-15[llvm] Use llvm::copy (NFC) (#168182)Kazu Hirata1-1/+1
2025-11-07[Hexagon] Add missing build attributes (#166992)quic-areg1-0/+4
2025-11-04Fix getting section info in large mach-o files. (#165940)Greg Clayton1-2/+24
2025-11-02[ADT] Prepare to deprecate variadic `StringSwitch::Cases`. NFC. (#166020)Jakub Kuderski1-2/+2
2025-10-30[SHT_LLVM_BB_ADDR] Implement ELF and YAML support for Propeller CFG data in P...Rahman Lavaee1-5/+21
2025-10-22[llvm] Update call graph ELF section type. (#164461)Prabhu Rajasekaran1-0/+1
2025-10-14Adding Matching and Inference Functionality to Propeller (#160706)wdx7271-2/+8
2025-10-12Fix typo: IsGlobaLinkage -> IsGlobalLinkage in XCOFF (#161960)小钟1-1/+1
2025-10-10Fix typo in comment: 'unit64_t' to 'uint64_t' (#162869)小钟1-2/+2
2025-10-06Fix compress/decompress in LLVM Offloading API (#150064)David Salinas1-225/+357
2025-10-04Revert "Reapply [MachO] Move getArchTriple impl... with fixes. (#161949)"Lang Hames2-1/+158
2025-10-04Reapply [MachO] Move getArchTriple implementation..." with fixes. (#161949)Lang Hames2-158/+1
2025-10-04Revert "[MachO] Move getArchTriple implementation into BinaryFormat. (#161468)"Lang Hames1-0/+158
2025-10-04[MachO] Move getArchTriple implementation into BinaryFormat. (#161468)Lang Hames1-158/+0
2025-10-03[llvm][ELF]Add Shdr check for getBuildID (#126537)Ruoyu Qiu1-6/+20
2025-10-01Revert "Revert "Fix memory leak in Offloading API" (#161465)" (#161573)David Salinas1-2/+3
2025-09-30Revert "Fix memory leak in Offloading API" (#161465)ronlieb1-3/+2
2025-09-30Fix memory leak in Offloading API (#161430)David Salinas1-2/+3
2025-09-29Add --offoading option to llvm-readobj (#143342)David Salinas1-9/+9
2025-09-28[Object][Archive] Recompute headers and symbol map when switching from COFF t...Jacek Caban1-2/+18
2025-09-26[DirectX] Updating DXContainer logic to read version 1.2 of static samplers (...joaosaffran1-4/+7
2025-09-20[Object] Add a missing space to a diagnostic (#159826)Nico Weber1-1/+1
2025-09-19Revert "[ELF][LLDB] Add an nvsass triple (#159459)" (#159879)Joseph Huber2-3/+3
2025-09-19[ELF][LLDB] Add an nvsass triple (#159459)Walter Erquinigo2-3/+3
2025-09-17[AMDGPU] Add gfx1251 subtarget (#159430)Stanislav Mekhanoshin1-0/+2
2025-09-17[LLVM] Fix offload and update CUDA ABI for all SM values (#159354)Joseph Huber1-1/+7
2025-09-17[llvm] Validate Parent object before dereference (#157460)Daniel Kuts1-3/+1
2025-09-08MC: Add Triple overloads for more MC constructors (#157321)Matt Arsenault1-4/+3
2025-08-25[SHT_LLVM_BB_ADDR_MAP] Change the callsite feature to emit end of callsites. ...Rahman Lavaee1-9/+9
2025-08-23RuntimeLibcalls: Add entries for stackprotector globals (#154930)Matt Arsenault1-15/+2
2025-08-16Reapply "RuntimeLibcalls: Generate table of libcall name lengths (#153… (#1...Matt Arsenault1-25/+22
2025-08-15Revert "RuntimeLibcalls: Generate table of libcall name lengths (#153… (#15...gulfemsavrun1-22/+25
2025-08-15Move function info word into its own data structure (#153627)Sterling-Augustine1-2/+2
2025-08-15[llvm-readobj] Dump SFrame relocations as well (#153161)Pavel Labath1-8/+11
2025-08-15TableGen: Emit statically generated hash table for runtime libcalls (#150192)Matt Arsenault1-25/+22
2025-08-12Reapply "[Object] Parsing and dumping of SFrame Frame Row Entries" (#152650) ...Pavel Labath1-4/+129
2025-08-08Revert "[Object] Parsing and dumping of SFrame Frame Row Entries" (#152650)Pavel Labath1-128/+4
2025-08-08[Object] Parsing and dumping of SFrame Frame Row Entries (#151301)Pavel Labath1-4/+128
2025-08-06[llvm-objdump] Fix typo in error messages (#152234)Daniel Rodríguez Troitiño1-2/+2
2025-08-04[DirectX] Add ObjectFile boilerplate for objdump (#151434)Chris B5-2/+189
2025-07-31[ELF] handle new NVIDIA GPU variants. (#151604)Artem Belevich1-0/+9
2025-07-30[Object] Parsing and dumping of SFrame FDEs (#149828)Pavel Labath1-9/+58
2025-07-29[llvm] annotate recently added interfaces for DLL export (#150101)Andrew Rogers1-2/+3
2025-07-28IRSymtab: Use StringSet instead of DenseMap for preserved symbols (#149836)Matt Arsenault1-5/+6
2025-07-21[LLVM] Update CUDA ELF flags for their new ABI (#149534)Joseph Huber1-2/+15
2025-07-21[Object] Beginnings of SFrame parser and dumper (#147294)Pavel Labath2-0/+56
2025-07-18Add section type to support CFI jump table relaxation.Peter Collingbourne1-0/+1