[all-commits] [llvm/llvm-project] a80ae0: [GOFF] Emit symbols for functions.
Kai Nacke via All-commits
all-commits at lists.llvm.org
Tue Oct 28 08:51:02 PDT 2025
Branch: refs/heads/users/redstar/goffwriter-5
Home: https://github.com/llvm/llvm-project
Commit: a80ae0f07fbe76b9d169d9a1c695f464bcce2e3e
https://github.com/llvm/llvm-project/commit/a80ae0f07fbe76b9d169d9a1c695f464bcce2e3e
Author: Kai Nacke <kai.peter.nacke at ibm.com>
Date: 2025-07-14 (Mon, 14 Jul 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: 7763a9f22aad27e65813b399378d5624e3a16519
https://github.com/llvm/llvm-project/commit/7763a9f22aad27e65813b399378d5624e3a16519
Author: Kai Nacke <kai.peter.nacke at ibm.com>
Date: 2025-10-20 (Mon, 20 Oct 2025)
Changed paths:
M llvm/include/llvm/MC/MCDirectives.h
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
Log Message:
-----------
Update
Compare: https://github.com/llvm/llvm-project/compare/72d36e3f1db4...7763a9f22aad
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