[all-commits] [llvm/llvm-project] 2adde4: Avoid copies from `std::string`
David Rivera via All-commits
all-commits at lists.llvm.org
Tue Apr 14 11:16:12 PDT 2026
Branch: refs/heads/users/riverdave/cir-cuda-kernel-registration
Home: https://github.com/llvm/llvm-project
Commit: 2adde40164d6026cb60e7af9e1d8bda7694636bb
https://github.com/llvm/llvm-project/commit/2adde40164d6026cb60e7af9e1d8bda7694636bb
Author: David Rivera <davidriverg at gmail.com>
Date: 2026-04-14 (Tue, 14 Apr 2026)
Changed paths:
M clang/lib/CIR/Dialect/Transforms/LoweringPrepare.cpp
Log Message:
-----------
Avoid copies from `std::string`
Commit: dc5ee921e0505aef340ec9edc8beb33542443336
https://github.com/llvm/llvm-project/commit/dc5ee921e0505aef340ec9edc8beb33542443336
Author: David Rivera <davidriverg at gmail.com>
Date: 2026-04-14 (Tue, 14 Apr 2026)
Changed paths:
M clang/lib/CIR/Dialect/Transforms/LoweringPrepare.cpp
Log Message:
-----------
fix twine crashes
Commit: ccbc1bc53478814c8f7af46746cc8d7952e47e8f
https://github.com/llvm/llvm-project/commit/ccbc1bc53478814c8f7af46746cc8d7952e47e8f
Author: David Rivera <davidriverg at gmail.com>
Date: 2026-04-14 (Tue, 14 Apr 2026)
Changed paths:
M clang/lib/CIR/Dialect/Transforms/LoweringPrepare.cpp
Log Message:
-----------
fix fmt
Commit: de686986fa84a02bb08be4a913443f39f0a1817c
https://github.com/llvm/llvm-project/commit/de686986fa84a02bb08be4a913443f39f0a1817c
Author: David Rivera <davidriverg at gmail.com>
Date: 2026-04-14 (Tue, 14 Apr 2026)
Changed paths:
M clang/lib/CIR/Dialect/Transforms/LoweringPrepare.cpp
Log Message:
-----------
[CIR][CUDA] Handle CUDA module constructor and destructor emission.
Commit: df4d636b90dc39b83d23a39e8d3e643f096594a9
https://github.com/llvm/llvm-project/commit/df4d636b90dc39b83d23a39e8d3e643f096594a9
Author: David Rivera <davidriverg at gmail.com>
Date: 2026-04-14 (Tue, 14 Apr 2026)
Changed paths:
M clang/lib/CIR/Dialect/Transforms/LoweringPrepare.cpp
M clang/test/CIR/CodeGenCUDA/device-stub.cu
Log Message:
-----------
[CIR][CUDA] Do Runtime Kernel Registration
Compare: https://github.com/llvm/llvm-project/compare/3da8fd59d569...df4d636b90dc
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