[all-commits] [llvm/llvm-project] 626175: [GOFF] Emit symbols for functions.

Kai Nacke via All-commits all-commits at lists.llvm.org
Fri Nov 7 08:15:04 PST 2025


  Branch: refs/heads/users/redstar/goffwriter-5
  Home:   https://github.com/llvm/llvm-project
  Commit: 6261752c43e16feb0ac3b42915c8de943cc96601
      https://github.com/llvm/llvm-project/commit/6261752c43e16feb0ac3b42915c8de943cc96601
  Author: Kai Nacke <kai.peter.nacke at ibm.com>
  Date:   2025-11-07 (Fri, 07 Nov 2025)

  Changed paths:
    M llvm/include/llvm/MC/MCGOFFStreamer.h
    M llvm/include/llvm/MC/MCSymbolGOFF.h
    M llvm/lib/MC/CMakeLists.txt
    M llvm/lib/MC/GOFFObjectWriter.cpp
    M llvm/lib/MC/MCGOFFStreamer.cpp
    A llvm/lib/MC/MCSymbolGOFF.cpp
    M llvm/test/CodeGen/SystemZ/zos-section-1.ll

  Log Message:
  -----------
  [GOFF] Emit symbols for functions.

A function entry is mapped to a LD symbol with an offset to the begin of the section.


  Commit: 194ba3a6efd669d3737efa033e767a45bd6f756e
      https://github.com/llvm/llvm-project/commit/194ba3a6efd669d3737efa033e767a45bd6f756e
  Author: Kai Nacke <kai.peter.nacke at ibm.com>
  Date:   2025-11-07 (Fri, 07 Nov 2025)

  Changed paths:
    M llvm/include/llvm/MC/MCDirectives.h
    M llvm/include/llvm/MC/MCGOFFAttributes.h
    M llvm/include/llvm/MC/MCGOFFStreamer.h
    M llvm/include/llvm/MC/MCSymbolGOFF.h
    M llvm/lib/MC/GOFFObjectWriter.cpp
    M llvm/lib/MC/MCAsmStreamer.cpp
    M llvm/lib/MC/MCELFStreamer.cpp
    M llvm/lib/MC/MCGOFFStreamer.cpp
    M llvm/lib/MC/MCMachOStreamer.cpp
    M llvm/lib/MC/MCSymbolGOFF.cpp
    M llvm/lib/Target/SystemZ/MCTargetDesc/SystemZHLASMAsmStreamer.cpp
    M llvm/lib/Target/SystemZ/MCTargetDesc/SystemZHLASMAsmStreamer.h
    M llvm/lib/Target/SystemZ/MCTargetDesc/SystemZTargetStreamer.cpp
    M llvm/lib/Target/SystemZ/MCTargetDesc/SystemZTargetStreamer.h
    M llvm/lib/Target/SystemZ/SystemZAsmPrinter.cpp
    M llvm/test/CodeGen/SystemZ/zos-no-eh-label.ll
    M llvm/test/CodeGen/SystemZ/zos-section-1.ll
    M llvm/test/CodeGen/SystemZ/zos-section-2.ll
    A llvm/test/CodeGen/SystemZ/zos-symbol-1.ll

  Log Message:
  -----------
  Add HLASM output and external references

Adds HLASM output and tests for it, per reviewer comment.
Also adds external references, because it fits very well
into the implementation.


  Commit: c19957c59feabbcfb36107f019e915acb6787050
      https://github.com/llvm/llvm-project/commit/c19957c59feabbcfb36107f019e915acb6787050
  Author: Kai Nacke <kai.peter.nacke at ibm.com>
  Date:   2025-11-07 (Fri, 07 Nov 2025)

  Changed paths:
    M llvm/include/llvm/MC/MCSymbolGOFF.h
    M llvm/lib/MC/MCSymbolGOFF.cpp
    M llvm/lib/Target/SystemZ/SystemZAsmPrinter.cpp

  Log Message:
  -----------
  Fix some formatting issues.


Compare: https://github.com/llvm/llvm-project/compare/069b0a594afc...c19957c59fea

To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list