summaryrefslogtreecommitdiff
path: root/llvm/test/tools/yaml2obj/ELF
AgeCommit message (Expand)Author
2025-10-30[SHT_LLVM_BB_ADDR] Implement ELF and YAML support for Propeller CFG data in P...Rahman Lavaee
2025-10-14Adding Matching and Inference Functionality to Propeller (#160706)wdx727
2025-09-18[llvm][yaml2obj] Modify section header overriding timing (#130942)Ruoyu Qiu
2025-08-25[SHT_LLVM_BB_ADDR_MAP] Change the callsite feature to emit end of callsites. ...Rahman Lavaee
2025-07-16[elf] Add support for {SHT,PT}_GNU_SFRAME constants (#148803)Pavel Labath
2025-06-23[SHT_LLVM_BB_ADDR_MAP] Encode and decode callsite offsets in a newly-introduc...Rahman Lavaee
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
2024-12-23[ObjectYAML][ELF] Report incorrect offset to generate notes (#118741)Igor Kudrin
2024-12-04Reland "[ObjectYAML][ELF] Take alignment into account when generating notes" ...Igor Kudrin
2024-12-02Revert "[ObjectYAML][ELF] Take alignment into account when generating notes (...Igor Kudrin
2024-12-02[ObjectYAML][ELF] Take alignment into account when generating notes (#118157)Igor Kudrin
2024-11-22[SHT_LLVM_BB_ADDR_MAP] Add an option to skip emitting bb entries (#114447)Lei Wang
2024-08-12[dwarf2yaml] Correctly emit type and split unit headers (#102471)Pavel Labath
2024-07-01[MC,llvm-readobj,yaml2obj] Support CREL relocation formatFangrui Song
2024-02-13[SHT_LLVM_BB_ADDR_MAP][obj2yaml] Implements PGOAnalysisMap for elf2yaml and t...Micah Weston
2024-02-01[SHT_LLVM_BB_ADDR_MAP] Allow basic-block-sections and labels be used together...Rahman Lavaee
2024-01-24[SHT_LLVM_BB_ADDR_MAP] Avoids side-effects in addition since order is unspeci...Micah Weston
2023-07-20[llvm-readobj] Print <null> for relocation target with an empty nameFangrui Song
2023-01-17[Propeller] Use Fixed MBB ID instead of volatile MachineBasicBlock::Number.Rahman Lavaee
2022-12-13Revert "[Propeller] Use Fixed MBB ID instead of volatile MachineBasicBlock::N...Rahman Lavaee
2022-12-06[Propeller] Use Fixed MBB ID instead of volatile MachineBasicBlock::Number.Rahman Lavaee
2022-09-21[lit] Implement DEFINE and REDEFINE directivesJoel E. Denny
2022-06-28[Propeller] Encode address offsets of basic blocks relative to the end of the...Rahman Lavaee
2022-02-23[ELF] Use SHF_SUNW_NODISCARD instead of SHF_GNU_RETAIN on SolarisRainer Orth
2021-07-15[test] Avoid llvm-readelf/llvm-readobj one-dash long options and deprecated a...Fangrui Song
2021-07-12[llvm-readobj] Switch command line parsing from llvm::cl to OptTableFangrui Song
2021-06-29[llvm-readobj] Make -s and -t match llvm-readelfFangrui Song
2021-06-24[LLD][LLVM] CG Graph profile using relocationsAlexander Yermolovich
2021-06-16[yaml2obj][obj2yaml] Support custom ELF section header string table nameJames Henderson
2021-06-16[yaml2obj] Fix bug when referencing items in SectionHeaderTableJames Henderson
2021-03-05[test] Use host platform specific error message substitution in lit testsAbhina Sreeskantharajan
2021-02-17[obj2yaml,yaml2obj] Add NumBlocks to the BBAddrMapEntry yaml field.Rahman Lavaee
2021-02-09[yaml2obj] Handle NT_* string values in for ELF note typesAlex Richardson
2021-02-03[test] Use host platform specific error message substitution in lit tests - c...Abhina Sreeskantharajan
2021-01-28[yaml2obj] - Allow empty SectionHeaderTable definitions.Georgii Rymar
2021-01-25[yaml2obj, obj2yaml] - Implement section header table as a special Chunk.Georgii Rymar
2021-01-21[yaml2obj/obj2yaml] - Improve dumping/creating of ELF versioning sections.Georgii Rymar
2021-01-15[yaml2obj/obj2yaml] - Refine handling of SHT_GNU_verdef sections.Georgii Rymar
2021-01-13[obj2yaml,yaml2obj] - Refine how we set/dump the sh_entsize field.Georgii Rymar
2021-01-13[llvm-readelf/obj] - Add support of multiple SHT_SYMTAB_SHNDX sections.Georgii Rymar
2021-01-12[obj2yaml,yaml2obj] - Fix issues with creating/dumping group sections.Georgii Rymar
2020-12-18[libObject, llvm-readobj] - Reimplement `ELFFile<ELFT>::getEntry`.Georgii Rymar
2020-12-16[yaml2obj/obj2yaml] - Make Value/Size fields of Symbol optional.Georgii Rymar
2020-12-14[llvm-readobj] - For SHT_REL relocations, don't display an addend.Georgii Rymar
2020-12-04[yaml2obj,obj2yaml] - Make Symbol::Section field optional.Georgii Rymar
2020-11-18Reland "[lib/Support/YAMLTraits] - Don't print leading zeroes when dumping He...Georgii Rymar
2020-11-18Revert "[lib/Support/YAMLTraits] - Don't print leading zeroes when dumping He...Georgii Rymar
2020-11-18[lib/Support/YAMLTraits] - Don't print leading zeroes when dumping Hex8/Hex16...Georgii Rymar
2020-11-09[yaml2obj] - ProgramHeaders: introduce FirstSec/LastSec instead of Sections l...Georgii Rymar