summaryrefslogtreecommitdiff
path: root/llvm/lib/Object/ELFObjectFile.cpp
AgeCommit message (Expand)Author
2025-06-19[AMDGPU] Initial support for gfx1250 target. (#144965)Stanislav Mekhanoshin
2025-06-08[llvm] Compare std::optional<T> to values directly (NFC) (#143340)Kazu Hirata
2025-03-26[llvm-objdump][ARM] Find ELF file PLT entries for arm, thumb (#130764)Vladislav Dzhidzhoev
2025-03-18[llvm-objdump] Pass MCSubtargetInfo to findPltEntries (NFC) (#131773)Vladislav Dzhidzhoev
2025-03-06[IR] Store Triple in Module (NFC) (#129868)Nikita Popov
2025-02-19[AMDGPU] Replace gfx940 and gfx941 with gfx942 in llvm (#126763)Fabian Ritter
2025-01-29[Hexagon] Add support for decoding PLT symbols (#123425)quic-areg
2024-12-20[Hexagon] Add V75 support to compiler and assembler (#120773)Ikhlas Ajbar
2024-11-19[Object] Remove unused includes (NFC) (#116750)Kazu Hirata
2024-11-18AMDGPU: Add gfx950 subtarget definitions (#116307)Matt Arsenault
2024-11-12[AMDGPU] Introduce a new generic target `gfx9-4-generic` (#115190)Shilei Tian
2024-10-23[AMDGPU] Add a new target for gfx1153 (#113138)Carl Ritson
2024-08-06[BPF] Make llvm-objdump disasm default cpu v4 (#102166)yonghong-song
2024-07-08[llvm-objdump] -r: support CRELFangrui Song
2024-06-06[AMDGPU] Add a new target gfx1152 (#94534)Shilei Tian
2024-05-31AMDGPU: Add gfx12-generic target (#93875)Konstantin Zhuravlyov
2024-04-23[RISCV] Split code that tablegen needs out of RISCVISAInfo. (#89684)Craig Topper
2024-03-19[Hexagon] ELF attributes for Hexagon (#85359)quic-areg
2024-02-14[AMDGPU] Replace '.' with '-' in generic target names (#81718)Pierre van Houtryve
2024-02-12[AMDGPU] Introduce GFX9/10.1/10.3/11 Generic Targets (#76955)Pierre van Houtryve
2024-02-07[RISCV] Only set Zca flag for EF_RISCV_RVC in ELFObjectFileBase::getRISCVFeat...Craig Topper
2024-01-25[llvm] Silence warning when building with Clang ToTAlexandre Ganea
2024-01-19[SHT_LLVM_BB_ADDR_MAP] Add assertion and clarify docstring (#77374)Aiden Grossman
2024-01-09[RISCV] Deduplicate RISCVISAInfo::toFeatures/toFeatureVector. NFC (#76942)Luke Lau
2023-12-19[ELF] Add CPU name detection for CUDA architectures (#75964)Joseph Huber
2023-12-12[SHT_LLVM_BB_ADDR_MAP] Implements PGOAnalysisMap in Object and ObjectYAML wit...Micah Weston
2023-11-23[AMDGPU] Define new targets gfx1200 and gfx1201 (#73133)Jay Foad
2023-07-17[AMDGPU] Add targets gfx1150 and gfx1151Jay Foad
2023-07-12[llvm-objdump] Default to --mcpu=future for PPC32Fangrui Song
2023-06-26Move SubtargetFeature.h from MC to TargetParserJob Noorman
2023-05-16[llvm-objdump][X86] Add @plt symbols for .plt.gotFangrui Song
2023-05-10AMDGPU: Add basic gfx942 targetKonstantin Zhuravlyov
2023-05-10AMDGPU: Add basic gfx941 targetKonstantin Zhuravlyov
2023-05-03MCInstrAnalysis: make GotPltSectionVA x86-32 specificFangrui Song
2023-03-27[RISCV] Allow llvm-objdump to disassemble objects with unrecognised versions ...Alex Bradbury
2023-03-13[Propeller] Make decoding BBAddrMaps trace through relocationsAiden Grossman
2023-02-16[Object][NFC] Remove unneeded llvm_unreachableGregory Alfonso
2023-02-07[NFC][TargetParser] Remove llvm/ADT/Triple.hArchibald Elliott
2023-01-28Use llvm::count{lr}_{zero,one} (NFC)Kazu Hirata
2023-01-16Explicitly more Error when returning it (NFC)Mehdi Amini
2023-01-16[llvm-objdump][RISCV] Use new common method to parse ARCH RISCV attributeElena Lepilkina
2022-12-16std::optional::value => operator*/operator->Fangrui Song
2022-12-04[Object] llvm::Optional => std::optionalFangrui Song
2022-12-02[llvm] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-12-02AttributeParser: Convert Optional to std::optionalFangrui Song
2022-12-01[Object] Add some more LoongArch supportWANG Xuerui
2022-11-25[Object] Use std::optional in ELFObjectFile.cpp (NFC)Kazu Hirata
2022-11-23[Object] Internalize readBBAddrMapImplFangrui Song
2022-08-20Remove redundant initialization of Optional (NFC)Kazu Hirata
2022-08-08[llvm] LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song