summaryrefslogtreecommitdiff
path: root/clang/test/CIR/CodeGen/vector.cpp
AgeCommit message (Expand)Author
2025-10-01[CIR] Refactor cir.cast to use uniform assembly form w/o parens, commas (#161...Henrich Lauko
2025-09-29[CIR] Upstream UnaryExtension for Scalar Expr (#160997)Amr Hesham
2025-09-27[CIR] Implement logical not for VectorType (#160762)Amr Hesham
2025-09-20[CIR] Implement Type promotion for VectorType (#158715)Amr Hesham
2025-09-19[CIR] Implement Logical AND for VectorType (#158696)Amr Hesham
2025-09-18[CIR] Implement Logical OR for VectorType (#158668)Amr Hesham
2025-06-25[CIR] Upstream support for builtin_vectorelements (#144877)Amr Hesham
2025-06-12[CIR] Implement folder for VecCreateOp (#143355)Amr Hesham
2025-06-11[CIR] Upstream splat op for VectorType (#139827)Amr Hesham
2025-06-09[CIR][NFS] Add test cases for VecShuffle with -1 index (#143304)Amr Hesham
2025-06-07[CIR] Upstream ShuffleOp for VectorType (#142288)Amr Hesham
2025-06-05[CIR] Upstream TernaryOp for VectorType (#142393)Amr Hesham
2025-05-30[CIR] Upstream converting vector types (#142012)Amr Hesham
2025-05-30[CIR] Add support for global linkage and visibility (#141973)Andy Kaylor
2025-05-30[CIR] Upstream ShuffleDynamicOp for VectorType (#141411)Amr Hesham
2025-05-28[CIR] Allow use different Int types together in Vec Shift Op (#141111)Amr Hesham
2025-05-24[clang][CIR] Fix tests after alignment supportMichael Liao
2025-05-23[CIR] Add alignment support for global, store, and load ops (#141163)Andy Kaylor
2025-05-23[CIR] Upstream comparison ops for VectorType (#140597)Amr Hesham
2025-05-19[CIR][LLVMLowering] Upstream binary operators for VectorType (#140099)Amr Hesham
2025-05-18[CIR][LLVMLowering] Upstream unary operators for VectorType (#139444)Amr Hesham
2025-05-13[CIR] Upstream shift operators for VectorType (#139465)Amr Hesham
2025-05-12[CIR] Upstream insert op for VectorType (#139146)Amr Hesham
2025-05-08[CIR] Upstream extract op for VectorType (#138413)Amr Hesham
2025-05-05[CIR] Upstream local VectorType with 0 init elements (#138346)Amr Hesham
2025-05-02[CIR] Upstream local initialization for VectorType (#138107)Amr Hesham
2025-05-01[CIR] Upstream global initialization for VectorType (#137511)Amr Hesham
2025-04-26[CIR] Upstream initial support for fixed size VectorType (#136488)Amr Hesham