summaryrefslogtreecommitdiff
path: root/clang/lib/CIR/CodeGen/CIRGenExprConstant.cpp
AgeCommit message (Expand)Author
2025-10-17[clang] Replace LLVM_ATTRIBUTE_UNUSED with [[maybe_unused]] (NFC) (#163914)Kazu Hirata
2025-10-15[clang] NFC: rename TagType::getOriginalDecl back to getDecl (#163271)Matheus Izvekov
2025-10-09[CIR] Implement zero-initialization of padding in constant records (#162483)Morris Hafner
2025-10-07[CIR] Implement constant expression bitfield initialization (#162143)Morris Hafner
2025-09-30[CIR] Upstream support for generating global ctor regions (#161298)Andy Kaylor
2025-09-23[CIR][NFC] Fix copy constructed AP real and imag values (#159935)Amr Hesham
2025-09-04[CIR] Add constant record ILE support (#155663)Morris Hafner
2025-08-26[clang] NFC: introduce Type::getAsEnumDecl, and cast variants for all TagDecl...Matheus Izvekov
2025-08-25[clang] NFC: change more places to use Type::getAsTagDecl and friends (#155313)Matheus Izvekov
2025-08-20[CIR] Add support for string literal lvalues in ConstantLValueEmitter (#154514)Morris Hafner
2025-08-19[CIR] Use zero-initializer for partial array fills (#154161)Andy Kaylor
2025-08-16[CIR] Implement __builtin_return_address and __builtin_frame_address (#153698)Morris Hafner
2025-08-14[CIR] Add index support for global_view (#153254)Andy Kaylor
2025-08-12[CIR] Introduce the CIR global_view attribute (#153044)Andy Kaylor
2025-08-09[CIR] Fix build after the improved nested name specifier AST repr (91cdd35008e9)Michael Liao
2025-07-02[CIR] Clean up FPAttr (#146662)Henrich Lauko
2025-07-02[CIR] Clean up IntAttr (#146661)Henrich Lauko
2025-06-27[CIR] Refactor type interfaces (#146044)Henrich Lauko
2025-06-17[CIR] Handle global string literals as char array initializer (#144384)Andy Kaylor
2025-06-16[CIR][NFC] Refactor constant pointer l-value handling (#144165)Andy Kaylor
2025-06-05[CIR] Upstream global initialization for ComplexType (#141369)Amr Hesham
2025-05-07[CIR] Unblock simple C++ structure support (#138368)Andy Kaylor
2025-05-03[CIR][NFC] Fix an unused variable warning (#138415)Amr Hesham
2025-05-02[CIR] Refactor global variable emission and initialization (#138222)Andy Kaylor
2025-05-01[CIR] Upstream global initialization for VectorType (#137511)Amr Hesham
2025-04-22[CIR] Make ZeroAttr use AttrBuilderWithInferredContext (#136604)Henrich Lauko
2025-04-19[CIR] Infer MLIR context in type builders when possible (#136362)Henrich Lauko
2025-04-03[CIR][Upstream] Local initialization for ArrayType (#132974)Amr Hesham
2025-03-19[CIR] Upstream global initialization for ArrayType (#131657)Amr Hesham
2025-03-07[CIR] Emit init of local variables (#130164)Andy Kaylor