[all-commits] [llvm/llvm-project] 7a9070: [KeyInstr][Clang] Aggregate init + copy
Orlando Cazalet-Hyams via All-commits
all-commits at lists.llvm.org
Thu May 22 09:32:52 PDT 2025
Branch: refs/heads/users/OCHyams/ki-clang-agg-cpy
Home: https://github.com/llvm/llvm-project
Commit: 7a9070bdac52b6c7c6e7a3b09e25060ea84f4cf8
https://github.com/llvm/llvm-project/commit/7a9070bdac52b6c7c6e7a3b09e25060ea84f4cf8
Author: Orlando Cazalet-Hyams <orlando.hyams at sony.com>
Date: 2025-05-22 (Thu, 22 May 2025)
Changed paths:
M clang/lib/CodeGen/CGExprAgg.cpp
A clang/test/DebugInfo/KeyInstructions/agg.c
Log Message:
-----------
[KeyInstr][Clang] Aggregate init + copy
This patch is part of a stack that teaches Clang to generate Key Instructions
metadata for C and C++.
The Key Instructions project is introduced, including a "quick summary" section
at the top which adds context for this PR, here:
https://discourse.llvm.org/t/rfc-improving-is-stmt-placement-for-better-interactive-debugging/82668
The feature is only functional in LLVM if LLVM is built with CMake flag
LLVM_EXPERIMENTAL_KEY_INSTRUCTIONs. Eventually that flag will be removed.
The Clang-side work is demoed here:
https://github.com/llvm/llvm-project/pull/130943
Commit: 89d7847a09bd227c82df8ae619cf3e2114b80c8a
https://github.com/llvm/llvm-project/commit/89d7847a09bd227c82df8ae619cf3e2114b80c8a
Author: Orlando Cazalet-Hyams <orlando.hyams at sony.com>
Date: 2025-05-22 (Thu, 22 May 2025)
Changed paths:
M clang/lib/CodeGen/CGExprAgg.cpp
M clang/lib/CodeGen/CodeGenFunction.h
M clang/test/DebugInfo/KeyInstructions/agg.c
Log Message:
-----------
[KeyInstr][Clang] Agg copy atom
Commit: 950c615c0993a0f9c85913b3657ca379721c1c29
https://github.com/llvm/llvm-project/commit/950c615c0993a0f9c85913b3657ca379721c1c29
Author: Orlando Cazalet-Hyams <orlando.hyams at sony.com>
Date: 2025-05-22 (Thu, 22 May 2025)
Changed paths:
M clang/lib/CodeGen/CGDebugInfo.h
M clang/lib/CodeGen/CodeGenFunction.h
Log Message:
-----------
move ApplyAtomGroup into CodeGenFunction.h (CGDebugInfo.h no longer included)
Commit: f7f50dab84dd0ef8c8302b50a321ae113aa2d2d1
https://github.com/llvm/llvm-project/commit/f7f50dab84dd0ef8c8302b50a321ae113aa2d2d1
Author: Orlando Cazalet-Hyams <orlando.hyams at sony.com>
Date: 2025-05-22 (Thu, 22 May 2025)
Changed paths:
M clang/test/DebugInfo/KeyInstructions/agg.c
Log Message:
-----------
cc1
Compare: https://github.com/llvm/llvm-project/compare/a9c75894442b...f7f50dab84dd
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