summaryrefslogtreecommitdiff
path: root/clang/lib/CIR/CodeGen/CIRGenBuiltin.cpp
AgeCommit message (Expand)Author
2025-11-21[CIR] Upstream overflow builtins (#166643)adams381
2025-11-21[CIR] Add NYI cases to builtin switch statement and move existing cases into ...Hendrik Hübner
2025-11-19[CIR] Upstream isfpclass op (#166037)Jasmine Tang
2025-11-14[CIR] Upstream CIR codegen for vec_ext x86 builtins (#167942)Thibault Monnier
2025-11-12[CIR] Upstream `AddressSpace` conversions support (#161212)David Rivera
2025-11-06[CIR] Implement __builtin_object_size and __builtin_dynamic_object_size (#166...Morris Hafner
2025-11-04[CIR] Upstream Builtin ExpOp (#166061)Amr Hesham
2025-11-03[CIR] Upstream FPToFP Builtin CeilOp (#166052)Amr Hesham
2025-10-24[CIR] Emit CIR builtins: coroAlloc, coroBegin, and coroSize (#164180)Andres-Salamanca
2025-10-23[CIR] Upstream handling for __builtin_prefetch (#164387)Shawn K
2025-10-22[clang][CIR][mlir] Migrate to free create functions. NFC. (#164656)Jakub Kuderski
2025-10-21[CIR][NFC] Add infrastructure for handling X86 builtins (#164465)Andy Kaylor
2025-10-16[CIR][NFC] Improve the output for missing builtin calls (#163884)Andy Kaylor
2025-10-03[CIR] Initial support for emitting coroutine body (#161616)Andres-Salamanca
2025-09-13[CIR] Upstream FPToFPBuiltin CosOp (#158342)Amr Hesham
2025-09-11[CIR] Upstream FPToFPBuiltin ATanOp (#157496)Amr Hesham
2025-09-10[CIR] Upstream FPToFPBuiltin ASinOp (#157350)Amr Hesham
2025-09-09[CIR] Add support for __builtin_alloca (#157116)Morris Hafner
2025-09-03[CIR] Upstream FPToFPBuiltin ACosOp (#156356)Amr Hesham
2025-08-20[CIR] Implement__builtin_va_arg (#153834)Morris Hafner
2025-08-19[CIR][NFC] Fix regression by #153819 (#154346)Sirui Mu
2025-08-19[CIR] Upstream __builtin_va_start and __builtin_va_end (#153819)Morris Hafner
2025-08-16[CIR] Implement __builtin_return_address and __builtin_frame_address (#153698)Morris Hafner
2025-08-13[CIR] Upstream builtin FAbs op (#151750)Amr Hesham
2025-08-10[CIR] Add support for __builtin_assume_aligned (#152152)Sirui Mu
2025-08-05[CIR] Add CIRGen for cir.unreachable and cir.trap (#151363)Sirui Mu
2025-07-29[CIR] Add bit ffs operation (#150997)Sirui Mu
2025-07-21[CIR] Add assume_separate_storage operation (#149696)Sirui Mu
2025-07-17[CIR] Upstream builtin_conj for ComplexType (#149170)Amr Hesham
2025-07-17[CIR] Add rotate operation (#148426)Sirui Mu
2025-07-12[CIR] Add bit reverse and byte reverse operations (#147200)Sirui Mu
2025-07-10[CIR] Upstream __builtin_cimag for ComplexType (#147808)Amr Hesham
2025-07-09[CIR] Upstream __builtin_creal for ComplexType (#146927)Amr Hesham
2025-07-03[CIR] Bit manipulation builtin functions (#146529)Sirui Mu
2025-06-24[CIR] Add support for __builtin_expect (#144726)Sirui Mu
2025-06-18[CIR] Upstream ComplexType builtin_complex (#144225)Amr Hesham
2025-06-18[CIR] Add support for __builtin_assume (#144376)Sirui Mu
2025-06-16[CIR] Add Support For Library Builtins (#143984)Morris Hafner
2025-06-11[CIR] Upstream minimal builtin function call support (#142981)Morris Hafner