[all-commits] [llvm/llvm-project] 4f8670: [GOFF] Set reference to ADA

Kai Nacke via All-commits all-commits at lists.llvm.org
Wed Mar 4 12:31:58 PST 2026


  Branch: refs/heads/users/redstar/goffwriter-11
  Home:   https://github.com/llvm/llvm-project
  Commit: 4f8670362ce4d86e3ee3865b6a7dc191fcf8c9c3
      https://github.com/llvm/llvm-project/commit/4f8670362ce4d86e3ee3865b6a7dc191fcf8c9c3
  Author: Kai Nacke <kai.peter.nacke at ibm.com>
  Date:   2026-03-04 (Wed, 04 Mar 2026)

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

  Log Message:
  -----------
  [GOFF] Set reference to ADA

Function symbols must have a reference to the ADA, because this becomes
the value of the r5 register when the function is called. Simply get the
value from the begin symbol of the section.


  Commit: 583e1d50e8c2950acad0bbe47e14454aff3eb667
      https://github.com/llvm/llvm-project/commit/583e1d50e8c2950acad0bbe47e14454aff3eb667
  Author: Kai Nacke <kai.peter.nacke at ibm.com>
  Date:   2026-03-04 (Wed, 04 Mar 2026)

  Changed paths:
    M llvm/include/llvm/MC/MCSymbolGOFF.h

  Log Message:
  -----------
  Fix formatting.


  Commit: c347da7be69f559ffc0ec290cecb10798a7f462e
      https://github.com/llvm/llvm-project/commit/c347da7be69f559ffc0ec290cecb10798a7f462e
  Author: Kai Nacke <kai.peter.nacke at ibm.com>
  Date:   2026-03-04 (Wed, 04 Mar 2026)

  Changed paths:
    M llvm/include/llvm/MC/MCSymbolGOFF.h
    M llvm/lib/MC/MCAsmInfoGOFF.cpp
    M llvm/lib/MC/MCGOFFStreamer.cpp
    M llvm/lib/Target/SystemZ/MCTargetDesc/SystemZHLASMAsmStreamer.cpp
    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-func-alias.ll
    M llvm/test/CodeGen/SystemZ/zos-symbol-1.ll
    M llvm/test/CodeGen/SystemZ/zos-symbol-2.ll

  Log Message:
  -----------
  Make sure ADA is emitted for each function.


Compare: https://github.com/llvm/llvm-project/compare/00708b72aecd...c347da7be69f

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