summaryrefslogtreecommitdiff
path: root/clang/test/CIR/CodeGen/call.cpp
AgeCommit message (Expand)Author
2025-10-17[CIR] Add inline function attributes (#162866)Morris Hafner
2025-08-13[CIR] Add CIRGen for pseudo destructor calls (#153014)Sirui Mu
2025-07-03[CIR] Add nothrow attribute to the call operation (#145178)Sirui Mu
2025-06-25[CIR] Add support for function linkage and visibility (#145600)Andy Kaylor
2025-06-13[CIR] Function calls with aggregate arguments and return values (#143377)Sirui Mu
2025-05-31[CIR] Call to variadic functions (#141942)Sirui Mu
2025-05-23[CIR] Add alignment support for global, store, and load ops (#141163)Andy Kaylor
2025-05-20[CIR] Add support for indirect calls (#139748)Sirui Mu
2025-05-09[CIR] LLVMIR lowering for cir.call (#138873)Sirui Mu
2025-05-02[CIR] Upstream cir.call with scalar arguments (#136810)Sirui Mu
2025-04-25[CIR] Fix calling defined functions (#137271)Andy Kaylor
2025-04-24[CIR] Upstream support for name mangling (#137094)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