summaryrefslogtreecommitdiff
path: root/llvm/lib/Object
AgeCommit message (Expand)Author
2025-11-19[llvm] Construct iterator_range with the conversion constructor (NFC) (#168674)Kazu Hirata
2025-11-16[Object] Add getRISCVVendorRelocationTypeName to render RISCV vendor-specific...Owen Anderson
2025-11-15[llvm] Use llvm::copy (NFC) (#168182)Kazu Hirata
2025-11-07[Hexagon] Add missing build attributes (#166992)quic-areg
2025-11-04Fix getting section info in large mach-o files. (#165940)Greg Clayton
2025-11-02[ADT] Prepare to deprecate variadic `StringSwitch::Cases`. NFC. (#166020)Jakub Kuderski
2025-10-30[SHT_LLVM_BB_ADDR] Implement ELF and YAML support for Propeller CFG data in P...Rahman Lavaee
2025-10-22[llvm] Update call graph ELF section type. (#164461)Prabhu Rajasekaran
2025-10-14Adding Matching and Inference Functionality to Propeller (#160706)wdx727
2025-10-12Fix typo: IsGlobaLinkage -> IsGlobalLinkage in XCOFF (#161960)小钟
2025-10-10Fix typo in comment: 'unit64_t' to 'uint64_t' (#162869)小钟
2025-10-06Fix compress/decompress in LLVM Offloading API (#150064)David Salinas
2025-10-04Revert "Reapply [MachO] Move getArchTriple impl... with fixes. (#161949)"Lang Hames
2025-10-04Reapply [MachO] Move getArchTriple implementation..." with fixes. (#161949)Lang Hames
2025-10-04Revert "[MachO] Move getArchTriple implementation into BinaryFormat. (#161468)"Lang Hames
2025-10-04[MachO] Move getArchTriple implementation into BinaryFormat. (#161468)Lang Hames
2025-10-03[llvm][ELF]Add Shdr check for getBuildID (#126537)Ruoyu Qiu
2025-10-01Revert "Revert "Fix memory leak in Offloading API" (#161465)" (#161573)David Salinas
2025-09-30Revert "Fix memory leak in Offloading API" (#161465)ronlieb
2025-09-30Fix memory leak in Offloading API (#161430)David Salinas
2025-09-29Add --offoading option to llvm-readobj (#143342)David Salinas
2025-09-28[Object][Archive] Recompute headers and symbol map when switching from COFF t...Jacek Caban
2025-09-26[DirectX] Updating DXContainer logic to read version 1.2 of static samplers (...joaosaffran
2025-09-20[Object] Add a missing space to a diagnostic (#159826)Nico Weber
2025-09-19Revert "[ELF][LLDB] Add an nvsass triple (#159459)" (#159879)Joseph Huber
2025-09-19[ELF][LLDB] Add an nvsass triple (#159459)Walter Erquinigo
2025-09-17[AMDGPU] Add gfx1251 subtarget (#159430)Stanislav Mekhanoshin
2025-09-17[LLVM] Fix offload and update CUDA ABI for all SM values (#159354)Joseph Huber
2025-09-17[llvm] Validate Parent object before dereference (#157460)Daniel Kuts
2025-09-08MC: Add Triple overloads for more MC constructors (#157321)Matt Arsenault
2025-08-25[SHT_LLVM_BB_ADDR_MAP] Change the callsite feature to emit end of callsites. ...Rahman Lavaee
2025-08-23RuntimeLibcalls: Add entries for stackprotector globals (#154930)Matt Arsenault
2025-08-16Reapply "RuntimeLibcalls: Generate table of libcall name lengths (#153… (#1...Matt Arsenault
2025-08-15Revert "RuntimeLibcalls: Generate table of libcall name lengths (#153… (#15...gulfemsavrun
2025-08-15Move function info word into its own data structure (#153627)Sterling-Augustine
2025-08-15[llvm-readobj] Dump SFrame relocations as well (#153161)Pavel Labath
2025-08-15TableGen: Emit statically generated hash table for runtime libcalls (#150192)Matt Arsenault
2025-08-12Reapply "[Object] Parsing and dumping of SFrame Frame Row Entries" (#152650) ...Pavel Labath
2025-08-08Revert "[Object] Parsing and dumping of SFrame Frame Row Entries" (#152650)Pavel Labath
2025-08-08[Object] Parsing and dumping of SFrame Frame Row Entries (#151301)Pavel Labath
2025-08-06[llvm-objdump] Fix typo in error messages (#152234)Daniel Rodríguez Troitiño
2025-08-04[DirectX] Add ObjectFile boilerplate for objdump (#151434)Chris B
2025-07-31[ELF] handle new NVIDIA GPU variants. (#151604)Artem Belevich
2025-07-30[Object] Parsing and dumping of SFrame FDEs (#149828)Pavel Labath
2025-07-29[llvm] annotate recently added interfaces for DLL export (#150101)Andrew Rogers
2025-07-28IRSymtab: Use StringSet instead of DenseMap for preserved symbols (#149836)Matt Arsenault
2025-07-21[LLVM] Update CUDA ELF flags for their new ABI (#149534)Joseph Huber
2025-07-21[Object] Beginnings of SFrame parser and dumper (#147294)Pavel Labath
2025-07-18Add section type to support CFI jump table relaxation.Peter Collingbourne
2025-07-18Revert "RuntimeLibcalls: Add methods to recognize libcall names (#149001)"Nikita Popov