[all-commits] [llvm/llvm-project] d565c7: Implement emitGlobalVariable and lowerConstant
Tony Tao via All-commits
all-commits at lists.llvm.org
Mon Nov 24 08:34:44 PST 2025
Branch: refs/heads/users/tltao/asmprinter_update
Home: https://github.com/llvm/llvm-project
Commit: d565c7d8c772cf1c66d57bd1db0387ad90bb1d9b
https://github.com/llvm/llvm-project/commit/d565c7d8c772cf1c66d57bd1db0387ad90bb1d9b
Author: Tony Tao <tonytao at ca.ibm.com>
Date: 2025-11-23 (Sun, 23 Nov 2025)
Changed paths:
M clang/lib/Lex/HeaderMap.cpp
M llvm/lib/Support/VirtualOutputBackends.cpp
M llvm/lib/Target/SystemZ/SystemZAsmPrinter.cpp
M llvm/lib/Target/SystemZ/SystemZAsmPrinter.h
Log Message:
-----------
Implement emitGlobalVariable and lowerConstant
Commit: 7e735024caf847edbf916e22097c3470ecc7543f
https://github.com/llvm/llvm-project/commit/7e735024caf847edbf916e22097c3470ecc7543f
Author: Tony Tao <tonytao at ca.ibm.com>
Date: 2025-11-23 (Sun, 23 Nov 2025)
Changed paths:
M llvm/lib/Support/VirtualOutputBackends.cpp
Log Message:
-----------
undo accdiental commit
Commit: 3ba320b859221fbc6e44d1dfecfa559a2479db58
https://github.com/llvm/llvm-project/commit/3ba320b859221fbc6e44d1dfecfa559a2479db58
Author: Tony Tao <tony.le.tao at gmail.com>
Date: 2025-11-23 (Sun, 23 Nov 2025)
Changed paths:
A clang/test/CodeGen/SystemZ/encoding.c
M llvm/lib/Support/VirtualOutputBackends.cpp
Log Message:
-----------
[Support] Prevent loss of file type flags when creating temporary (#167939)
Non-binary output files from the compiler need the `OF_Text` flag set
for encoding conversion to be performed correctly on z/OS.
---------
Co-authored-by: Tony Tao <tonytao at ca.ibm.com>
Commit: 903ea3977745b15ff8bcae99af61ddc2a8a9cfc3
https://github.com/llvm/llvm-project/commit/903ea3977745b15ff8bcae99af61ddc2a8a9cfc3
Author: Tony Tao <tonytao at ca.ibm.com>
Date: 2025-11-23 (Sun, 23 Nov 2025)
Changed paths:
M llvm/lib/Target/SystemZ/SystemZAsmPrinter.cpp
M llvm/lib/Target/SystemZ/SystemZAsmPrinter.h
Log Message:
-----------
implement more features
Compare: https://github.com/llvm/llvm-project/compare/d565c7d8c772%5E...903ea3977745
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