[all-commits] [llvm/llvm-project] d3f369: [CIR] Add calling convention values to CIR_Calling...
Rana Pratap Reddy via All-commits
all-commits at lists.llvm.org
Mon Apr 13 22:47:54 PDT 2026
Branch: refs/heads/users/ranapratap55/cir-calling-conv-funcop
Home: https://github.com/llvm/llvm-project
Commit: d3f369ec233566a67dcb49c795ddf5d93787ce2e
https://github.com/llvm/llvm-project/commit/d3f369ec233566a67dcb49c795ddf5d93787ce2e
Author: ranapratap55 <RanaPratapReddy.Nimmakayala at amd.com>
Date: 2026-04-14 (Tue, 14 Apr 2026)
Changed paths:
M clang/include/clang/CIR/Dialect/IR/CIROps.td
Log Message:
-----------
[CIR] Add calling convention values to CIR_CallingConv
Commit: c7a63b2087bf736835b8b5d0aaa6bc405cc15429
https://github.com/llvm/llvm-project/commit/c7a63b2087bf736835b8b5d0aaa6bc405cc15429
Author: ranapratap55 <RanaPratapReddy.Nimmakayala at amd.com>
Date: 2026-04-14 (Tue, 14 Apr 2026)
Changed paths:
M clang/include/clang/CIR/Dialect/IR/CIROps.td
M clang/include/clang/CIR/MissingFeatures.h
M clang/lib/CIR/CodeGen/CIRGenCall.cpp
M clang/lib/CIR/CodeGen/CIRGenItaniumCXXABI.cpp
M clang/lib/CIR/CodeGen/CIRGenModule.cpp
M clang/lib/CIR/Dialect/IR/CIRDialect.cpp
M clang/lib/CIR/Lowering/DirectToLLVM/LowerToLLVM.cpp
A clang/test/CIR/IR/calling-conv.cir
A clang/test/CIR/Lowering/calling-conv.cir
Log Message:
-----------
[CIR] Add calling_conv attribute to FuncOp with lowering support
Commit: 6f8ba7929a36a91d81e7be3b5e26286d43f7687b
https://github.com/llvm/llvm-project/commit/6f8ba7929a36a91d81e7be3b5e26286d43f7687b
Author: ranapratap55 <RanaPratapReddy.Nimmakayala at amd.com>
Date: 2026-04-14 (Tue, 14 Apr 2026)
Changed paths:
M clang/include/clang/CIR/MissingFeatures.h
M clang/lib/CIR/CodeGen/CIRGenCall.cpp
M clang/lib/CIR/CodeGen/CIRGenItaniumCXXABI.cpp
M clang/lib/CIR/CodeGen/CIRGenModule.cpp
M clang/lib/CIR/Lowering/DirectToLLVM/LowerToLLVM.cpp
Log Message:
-----------
[CIR] Restore MissingFeatures asserts and fix OpenCLKernel handling
Commit: 13060e169edc892983134c0c55aac9e7c33b9579
https://github.com/llvm/llvm-project/commit/13060e169edc892983134c0c55aac9e7c33b9579
Author: ranapratap55 <RanaPratapReddy.Nimmakayala at amd.com>
Date: 2026-04-14 (Tue, 14 Apr 2026)
Changed paths:
M clang/include/clang/CIR/Dialect/IR/CIROps.td
M clang/include/clang/CIR/MissingFeatures.h
M clang/lib/CIR/Lowering/DirectToLLVM/LowerToLLVM.cpp
Log Message:
-----------
[CIR] Remove OpenCLKernel enum and updated the ordering to match llvm::CallingConv
Compare: https://github.com/llvm/llvm-project/compare/534799024949...13060e169edc
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