[all-commits] [llvm/llvm-project] d38f06: [Clang] Introduce [[clang::coro_inplace_task]]
Yuxuan Chen via All-commits
all-commits at lists.llvm.org
Tue Jul 16 23:39:33 PDT 2024
Branch: refs/heads/users/yuxuanchen1997/coro-inplace-task-fe
Home: https://github.com/llvm/llvm-project
Commit: d38f0608753417c6b79e0684cb9dc23933dc957b
https://github.com/llvm/llvm-project/commit/d38f0608753417c6b79e0684cb9dc23933dc957b
Author: Yuxuan Chen <yuxuanchen1997 at outlook.com>
Date: 2024-07-16 (Tue, 16 Jul 2024)
Changed paths:
M clang/include/clang/AST/ExprCXX.h
M clang/include/clang/Basic/Attr.td
M clang/include/clang/Basic/AttrDocs.td
M clang/lib/CodeGen/CGBlocks.cpp
M clang/lib/CodeGen/CGCUDARuntime.cpp
M clang/lib/CodeGen/CGCUDARuntime.h
M clang/lib/CodeGen/CGCXXABI.h
M clang/lib/CodeGen/CGClass.cpp
M clang/lib/CodeGen/CGCoroutine.cpp
M clang/lib/CodeGen/CGExpr.cpp
M clang/lib/CodeGen/CGExprCXX.cpp
M clang/lib/CodeGen/CodeGenFunction.h
M clang/lib/CodeGen/ItaniumCXXABI.cpp
M clang/lib/CodeGen/MicrosoftCXXABI.cpp
M clang/lib/Sema/SemaCoroutine.cpp
M clang/lib/Serialization/ASTReaderStmt.cpp
M clang/lib/Serialization/ASTWriterStmt.cpp
A clang/test/CodeGenCoroutines/Inputs/utility.h
A clang/test/CodeGenCoroutines/coro-must-elide.cpp
M clang/test/Misc/pragma-attribute-supported-attributes-list.test
M llvm/include/llvm/Bitcode/LLVMBitCodes.h
M llvm/include/llvm/IR/Attributes.td
M llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
M llvm/lib/Transforms/Utils/CodeExtractor.cpp
Log Message:
-----------
[Clang] Introduce [[clang::coro_inplace_task]]
Implement noalloc copy
add CoroAnnotationElidePass
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