aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Object
AgeCommit message (Expand)AuthorFilesLines
3 days[WebAssembly] Dump more info when printing symbols. NFC (#178328)Sam Clegg1-3/+12
4 days[perf] Replace copy-assign by move-assign in llvm/lib/Object(YAML)/* (#178177)serge-sans-paille1-1/+1
5 days[RISC-V][Mach-O] Add assembler support for Mach-O relocations. (#177446)Francesco Petrogalli1-0/+24
9 days[NFCI] replace getValueType with new getGlobalSize query (#177186)Jameson Nash1-2/+1
9 days[AMDGPU] Define gfx1310 target with ELF number 0x50 (#177355)Mariusz Sikora1-0/+4
10 days[NFC][LTO] Move isPreservedName out of IRSymtab into LTO's Symbol as isLibcal...Daniel Thornburgh1-11/+2
10 days[Binary] Check size of string entries when creating Offload Binaries (#177029)Joseph Huber1-1/+3
2026-01-15[llvm-readobj][offload] Fix llvm-readobj --all on MachO (#175912)Nikita Popov1-1/+3
2026-01-13[NFCI][LLVM] Remove `raw_string_ostream::flush` calls (#164086)Rahul Joshi3-7/+0
2026-01-05[RISCV] Add basic Mach-O triple support. (#141682)Francesco Petrogalli1-0/+13
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