[all-commits] [llvm/llvm-project] 5578fd: [Clang] Introduce [[clang::coro_await_elidable]]
Yuxuan Chen via All-commits
all-commits at lists.llvm.org
Thu Aug 8 13:01:01 PDT 2024
Branch: refs/heads/users/yuxuanchen1997/coro-split-noalloc
Home: https://github.com/llvm/llvm-project
Commit: 5578fde5d3225b24d5e8b140f2654ed8075eec92
https://github.com/llvm/llvm-project/commit/5578fde5d3225b24d5e8b140f2654ed8075eec92
Author: Yuxuan Chen <yuxuanchen1997 at outlook.com>
Date: 2024-08-07 (Wed, 07 Aug 2024)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/include/clang/AST/Expr.h
M clang/include/clang/AST/Stmt.h
M clang/include/clang/Basic/Attr.td
M clang/include/clang/Basic/AttrDocs.td
M clang/lib/AST/Expr.cpp
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/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
A clang/test/CodeGenCoroutines/Inputs/utility.h
A clang/test/CodeGenCoroutines/coro-await-elidable.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/Reader/BitcodeReader.cpp
M llvm/lib/Bitcode/Writer/BitcodeWriter.cpp
M llvm/lib/Transforms/Utils/CodeExtractor.cpp
Log Message:
-----------
[Clang] Introduce [[clang::coro_await_elidable]]
Commit: 43ae2cbfd1541cea63a91da863faee8f4ce1127b
https://github.com/llvm/llvm-project/commit/43ae2cbfd1541cea63a91da863faee8f4ce1127b
Author: Yuxuan Chen <ych at meta.com>
Date: 2024-08-08 (Thu, 08 Aug 2024)
Changed paths:
M llvm/lib/Transforms/Coroutines/CoroInternal.h
M llvm/lib/Transforms/Coroutines/CoroSplit.cpp
M llvm/lib/Transforms/Coroutines/Coroutines.cpp
M llvm/test/Transforms/Coroutines/ArgAddr.ll
M llvm/test/Transforms/Coroutines/coro-alloca-07.ll
M llvm/test/Transforms/Coroutines/coro-alloca-loop-carried-address.ll
M llvm/test/Transforms/Coroutines/coro-lifetime-end.ll
M llvm/test/Transforms/Coroutines/coro-spill-after-phi.ll
M llvm/test/Transforms/Coroutines/coro-split-00.ll
Log Message:
-----------
Implement noalloc in CoroSplit
Compare: https://github.com/llvm/llvm-project/compare/dcd98a941d3e...43ae2cbfd154
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