summaryrefslogtreecommitdiff
path: root/clang/test/CIR/CodeGen/bitfields.c
AgeCommit message (Expand)Author
2025-08-02[CIR] Fix outdated bitfield iteration logic in accumulateFields (#151741)Andres-Salamanca
2025-07-23[CIR] Add support for binary operations on bitfield members (#149676)Andres-Salamanca
2025-07-18[CIR] Fix alignment when lowering set/get bitfield operations (#148999)Andres-Salamanca
2025-07-14[CIR] Add support for unary operations on bitfield members (#148083)Andres-Salamanca
2025-07-10[CIR][NFC] Add example for get_bitfield with volatile qualifier (#147828)Andres-Salamanca
2025-07-10[CIR] Upstream new SetBitfieldOp for handling C and C++ struct bitfields (#14...Andres-Salamanca
2025-07-09[CIR] Add test for parsing bitfield_info attribute (#147628)Andres-Salamanca
2025-07-02[CIR] Upstream get_bitfield operation to load bit-field members from structs ...Andres-Salamanca
2025-06-20[CIR] Add initial support for bitfields in structs (#142041)Andres-Salamanca