summaryrefslogtreecommitdiff
path: root/mlir/test/Target/Cpp/common-cpp.mlir
AgeCommit message (Expand)Author
2025-05-27Fix handling of integer template argument in emitc.call_opaque (#141451)Vimal
2024-09-02[mlir][EmitC] Remove restrictions on include op (#106953)Marius Brehler
2024-08-20[mlir][EmitC] Model lvalues as a type in EmitC (#91475)Simon Camphausen
2024-03-18TranslateToCpp: Emit floating point literals with suffix (#85392)Matthias Gehre
2024-03-11[mlir][emitc] Add ArrayType (#83386)Matthias Gehre
2023-11-17[mlir][emitc] Rename `call` op to `call_opaque` (#72494)Marius Brehler
2022-04-28[mlir][emitc] Replace !emitc.opaque pointersMarius Brehler
2022-04-20[mlir][NFC] Update textual references of `func` to `func.func` in Pass/Target...River Riddle
2021-09-02[mlir] Add Cpp emitterMarius Brehler