summaryrefslogtreecommitdiff
path: root/llvm/lib/ObjectYAML/ELFYAML.cpp
AgeCommit message (Expand)Author
2025-10-16[Hexagon] Define V91 ISA and Processor versions in ELF flags (#163631)quic-areg
2025-10-16[Hexagon] Add missing ELFYAML ISA/processor versions (#163824)quic-areg
2025-10-14Adding Matching and Inference Functionality to Propeller (#160706)wdx727
2025-09-22[BinaryFormat][ELF] Rename machine type INTEL205 to INTELGT (#159791)Nick Sarnie
2025-09-17[AMDGPU] Add gfx1251 subtarget (#159430)Stanislav Mekhanoshin
2025-08-25[SHT_LLVM_BB_ADDR_MAP] Change the callsite feature to emit end of callsites. ...Rahman Lavaee
2025-07-31Reapply "Allow "[[FLAGS=<none>]]" value in the ELF Fileheader Flags field (#1...Aakanksha Patil
2025-07-16[elf] Add support for {SHT,PT}_GNU_SFRAME constants (#148803)Pavel Labath
2025-07-02[SHT_LLVM_BB_ADDR_MAP] Remove support for versions 1 and 0 (SHT_LLVM_BB_ADDR_...Rahman Lavaee
2025-06-23[SHT_LLVM_BB_ADDR_MAP] Encode and decode callsite offsets in a newly-introduc...Rahman Lavaee
2025-06-19[AMDGPU] Initial support for gfx1250 target. (#144965)Stanislav Mekhanoshin
2025-05-05[SPARC] Add llvm-readobj support, update ELF reloc types and dynamic tags. (#...Alex Rønne Petersen
2025-02-19[AMDGPU] Replace gfx940 and gfx941 with gfx942 in llvm (#126763)Fabian Ritter
2025-02-14[AArch64] Add support for SHF_AARCH64_PURECODE ELF section flag (1/3) (#125687)Csanád Hajdú
2025-01-23[yaml2obj] Don't use uninitialized Type (#123274)Vitaly Buka
2025-01-23[YAML] Don't validate `Fill::Size` after error (#123280)Vitaly Buka
2025-01-16Revert "[YAML] Init local var not set by some branches" (#123238)Vitaly Buka
2025-01-15[YAML] Init local var not set by some branches (#123137)Vitaly Buka
2024-12-20[Hexagon] Add V75 support to compiler and assembler (#120773)Ikhlas Ajbar
2024-12-11[llvm][llvm-readobj] Add NT_ARM_GCS Linux core note type (#117545)David Spickett
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-11-08[ObjectYAML][ELF] Allow verdaux entry offset to be user-definedAntonio Frighetto
2024-10-23[AMDGPU] Add a new target for gfx1153 (#113138)Carl Ritson
2024-08-15[SPARC][Utilities] Add names for SPARC ELF flags in LLVM binary utilities (#1...Koakuma
2024-08-12[llvm][llvm-readobj] Add NT_ARM_FPMR corefile note type (#102594)David Spickett
2024-07-01[MC,llvm-readobj,yaml2obj] Support CREL relocation formatFangrui Song
2024-06-06[AMDGPU] Add a new target gfx1152 (#94534)Shilei Tian
2024-05-31AMDGPU: Add gfx12-generic target (#93875)Konstantin Zhuravlyov
2024-03-19[Hexagon] ELF attributes for Hexagon (#85359)quic-areg
2024-02-21[ARM,MC] Support FDPIC relocationsFangrui Song
2024-02-12[AMDGPU] Introduce GFX9/10.1/10.3/11 Generic Targets (#76955)Pierre van Houtryve
2024-02-05[AMDGPU] Introduce Code Object V6 (#76954)Pierre van Houtryve
2024-02-01[SHT_LLVM_BB_ADDR_MAP] Allow basic-block-sections and labels be used together...Rahman Lavaee
2023-12-12[SHT_LLVM_BB_ADDR_MAP] Implements PGOAnalysisMap in Object and ObjectYAML wit...Micah Weston
2023-12-11[llvm] Use StringRef::{starts,ends}_with (NFC) (#74956)Kazu Hirata
2023-12-09[llvm-readobj][AArch64][ELF][PAC] Support ELF AUTH constants (#74874)Daniil Kovalev
2023-12-08Revert "[llvm-readobj][AArch64][ELF][PAC] Support ELF AUTH constants" (#74816)Daniil Kovalev
2023-12-08[llvm-readobj][AArch64][ELF][PAC] Support ELF AUTH constants (#72713)Daniil Kovalev
2023-11-23[AMDGPU] Define new targets gfx1200 and gfx1201 (#73133)Jay Foad
2023-10-20[llvm][llvm-readobj] Add AArch64 Tagged Address note type (#68568)David Spickett
2023-07-17[AMDGPU] Add targets gfx1150 and gfx1151Jay Foad
2023-06-28[Object] Add ELF section type SHT_LLVM_BITCODE for LLVM bitcodeFangrui Song
2023-05-10AMDGPU: Add basic gfx942 targetKonstantin Zhuravlyov
2023-05-10AMDGPU: Add basic gfx941 targetKonstantin Zhuravlyov
2023-04-13[llvm][readobj] Add AArch64 SME and SME2 note typesDavid Spickett
2023-04-12[MTE] [llvm-readobj] Add globals section parsing to --memtagMitch Phillips
2023-01-17[Propeller] Use Fixed MBB ID instead of volatile MachineBasicBlock::Number.Rahman Lavaee
2022-12-26[Xtensa 2/10] Add Xtensa ELF definitionsAndrei Safronov
2022-12-13Revert "[Propeller] Use Fixed MBB ID instead of volatile MachineBasicBlock::N...Rahman Lavaee