summaryrefslogtreecommitdiff
path: root/clang/lib/CIR/CodeGen/CIRGenCall.cpp
AgeCommit message (Expand)Author
2025-10-04[CIR] Support ComplexType in CallExpr args (#156236)Amr Hesham
2025-09-03[CIR] Add support for constructors with VTT parameters (#156521)Andy Kaylor
2025-08-26[clang] NFC: introduce Type::getAsEnumDecl, and cast variants for all TagDecl...Matheus Izvekov
2025-08-22[CIR] Add support for emitting vtables (#154808)Andy Kaylor
2025-08-18[CIR] Add support for calling virtual functions (#153893)Andy Kaylor
2025-08-11[CIR] Make ClangIR compatible with latest nested name specifier AST represent...Amr Hesham
2025-08-09[CIR] Fix build after the improved nested name specifier AST repr (91cdd35008e9)Michael Liao
2025-07-29[CIR] Add proper handling for no prototype function calls (#150553)Andy Kaylor
2025-07-03[CIR] Add nothrow attribute to the call operation (#145178)Sirui Mu
2025-06-27[CIR][NFC] Fix init llvm::ArrayRef warning (#146147)Amr Hesham
2025-06-19[CIR] Add side effect attribute to call operations (#144201)Sirui Mu
2025-06-17[CIR][NFCI] Represent Complex RValues As Single Value (#144519)Morris Hafner
2025-06-13[CIR] Function calls with aggregate arguments and return values (#143377)Sirui Mu
2025-06-12[CIR] Add support for delegating constructors (#143932)Andy Kaylor
2025-06-12[CIR][NFC] Fix an unused variable warning (#143933)Amr Hesham
2025-06-12[CIR] Upstream support for emitting constructors (#143639)Andy Kaylor
2025-06-10[CIR] Upstream support for calling constructors (#143579)Andy Kaylor
2025-05-31[CIR] Call to variadic functions (#141942)Sirui Mu
2025-05-20[CIR][NFC] Eliminate ArgInfo structure (#140612)Andy Kaylor
2025-05-20[CIR] Add support for indirect calls (#139748)Sirui Mu
2025-05-19[CIR] Upstream support for C++ member function calls (#140290)Andy Kaylor
2025-05-16[CIR][NFC] Use arrangeFunctionDeclaration to build function types (#139787)Andy Kaylor
2025-05-13[CIR] Cleanup support for C functions (#136854)Iris Shi
2025-05-09[CIR] Add test for begin/end range for statements (#139134)Andy Kaylor
2025-05-09[CIR][NFC] Remove ABI handling from CIRGen call handling (#139159)Andy Kaylor
2025-05-02[CIR] Upstream cir.call with scalar arguments (#136810)Sirui Mu
2025-04-25[CIR][NFC] Fix a build warning in CIRGenCall.cpp (#137366)Andy Kaylor
2025-04-17[CIR] cir.call with scalar return type (#135552)Sirui Mu
2025-04-10[CIR] Upstream initial function call support (#134673)Sirui Mu