summaryrefslogtreecommitdiff
path: root/llvm/lib/ObjectYAML/MachOYAML.cpp
AgeCommit message (Expand)Author
2025-11-18Implement a more seamless way to provide missing functions on z/OS (#167703)Sean Perry
2025-06-06[SystemZ][z/OS] add back headers needed for strnlen, autoconversionAbhina Sreeskantharajan
2025-06-04[llvm] Remove unused includes (NFC) (#142733)Kazu Hirata
2025-01-23[YAML] Don't validate `Fill::Size` after error (#123280)Vitaly Buka
2024-11-17[ObjectYAML] Remove unused includes (NFC) (#116530)Kazu Hirata
2023-12-13[SystemZ][z/OS] Add missing strnlen function for z/OS to fix build failures (...Abhina Sree
2023-09-05[llvm-nm][MachO] Add support for `MH_FILESET`Antonio Frighetto
2023-02-10[NFC][TargetParser] Replace uses of llvm/Support/Host.hArchibald Elliott
2022-11-11[ObjectYAML] Basic support for chained fixups.Daniel Rodríguez Troitiño
2022-10-04[ObjectYAML] Support for basic data in code.Daniel Rodríguez Troitiño
2022-08-24[llvm] Teach LLVM about filesetsJonas Devlieghere
2022-02-13[ObjectYAML][MachO] Add LC_FUNCTION_STARTS supportKeith Smiley
2021-11-30[ObjectYAML/obj2yaml/yaml2obj][MachO] Support indirect symbol tableVincent Lee
2021-11-08Extend obj2yaml to optionally preserve raw __LINKEDIT/__DATA segments.Adrian Prantl
2021-07-28[llvm-objcopy][MachO] Ignore all LC_SUB_* commands.Daniel Rodríguez Troitiño
2021-07-26[yaml2obj][MachO] Rename PayloadString to ContentFangrui Song
2020-10-20Reland "[yaml2obj][ELF] - Simplify the code that performs sections validation."Georgii Rymar
2020-10-20Revert "[yaml2obj][ELF] - Simplify the code that performs sections validation."Georgii Rymar
2020-10-20[yaml2obj][NFCI] - Address post commit comments for "[yaml2obj][ELF] - Simpli...Georgii Rymar
2020-10-20[yaml2obj][ELF] - Simplify the code that performs sections validation.Georgii Rymar
2020-07-14[DWARFYAML] Replace Is64bit with Is64BitAddrSize. NFC.Xing GUO
2020-06-14[ObjectYAML][DWARF] Let the target address size be inferred from FileHeader.Xing GUO
2020-04-22[ObjectYAML][MachO] Add support for relocationsAlexander Shaposhnikov
2019-08-20[yaml2obj/obj2yaml][MachO] Allow setting custom section dataSeiya Nuta
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2017-12-18[YAML] Add support for non-printable charactersFrancis Visoiu Mistrih
2017-09-13llvm-dwarfdump: support dumping UUIDs of Mach-O binaries.Adrian Prantl
2017-07-01[ObjectYAML] Fix some Clang-tidy modernize and Include What You Use warnings;...Eugene Zelenko
2017-06-07Move Object format code to lib/BinaryFormat.Zachary Turner
2017-01-23Add LC_BUILD_VERSION load commandSteven Wu
2017-01-19Add support for the new LC_NOTE load command.Kevin Enderby
2016-12-22[ObjectYAML] MachO support for endiannessChris Bieneman
2016-12-07[ObjectYAML] Pull DWARF support into DWARFYAML namespaceChris Bieneman
2016-12-07[ObjectYAML] Rename DWARF entries to match section namesChris Bieneman
2016-12-07[ObjectYAML] Support for DWARF __debug_abbrev sectionChris Bieneman
2016-12-06[ObjectYAML] First bit of support for encoding DWARF in MachOChris Bieneman
2016-08-17[macho2yaml] Don't write empty linkedit dataChris Bieneman
2016-08-11[MachOYAML] Don't output empty ExportTrieChris Bieneman
2016-06-28[YAML] Fix YAML tags appearing before the start of sequence elementsChris Bieneman
2016-06-27[yaml2obj] Remove --format option in favor of YAML tagsChris Bieneman
2016-06-24[obj2yaml] [yaml2obj] Support for MachO Universal binariesChris Bieneman
2016-06-23[MachOYAML] Use a temporary to avoid gcc strict-aliasing warningChris Bieneman
2016-06-23[yaml2macho] Removing asserts in favor of explicit yaml parse errorChris Bieneman
2016-06-02[obj2yaml] [yaml2obj] Support for MachO nlist and string tableChris Bieneman
2016-05-31[obj2yaml][yaml2obj] Support for reading and dumping the MachO export trieChris Bieneman
2016-05-26[obj2yaml][yaml2obj] Support for MachO lazy bindingsChris Bieneman
2016-05-26[obj2yaml][yaml2obj] Support for MachO weak bindingsChris Bieneman
2016-05-26[obj2yaml][yaml2obj] Support for MachO bind opcodesChris Bieneman
2016-05-25[obj2yaml] [yaml2obj] MachO support for rebase opcodesChris Bieneman
2016-05-20[MachOYAML] Removing duplicated field from LC_UUID YAMLChris Bieneman