summaryrefslogtreecommitdiff
path: root/clang/lib/CIR/CodeGen/CIRGenAtomic.cpp
AgeCommit message (Expand)Author
2025-11-22[CIR] Add support for non-compile-time memory order (#168892)Sirui Mu
2025-11-05[CIR] Add support for storing into _Atomic variables (#165872)Sirui Mu
2025-10-21[CIR] Atomic fetch operation (#161631)Sirui Mu
2025-10-21[CIR] Add support for atomic test-and-set and atomic clear (#164162)Sirui Mu
2025-10-14[CIR][NFC] Update existing atomic ops to match assembly conventions (#161543)Sirui Mu
2025-10-04[CIR] Implement emitAtomicInit for AggregateExpr (#161826)Amr Hesham
2025-09-20[CIR] Add atomic exchange operation (#158089)Sirui Mu
2025-09-08[CIR] Add support for atomic compare-and-swap (#156253)Sirui Mu
2025-09-03[CIR] Upstream Atomic init for ComplexType (#156518)Amr Hesham
2025-08-27[CIR] More atomic load and store (#155168)Sirui Mu
2025-08-20[CIR] Add atomic load and store operations (#153814)Sirui Mu
2025-08-13[CIR] Add initial support for atomic types (#152923)Sirui Mu