summaryrefslogtreecommitdiff
path: root/clang/lib/CIR/CodeGen/CIRGenModule.cpp
AgeCommit message (Expand)Author
2024-12-28[CIR] Upstream initial attribute support (#121069)David Olsen
2024-12-20[CIR] floating-point, pointer, and function types (#120484)David Olsen
2024-12-10[CIR] Cleanup: mlirContext and astContext (#119450)David Olsen
2024-12-10[CIR] Infrastructure: class CIRGenBuilderTy; cache CIR types (#119037)David Olsen
2024-12-06[CIR] Integral types; simple global variables (#118743)David Olsen
2024-11-12[clang][CIR] Change buildX functions to emitX (#115568)Shoaib Meenai
2024-11-08[clang][CIR] Merge the mlir::cir namespace into cir (#115386)Shoaib Meenai
2024-11-08[clang][CIR] Move CIRGen types into clang::CIRGen (#115385)Shoaib Meenai
2024-11-05[CIR] Call code gen; create empty cir.func op (#113483)David Olsen
2024-10-09[CIR] Build out AST consumer patterns to reach the entry point into CIRGenNathan Lanza